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

reconfiguring for FQDN change

This commit is contained in:
Jerry Vonau 2017-11-05 15:11:14 -06:00
parent 5132062bf7
commit 6e22e73ab6
2 changed files with 8 additions and 3 deletions

View file

@ -1,9 +1,6 @@
# Initialize # Initialize
- name: ...IS BEGINNING ============================================ - name: ...IS BEGINNING ============================================
# include_vars: roles/0-init/defaults/main.yml
#- name: Determine if installer was run
stat: path=/etc/iiab/iiab.env stat: path=/etc/iiab/iiab.env
register: NewInstall register: NewInstall

View file

@ -38,3 +38,11 @@
tags: tags:
- squid - squid
- network - network
- name: Re-configuring httpd - not initial install
include_tasks: roles/network/tasks/main.yml
when: iiab_stage|int > 3
- name: Re-configuring rest of networking - not initial install
include_tasks: roles/network/tasks/main.yml
when: iiab_stage|int > 4