1
0
IaC/ansible/inventory/host_vars/lab/lab.yaml

12 lines
184 B
YAML
Raw Normal View History

2022-09-02 12:35:35 +00:00
---
2022-09-02 13:09:55 +00:00
# connection
2022-09-02 12:48:55 +00:00
2022-09-02 13:09:55 +00:00
ansible_user: ladmin
2022-09-02 13:46:34 +00:00
ansible_become_user: root
2022-09-02 13:09:55 +00:00
ansible_os_family: Arch
2022-09-02 12:48:55 +00:00
2022-09-02 12:35:35 +00:00
# sshd
authorized_keys_file: lab_authorized_keys
openssh_configuration_src: sshd_config_arch