aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/cups.yml
blob: 20bed0b58a83a16667a570df65f3a90a8c656880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- import_playbook: common.yml
  vars:
    hostlist: cups_servers

- name: configure cups
  hosts: cups_servers
  tags: cups
  roles:
    - role: cups_server

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