README update
parent
c8730c674c
commit
4dfe320a5f
|
@ -21,12 +21,15 @@ In **config.py**
|
||||||
|
|
||||||
Fill the info :
|
Fill the info :
|
||||||
- ansible_scripts : path of your playbooks folder
|
- ansible_scripts : path of your playbooks folder
|
||||||
|
> Example : /etc/ansible/playbooks/
|
||||||
- default_hosts: default hosts file path
|
- default_hosts: default hosts file path
|
||||||
|
> Example : /etc/ansible/hosts
|
||||||
- binary : ansible binary path (use "whereis ansible-playbook" to find it)
|
- binary : ansible binary path (use "whereis ansible-playbook" to find it)
|
||||||
|
> Example : /usr/bin/ansible-playbook
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
|
|
||||||
python3 app.py
|
> python3 app.py
|
||||||
|
|
||||||
and go to http://your_ip:your_port
|
and go to http://your_ip:your_port
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue