Align inventory variables with Ansible modules

This commit is contained in:
Matthew Jones
2017-10-26 16:40:10 -04:00
parent 5f3ebc26e0
commit 85be3c7692
2 changed files with 3 additions and 3 deletions

View File

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