sshd config working
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
ansible_become_method: ansible.builtin.sudo
|
||||
ansible_sudo_user: root
|
||||
ansible_sudo_pass: "{{ lookup('community.general.passwordstore', 'ansible/become-password') }}"
|
||||
ansible_sudo_pass: "{{ lookup('community.general.passwordstore', ('ansible/become-passwords/' + ansible_ssh_host)) }}"
|
||||
ansible_sudo_user: root
|
||||
@@ -0,0 +1,3 @@
|
||||
ansible_connection: ansible.builtin.ssh
|
||||
ansible_ssh_port: 22
|
||||
ansible_ssh_user: ladmin
|
||||
@@ -1,4 +1 @@
|
||||
ansible_connection: ansible.builtin.ssh
|
||||
ansible_ssh_host: ch01.balsillie.house
|
||||
ansible_ssh_port: 22
|
||||
ansible_ssh_user: ladmin
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ansible_ssh_host: ch02.balsillie.house
|
||||
@@ -0,0 +1 @@
|
||||
ansible_ssh_host: dl01.balsillie.house
|
||||
@@ -1,8 +1,16 @@
|
||||
all:
|
||||
children:
|
||||
archlinux_servers:
|
||||
children:
|
||||
container_hosts:
|
||||
download_clients:
|
||||
container_hosts:
|
||||
hosts:
|
||||
ch01.balsillie.house:
|
||||
ch02.balsillie.house:
|
||||
download_clients:
|
||||
hosts:
|
||||
dl01.balsillie.house:
|
||||
firewalls:
|
||||
hosts:
|
||||
firewall.balsillie.house:
|
||||
|
||||
Reference in New Issue
Block a user