collection of ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
317 B

ansible_runner_mailto: root@localhost
ansible_runner_command: "ansible-playbook playbook.yml -e do_backup=true"
ansible_runner_user: _runner
ansible_runner_home: /home/_runner
ansible_runner_schedule:
- name: my-deployment
repo: git@gitserver:user/my-deployment
minute: "~"
hour: "1~5"
weekday: "*"