forked from evolix/ansible-roles
evomaintenance: variable to force the configuration (default: True)
This commit is contained in:
parent
0b6956db46
commit
647eda6d9b
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ evolinux_internal_fqdn: "{{ evolinux_internal_hostname }}.{{ evolinux_intern
|
|||
#################################
|
||||
|
||||
evomaintenance_install_vendor: False
|
||||
evomaintenance_force_config: True
|
||||
|
||||
evomaintenance_hostname: "{{ evolinux_internal_fqdn }}"
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
||||
force: "{{ evomaintenance_force_config | bool }}"
|
||||
tags:
|
||||
- evomaintenance
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue