Inventory: Make ansible run as my user on the local machine
This commit is contained in:
parent
00defb27a4
commit
51339f42b0
@ -7,6 +7,8 @@ all:
|
||||
ansible_connection: local
|
||||
vars:
|
||||
ansible_user: transcaffeine
|
||||
ansible_become_user: transcaffeine
|
||||
ansible_become: true
|
||||
|
||||
gnupg:
|
||||
hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user