Support passing instance filters to tower inventory src

* Switch ignore ssl errors to default on
* Application inventory source defaults for Tower src
This commit is contained in:
Matthew Jones
2017-10-25 16:56:26 -04:00
parent 6c597ad165
commit fdc7f58bb4
5 changed files with 15 additions and 3 deletions

View File

@@ -1092,7 +1092,7 @@ def tower(cls):
'env': {
'TOWER_HOSTNAME': '{{host}}',
'TOWER_USERNAME': '{{username}}',
'TOWER_PASSWORD': '{{password}}'
'TOWER_PASSWORD': '{{password}}',
}
},
)