12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ---
- - name: Setup silvermoon.mk16.de
- hosts: silvermoon.mk16.de
- gather_facts: false
- roles:
- # - role: install-nftables
- - role: config-nftables
- # - role: base-interfaces
- # - role: dummy-interfaces
- # - role: physical-interfaces
- # - role: fail2ban
- # - role: sysctl-tweaks
- # - role: hardening
- # - role: unattended-upgrades
- # - role: install-tools
- # - role: install-bird
- - role: config-bird
- # - role: install-fastd
- # - role: fastd
- # - role: install-wireguard
- # - role: wireguard
- # - role: yggdrasil-install
- # - role: yggdrasil-configuration
- # - role: install-rust
- # - role: dn42-roa
- # - role: routercity-roa
- # - role: edb-bird-filter
- # - role: config-ipv4-anycast-filters
- # - role: config-sysctl-dnet-forwarding
- # - role: install-nftwatch
- # - role: install-apache
- # - role: install-nginx
- # - role: install-myip
- # - role: config-apache
- # - role: config-nginx
- # - role: install-unbound
- # - role: config-unbound
- # - role: install-coredns
- # - role: coredns
- # - role: bind9
- # - role: config-resolv
- # - role: install-chrony
- # - role: config-chrony
|