1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

/etc/iiab/iiab.ini -> {{ iiab_ini_file }}

This commit is contained in:
root 2018-10-15 07:01:09 -04:00
parent b973906dc3
commit b5efe25edb
42 changed files with 52 additions and 52 deletions

View file

@ -1,5 +1,5 @@
# workaround for fact that auto create does not work on ini_file
- name: Create /etc/iiab/iiab.ini (iiab_ini_file)
- name: Create {{ iiab_ini_file }} (iiab_ini_file)
file:
dest: "{{ iiab_ini_file }}"
state: touch
@ -16,7 +16,7 @@
- option: iiab_dir
value: "{{ iiab_dir }}"
- name: Add 'version' variable values to /etc/iiab/iiab.ini
- name: Add 'version' variable values to {{ iiab_ini_file }}
ini_file:
dest: "{{ iiab_ini_file }}"
section: version

View file

@ -165,7 +165,7 @@
include_tasks: hostname.yml
when: FQDN_changed
- name: Add 'runtime' variable values to /etc/iiab/iiab.ini
- name: Add 'runtime' variable values to {{ iiab_ini_file }}
ini_file:
dest: "{{ iiab_ini_file }}"
section: runtime
@ -209,7 +209,7 @@
- option: FQDN_changed
value: "{{ FQDN_changed }}"
- name: Add 'runtime' variable 'is_VM' value if defined, to /etc/iiab/iiab.ini
- name: Add 'runtime' variable 'is_VM' value if defined, to {{ iiab_ini_file }}
ini_file:
dest: "{{ iiab_ini_file }}"
section: runtime