created roles and playbooks for schreinerei och.
This commit is contained in:
8
common.yml
Normal file
8
common.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Run common rolls for all hosts in common
|
||||
hosts: common
|
||||
become: true
|
||||
roles:
|
||||
- role: common
|
||||
tags: common
|
||||
Reference in New Issue
Block a user