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
|
# ansible-playbook -i hosts.yml system-setup-supernode.yml -e vault.yml --ask-vault-password
|
||||||
- name: System preperation
|
- name: System preperation
|
||||||
hosts: freifunk-supernodes
|
hosts: freifunk_supernodes
|
||||||
roles:
|
roles:
|
||||||
- 00-ubuntu-basic
|
- 00-ubuntu-basic
|
||||||
- 21-install-oitc
|
- 21-install-oitc
|
||||||
|
|
||||||
- name: VPN Offloader Setup
|
- name: VPN Offloader Setup
|
||||||
hosts: freifunk-supernodes
|
hosts: freifunk_supernodes
|
||||||
roles:
|
roles:
|
||||||
- 10-freifunk-supernode
|
- 10-freifunk-supernode
|
||||||
- 10.1-dhcp
|
- 10.1-dhcp
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
- 21-install-oitc
|
- 21-install-oitc
|
||||||
|
|
||||||
- name: VPN Offloader Setup
|
- name: VPN Offloader Setup
|
||||||
hosts: vpn-offloader-wireguard
|
hosts: vpn_offloader_wireguard
|
||||||
roles:
|
roles:
|
||||||
- 01-vpn-offloader-setup
|
- 01-vpn-offloader-setup
|
||||||
- 21-install-wireguard
|
- 21-install-wireguard
|
||||||
|
|
||||||
- name: VPN Offloader Setup
|
- name: VPN Offloader Setup
|
||||||
hosts: vpn-offloader-openvpn
|
hosts: vpn_offloader_openvpn
|
||||||
roles:
|
roles:
|
||||||
- 01-vpn-offloader-setup
|
- 01-vpn-offloader-setup
|
Loading…
Reference in New Issue
Block a user