Grega Bremec hace 1 año
padre
commit
29e78c77c8
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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
+