MVP
This commit is contained in:
10
playbooks/deploy_application.yml
Normal file
10
playbooks/deploy_application.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: setup deploy_application.yml demo
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
become: yes
|
||||
tasks:
|
||||
|
||||
- name: Conditional role
|
||||
include_role:
|
||||
name: "{{playbook_dir}}/../deploy_application"
|
||||
Reference in New Issue
Block a user