mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1180 from ceph/ceph-installer-sync
changes needed for ceph-installer supportpull/1190/head
commit
7e74fab370
|
@ -31,7 +31,7 @@ Ansible playbooks for Ceph
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible
|
mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible
|
||||||
|
|
||||||
for f in ansible.cfg *.yml *.sample group_vars roles library plugins; do
|
for f in ansible.cfg *.yml *.sample group_vars roles library plugins infrastructure-playbooks; do
|
||||||
cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible
|
cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
- clients
|
- clients
|
||||||
- iscsigws
|
- iscsigws
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
tasks:
|
tasks:
|
||||||
# If we can't get python2 installed before any module is used we will fail
|
# If we can't get python2 installed before any module is used we will fail
|
||||||
# so just try what we can to get it installed
|
# so just try what we can to get it installed
|
||||||
|
|
Loading…
Reference in New Issue