mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 13:11:29 +00:00
linting test and some fixes for #15
This commit is contained in:
parent
2c8a3e9481
commit
2eff99f318
@ -18,5 +18,6 @@
|
|||||||
- name: "Create Reverse Domains"
|
- name: "Create Reverse Domains"
|
||||||
ipadnszone:
|
ipadnszone:
|
||||||
ipaadmin_password: '{{ ipaadmin_password }}'
|
ipaadmin_password: '{{ ipaadmin_password }}'
|
||||||
name: '{{ internal_domain }}'
|
name: '{{ item }}'
|
||||||
with_items: '{{ rdns }}'
|
with_items: '{{ rdns }}'
|
||||||
|
|
||||||
|
@ -55,3 +55,8 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
|
- name: "Turn on reverse zone syncing"
|
||||||
|
ipadnsconfig:
|
||||||
|
ipaadmin_password: '{{ ipaadmin_password }}'
|
||||||
|
allow_sync_ptr: true
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
- name: Standard login settings
|
- name: Standard login settings
|
||||||
block:
|
block:
|
||||||
- name: owneradd defaults
|
- name: useradd defaults
|
||||||
lineinfile:
|
lineinfile:
|
||||||
line: "INACTIVE=30"
|
line: "INACTIVE=30"
|
||||||
regexp: "^INACTIVE=.*"
|
regexp: "^INACTIVE=.*"
|
||||||
@ -177,7 +177,7 @@
|
|||||||
group: root
|
group: root
|
||||||
backup: true
|
backup: true
|
||||||
notify:
|
notify:
|
||||||
- regenerate_auditd rules
|
- regenerate_auditd_rules
|
||||||
- restart_auditd
|
- restart_auditd
|
||||||
tags:
|
tags:
|
||||||
- harden
|
- harden
|
||||||
|
Loading…
Reference in New Issue
Block a user