This commit is contained in:
ipvsean
2020-02-24 17:35:02 -05:00
parent fdfe937462
commit 193aaabb93
3 changed files with 36 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
---
- name: setup deploy application demo
hosts: localhost
gather_facts: false
connection: local
tasks:
- name: install demo
include_role:
name: "../roles/deploy_application"