README update
parent
aac485401b
commit
a7881ee0db
35
README.md
35
README.md
|
@ -0,0 +1,35 @@
|
|||
# Ansinterface
|
||||
|
||||
# Install
|
||||
## Requirement
|
||||
|
||||
- You will need of course an ansible server configured,
|
||||
- Flask
|
||||
- Flask socketio
|
||||
|
||||
If you use pip3 you can run :
|
||||
|
||||
pip3 install flask flask-socketio
|
||||
|
||||
or using your paquet manager (for example on Debian > 11
|
||||
|
||||
apt-get install python3-flask-socketio python3-flask
|
||||
|
||||
## Configuration
|
||||
|
||||
In **config.py**
|
||||
|
||||
Fill the info :
|
||||
- ansible_scripts : path of your playbooks folder
|
||||
- default_hosts: default hosts file path
|
||||
- binary : ansible binary path (use "whereis ansible-playbook" to find it)
|
||||
|
||||
# Run
|
||||
|
||||
python3 app.py
|
||||
|
||||
and go to http://your_ip:your_port
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue