59aeb63272
* + init ansible folder setup * / restructure project * / move hostname * add ufw * sort out latest binary * tweak inventory * add description toml * add tunnel and quic roles * add tunnel and quic and nnginx roles * add postinst and tags * add landing page * add description * quic fully noninteractive * add bonding playbook * add serial * finish bonding * initialise ansible docs * initialise orchestration page * start docs * create upgrade flow * fix upgrade flow * remove redundant * add more vars * finish deploy and bond * ansible guide * orchestration intro * syntax fix * bump stats and fix syntax * typo * fix CVE-2025-66478 vulnerability * update pnpm * add pnpm-workspace * add monorepo root packages * fix inventory/all * add moniker comment note * fix inventory/all --------- Co-authored-by: RadekSabacky <radek@nymtech.net>
11 lines
233 B
YAML
11 lines
233 B
YAML
---
|
|
- name: "Deploy Nym node"
|
|
hosts: all # or a specific host/group
|
|
become: true
|
|
roles:
|
|
- base
|
|
- nym
|
|
- nginx
|
|
- tunnel # comment out for mixnode
|
|
- quic # comment out for mixnode or non-wireguard gateway
|