aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.yml
blob: 07a8fb9957d289728a2d2f9ef5f9d9a972324e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- name: Deploy configurations
  hosts: "{{ host | default('all') }}"
  user: "{{ deploy_user }}"
  become: true

  roles:
    - role: basic
      tags: basic
    - role: security
      tags: security
    - role: dns
      tags: dns
    - role: web
      tags: web
    - role: mail
      tags: mail
    - role: shadowsocks
      tags: shadowsocks

# vim: set ft=yaml sw=2: #