mirror of
https://github.com/fablabcb/fabaccess-cb.git
synced 2025-05-10 11:53:32 +02:00
7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
- name: Setup all hosts with common behaviour
|
|
hosts: all
|
|
roles:
|
|
- common
|
|
tags:
|
|
- common |