update ansible.cfg with become capas

This commit is contained in:
Michael Reber 2024-09-08 13:59:03 +02:00
parent 96e404f331
commit 12378ae529

View File

@ -1,5 +1,7 @@
[defaults]
inventory = hosts
remote_user = michael
private_key_file = /home/michael/.ssh/id_rsa
remote_user = swissmakers
private_key_file = /home/swissmakers/.ssh/id_ed25519_whitout_pw
host_key_checking = False
become = true
become_user = root