You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
398 B
YAML
20 lines
398 B
YAML
---
|
|
- name: setup fastds
|
|
hosts: fastds
|
|
user: root
|
|
roles:
|
|
- install_yaourt
|
|
- configure_journald
|
|
- configure_sysctl
|
|
- configure_iptables
|
|
- install_nginx
|
|
- install_ntp
|
|
- install_haveged
|
|
- setup_batman
|
|
- install_dhcp
|
|
- install_bind
|
|
- install_fastd
|
|
- install_openvpn
|
|
- install_monitoring
|
|
- install_admin_packages
|