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