aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.yml
blob: e5928031d0954beefb94066540539b7e676afd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Deploy configurations
  hosts: "{{ host | default('all') }}"
  user: "{{ deploy_user }}"
  become: true

  roles:
    - basic
    - shadowsocks
    - dns

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