1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/setup.yml
2019-02-18 22:15:36 +01:00

35 lines
443 B
YAML

---
- name: Install useful packages
hosts: thinkpad
tags:
- packages
- updates
- setup
roles:
- workstation_packages
- name: Install useful dotfiles
hosts: thinkpad
tags:
- setup
roles:
- dotfiles
- name: configure some programms
hosts: thinkpad
tags:
- setup
roles:
- firefox
- name: Install useful packages
hosts: thinkpad
tags:
- packages
- i3wm
roles:
- copy_files
- i3wm