From b65c0f652aba097c8da2a69985dde749ec74ed26 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sun, 29 Jul 2018 21:43:52 +0200 Subject: [PATCH] Add default configuration for Ansible --- operations/ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 operations/ansible.cfg diff --git a/operations/ansible.cfg b/operations/ansible.cfg new file mode 100644 index 0000000..0f21a7a --- /dev/null +++ b/operations/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +inventory = inventory.yml +remote_user = root