aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/cups.yml
blob: 5a519a1012c43ef9f0f78e7a5e02c448c60070aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: configure cups
  hosts: cups_servers
  roles:
    - role: common
      tags: common

    - role: cups_server
      tags: cups

    - role: archive_job
      archive_name: cups
      archive_shell: '{{ cups_archive_shell }}'
      tags: archive