Skip to content

Commit

Permalink
Fix documentation for validate_certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Feb 20, 2024
1 parent 96f27df commit b7d5eee
Show file tree
Hide file tree
Showing 40 changed files with 20 additions and 40 deletions.
2 changes: 1 addition & 1 deletion roles/collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to update, or destroy Automation Hub Collections.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/collection/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/collection_remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to create a Collection Remote Repository.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/collection_remote/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/collection_repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to create a Collection Repository.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/collection_repository/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/collection_repository_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to sync a Collection Repository.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/collection_repository_sync/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/dispatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The default value is set to `null` which uses the Ansible Default of `/root/.an
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_token`|""|yes|Tower Admin User's token on the Automation Hub Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||

### Secure Logging Variables
Expand Down
1 change: 0 additions & 1 deletion roles/dispatch/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to create execution environment images in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/ee_image/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This was depreciated with AAP 2.4 and Galaxy NG 4.6.3+, and removed from the API
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/ee_namespace/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to create EE Registries in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/ee_registry/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to index EE Registries in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/ee_registry_index/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to sync EE Registries in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/ee_registry_sync/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to create Repositories in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/ee_repository/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to sync EE Repositories in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/ee_repository_sync/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to create groups in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
1 change: 0 additions & 1 deletion roles/group/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ argument_specs:
required: false
description: The path for the Automation Hub API. Usually galaxy or automation-hub unless custom set in AH settings.
ah_validate_certs:
default: true
required: false
description: Whether or not to validate the Automation Hub Server's SSL certificate.
type: str
Expand Down
2 changes: 1 addition & 1 deletion roles/group_roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An Ansible Role to add roles to groups in Automation Hub.
|`ah_host`|""|yes|URL to the Automation Hub or Galaxy Server. (alias: `ah_hostname`)|127.0.0.1|
|`ah_username`|""|yes|Admin User on the Automation Hub or Galaxy Server.||
|`ah_password`|""|yes|Automation Hub Admin User's password on the Automation Hub Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.||
|`ah_validate_certs`|`False`|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_validate_certs`|""|no|Whether or not to validate the Ansible Automation Hub Server's SSL certificate.||
|`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.||
|`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom||
|`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.||
Expand Down
Loading

0 comments on commit b7d5eee

Please sign in to comment.