Files
schul-laptops/ansible.cfg

13 lines
242 B
INI
Raw Normal View History

[defaults]
inventory = ./inventory.yml
remote_user = puettmann
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False