move ansible_managed to group_vars
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
[defaults]
|
||||
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
|
||||
interpreter_python = auto_silent
|
||||
inventory = ./hosts
|
||||
nocows = 1
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
|
||||
ansible_managed: This file is managed by ansible, do not make manual changes - they may be overridden at any time.
|
||||
|
||||
acertmgr_mode: webdir
|
||||
|
||||
acme_dnskey_file: /etc/acertmgr/nsupdate.key
|
||||
|
||||
Reference in New Issue
Block a user