ansible_pull(role): introduce ansible_pull role
Introduce ansible_pull role for setting up automatic ansible_pull runs. Also add accompanying host group and playbook play.
This commit is contained in:
parent
8cb6ab3d04
commit
434ddfc955
10 changed files with 152 additions and 0 deletions
27
roles/ansible_pull/meta/argument_specs.yaml
Normal file
27
roles/ansible_pull/meta/argument_specs.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
argument_specs:
|
||||
main:
|
||||
options:
|
||||
ansible_pull__age_private_key:
|
||||
type: str
|
||||
required: true
|
||||
ansible_pull__repo_url:
|
||||
type: str
|
||||
required: true
|
||||
ansible_pull__inventory:
|
||||
type: str
|
||||
required: true
|
||||
ansible_pull__playbook:
|
||||
type: str
|
||||
required: true
|
||||
ansible_pull__timer_on_calendar:
|
||||
type: str
|
||||
required: true
|
||||
ansible_pull__user:
|
||||
type: str
|
||||
required: false
|
||||
ansible_pull__checkout:
|
||||
type: str
|
||||
required: false
|
||||
ansible_pull__timer_randomized_delay_sec:
|
||||
type: str
|
||||
required: false
|
Loading…
Add table
Add a link
Reference in a new issue