- hosts: development roles: - { role: common, tags: ['di-common'] } - { role: copydrive, tags: ['di-copydrive'] } - { 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: mysql, tags: ['mysql', 'mariadb'] } - { role: development, tags: ['development'] } - { role: nodejs, tags: ['nodejs'] } - { role: golang, tags: ['golang'] } - { role: gcc-arm-embedded, tags: ['gcc-arm-embedded'] } - { role: samba, tags: ['samba'] } - hosts: tst02 roles: - { role: php-sury-apt, tags: ['php', 'php-core', 'php-apt'] } - { role: php, tags: ['php', 'php-core'] } - { role: php7_1-zmq, tags: ['php', 'php-zmq'] } - hosts: dev05 roles: - { role: influxdb, tags: ['influxdb'] } - { role: docker, tags: ['docker'] } - { role: ansible, tags: ['ansible'] } - { role: socketcan, tags: ['socketcan'] }