Use ansible_managed variable in templates
Change-Id: I7cb7ee0885c26bc4b9196ca44fe5dc318b9ef739
This commit is contained in:
parent
8a3a83acaa
commit
750260d3bd
@ -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…
Reference in New Issue
Block a user