From: Ivan Font Date: Tue, 25 Oct 2016 16:27:49 +0000 (-0700) Subject: Update for infrastructure-playbooks execution X-Git-Tag: v2.0~26^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=534b1883966f27db56ecf32ca6012f3622011343;p=ceph-ansible.git Update for infrastructure-playbooks execution - Updates to allow running infrastructure-playbooks both from within its directory or root directory of ceph-ansible. Signed-off-by: Ivan Font --- diff --git a/ansible.cfg b/ansible.cfg index 161eef571..b41491453 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 index 000000000..72b0794b3 --- /dev/null +++ b/infrastructure-playbooks/ansible.cfg @@ -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