This commit is contained in:
parent
82bdb9a37d
commit
806565d2b3
1 changed files with 32 additions and 30 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
- block:
|
- name: base setup
|
||||||
|
block:
|
||||||
- name: Include vars for {{ ansible_os_family }}
|
- name: Include vars for {{ ansible_os_family }}
|
||||||
ansible.builtin.include_vars: "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
|
ansible.builtin.include_vars: "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
|
||||||
|
|
||||||
|
|
@ -179,7 +180,8 @@
|
||||||
regexp: '^#compress'
|
regexp: '^#compress'
|
||||||
replace: 'compress'
|
replace: 'compress'
|
||||||
|
|
||||||
- block:
|
- name: TCPWrapper setup
|
||||||
|
block:
|
||||||
- name: Verify if hosts.deny TCP_Wrappers file exists
|
- name: Verify if hosts.deny TCP_Wrappers file exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "/etc/hosts.deny"
|
path: "/etc/hosts.deny"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue