Skip to content

awailly/flower-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flower-ansible

Automated scheduler and monitoring

Ansible

ansible-playbook -e "pipelining=True" -b -u ubuntu --private-key=~/.ssh/id_rsa -i "172.30.3.12," fullsetup.yml

The webview is at http://172.30.3.12:5555

API

Full flower API documentation and examples

Adding a task

  curl -u user:password -X POST -d '{"args":[1,2]}' http://172.30.3.12:5555/api/task/async-apply/tasks.add

Listing tasks

  curl -u user:password http://172.30.3.12:5555/api/tasks

Getting task result

  curl -u user:password http://172.30.3.12:5555/api/task/result/<taskid>

About

Automated scheduler and monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages