update credential list examples in awx collection

This commit is contained in:
sean-m-sullivan 2023-04-06 00:52:37 -04:00 committed by John Westcott IV
parent eb704dbaad
commit 9b716235a2
4 changed files with 10 additions and 2 deletions

View File

@ -186,6 +186,9 @@ EXAMPLES = '''
food: carrot
color: orange
limit: bar
credentials:
- "My Credential"
- "suplementary cred"
extra_vars: # these override / extend extra_data at the job level
food: grape
animal: owl

View File

@ -151,7 +151,9 @@ EXAMPLES = '''
job_launch:
job_template: "My Job Template"
inventory: "My Inventory"
credential: "My Credential"
credentials:
- "My Credential"
- "suplementary cred"
register: job
- name: Wait for job max 120s
job_wait:

View File

@ -337,6 +337,7 @@ EXAMPLES = '''
playbook: "ping.yml"
credentials:
- "Local"
- "2nd credential"
state: "present"
controller_config_file: "~/tower_cli.cfg"
survey_enabled: yes

View File

@ -461,7 +461,9 @@ EXAMPLES = '''
failure_nodes:
- identifier: node201
always_nodes: []
credentials: []
credentials:
- local_cred
- suplementary cred
- identifier: node201
unified_job_template:
organization: