Merge "Use ansible_managed variable in templates"
This commit is contained in:
commit
1e3840b468
@ -1,4 +1,5 @@
|
||||
# This file was deployed by openstack-ansible-security.
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
# These excluded paths prevent AIDE from wandering into directories where it
|
||||
# shouldn't be hashing/monitoring files.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
# This the default chrony.conf file for the Debian chrony package. After
|
||||
# editing this file use the command 'invoke-rc.d chrony restart' to make
|
||||
# your changes take effect. John Hasler <jhasler@debian.org> 1998-2008
|
||||
|
@ -1,4 +1,6 @@
|
||||
# File added by openstack-ansible-security for RHEL 6 STIG V-38501
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
# added for RHEL 6 STIG V-38501
|
||||
|
||||
[DEFAULT]
|
||||
# "bantime" is the number of seconds that a host is banned.
|
||||
|
@ -1,3 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% if security_audit_clock_settimeofday | bool %}
|
||||
# RHEL 6 STIG V-38522
|
||||
# Audits changes to system time via settimeofday
|
||||
|
Loading…
x
Reference in New Issue
Block a user