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

  roles:
    - packages
    - dns

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