Skip to content

Commit 7310848

Browse files
Update readme files with names and removing ../.. (#46)
* Initial proposal Initial proposal * Update README.md * Update README.md * Update to use better role name Update to use better role name * Update to use better role name Update to use better role name * Update README.md * Update README.md * Update to use better role name Update to use better role name * Update to use better role name Update to use better role name * Update to use better role name Update to use better role name * Update to use better role name Update to use better role name * Update to use better role name Update to use better role name * Update name Update name * Update name Update name * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
1 parent 75d69c8 commit 7310848

File tree

18 files changed

+25
-25
lines changed

18 files changed

+25
-25
lines changed

roles/credential_input_sources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tower_configuration_***********
1+
# tower_configuration.credential_input_sources
22
## Description
33
An Ansible Role to create Job Templates in Ansible Tower.
44

@@ -116,7 +116,7 @@ tower_credential_input_sources:
116116

117117
- name: Add Credential Input Source
118118
include_role:
119-
name: ../..
119+
name: redhat_cop.tower_configuration.credential_input_sources
120120
vars:
121121
tower_credential_input_sources: "{{ cred_input_src_json.tower_credential_input_sources }}"
122122
```

roles/credential_types/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# credential_types
1+
# tower_configuration.credential_types
22
## Description
33
An Ansible Role to create Credential Types in Ansible Tower.
44

@@ -200,7 +200,7 @@ tower_credential_types:
200200

201201
- name: Add Credential Types
202202
include_role:
203-
name: ../..
203+
name: redhat_cop.tower_configuration.credential_types
204204
vars:
205205
tower_credential_types: "{{ credential_types_json.tower_credential_types }}"
206206
```

roles/credentials/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# credentials
1+
# tower_configuration.credentials
22
## Description
33
An Ansible Role to create Credentials in Ansible Tower.
44

@@ -137,7 +137,7 @@ tower_credentials:
137137

138138
- name: Add Credentials
139139
include_role:
140-
name: ../..
140+
name: redhat_cop.tower_configuration.credentials
141141
vars:
142142
tower_credentials: "{{ credentials_json.tower_credentials }}"
143143
```

roles/hosts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hosts
1+
# tower_configuration.hosts
22
## Description
33
An Ansible Role to add hosts to Ansible Tower.
44

roles/inventories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tower_inventories
1+
# tower_configuration.tower_inventories
22
An Ansible role to create inventories.
33

44

roles/inventory_sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tower_inventory_sources
1+
# tower_configuration.tower_inventory_sources
22
An Ansible role to create inventory sources.
33

44

roles/job_templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# job_templates
1+
# tower_configuration.job_templates
22
## Description
33
An Ansible Role to create Job Templates in Ansible Tower.
44

@@ -251,7 +251,7 @@ templates:
251251

252252
- name: Add Projects
253253
include_role:
254-
name: ../..
254+
name: redhat_cop.tower_configuration.job_templates
255255
vars:
256256
templates: "{{ job_templates_json.templates }}"
257257
```

roles/kerberos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kerberos
1+
# tower_configuration.kerberos
22
## Description
33
An Ansible role to configure Ansible Tower nodes to manage Windows systems.
44

roles/notifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# notifications
1+
# tower_configuration.notifications
22
## Description
33
An Ansible Role to add notifications to Ansible Tower.
44

roles/organizations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# organizations
1+
# tower_configuration.organizations
22
## Description
33
An Ansible Role to create Organizations in Ansible Tower.
44

@@ -114,7 +114,7 @@ tower_organizations:
114114

115115
- name: Add Organizations
116116
include_role:
117-
name: ../..
117+
name: redhat_cop.tower_configuration.organizations
118118
vars:
119119
tower_organizations: "{{ organizations_json.tower_organizations }}"
120120
```

roles/projects/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# projects
1+
# tower_configuration.projects
22
## Description
33
An Ansible Role to create Projects in Ansible Tower.
44

@@ -132,7 +132,7 @@ tower_projects:
132132

133133
- name: Add Projects
134134
include_role:
135-
name: ../..
135+
name: redhat_cop.tower_configuration.projects
136136
vars:
137137
projects: "{{ projects_json.projects }}"
138138
```

roles/schedules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Schedules
1+
# tower_configuration.schedules
22
## Description
33
An Ansible Role to create Schedules in Ansible Tower.
44

roles/teams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tower_teams
1+
# tower_configuration.tower_teams
22
## Description
33
An Ansible Role to create Teams in Ansible Tower.
44
## Variables

roles/tower_role/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tower_rbac
1+
# tower_configuration.tower_role
22
## Description
33
An Ansible Role to create RBAC Entries in Ansible Tower.
44

roles/tower_settings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Tower Setting Role
1+
tower_configuration.tower_settings
22
==================
33

44
Role to apply/modify tower settings.

roles/tower_virtual_environments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tower_virtual_environments
1+
# tower_configuration.tower_virtual_environments
22

33
## Description
44
An Ansible Role to manage Python virtual environments in Ansible Tower.

roles/users/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# users
1+
# tower_configuration.users
22
## Description
33
An Ansible Role to add users to Ansible Tower.
44

roles/workflow_job_templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# workflow_job_templates
1+
# tower_configuration.workflow_job_templates
22
## Description
33
An Ansible Role to create Workflow Job Templates in Ansible Tower.
44

@@ -312,7 +312,7 @@ tower_workflows:
312312
ignore_files: [tower_config.yml.template]
313313
extensions: ["yml"]
314314
roles:
315-
- {role: ../.., when: workflow_job_templates is defined}
315+
- {role: tower_configuration.workflow_job_templates, when: workflow_job_templates is defined}
316316

317317
```
318318
## License

0 commit comments

Comments
 (0)