mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 07:22:07 -03:30
Update documentation to include subkey injection
This commit is contained in:
parent
d75f12c001
commit
128a130b84
@ -172,7 +172,11 @@ of the [Jinja templating language](https://jinja.palletsprojects.com/en/2.10.x/)
|
||||
"THIRD_PARTY_CLOUD_API_TOKEN": "{{api_token}}"
|
||||
},
|
||||
"extra_vars": {
|
||||
"some_extra_var": "{{username}}:{{password}"
|
||||
"some_extra_var": "{{username}}:{{password}}",
|
||||
"auth": {
|
||||
"username": "{{username}}",
|
||||
"password": "{{password}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user