mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
initial commit
This commit is contained in:
commit
b6c6dd140e
107 changed files with 22809 additions and 0 deletions
34
playbook.yml
Normal file
34
playbook.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
sudo: yes
|
||||
roles:
|
||||
- { role: base }
|
||||
- { role: fonts }
|
||||
- { role: x }
|
||||
- { role: i3 }
|
||||
- { role: network }
|
||||
- { role: npd }
|
||||
- { role: unbound }
|
||||
- { role: vim }
|
||||
- { role: browsers }
|
||||
- { role: media }
|
||||
- { role: laptop }
|
||||
- { role: thinkpad }
|
||||
- { role: screensaver }
|
||||
- { role: firejail }
|
||||
- { role: chat }
|
||||
- { role: git-annex }
|
||||
- { role: ledger }
|
||||
- { role: mail }
|
||||
- { role: office }
|
||||
- { role: redshift }
|
||||
- { role: rtorrent }
|
||||
- { role: vm }
|
||||
- { role: yubikey }
|
||||
- { role: development }
|
||||
- { role: backup }
|
||||
- { role: mapping }
|
||||
vars_prompt:
|
||||
- name: user_password
|
||||
prompt: "Enter desired user password"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue