summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2023-12-19 15:47:31 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2023-12-19 15:47:31 +0000
commitc53834e16fc34b5fd020ea2440ff469616275e99 (patch)
tree91f291bb471e40a9fdce03f49fb4e35b90818621 /ansible.cfg
parentbc8d5c46d8174b4373d48c29444f9e611d695b28 (diff)
downloadinfra-c53834e16fc34b5fd020ea2440ff469616275e99.tar.gz
infra-c53834e16fc34b5fd020ea2440ff469616275e99.tar.bz2
infra-c53834e16fc34b5fd020ea2440ff469616275e99.zip
Move basic role to essential
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 7b3ffcb..600b508 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,3 +1,6 @@
[defaults]
inventory = hosts.ini
remote_user = root
+# Don't want to see warning about Python. On everything I run, proper Python 3
+# should be discoverable.
+interpreter_python = auto_silent