initial commit
This commit is contained in:
13
ansible/ansible.cfg
Normal file
13
ansible/ansible.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
[defaults]
|
||||
inventory = inventory.ini
|
||||
remote_user = cloud-user
|
||||
private_key_file = ../terraform/k8s_terraform
|
||||
host_key_checking = False
|
||||
stdout_callback = default
|
||||
result_format = yaml
|
||||
interpreter_python = /usr/bin/python3.12
|
||||
deprecation_warnings = False
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
Reference in New Issue
Block a user