mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
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:
@@ -1092,7 +1092,7 @@ def tower(cls):
|
||||
'env': {
|
||||
'TOWER_HOSTNAME': '{{host}}',
|
||||
'TOWER_USERNAME': '{{username}}',
|
||||
'TOWER_PASSWORD': '{{password}}'
|
||||
'TOWER_PASSWORD': '{{password}}',
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user