summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 4423c2a689337088d5cc3300d39bc01e64bc17d2 (plain) (blame)
1
2
3
4
5
6
7
[defaults]
inventory = hosts.ini
roles_path = roles
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