Hi,
it may simple questions but i could nt find in FAQ .
How frequent check ansible will do with infra servers like puppet crons. where those configs or how we can set it up .
Please share the details.
thanks
Hi,
it may simple questions but i could nt find in FAQ .
How frequent check ansible will do with infra servers like puppet crons. where those configs or how we can set it up .
Please share the details.
thanks
If you’re using ansible-pull, you can configure it to run via cron as frequently as you like. The regular ansible and ansible-playbook are all manually run. If you require additional job scheduling capabilities I recommend you check out the AWX product, which is free for up to 10 nodes and may offer the capabilities you’re looking for.
Hi James,
thanks for swift update.
for orchestration no need any crons we could run the playbooks on punch of servers as per the requirement on the situations.
but configuration management we could not run every time . just i like to know is there any in build option for crons .
thanks for your details and if possible Please share more details / example for ansible-pull
I called playbooks from my script and integrate the script with nagios thresholds based on the final status of a call.
final status : ok=5 changed=0 unreachable=0 failed=0
nagios behave as status dashboard for my configuration management with notifcation.
thanks