trixie/sambox-client.yml

21 lines
446 B
YAML
Raw Normal View History

2021-04-09 10:17:45 +02:00
---
# This playbook deploys a client for the kerberox LAN.
- name: apply configuration to the machines
hosts: all
remote_user: ansible
2022-06-11 12:42:02 +02:00
become: true
2021-04-09 10:17:45 +02:00
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:
2022-06-11 12:42:02 +02:00
# - gnome
# - kde