Replace 'yes' by 'true'
This commit is contained in:
parent
431b063db7
commit
5dfd8eacc5
6 changed files with 10 additions and 10 deletions
|
@ -22,4 +22,4 @@
|
||||||
- /usr/bin/chfn # With re2o
|
- /usr/bin/chfn # With re2o
|
||||||
- /bin/mount # Only root should mount
|
- /bin/mount # Only root should mount
|
||||||
- /bin/umount # Only root should umount
|
- /bin/umount # Only root should umount
|
||||||
ignore_errors: yes # Sometimes file won't exist
|
ignore_errors: true # Sometimes file won't exist
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Create CodiMD system group
|
- name: Create CodiMD system group
|
||||||
group:
|
group:
|
||||||
name: codimd
|
name: codimd
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #2
|
# Security #2
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
group: codimd
|
group: codimd
|
||||||
home: /var/local/codimd
|
home: /var/local/codimd
|
||||||
comment: CodiMD
|
comment: CodiMD
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #3
|
# Security #3
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Create EtherPad system group
|
- name: Create EtherPad system group
|
||||||
group:
|
group:
|
||||||
name: etherpad
|
name: etherpad
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #2
|
# Security #2
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
group: etherpad
|
group: etherpad
|
||||||
home: /var/local/etherpad
|
home: /var/local/etherpad
|
||||||
comment: EtherPad
|
comment: EtherPad
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #3
|
# Security #3
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
owner: openldap
|
owner: openldap
|
||||||
group: openldap
|
group: openldap
|
||||||
recurse: yes
|
recurse: true
|
||||||
with_items:
|
with_items:
|
||||||
- '/var/lib/ldap'
|
- '/var/lib/ldap'
|
||||||
- '/etc/ldap/slapd.d'
|
- '/etc/ldap/slapd.d'
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Create matrix-appservice-discord system group
|
- name: Create matrix-appservice-discord system group
|
||||||
group:
|
group:
|
||||||
name: matrix-appservice-discord
|
name: matrix-appservice-discord
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #2
|
# Security #2
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
group: matrix-appservice-discord
|
group: matrix-appservice-discord
|
||||||
home: /var/local/matrix-appservice-discord
|
home: /var/local/matrix-appservice-discord
|
||||||
comment: Matrix Appservice Discord
|
comment: Matrix Appservice Discord
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #3
|
# Security #3
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Create matrix-appservice-irc system group
|
- name: Create matrix-appservice-irc system group
|
||||||
group:
|
group:
|
||||||
name: matrix-appservice-irc
|
name: matrix-appservice-irc
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #2
|
# Security #2
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
group: matrix-appservice-irc
|
group: matrix-appservice-irc
|
||||||
home: /var/local/matrix-appservice-irc
|
home: /var/local/matrix-appservice-irc
|
||||||
comment: Matrix Appservice IRC
|
comment: Matrix Appservice IRC
|
||||||
system: yes
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Security #3
|
# Security #3
|
||||||
|
|
Loading…
Reference in a new issue