ansible.cfg 148 B

123456789
  1. [defaults]
  2. inventory = ./inventory
  3. remote_user = student
  4. ask_pass = no
  5. [privilege_escalation]
  6. become = no
  7. become_method = sudo
  8. become_askpass = no