mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
jiggle fl.yml to run before squid
This commit is contained in:
parent
9fe05cbfd4
commit
651755f2ff
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
- name: Creat filesytem layout
|
||||||
|
include_tasks: roles/2-common/tasks/fl.yml
|
||||||
|
when: first_run
|
||||||
|
|
||||||
- name: turn the crank for systemd
|
- name: turn the crank for systemd
|
||||||
shell: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
|
shell: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#- include_tasks: iiab_ini.yml
|
#- include_tasks: iiab_ini.yml
|
||||||
|
|
||||||
# create the directory structure for IIAB
|
# create the directory structure for IIAB
|
||||||
- include_tasks: fl.yml
|
#- include_tasks: fl.yml
|
||||||
|
|
||||||
- include_tasks: xo.yml
|
- include_tasks: xo.yml
|
||||||
when: xo_model != "none" or osbuilder is defined
|
when: xo_model != "none" or osbuilder is defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue