mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-05 22:28:43 +00:00
6 lines
114 B
YAML
6 lines
114 B
YAML
|
---
|
||
|
- name: Deploy standupbot
|
||
|
hosts: "{{ standupbot_hosts | default('standupbot') }}"
|
||
|
roles:
|
||
|
- standupbot
|