Altered variable name due to change in name during assignment or declaration in bootstrap role's vars/defaults
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
copy:
|
copy:
|
||||||
src: sshd/nopass.conf
|
src: sshd/nopass.conf
|
||||||
dest: /etc/ssh/sshd_config.d/nopass.conf
|
dest: /etc/ssh/sshd_config.d/nopass.conf
|
||||||
owner: "{{ root_acct }}"
|
owner: "{{ primary_root_acct }}"
|
||||||
group: "{{ root_acct }}"
|
group: "{{ primary_root_acct }}"
|
||||||
force: yes
|
force: yes
|
||||||
register: ssh_passauth_disabled
|
register: ssh_passauth_disabled
|
||||||
tags: ['default', 'disable_ssh_passauth']
|
tags: ['default', 'disable_ssh_passauth']
|
@@ -3,8 +3,8 @@
|
|||||||
copy:
|
copy:
|
||||||
src: sshd/denyroot.conf
|
src: sshd/denyroot.conf
|
||||||
dest: /etc/ssh/sshd_config.d/denyroot.conf
|
dest: /etc/ssh/sshd_config.d/denyroot.conf
|
||||||
owner: "{{ root_acct }}"
|
owner: "{{ primary_root_acct }}"
|
||||||
group: "{{ root_acct }}"
|
group: "{{ primary_root_acct }}"
|
||||||
force: yes
|
force: yes
|
||||||
register: sshroot_disabled
|
register: sshroot_disabled
|
||||||
tags: ['default', 'deny_sshroot']
|
tags: ['default', 'deny_sshroot']
|
Reference in New Issue
Block a user