1234567891011121314151617181920212223242526272829303132333435363738 |
- ---
- - name: Setup herzstein.mk16.de
- hosts: herzstein.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: config-bird
- - role: wireguard
- # - role: install-fastd
- # - role: fastd
- # - role: install-tinc
- # - role: config-tinc
- # - role: alfis-install
- # - role: alfis-configuration
- # - role: yggdrasil-install
- # - role: yggdrasil-configuration
- # - role: routercity-roa
- # - role: edb-bird-filter
- # - role: config-ipv4-anycast-filters
- # - role: install-apache
- # - role: config-apache
-
- # - role: install-unbound
- # - role: config-unbound
- # - role: install-coredns
- # - role: config-resolv
- # - role: coredns
- # - role: bind9
|