diff --git a/examples/templates/controller_config.yml b/examples/templates/controller_config.yml index b2c2d935a..6b4cbffec 100644 --- a/examples/templates/controller_config.yml +++ b/examples/templates/controller_config.yml @@ -23,7 +23,7 @@ --- -- name: Playbook to configure a Tower cluster +- name: Playbook to configure a controller cluster hosts: localhost connection: local gather_facts: false diff --git a/examples/templates/tasks/manage_organizations.yml b/examples/templates/tasks/manage_organizations.yml index 550782b73..f929e17c2 100644 --- a/examples/templates/tasks/manage_organizations.yml +++ b/examples/templates/tasks/manage_organizations.yml @@ -5,7 +5,7 @@ method: GET password: "{{ controller_password }}" return_content: true - url: "https://{{ controller_hostname }}/api/v2/organizations/" + url: "https://{{ controller_hostname }}/api/v2/organizations/" user: "{{ controller_username }}" validate_certs: "{{ controller_validate_certs }}" register: existing_organizations diff --git a/examples/templates/vars/controller_credential_types.yml b/examples/templates/vars/controller_credential_types.yml index 0058ff785..a8a146a42 100644 --- a/examples/templates/vars/controller_credential_types.yml +++ b/examples/templates/vars/controller_credential_types.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/credential_types +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/credential_types # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_credentials.yml b/examples/templates/vars/controller_credentials.yml index 262aa648f..878580955 100644 --- a/examples/templates/vars/controller_credentials.yml +++ b/examples/templates/vars/controller_credentials.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/credentials +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/credentials # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_execution_environments.yml b/examples/templates/vars/controller_execution_environments.yml index 9660f49e6..463009f1e 100644 --- a/examples/templates/vars/controller_execution_environments.yml +++ b/examples/templates/vars/controller_execution_environments.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/execution_environments +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/execution_environments # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_groups.yml b/examples/templates/vars/controller_groups.yml index ac864d81b..c2d20f57f 100644 --- a/examples/templates/vars/controller_groups.yml +++ b/examples/templates/vars/controller_groups.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/groups +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/groups # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_hosts.yml b/examples/templates/vars/controller_hosts.yml index 8e88ccab9..36fe008d1 100644 --- a/examples/templates/vars/controller_hosts.yml +++ b/examples/templates/vars/controller_hosts.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/hosts +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/hosts # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_instance_groups.yml b/examples/templates/vars/controller_instance_groups.yml index b3b39346f..7376c2003 100644 --- a/examples/templates/vars/controller_instance_groups.yml +++ b/examples/templates/vars/controller_instance_groups.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/instance_groups +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/instance_groups # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_inventories.yml b/examples/templates/vars/controller_inventories.yml index 2e46dfeb4..555fa95d5 100644 --- a/examples/templates/vars/controller_inventories.yml +++ b/examples/templates/vars/controller_inventories.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/inventories +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/inventories # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_inventory_sources.yml b/examples/templates/vars/controller_inventory_sources.yml index 1f1a163ab..c083003f0 100644 --- a/examples/templates/vars/controller_inventory_sources.yml +++ b/examples/templates/vars/controller_inventory_sources.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/inventory_sources +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/inventory_sources # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_job_templates.yml b/examples/templates/vars/controller_job_templates.yml index 065f27f51..2bb4a7944 100644 --- a/examples/templates/vars/controller_job_templates.yml +++ b/examples/templates/vars/controller_job_templates.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/job_templates +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/job_templates # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_labels.yml b/examples/templates/vars/controller_labels.yml index bb6584759..1fc24ccda 100644 --- a/examples/templates/vars/controller_labels.yml +++ b/examples/templates/vars/controller_labels.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/labels +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/labels # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_ldap_configuration.json b/examples/templates/vars/controller_ldap_configuration.json index 27f396c80..45209d806 100644 --- a/examples/templates/vars/controller_ldap_configuration.json +++ b/examples/templates/vars/controller_ldap_configuration.json @@ -1,4 +1,4 @@ -// Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/settings +// Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/settings // if you need help customizing these settings. { diff --git a/examples/templates/vars/controller_notification_templates.yml b/examples/templates/vars/controller_notification_templates.yml index 7ef07dac7..7ec83f72d 100644 --- a/examples/templates/vars/controller_notification_templates.yml +++ b/examples/templates/vars/controller_notification_templates.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/notification_templates +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/notification_templates # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_organizations.yml b/examples/templates/vars/controller_organizations.yml index c683337c5..555321c44 100644 --- a/examples/templates/vars/controller_organizations.yml +++ b/examples/templates/vars/controller_organizations.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/organizations +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/organizations # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_organizations_with_hub.yml b/examples/templates/vars/controller_organizations_with_hub.yml index a91aee4bc..5a4946e2e 100644 --- a/examples/templates/vars/controller_organizations_with_hub.yml +++ b/examples/templates/vars/controller_organizations_with_hub.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/organizations +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/organizations # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_projects.yml b/examples/templates/vars/controller_projects.yml index 55b9043da..dc5c33a4a 100644 --- a/examples/templates/vars/controller_projects.yml +++ b/examples/templates/vars/controller_projects.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/projects +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/projects # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_roles.yml b/examples/templates/vars/controller_roles.yml index cb141a491..c0831da0d 100644 --- a/examples/templates/vars/controller_roles.yml +++ b/examples/templates/vars/controller_roles.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/roles +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/roles # for documentation and additional parameter information # READ DOCUMENTATION FOR THIS ROLE BEFORE DEFINING PERMISSIONS AS CODE TO diff --git a/examples/templates/vars/controller_schedules.yml b/examples/templates/vars/controller_schedules.yml index 80fc1a4b4..fdec061ce 100644 --- a/examples/templates/vars/controller_schedules.yml +++ b/examples/templates/vars/controller_schedules.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/schedules +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/schedules # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_teams.yml b/examples/templates/vars/controller_teams.yml index 65ecd633d..8d7a75ac1 100644 --- a/examples/templates/vars/controller_teams.yml +++ b/examples/templates/vars/controller_teams.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/teams +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/teams # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_users.yml b/examples/templates/vars/controller_users.yml index d3e81a064..7d0d77baf 100644 --- a/examples/templates/vars/controller_users.yml +++ b/examples/templates/vars/controller_users.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/users +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/users # for documentation and additional parameter information --- diff --git a/examples/templates/vars/controller_workflows.yml b/examples/templates/vars/controller_workflows.yml index 10948f6ce..2f1b60e59 100644 --- a/examples/templates/vars/controller_workflows.yml +++ b/examples/templates/vars/controller_workflows.yml @@ -1,4 +1,4 @@ -# Refer to https://github.com/redhat-cop/tower_configuration/tree/devel/roles/workflow_job_templates +# Refer to https://github.com/redhat-cop/controller_configuration/tree/devel/roles/workflow_job_templates # for documentation and additional parameter information ---