From 534b1883966f27db56ecf32ca6012f3622011343 Mon Sep 17 00:00:00 2001 From: Ivan Font Date: Tue, 25 Oct 2016 09:27:49 -0700 Subject: [PATCH] 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 --- ansible.cfg | 1 + infrastructure-playbooks/ansible.cfg | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 infrastructure-playbooks/ansible.cfg 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 -- 2.39.5