mirror of https://github.com/ceph/ceph-ansible.git
commit
57d1f855f4
|
@ -21,7 +21,7 @@
|
|||
apt_repository: repo='deb http://ceph.com/packages/ceph-extras/debian {{ ansible_lsb.codename }} main' state=present
|
||||
|
||||
- name: Install Apache, fastcgi and Rados Gateway
|
||||
apt: pkg={{ item }} state=present default_release=precise
|
||||
apt: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- apache2
|
||||
- libapache2-mod-fastcgi
|
||||
|
|
Loading…
Reference in New Issue