diff options
author | Seth Foster <fosterbseth@gmail.com> | 2021-05-06 21:04:52 +0200 |
---|---|---|
committer | Seth Foster <fosterbseth@gmail.com> | 2021-06-08 20:33:24 +0200 |
commit | 39b26c8f0e5d08ae8dc80b538b00f7e2905bfe4d (patch) | |
tree | b44da686c328aafc008a6714603e2257ba3f1659 /awx_collection/plugins/lookup | |
parent | various references to tower (diff) | |
download | awx-39b26c8f0e5d08ae8dc80b538b00f7e2905bfe4d.tar.xz awx-39b26c8f0e5d08ae8dc80b538b00f7e2905bfe4d.zip |
Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the runtime.yml redirects, and added templating task to change to ansible.controller
Diffstat (limited to 'awx_collection/plugins/lookup')
-rw-r--r-- | awx_collection/plugins/lookup/controller_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/lookup/controller_api.py b/awx_collection/plugins/lookup/controller_api.py index 90dcaebfdf..d959d17b8a 100644 --- a/awx_collection/plugins/lookup/controller_api.py +++ b/awx_collection/plugins/lookup/controller_api.py @@ -75,7 +75,7 @@ EXAMPLES = """ - name: Load the UI settings specifying the connection info set_fact: - controller_settings: "{{ lookup('awx.awx.controller_api', 'settings/ui' host='tower.example.com', username='admin', password=my_pass_var, verify_ssl=False) }}" + controller_settings: "{{ lookup('awx.awx.controller_api', 'settings/ui' host='controller.example.com', username='admin', password=my_pass_var, verify_ssl=False) }}" - name: Report the usernames of all users with admin privs debug: |