WIP: ansible_pull(role): add failure notifications
Some checks failed
/ Ansible Lint (push) Failing after 49s
Some checks failed
/ Ansible Lint (push) Failing after 49s
This commit is contained in:
parent
17fd71f079
commit
e616c55edb
8 changed files with 51 additions and 3 deletions
|
@ -16,6 +16,9 @@ argument_specs:
|
|||
ansible_pull__timer_on_calendar:
|
||||
type: str
|
||||
required: true
|
||||
ansible_pull__failure_notification_address:
|
||||
type: str
|
||||
required: true
|
||||
ansible_pull__user:
|
||||
type: str
|
||||
required: false
|
||||
|
|
3
roles/ansible_pull/meta/main.yaml
Normal file
3
roles/ansible_pull/meta/main.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: msmtp
|
Loading…
Add table
Add a link
Reference in a new issue