mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Speed up roles/0-init by moving 2 things to detected_network.yml
This commit is contained in:
parent
cb51d68a9c
commit
2457f415fc
8 changed files with 79 additions and 67 deletions
|
@ -71,7 +71,10 @@
|
|||
# when: not is_debuntu and selinux_disabled is defined and selinux_disabled.changed
|
||||
|
||||
|
||||
- name: Recording STAGE 1 HAS COMPLETED ============================
|
||||
- name: Install {{ iiab_env_file }} from template -- FYI this file can be run as a script if absolutely nec -- e.g. 'source /etc/iiab/iiab.env && echo $WWWROOT'
|
||||
template:
|
||||
src: roles/1-prep/templates/iiab.env.j2
|
||||
dest: "{{ iiab_env_file }}" # Can also be run as a script if absolutely nec, e.g. 'source /etc/iiab/iiab.env && echo $WWWROOT'
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
||||
- name: Recording STAGE 1 HAS COMPLETED ============================
|
||||
meta: noop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue