summaryrefslogtreecommitdiff
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2023-09-03 20:15:20 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2023-09-03 20:15:20 +0200
commit7ee547e760db3e776ab7ecd676ed4b8afca0f04b (patch)
tree956d4d855148c5c5011fc5704b1e924c2d04c294 /ansible/ansible.cfg
parent2db366457d598ab7fa0d86b57b40b12bf1779964 (diff)
downloadinfra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.tar.gz
infra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.tar.bz2
infra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.tar.xz
infra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.zip
lhn
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 1904149..6da8010 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -1,7 +1,8 @@
[defaults]
become_method = sudo
connection_plugins = ./connection_plugins
-inventory = ./inventory,./inventory-terraform
+inventory = ./inventory
+#,./inventory-terraform
nocows = True
stdout_callback = debug
vault_password_file = ./.vault-password