aboutsummaryrefslogtreecommitdiffstats
path: root/roles/cups_client/README.md
blob: 9a60904bc561c7e2c50f8aa8a1f8952c247e942f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CUPS Client
===========

Description
-----------

The `cups_client` role configures a Linux host to print to a central CUPS server.


Variables
---------

This role **accepts** the following variables:

Variable    | Default | Description
------------|---------|------------
`cups_host` |    | Hostname of CUPS server


Usage
-----

Example playbook:

````yaml
- name: configure CUPS client
  hosts: linux_desktops 
  roles:
    - role: cups_client
      vars:
        cups_host: cups.example.com
````