mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
ensure network is completed before saying first_run is complete
This commit is contained in:
parent
8e66dd538e
commit
bd1320e58b
3 changed files with 17 additions and 24 deletions
|
@ -32,25 +32,6 @@
|
|||
mode=0755
|
||||
state=directory
|
||||
|
||||
# this script can be sourced to get iiab location
|
||||
- name: Create iiab.env file
|
||||
template: src=iiab.env.j2
|
||||
dest=/etc/iiab/iiab.env
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
|
||||
- name: put a python interface to iiab.env
|
||||
template: src=iiab_env.py.j2
|
||||
dest=/etc/iiab/iiab_env.py
|
||||
|
||||
- name: create ansible.d facts directory
|
||||
file: path=/etc/ansible/facts.d
|
||||
owner=root
|
||||
group=root
|
||||
mode=0750
|
||||
state=directory
|
||||
|
||||
- name: Set XO model
|
||||
set_fact:
|
||||
phplib_dir: '{{ ansible_local["local_facts"]["phplib_dir"] }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue