host vars
This commit is contained in:
parent
92d3178d90
commit
873cf1446e
@ -1,4 +1,6 @@
|
||||
---
|
||||
|
||||
# connection
|
||||
|
||||
ansible_connection: ssh
|
||||
ansible_become_method: sudo
|
7
ansible/host_vars/server.yaml
Normal file
7
ansible/host_vars/server.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
# connection
|
||||
|
||||
ansible_user: michael
|
||||
ansible_become_user: michael
|
||||
ansible_os_family: Arch
|
Loading…
Reference in New Issue
Block a user