Split role in desktop and infrastructure parts.
This commit is contained in:
parent
f764745db6
commit
a37164d01a
9 changed files with 99 additions and 73 deletions
25
fvs-mkhome.yml
Normal file
25
fvs-mkhome.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
# This playbook deploys a kiosk-computer
|
||||
|
||||
- name: apply configuration to the machines
|
||||
hosts: all
|
||||
remote_user: ansible
|
||||
become: yes
|
||||
vars:
|
||||
extra_pkgs:
|
||||
- vim
|
||||
- git
|
||||
- mc
|
||||
- tmux
|
||||
- nmap
|
||||
- netcat-openbsd
|
||||
- net-tools
|
||||
- tree
|
||||
- console-setup
|
||||
- virt-manager
|
||||
extra_pkgs_bpo: [ linux-image-amd64 ] # [ libreoffice ]
|
||||
|
||||
roles:
|
||||
- up2date-debian
|
||||
## Choose either gnome or KDE:
|
||||
- fvs-mkhome
|
Loading…
Add table
Add a link
Reference in a new issue