blob: 5c5b917e47f3eb014a404c87d2aa447561c1530a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
- name: Deploy configurations
hosts: "{{ host | default('all') }}"
user: "{{ deploy_user }}"
become: true
roles:
- basic
- security
- dns
- web
- shadowsocks
# vim: set ft=yaml sw=2: #
|