Add print server role

This commit is contained in:
bnolge
2026-03-17 15:33:16 +03:00
parent 75344b6d34
commit f8ed4504d8
9 changed files with 464 additions and 147 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: Настройка сервера печати в LXC
hosts: all
become: yes
vars:
printer_name: "HP"
printer_ip: "192.168.20.249"
roles:
- cups_server