aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.yml
blob: 639419c00aba0187e64dec64d8adfb0dc179cad2 (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:
    - packages
    - shadowsocks
    - dns

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