forked from Tuurlijk/TYPO3.Homestead
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.yml
More file actions
26 lines (26 loc) · 899 Bytes
/
site.yml
File metadata and controls
26 lines (26 loc) · 899 Bytes
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
---
- hosts: all
gather_facts: true
sudo: yes
vars_files:
- Defaults/main.yml
- Defaults/nginx.yml
- Defaults/php.yml
- Defaults/websites.yml
- Defaults/typo3.yml
- [ 'Configuration/main.yml' ,'Configuration/.keep' ]
- [ 'Configuration/nginx.yml' ,'Configuration/.keep' ]
- [ 'Configuration/php.yml' ,'Configuration/.keep' ]
- [ 'Configuration/websites.yml' ,'Configuration/.keep' ]
- [ 'Configuration/typo3.yml' ,'Configuration/.keep' ]
roles:
- { role: common, tags: common }
- { role: php-fpm, tags: php-fpm }
- { role: mariadb, tags: mariadb }
- { role: hhvm, tags: hhvm }
- { role: phpcommon, tags: phpcommon }
- { role: composer, tags: composer }
- { role: typo3, tags: typo3 }
- { role: memcached, tags: memcached }
- { role: nginx, tags: nginx }
- { role: nodejs, tags: nodejs }