Clean up print queue script and implementation.
This commit is contained in:
parent
70c45c477f
commit
5818c027ac
7 changed files with 43 additions and 42 deletions
|
@ -52,7 +52,7 @@
|
|||
ntp_serv: "{{ vault_ntp_serv }}" ## ntp.example.org
|
||||
proxy: "{{ vault_proxy }}" ## http://firewall.example.org:3128
|
||||
no_proxy: "{{ vault_no_proxy }}" ## firewall.example.org,server.example.org,idam.example.org,dw.example.org
|
||||
printservers: "{{ vault_printservers }}" ## ['10.0.0.1','10.0.0.15']
|
||||
printservers: "{{ vault_printservers }}" ## ['10.0.0.1', '10.0.0.15']
|
||||
|
||||
## PAM mount nextcloud, remove or leave empty to skip:
|
||||
web_dav: "{{ vault_web_dav }}" ## https://nc.example.org/remote.php/dav/files/%(USER)
|
||||
|
@ -164,7 +164,7 @@
|
|||
name: rmlpr.timer
|
||||
enabled: false
|
||||
when: rmlpr.stat.exists
|
||||
|
||||
|
||||
- name: Remove deprecated files and directories
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue