]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update for infrastructure-playbooks execution 1049/head
authorIvan Font <ifont@redhat.com>
Tue, 25 Oct 2016 16:27:49 +0000 (09:27 -0700)
committerIvan Font <ifont@redhat.com>
Wed, 26 Oct 2016 16:43:37 +0000 (09:43 -0700)
- Updates to allow running infrastructure-playbooks both from within its
  directory or root directory of ceph-ansible.

Signed-off-by: Ivan Font <ifont@redhat.com>
ansible.cfg
infrastructure-playbooks/ansible.cfg [new file with mode: 0644]

index 161eef571e0067228489661a5ac99ed3365edde7..b4149145307a6b95e5cb28d2f2ad22fa6d26e179 100644 (file)
@@ -1,3 +1,4 @@
 [defaults]
 ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
 action_plugins = plugins/actions
+roles_path = ./roles
diff --git a/infrastructure-playbooks/ansible.cfg b/infrastructure-playbooks/ansible.cfg
new file mode 100644 (file)
index 0000000..72b0794
--- /dev/null
@@ -0,0 +1,4 @@
+[defaults]
+ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
+action_plugins = ../plugins/actions
+roles_path = ../roles