diff --git a/roles/credential_input_sources/README.md b/roles/credential_input_sources/README.md index 9e5701346..99166136f 100644 --- a/roles/credential_input_sources/README.md +++ b/roles/credential_input_sources/README.md @@ -1,4 +1,4 @@ -# tower_configuration_*********** +# tower_configuration.credential_input_sources ## Description An Ansible Role to create Job Templates in Ansible Tower. @@ -116,7 +116,7 @@ tower_credential_input_sources: - name: Add Credential Input Source include_role: - name: ../.. + name: redhat_cop.tower_configuration.credential_input_sources vars: tower_credential_input_sources: "{{ cred_input_src_json.tower_credential_input_sources }}" ``` diff --git a/roles/credential_types/README.md b/roles/credential_types/README.md index 65b19dc4c..059e49c5f 100644 --- a/roles/credential_types/README.md +++ b/roles/credential_types/README.md @@ -1,4 +1,4 @@ -# credential_types +# tower_configuration.credential_types ## Description An Ansible Role to create Credential Types in Ansible Tower. @@ -200,7 +200,7 @@ tower_credential_types: - name: Add Credential Types include_role: - name: ../.. + name: redhat_cop.tower_configuration.credential_types vars: tower_credential_types: "{{ credential_types_json.tower_credential_types }}" ``` diff --git a/roles/credentials/README.md b/roles/credentials/README.md index 979fc692b..754a1eda0 100644 --- a/roles/credentials/README.md +++ b/roles/credentials/README.md @@ -1,4 +1,4 @@ -# credentials +# tower_configuration.credentials ## Description An Ansible Role to create Credentials in Ansible Tower. @@ -137,7 +137,7 @@ tower_credentials: - name: Add Credentials include_role: - name: ../.. + name: redhat_cop.tower_configuration.credentials vars: tower_credentials: "{{ credentials_json.tower_credentials }}" ``` diff --git a/roles/hosts/README.md b/roles/hosts/README.md index 08398b4d7..5152c7c58 100644 --- a/roles/hosts/README.md +++ b/roles/hosts/README.md @@ -1,4 +1,4 @@ -# hosts +# tower_configuration.hosts ## Description An Ansible Role to add hosts to Ansible Tower. diff --git a/roles/inventories/README.md b/roles/inventories/README.md index 7b8cdae66..47c4edebe 100644 --- a/roles/inventories/README.md +++ b/roles/inventories/README.md @@ -1,4 +1,4 @@ -# tower_inventories +# tower_configuration.tower_inventories An Ansible role to create inventories. diff --git a/roles/inventory_sources/README.md b/roles/inventory_sources/README.md index 8a25d5330..972ddc3c8 100644 --- a/roles/inventory_sources/README.md +++ b/roles/inventory_sources/README.md @@ -1,4 +1,4 @@ -# tower_inventory_sources +# tower_configuration.tower_inventory_sources An Ansible role to create inventory sources. diff --git a/roles/job_templates/README.md b/roles/job_templates/README.md index 5ec20d3da..842222b1d 100644 --- a/roles/job_templates/README.md +++ b/roles/job_templates/README.md @@ -1,4 +1,4 @@ -# job_templates +# tower_configuration.job_templates ## Description An Ansible Role to create Job Templates in Ansible Tower. @@ -251,7 +251,7 @@ templates: - name: Add Projects include_role: - name: ../.. + name: redhat_cop.tower_configuration.job_templates vars: templates: "{{ job_templates_json.templates }}" ``` diff --git a/roles/kerberos/README.md b/roles/kerberos/README.md index 8877dd8a7..72900ea48 100644 --- a/roles/kerberos/README.md +++ b/roles/kerberos/README.md @@ -1,4 +1,4 @@ -# kerberos +# tower_configuration.kerberos ## Description An Ansible role to configure Ansible Tower nodes to manage Windows systems. diff --git a/roles/notifications/README.md b/roles/notifications/README.md index a2cddef4f..68a8dd445 100644 --- a/roles/notifications/README.md +++ b/roles/notifications/README.md @@ -1,4 +1,4 @@ -# notifications +# tower_configuration.notifications ## Description An Ansible Role to add notifications to Ansible Tower. diff --git a/roles/organizations/README.md b/roles/organizations/README.md index 72345ea57..cb0645ea5 100644 --- a/roles/organizations/README.md +++ b/roles/organizations/README.md @@ -1,4 +1,4 @@ -# organizations +# tower_configuration.organizations ## Description An Ansible Role to create Organizations in Ansible Tower. @@ -114,7 +114,7 @@ tower_organizations: - name: Add Organizations include_role: - name: ../.. + name: redhat_cop.tower_configuration.organizations vars: tower_organizations: "{{ organizations_json.tower_organizations }}" ``` diff --git a/roles/projects/README.md b/roles/projects/README.md index d36705701..3dd85e620 100644 --- a/roles/projects/README.md +++ b/roles/projects/README.md @@ -1,4 +1,4 @@ -# projects +# tower_configuration.projects ## Description An Ansible Role to create Projects in Ansible Tower. @@ -132,7 +132,7 @@ tower_projects: - name: Add Projects include_role: - name: ../.. + name: redhat_cop.tower_configuration.projects vars: projects: "{{ projects_json.projects }}" ``` diff --git a/roles/schedules/README.md b/roles/schedules/README.md index f55082ff8..5e4d8521b 100644 --- a/roles/schedules/README.md +++ b/roles/schedules/README.md @@ -1,4 +1,4 @@ -# Schedules +# tower_configuration.schedules ## Description An Ansible Role to create Schedules in Ansible Tower. diff --git a/roles/teams/README.md b/roles/teams/README.md index 698abd0ae..a8b1eb9e4 100644 --- a/roles/teams/README.md +++ b/roles/teams/README.md @@ -1,4 +1,4 @@ -# tower_teams +# tower_configuration.tower_teams ## Description An Ansible Role to create Teams in Ansible Tower. ## Variables diff --git a/roles/tower_role/README.md b/roles/tower_role/README.md index 492935145..633d62ae0 100644 --- a/roles/tower_role/README.md +++ b/roles/tower_role/README.md @@ -1,4 +1,4 @@ -# tower_rbac +# tower_configuration.tower_role ## Description An Ansible Role to create RBAC Entries in Ansible Tower. diff --git a/roles/tower_settings/README.md b/roles/tower_settings/README.md index 8159024f2..af2d448bc 100644 --- a/roles/tower_settings/README.md +++ b/roles/tower_settings/README.md @@ -1,4 +1,4 @@ -Tower Setting Role +tower_configuration.tower_settings ================== Role to apply/modify tower settings. diff --git a/roles/tower_virtual_environments/README.md b/roles/tower_virtual_environments/README.md index 5886beef6..88361f991 100644 --- a/roles/tower_virtual_environments/README.md +++ b/roles/tower_virtual_environments/README.md @@ -1,4 +1,4 @@ -# tower_virtual_environments +# tower_configuration.tower_virtual_environments ## Description An Ansible Role to manage Python virtual environments in Ansible Tower. diff --git a/roles/users/README.md b/roles/users/README.md index 282c1808c..13e908c3a 100644 --- a/roles/users/README.md +++ b/roles/users/README.md @@ -1,4 +1,4 @@ -# users +# tower_configuration.users ## Description An Ansible Role to add users to Ansible Tower. diff --git a/roles/workflow_job_templates/README.md b/roles/workflow_job_templates/README.md index 2c4a6989e..5abb4c6b5 100644 --- a/roles/workflow_job_templates/README.md +++ b/roles/workflow_job_templates/README.md @@ -1,4 +1,4 @@ -# workflow_job_templates +# tower_configuration.workflow_job_templates ## Description An Ansible Role to create Workflow Job Templates in Ansible Tower. @@ -312,7 +312,7 @@ tower_workflows: ignore_files: [tower_config.yml.template] extensions: ["yml"] roles: - - {role: ../.., when: workflow_job_templates is defined} + - {role: tower_configuration.workflow_job_templates, when: workflow_job_templates is defined} ``` ## License