Skip to content

Commit

Permalink
fix headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
akira6592 authored and Tompage1994 committed Jan 22, 2024
1 parent 64d0005 commit 8603828
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion roles/ad_hoc_command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ controller_configuration_ad_hoc_command_secure_logging defaults to the value of
|`interval`|2|no|int|The interval to request an update from controller.|
|`timeout`|""|no|int|If waiting for the command to complete this will abort after this amount of seconds.|

### Standard Project Data Structure
### Standard Ad Hoc Command Data Structure

#### Yaml Example

Expand Down
2 changes: 1 addition & 1 deletion roles/ad_hoc_command_cancel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ controller_configuration_ad_hoc_command_secure_logging defaults to the value of
|`interval`|1|no|int|The interval in seconds, to request an update from.|
|`timeout`|0|no|int|Maximum time in seconds to wait for a job to finish, 0 means wait until it is finished regardless.|

### Standard Project Data Structure
### Standard Ad Hoc Command Cancel Data Structure

#### Yaml Example

Expand Down
2 changes: 1 addition & 1 deletion roles/applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This also speeds up the overall role.
|`skip_authorization`|"false"|yes|bool|Set True to skip authorization step for completely trusted applications.|
|`state`|`present`|no|str|Desired state of the application.|

### Standard Project Data Structure
### Standard Application Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/bulk_host_create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This also speeds up the overall role.
|`variables`|""|no|dict|Variables to use for the host.|
|`instance`|""|no|list|instance to use for the host.|

### Standard Project Data Structure
### Standard Bulk Host Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/bulk_job_launch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This also speeds up the overall role.
|`identifier`|""|yes|str|An identifier for the resulting workflow node that represents this job that is unique within its workflow. It is copied to workflow job nodes corresponding to this node. This functions the same as the name field for other resources, however if it is not set, it will be set to a random UUID4 value.|
|`timeout`|""|no|int|If waiting for the job to complete this will abort after this amount of seconds.|

### Standard Project Data Structure
### Standard Bulk Job Launch Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/credential_input_sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This also speeds up the overall role.

For further details on fields see <https://docs.ansible.com/automation-controller/latest/html/userguide/credential_plugins.html>

### Standard Project Data Structure
### Standard Credential Input Source Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/credential_types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ required:
}
```

### Standard Organization Data Structure
### Standard Credential Type Data Structure

#### Json Example

Expand Down
4 changes: 2 additions & 2 deletions roles/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ This also speeds up the overall role.
|Vault|
|VMware vCenter|

### Standard Organization Data Structure
### Standard Credential Data Structure

#### Json Example

```json
---

{
"controller_credentials": [
{
Expand Down
2 changes: 1 addition & 1 deletion roles/execution_environments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This also speeds up the overall role.
|`pull`|"missing"|no|choice("always", "missing", "never")|Determine image pull behavior|
|`state`|`present`|no|str|Desired state of the resource.|

### Standard Project Data Structure
### Standard Execution Environment Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The role will strip the double space between the curly bracket in order to provi
|`preserve_existing_children`|`False`|no|bool|Whether to preserve existing children in an existing group|
|`state`|`present`|no|str|Desired state of the resource.|

### Standard Organization Data Structure
### Standard Group Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/hosts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The role will strip the double space between the curly bracket in order to provi
|`variables`|{}|no|str|The variables applicable to the host.|
|`state`|`present`|no|str|Desired state of the resource.|

### Standard host Data Structure
### Standard Host Data Structure

#### Json Example

Expand Down
4 changes: 2 additions & 2 deletions roles/instances/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This also speeds up the overall role.

## Data Structure

### Instance Group Variables
### Instance Variables

|Variable Name|Default Value|Required|Type|Description|
|:---:|:---:|:---:|:---:|:---:|
Expand All @@ -82,7 +82,7 @@ This also speeds up the overall role.
|`node_state`|""|no|str|Indicates the current life cycle stage of this instance. Current options are 'installed' and 'deprovisioning'.|
|`listener_port`|""|no|int|Port that Receptor will listen for incoming connections on.|

### Standard Project Data Structure
### Standard Instance Data Structure

#### Yaml Example

Expand Down
4 changes: 2 additions & 2 deletions roles/inventory_source_update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This also speeds up the overall role.

## Data Structure

### Inventory Source Variables
### Inventory Source Update Variables

|Variable Name|Default Value|Required|Type|Description|
|:---:|:---:|:---:|:---:|:---:|
Expand All @@ -65,7 +65,7 @@ This also speeds up the overall role.
|`interval`|`controller_configuration_inventory_source_update_async_delay`|no|int|The interval to request an update from controller.|
|`timeout`|""|no|int|If waiting for the job to complete this will abort after this amount of seconds.|

### Standard Project Data Structure
### Standard Inventory Source Update Data Structure

#### Yaml Example

Expand Down
2 changes: 1 addition & 1 deletion roles/job_launch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ controller_configuration_job_launch_secure_logging defaults to the value of cont
|`interval`|2|no|float|The interval to request an update from controller.|
|`timeout`|""|no|int|If waiting for the job to complete this will abort after this amount of seconds.|

### Standard Project Data Structure
### Standard Job Launch Data Structure

#### Yaml Example

Expand Down
2 changes: 1 addition & 1 deletion roles/job_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Refer to the [controller Api Guide](https://docs.ansible.com/ansible-tower/lates
|`choices`|List of choices for a "multi" type|
|`new_question`|Boolean|

### Standard Project Data Structure
### Standard Job Template Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/jobs_cancel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ controller_configuration_jobs_cancel_secure_logging defaults to the value of con
|`id`|""|yes|int|ID of the job to cancel.|
|`fail_if_not_running`|`False`|no|bool|Fail loudly if the job can not be canceled.|

### Standard Project Data Structure
### Standard Cancel Jobs Data Structure

#### Yaml Example

Expand Down
2 changes: 1 addition & 1 deletion roles/license/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The module and this role can use either a manifest file, or lookup the subscript
|`use_lookup`|`False`|no|bool|Whether or not to lookup subscriptions.|
|`state`|`present`|no|str|Desired state of the resource.|

### Standard Project Data Structure
### Standard License Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/notification_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This also speeds up the overall role.
|`messages`|""|no|list|Optional custom messages for notification template. Assumes any instance of two space __ are used for adding variables and removes them. Does not effect single space.|
|`state`|`present`|no|str|Desired state of the resource.|

### Standard notification Data Structure
### Standard Notification Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/project_update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This also speeds up the overall role.
|`timeout`|""|no|str|If waiting for the job to complete this will abort after this amount of seconds.|
|`update_project`|`False`|no|bool|If defined and true, the project update will be executed, otherwise it won't.|

### Standard Project Data Structure
### Standard Project Update Data Structure

#### Yaml Example

Expand Down
2 changes: 1 addition & 1 deletion roles/users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This also speeds up the overall role.
|`state`|`present`|no|str|Desired state of the resource.|
|`update_secrets`|true|no|bool| True will always change password if user specifies password, even if API gives $encrypted$ for password. False will only set the password if other values change too.|

### Standard user Data Structure
### Standard User Data Structure

#### Json Example

Expand Down
2 changes: 1 addition & 1 deletion roles/workflow_job_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ controller_workflows:

```

##### Json Example
#### Json Export Example

```json
{
Expand Down
2 changes: 1 addition & 1 deletion roles/workflow_launch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ controller_configuration_workflow_launch_secure_logging defaults to the value of
|`interval`|2|no|int|The interval to request an update from controller.|
|`timeout`|""|no|int|If waiting for the job to complete this will abort after this amount of seconds.|

### Standard Project Data Structure
### Standard Workflow Job Launch Data Structure

#### Yaml Example

Expand Down
2 changes: 1 addition & 1 deletion tests/templated_role_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This also speeds up the overall role.

|`state`|`present`|no|str|Desired state of the resource.|

### Standard Project Data Structure
### Standard ************ Data Structure

#### Json Example

Expand Down

0 comments on commit 8603828

Please sign in to comment.