-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook.yml
35 lines (35 loc) · 1.33 KB
/
playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
- hosts: localhost
become: yes
roles:
- { role: base, tags: ['base'] }
- { role: cron, tags: ['cron'] }
- { role: microcode, tags: ['microcode'], when: "'GenuineIntel' in ansible_processor" }
- { role: ssh, tags: ['ssh'] }
- { role: dotfiles, tags: ['dotfiles'] }
- { role: ssd, tags: ['ssd'] }
- { role: nettools, tags: ['nettools'] }
- { role: mirrorlist, tags: ['mirrorlist'] }
- { role: ntp, tags: ['ntp'] }
- { role: editors, tags: ['editors'] }
- { role: filesystems, tags: ['filesystems'] }
- { role: archive, tags: ['archive'] }
- { role: udisks, tags: ['udisks'] }
- { role: hashicorp, tags: ['hashicorp'] }
- { role: virtualenv, tags: ['virtualenv'] }
- { role: postgresql, tags: ['postgresql'] }
- { role: aws, tags: ['aws'] }
- { role: wormhole, tags: ['wormhole'] }
- { role: docker, tags: ['docker'] }
- { role: pydev, tags: ['pydev'] }
- { role: haskell, tags: ['haskell'] }
- { role: plex, tags: ['plex'] }
- { role: samba, tags: ['samba'] }
- { role: boinc, tags: ['boinc'] }
- { role: games, tags: ['games'] }
#- { role: dropbox, tags: ['dropbox'] }
- { role: syncthing, tags: ['syncthing'] }
- { role: ripgrep, tags: ['syncthing'] }
vars_prompt:
- name: user_password
prompt: "Enter desired user password"