mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 17:31:33 +02:00
Added helper role
This commit is contained in:
@@ -244,4 +244,11 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: nginx-global-www
|
- role: nginx-global-www
|
||||||
|
|
||||||
|
# Helper Roles for partial deployment
|
||||||
|
- name: Copy global css
|
||||||
|
hosts: nginx-global-css
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: nginx-global-css
|
||||||
|
|
||||||
- import_playbook: playbook.destructor.yml
|
- import_playbook: playbook.destructor.yml
|
Reference in New Issue
Block a user