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