move vars folders

This commit is contained in:
2022-09-03 01:39:38 +12:00
parent 8df44f880d
commit 08541101b7
5 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
# connection
ansible_connection: ssh
ansible_become_method: sudo

View File

@ -0,0 +1,12 @@
---
# connection
ansible_user: ladmin
ansible_become_user: ladmin
ansible_os_family: Arch
# sshd
authorized_keys_file: lab_authorized_keys
openssh_configuration_src: sshd_config_arch

View File

@ -0,0 +1,7 @@
---
# connection
ansible_user: michael
ansible_become_user: michael
ansible_os_family: Arch