Start playbooks with nrpe role
This commit is contained in:
parent
0083c6ec17
commit
3bcffbe251
9 changed files with 191 additions and 0 deletions
6
playbooks/playbook.yml
Normal file
6
playbooks/playbook.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: Custom ansible playbook
|
||||
hosts: all
|
||||
roles:
|
||||
- nrpe
|
||||
Reference in a new issue