12 lines
486 B
YAML
12 lines
486 B
YAML
- hosts: embedded-testing
|
|
roles:
|
|
- { role: common, tags: ['di-common'] }
|
|
- { role: copydrive, tags: ['di-common'] }
|
|
- { role: di-apt, tags: ['di-common'] }
|
|
- { role: php-sury-apt, tags: ['php', 'php-core', 'php-apt'] }
|
|
- { role: php, tags: ['php', 'php-core'] }
|
|
- { role: php7_1-zmq, tags: ['php', 'php-zmq'] }
|
|
- { role: php7_1-libdi, tags: ['php', 'php-libdi'] }
|
|
- { role: embedded, tags: ['embedded'] }
|
|
- { role: socketcan, tags: ['socketcan'] }
|