added ansible dependency and changed config to match docker-compose network

This commit is contained in:
dcore94 2020-10-07 12:25:42 +02:00
parent 52bd06c871
commit e8ade4014f
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
server = http://conductorserver:8080/api
[pyrest]
threads = 5
threads = 3
pollrate = .1
[pyexec]

View File

@ -1,2 +1,3 @@
ansible >= 2.8.3
requests >= 2.19.1