From 81e49c21e9cc228b80b541226dd3fb3023670298 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Tue, 5 Oct 2021 23:49:17 -0400 Subject: [PATCH] ansible config --- libvirt/ansible.cfg | 3 +++ mirror/ansible.cfg | 3 +++ qemu/ansible.cfg | 1 + 3 files changed, 7 insertions(+) create mode 100755 libvirt/ansible.cfg create mode 100755 mirror/ansible.cfg diff --git a/libvirt/ansible.cfg b/libvirt/ansible.cfg new file mode 100755 index 0000000..6a08b97 --- /dev/null +++ b/libvirt/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +inventory = hosts +retry_files_enabled = no diff --git a/mirror/ansible.cfg b/mirror/ansible.cfg new file mode 100755 index 0000000..6a08b97 --- /dev/null +++ b/mirror/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +inventory = hosts +retry_files_enabled = no diff --git a/qemu/ansible.cfg b/qemu/ansible.cfg index ed865bf..6a08b97 100755 --- a/qemu/ansible.cfg +++ b/qemu/ansible.cfg @@ -1,2 +1,3 @@ [defaults] inventory = hosts +retry_files_enabled = no