mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 10:25:39 +00:00
move firejail back to its own role
This commit is contained in:
parent
a8c38a8516
commit
81b7fb797e
3 changed files with 6 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ aur:
|
|||
- aura-bin
|
||||
- pmount
|
||||
- orpie
|
||||
- firejail
|
||||
|
||||
ssh:
|
||||
port: 22
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
- { role: i3, tags: ['i3'] }
|
||||
- { role: network, tags: ['network'] }
|
||||
- { role: ntp, tags: ['ntp'] }
|
||||
- { role: firejail, tags: ['firejail'] }
|
||||
- { role: unbound, tags: ['unbound'] }
|
||||
- { role: editors, tags: ['editors'] }
|
||||
- { role: browsers, tags: ['browsers'] }
|
||||
|
|
|
|||
5
roles/firejail/tasks/main.yml
Normal file
5
roles/firejail/tasks/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install firejail
|
||||
aur: name=firejail user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
Loading…
Add table
Add a link
Reference in a new issue