A restful http api for ansible 2.x
[Ansible] (https://github.com/ansible/ansible/) is a radically simple IT automation system. If you are trying to use it and not like CLI mode, you can try me now. This is a http api for ansible
- 0.2.2 optimize log
- 0.2.1 optimize log and allow mutil-instance in the same host
- 0.2.0 support websocket, remove code invaded in ansible
- prepared: pip install tornado
- pip install git+https://github.com/lfbear/ansible-api.git
- default configuration: /etc/ansible/api.cfg
- start:
ansible-api -c [Configfile, Optional] -d [Daemon Mode, Optional]
eg: ansible-api -c /etc/ansible/api.cfg -d > /dev/null &