-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpacker.yml
More file actions
20 lines (20 loc) · 827 Bytes
/
packer.yml
File metadata and controls
20 lines (20 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- hosts: all
become: true
vars_files:
- vars/main.yml
roles:
- { role: common, tags: [ 'common' ] }
- { role: geerlingguy.clamav, tags: [ 'common' ] }
- { role: geerlingguy.mysql, tags: [ 'mysql' ] }
- { role: geerlingguy.java, tags: [ 'java' ] }
- { role: andrewrothstein.python, tags: [ 'python' ] }
- { role: geerlingguy.php, tags: [ 'php' ] }
- { role: geerlingguy.php-mysql, tags: [ 'mysql', 'php' ] }
- { role: geerlingguy.apache, tags: [ 'apache', 'web' ] }
- { role: ansiblebit.mod_wsgi, tags: [ 'apache', 'web' ] }
- { role: geerlingguy.solr, tags: [ 'solr' ] }
- { role: orb, tags: [ 'orb', 'app' ] }
- { role: oppia, tags: [ 'oppia', 'app' ] }
- { role: moodle, tags: [ 'moodle', 'app' ] }
- { role: backup, tags: [ 'backup', 'common', 'app' ] }