Use ansible_managed variable in templates

Change-Id: I7cb7ee0885c26bc4b9196ca44fe5dc318b9ef739
This commit is contained in:
Christian Berendt 2016-05-19 13:57:16 +02:00
parent 8a3a83acaa
commit 750260d3bd
4 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -1,3 +1,5 @@
# {{ ansible_managed }}
{% if security_audit_clock_settimeofday | bool %}
# RHEL 6 STIG V-38522
# Audits changes to system time via settimeofday