10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
|
- name: {{ role_name }} playbook to provision the application
|
||
|
hosts: localhost
|
||
|
gather_facts: false
|
||
|
connection: local
|
||
|
vars:
|
||
|
apb_action: provision
|
||
|
roles:
|
||
|
- role: {{ role_name }}
|
||
|
|