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:
|
|
|
|
- 00-system-set-hostname
|
|
|
|
- 00-create-sudo-user
|
2023-02-06 22:13:32 +00:00
|
|
|
- 01-system-set-networking
|
2022-05-05 18:03:54 +00:00
|
|
|
- 01-system-install-packages
|
|
|
|
|
|
|
|
- name: System preperation
|
|
|
|
hosts: vpn-offloader
|
|
|
|
roles:
|
2023-02-06 22:13:32 +00:00
|
|
|
- 21-install-wireguard
|
|
|
|
- 21-install-oitc
|