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:
		
							parent
							
								
									5132062bf7
								
							
						
					
					
						commit
						6e22e73ab6
					
				
					 2 changed files with 8 additions and 3 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue