Shillaker commented on issue #72: Updated version of PR-15 URL: https://github.com/apache/incubator-openwhisk-devtools/pull/72#issuecomment-357218792 Morning @ddragosd, I've resolved the conflicts now but had to make another tweak. Running the playbook `couchdb.yml` with `--tags=ini` tries to gather facts for the play on the `db` host even though it's excluded based on the tags. Doing this requires Ansible to SSH onto the box and hence fails when run against the containerised CouchDB. It seems there's no way to turn off gathering facts without modifying the playbook itself (all I could find was this [SO post[(https://stackoverflow.com/questions/38308871/how-to-disable-gathering-facts-for-subplays-not-included-within-given-tag) related to the issue). To get around the issue I've created a `couchdb.yml` playbook specifically for the docker-compose set-up which gets used instead of the main repo one. Obviously another alternative is enabling SSH on the CouchDB container but that's a bit grim.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
