1
0
This commit is contained in:
michael 2022-09-03 00:35:42 +12:00
parent 2c24ade913
commit 6c88c4af86
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,8 @@ all:
lab:
ansible_host: lab.balsillie.net
ansible_os_family: Arch
ansible_user: ladmin
ansible_connection: ssh
nodes:
node1:
ansible_host: node1.balsillie.net

View File

@ -3,5 +3,4 @@ openssh_packages:
- openssh
openssh_service: sshd.service
openssh_configuration_file: /etc/ssh/sshd_config
openssh_template_src: sshd_config_arch
openssh_template_mode: "644"
openssh_configuration_mode: 0644