Draft implementation of sambox-client.
This commit is contained in:
parent
e5ae626936
commit
e55997a01c
10 changed files with 152 additions and 7 deletions
20
sambox-client.yml
Normal file
20
sambox-client.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
# This playbook deploys a client for the kerberox LAN.
|
||||
|
||||
- name: apply configuration to the machines
|
||||
hosts: all
|
||||
remote_user: ansible
|
||||
become: yes
|
||||
vars:
|
||||
extra_pkgs:
|
||||
- webext-privacy-badger
|
||||
- webext-ublock-origin
|
||||
extra_pkgs_bpo: [] # [ libreoffice ]
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
roles:
|
||||
- up2date-debian
|
||||
- smb-sshfs-client
|
||||
## Choose either gnome or KDE:
|
||||
#- gnome
|
||||
#- kde
|
Loading…
Add table
Add a link
Reference in a new issue