Fix so everything is working fine today
This commit is contained in:
parent
00ccc4c377
commit
d4d6baed1a
3 changed files with 4 additions and 4 deletions
|
@ -61,8 +61,8 @@
|
||||||
# User skeleton
|
# User skeleton
|
||||||
- name: Configure user skeleton
|
- name: Configure user skeleton
|
||||||
copy:
|
copy:
|
||||||
src: skel/dot_{{ item.key }}
|
src: "skel/dot_{{ item }}"
|
||||||
dest: /etc/skel/.{{ item.value }}
|
dest: "/etc/skel/.{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- zshrc
|
- zshrc
|
||||||
- zshrc.local
|
- zshrc.local
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
state: present
|
state: present
|
||||||
notify: Restart fail2ban service
|
notify: Restart fail2ban service
|
||||||
loop:
|
loop:
|
||||||
- section: DEFAULT
|
- section: sshd
|
||||||
option: ignoreip
|
option: ignoreip
|
||||||
value: 10.128.0.254 # Whitelist bastion
|
value: 10.128.0.254 # Whitelist bastion
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue