mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Update install-support
This commit is contained in:
		
							parent
							
								
									810b196e20
								
							
						
					
					
						commit
						c9915b7f3f
					
				
					 1 changed files with 5 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,17 +1,15 @@
 | 
			
		|||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
PLAYBOOK="iiab-base.yml"
 | 
			
		||||
PLAYBOOK="iiab-support.yml"
 | 
			
		||||
INVENTORY="ansible_hosts"
 | 
			
		||||
CWD=`pwd`
 | 
			
		||||
 | 
			
		||||
export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
 | 
			
		||||
 | 
			
		||||
if [ ! -f $PLAYBOOK ]
 | 
			
		||||
then
 | 
			
		||||
 echo "IIAB Playbook not found."
 | 
			
		||||
 echo "Please run this command from the top level of the git repo."
 | 
			
		||||
 echo "Exiting."
 | 
			
		||||
 exit 1
 | 
			
		||||
if [ ! -f $PLAYBOOK ]; then
 | 
			
		||||
    echo -e "\nEXITING: $PLAYBOOK not found.\n"
 | 
			
		||||
    echo -e "Please run this command from /opt/iiab/iiab (top of git repo).\n"
 | 
			
		||||
    exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
sed -i -e "s/openvpn_install: False/openvpn_install: True/" /etc/iiab/local_vars.yml
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue