update--
This commit is contained in:
@ -39,9 +39,9 @@
|
||||
group: root
|
||||
owner: root
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- copy_plain_files_systemd is defined
|
||||
- copy_plain_files_systemd|length > 0
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
|
||||
- copy_plain_files_security_limits is defined
|
||||
- copy_plain_files_security_limits|length > 0
|
||||
tags:
|
||||
- systemd-config
|
||||
|
||||
@ -56,9 +56,9 @@
|
||||
loop_control:
|
||||
label: 'dest: {{ item.name }}'
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- copy_plain_files_systemd is defined
|
||||
- copy_plain_files_systemd|length > 0
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
|
||||
- copy_plain_files_security_limits is defined
|
||||
- copy_plain_files_security_limits|length > 0
|
||||
tags:
|
||||
- systemd-config
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
group: root
|
||||
owner: root
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
|
||||
- copy_plain_files_systemd is defined
|
||||
- copy_plain_files_systemd|length > 0
|
||||
tags:
|
||||
@ -92,7 +92,7 @@
|
||||
loop_control:
|
||||
label: 'dest: {{ item.name }}'
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
|
||||
- copy_plain_files_systemd is defined
|
||||
- copy_plain_files_systemd|length > 0
|
||||
tags:
|
||||
@ -141,7 +141,7 @@
|
||||
group: root
|
||||
owner: root
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
|
||||
- copy_plain_files_sysctl is defined
|
||||
- copy_plain_files_sysctl|length > 0
|
||||
tags:
|
||||
@ -158,7 +158,7 @@
|
||||
loop_control:
|
||||
label: 'dest: {{ item.name }}'
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
|
||||
- copy_plain_files_sysctl is defined
|
||||
- copy_plain_files_sysctl|length > 0
|
||||
tags:
|
||||
@ -175,7 +175,7 @@
|
||||
loop_control:
|
||||
label: 'dest: {{ item.name }}'
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
|
||||
- copy_additional_plain_files_sysctl is defined
|
||||
- copy_additional_plain_files_sysctl|length > 0
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user