1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- ---
- - name: Setup beastwarden.mk16.de
- hosts: beastwarden.mk16.de
- gather_facts: true
- roles:
- # - role: install-nftables
- # - role: config-nftables
- # - role: base-interfaces
- # - role: dummy-interfaces
- # - role: physical-interfaces
- # - role: install-tailscale
- # - role: hardening-tailscale
- # - role: config-tailscale
- # - role: fail2ban
- # - role: sysctl-tweaks
- # - role: hardening
- # - role: unattended-upgrades
- # - role: install-tools
- # - role: install-bird
- # - role: config-bird
- # - role: install-wireguard
- # - role: wireguard
- # - role: install-wireguard-ddns
- # - role: config-wireguard-ddns
- # - role: yggdrasil-install
- # - role: yggdrasil-configuration
- # - role: install-rust
- # - role: dn42-roa
- # - role: edb-bird-filter
- # - role: config-ipv4-anycast-filters
- # - role: config-sysctl-forwarding
- # - role: install-nftwatch
- # - role: install-chrony
- # - role: config-chrony
- # - role: install-unbound
- # - role: config-unbound
- # - role: bind9
- # - role: install-coredns
- # - role: coredns
- # - role: config-resolv
- # - role: config-ddns
- # - role: config-peerfinder
- # - role: install-peerfinder
- # - role: install-ripe-atlas
- - role: config-ripe-atlas
|