move ansible_managed to group_vars
This commit is contained in:
parent
c2b315fde2
commit
d24887af79
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue