Initialer Import der Synology Scripts
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- hosts: SERVER_TYP_01
|
||||
become: true
|
||||
roles:
|
||||
- SERVER_TYP_01
|
||||
|
||||
- hosts: SERVER_TYP_02
|
||||
become: false
|
||||
roles:
|
||||
- SERVER_TYP_02
|
||||
|
||||
- hosts: SERVER_TYP_03
|
||||
roles:
|
||||
- SERVER_TYP_03
|
||||
- import_playbook: certificate.yaml
|
||||
Reference in New Issue
Block a user