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

30 lines
351 B
YAML
Raw Normal View History

2018-11-17 21:23:15 +01:00
---
- name: Install useful packages
hosts: thinkpad
tags:
- packages
2018-11-17 22:57:33 +01:00
- updates
2018-11-18 00:08:50 +01:00
- setup
2018-11-17 21:23:15 +01:00
roles:
- workstation_packages
2018-11-18 00:08:50 +01:00
- name: Install useful dotfiles
hosts: thinkpad
tags:
- setup
roles:
- dotfiles
2018-11-17 22:57:33 +01:00
- name: Install useful packages
hosts: thinkpad
tags:
- packages
- i3wm
roles:
- copy_files
- i3wm
2018-11-17 21:23:15 +01:00