mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +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"
|
||||
ipadnszone:
|
||||
ipaadmin_password: '{{ ipaadmin_password }}'
|
||||
name: '{{ internal_domain }}'
|
||||
name: '{{ item }}'
|
||||
with_items: '{{ rdns }}'
|
||||
|
||||
|
@ -55,3 +55,8 @@
|
||||
mode: '0644'
|
||||
owner: 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
|
||||
block:
|
||||
- name: owneradd defaults
|
||||
- name: useradd defaults
|
||||
lineinfile:
|
||||
line: "INACTIVE=30"
|
||||
regexp: "^INACTIVE=.*"
|
||||
@ -177,7 +177,7 @@
|
||||
group: root
|
||||
backup: true
|
||||
notify:
|
||||
- regenerate_auditd rules
|
||||
- regenerate_auditd_rules
|
||||
- restart_auditd
|
||||
tags:
|
||||
- harden
|
||||
|
Loading…
Reference in New Issue
Block a user