Changed host_group naming

This commit is contained in:
Stefan Hoffmann 2023-04-16 17:34:53 +02:00
parent 3d33073711
commit 6eaacaf2a8
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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