Browse Source

basic config

Grega Bremec 1 year ago
parent
commit
29e78c77c8
1 changed files with 12 additions and 0 deletions
  1. 12 0
      ansible.cfg

+ 12 - 0
ansible.cfg

@@ -0,0 +1,12 @@
+[defaults]
+# required to evade implicit conversion to string in k8s resource_definition
+jinja2_native = True
+inventory = ./inventory.yml
+remote_user = student
+ask_pass = no
+
+[privilege_escalation]
+become = no
+become_method = sudo
+become_askpass = no
+