Fix so everything is working fine today

This commit is contained in:
Alexandre Iooss 2019-03-26 09:17:46 +01:00
parent 00ccc4c377
commit d4d6baed1a
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -56,7 +56,7 @@
state: present
notify: Restart fail2ban service
loop:
- section: DEFAULT
- section: sshd
option: ignoreip
value: 10.128.0.254 # Whitelist bastion

View file

@ -33,7 +33,7 @@
lineinfile:
dest: /etc/nsswitch.conf
regexp: "^{{ item }}:"
line: "{{ item }}: files ldap"
line: "{{ item }}: files ldap"
loop:
- passwd
- group