mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
Added helper role
This commit is contained in:
parent
c11bcfa10f
commit
bebcdfd2da
@ -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
|
Loading…
x
Reference in New Issue
Block a user