This commit is contained in:
root
2023-12-19 13:48:06 +01:00
parent 8ea55ac5e2
commit aac485401b
8 changed files with 54 additions and 26 deletions
+17
View File
@@ -0,0 +1,17 @@
'''
ansible_scripts : location of the playbooks
default_hosts: default hosts file path
binary : ansible binary path (use "whereis ansible-playbook" to find it)
'''
class path:
ansible_scripts = '/data/Ansible-Playbook/'
default_hosts = '/data/Ansible-Playbook/hosts'
binary = '/usr/bin/ansible-playbook '
class flask_config:
port=8000
host='0.0.0.0'
thread=True
debug=False