mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
fix(awx): adjust spacing, ordering
This commit is contained in:
@@ -892,7 +892,7 @@ Scheduled Jobs' attributes can override referenced Job Templates properties:
|
|||||||
inventory: EC2 instances by Instance ID
|
inventory: EC2 instances by Instance ID
|
||||||
execution_environment: ExampleOrg-EE
|
execution_environment: ExampleOrg-EE
|
||||||
credentials:
|
credentials:
|
||||||
- SSM User # required to use SSM
|
- SSM User # required to use SSM
|
||||||
- AWX Central Key # required to 'become' in tasks
|
- AWX Central Key # required to 'become' in tasks
|
||||||
project: Some project
|
project: Some project
|
||||||
playbook: some_playbook.yml
|
playbook: some_playbook.yml
|
||||||
@@ -901,12 +901,12 @@ Scheduled Jobs' attributes can override referenced Job Templates properties:
|
|||||||
diff_mode: true
|
diff_mode: true
|
||||||
- awx.awx.schedule:
|
- awx.awx.schedule:
|
||||||
organization: ExampleOrg
|
organization: ExampleOrg
|
||||||
…
|
|
||||||
enabled: true
|
|
||||||
unified_job_template: Some Job
|
unified_job_template: Some Job
|
||||||
job_type: run # spawned jobs override the job template's "job_type" property
|
enabled: true
|
||||||
verbosity: 0 # spawned jobs override the job template's "verbosity" property
|
…
|
||||||
diff_mode: false # spawned jobs override the job template's "diff_mode" property
|
job_type: run # spawned jobs override the job template's "job_type" property
|
||||||
|
verbosity: 0 # spawned jobs override the job template's "verbosity" property
|
||||||
|
diff_mode: false # spawned jobs override the job template's "diff_mode" property
|
||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
@@ -934,7 +934,7 @@ Templates used by its Nodes:
|
|||||||
inventory: EC2 instances by Instance ID
|
inventory: EC2 instances by Instance ID
|
||||||
execution_environment: ExampleOrg-EE
|
execution_environment: ExampleOrg-EE
|
||||||
credentials:
|
credentials:
|
||||||
- SSM User # required to use SSM
|
- SSM User # required to use SSM
|
||||||
- AWX Central Key # required to 'become' in tasks
|
- AWX Central Key # required to 'become' in tasks
|
||||||
project: Some project
|
project: Some project
|
||||||
playbook: some_playbook.yml
|
playbook: some_playbook.yml
|
||||||
@@ -943,22 +943,23 @@ Templates used by its Nodes:
|
|||||||
diff_mode: true
|
diff_mode: true
|
||||||
- awx.awx.workflow_job_template:
|
- awx.awx.workflow_job_template:
|
||||||
organization: ExampleOrg
|
organization: ExampleOrg
|
||||||
name: Some workflow
|
name: Some workflow
|
||||||
…
|
…
|
||||||
- awx.awx.workflow_job_template_node:
|
- awx.awx.workflow_job_template_node:
|
||||||
workflow_job_template: Some workflow
|
workflow_job_template: Some workflow
|
||||||
unified_job_template: Some job
|
unified_job_template: Some job
|
||||||
|
…
|
||||||
job_type: check # spawned jobs override the job template's "job_type" property
|
job_type: check # spawned jobs override the job template's "job_type" property
|
||||||
verbosity: 3 # spawned jobs override the job template's "verbosity" property
|
verbosity: 3 # spawned jobs override the job template's "verbosity" property
|
||||||
diff_mode: true # spawned jobs override the job template's "diff_mode" property
|
diff_mode: true # spawned jobs override the job template's "diff_mode" property
|
||||||
- awx.awx.schedule:
|
- awx.awx.schedule:
|
||||||
organization: ExampleOrg
|
organization: ExampleOrg
|
||||||
…
|
|
||||||
enabled: true
|
|
||||||
unified_job_template: Some workflow
|
unified_job_template: Some workflow
|
||||||
job_type: run # spawned workflows override the node's "job_type" property
|
enabled: true
|
||||||
verbosity: 0 # spawned workflows override the node's "verbosity" property
|
…
|
||||||
diff_mode: false # spawned workflows override the node's "diff_mode" property
|
job_type: run # spawned workflows override the node's "job_type" property
|
||||||
|
verbosity: 0 # spawned workflows override the node's "verbosity" property
|
||||||
|
diff_mode: false # spawned workflows override the node's "diff_mode" property
|
||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
@@ -1342,10 +1343,10 @@ Refer [AWX Command Line Interface] for more information.
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- In-article sections -->
|
<!-- In-article sections -->
|
||||||
[Gotchas]: #gotchas
|
|
||||||
[Executing Jobs]: #executing-jobs
|
|
||||||
[Pass data between workflow Nodes]: #pass-data-between-workflow-nodes
|
|
||||||
[Attribute inheritance and overriding]: #attribute-inheritance-and-overriding
|
[Attribute inheritance and overriding]: #attribute-inheritance-and-overriding
|
||||||
|
[Executing Jobs]: #executing-jobs
|
||||||
|
[Gotchas]: #gotchas
|
||||||
|
[Pass data between workflow Nodes]: #pass-data-between-workflow-nodes
|
||||||
[Variables inheritance and overriding]: #variables-inheritance-and-overriding
|
[Variables inheritance and overriding]: #variables-inheritance-and-overriding
|
||||||
|
|
||||||
<!-- Knowledge base -->
|
<!-- Knowledge base -->
|
||||||
|
|||||||
Reference in New Issue
Block a user