auth_plugin env alternative

This commit is contained in:
Seth Foster
2021-05-17 13:12:16 -04:00
parent 7d06fc74dd
commit 54dd24b96b
4 changed files with 32 additions and 16 deletions

View File

@@ -75,7 +75,8 @@ EXAMPLES = """
- name: Load the UI settings specifying the connection info
set_fact:
controller_settings: "{{ lookup('awx.awx.controller_api', 'settings/ui' host='controller.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: