feat(tooling): added role skeleton for new ansible roles generated using Task
This commit is contained in:
parent
31aaf10a5c
commit
b6695cf49c
9 changed files with 54 additions and 1 deletions
2
templates/ansible_role_skeleton/tests/inventory
Normal file
2
templates/ansible_role_skeleton/tests/inventory
Normal file
|
@ -0,0 +1,2 @@
|
|||
localhost
|
||||
|
5
templates/ansible_role_skeleton/tests/test.yml
Normal file
5
templates/ansible_role_skeleton/tests/test.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- test
|
Loading…
Add table
Add a link
Reference in a new issue