ansible.fftdf.supernode/system-setup.yml

11 lines
246 B
YAML
Raw Normal View History

2023-02-06 22:13:32 +00:00
# ansible-playbook -i hosts.yml system-setup.yml
2022-05-05 18:03:54 +00:00
- name: System preperation
hosts: supernodes
roles:
2023-02-26 09:35:39 +00:00
- 00-ubuntu-basic
2022-05-05 18:03:54 +00:00
2023-02-26 09:35:39 +00:00
- name: VPN Offloader Setup
2022-05-05 18:03:54 +00:00
hosts: vpn-offloader
roles:
2023-02-26 09:35:39 +00:00
- 01-vpn-offloader-setup
- 21-install-wireguard