infrastructure/k8s/ansible.cfg

7 lines
124 B
INI
Raw Normal View History

2022-09-11 16:49:31 +00:00
[defaults]
nocows = True
2022-12-23 13:04:44 +00:00
inventory = ./inventory/clusters.yaml
2022-09-11 16:49:31 +00:00
ansible_python_interpreter = /usr/bin/python3
become = True