generated from nicolabelluti/template-ansible
Initial commit
This commit is contained in:
7
playbooks/test_playbook.yml
Normal file
7
playbooks/test_playbook.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Test Playbook
|
||||
hosts: test_hosts
|
||||
roles:
|
||||
- name: Test Role
|
||||
role: test_role
|
||||
vars:
|
||||
test_role__lorem_ipsum_string: Lorem Ipsum is simply dummy text
|
Reference in New Issue
Block a user