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