Merge pull request #13807 from sean-m-sullivan/credential_doc

update credential list examples in awx collection
This commit is contained in:
John Westcott IV
2023-04-12 15:40:06 -04:00
committed by GitHub
4 changed files with 10 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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