mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-12 12:22:26 +00:00
5 lines
114 B
YAML
5 lines
114 B
YAML
---
|
|
- name: Deploy standupbot
|
|
hosts: "{{ standupbot_hosts | default('standupbot') }}"
|
|
roles:
|
|
- standupbot
|