]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ansible.cfg: remove cfg file in infrastructure-playbooks
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 24 Sep 2020 02:20:34 +0000 (04:20 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 25 Sep 2020 15:12:39 +0000 (11:12 -0400)
There's no need ot have a copy of this file in infrastructure-playbooks
directory.
playbooks in that directory can be run from the root dir of
ceph-ansible.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f906caa6dada4a88bfaca1ab9a42ed63358e8ae3)

infrastructure-playbooks/ansible.cfg [deleted file]

diff --git a/infrastructure-playbooks/ansible.cfg b/infrastructure-playbooks/ansible.cfg
deleted file mode 100644 (file)
index 20373dc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-[defaults]
-ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
-action_plugins = ../plugins/actions
-callback_plugins = ../plugins/callback
-roles_path = ../roles
-force_valid_group_names = ignore
\ No newline at end of file