Changed host_group naming
This commit is contained in:
parent
3d33073711
commit
6eaacaf2a8
@ -1,12 +1,12 @@
|
||||
# ansible-playbook -i hosts.yml system-setup-supernode.yml -e vault.yml --ask-vault-password
|
||||
- name: System preperation
|
||||
hosts: freifunk-supernodes
|
||||
hosts: freifunk_supernodes
|
||||
roles:
|
||||
- 00-ubuntu-basic
|
||||
- 21-install-oitc
|
||||
|
||||
- name: VPN Offloader Setup
|
||||
hosts: freifunk-supernodes
|
||||
hosts: freifunk_supernodes
|
||||
roles:
|
||||
- 10-freifunk-supernode
|
||||
- 10.1-dhcp
|
||||
|
@ -6,12 +6,12 @@
|
||||
- 21-install-oitc
|
||||
|
||||
- name: VPN Offloader Setup
|
||||
hosts: vpn-offloader-wireguard
|
||||
hosts: vpn_offloader_wireguard
|
||||
roles:
|
||||
- 01-vpn-offloader-setup
|
||||
- 21-install-wireguard
|
||||
|
||||
- name: VPN Offloader Setup
|
||||
hosts: vpn-offloader-openvpn
|
||||
hosts: vpn_offloader_openvpn
|
||||
roles:
|
||||
- 01-vpn-offloader-setup
|
Loading…
Reference in New Issue
Block a user