Changeset - 00774ddee83a
[Not reviewed]
0 2 0
x - 20 months ago 2023-08-24 02:44:49
xbr@c3l.lu
feat: differenciate between initial and gateway
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
---
 
- name: Initial Gateway Setup
 
  hosts: initial
 
  hosts: initial-gateway
 
  become: true
 
  become_method: ansible.builtin.sudo
 

	
hosts
Show inline comments
 
@@ -24,6 +24,9 @@ server_scripts_dir=~/repos/Infrastructure-Intern/scripts
 

	
 
# new machine come here
 
[initial]
 
fflux-test ansible_user=root
 

	
 
[initial-gateway]
 
fflux-test
 

	
 
# machines which run api.freifunk.lu
0 comments (0 inline, 0 general)