Ubuntu-Ansible-Setup/ansible.cfg

15 lines
307 B
INI
Raw Normal View History

2023-01-08 04:12:43 -06:00
[defaults]
inventory = ./inventory.yml
stdout_callback=debug
stderr_callback=debug
display_skipped_hosts = False
ansible_managed=This file is under IaC control, all modifications WILL be lost!
2023-01-08 04:12:43 -06:00
[privelege_escalation]
become = True
become_method = sudo
become_user = root
[ssh_connection]
pipelining = True