add windowmanager role
This commit is contained in:
parent
7ae5d937cc
commit
3bf1f537e5
4 changed files with 19 additions and 0 deletions
5
packer/ansible/roles/windowmanager/tasks/awesome.yml
Normal file
5
packer/ansible/roles/windowmanager/tasks/awesome.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: install awesome
|
||||
apt:
|
||||
name: "awesome"
|
||||
state: present
|
||||
5
packer/ansible/roles/windowmanager/tasks/lightdm.yml
Normal file
5
packer/ansible/roles/windowmanager/tasks/lightdm.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: install lightdm
|
||||
apt:
|
||||
name: "lightdm"
|
||||
state: present
|
||||
4
packer/ansible/roles/windowmanager/tasks/main.yml
Normal file
4
packer/ansible/roles/windowmanager/tasks/main.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- import_tasks: lightdm.yml
|
||||
- import_tasks: awesome.yml
|
||||
- import_tasks: mate.yml
|
||||
5
packer/ansible/roles/windowmanager/tasks/mate.yml
Normal file
5
packer/ansible/roles/windowmanager/tasks/mate.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: install mate
|
||||
apt:
|
||||
name: "task-mate-desktop"
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue