chore(playbook_teams): Capitalise task name

Ref: #30
This commit is contained in:
2024-08-23 12:21:58 +09:30
parent fc504d9829
commit 9c33f5e6dd
3 changed files with 13 additions and 3 deletions

View File

@ -27,7 +27,10 @@ On import to AWX / Ansible Automation Platform a credential type will also be cr
The inventory playbook conducts the follwoing tasks:
- Gathers host information
- Gathers sofware information
- Uploads the inventory report to Centurion ERP
- Cleans any leftover files used to create the reports

View File

@ -24,11 +24,18 @@ The following job template will be created:
The teams playbook gathers information regarding centurion organisations from the ansible inventory. Using this information the play is designed to create new teams with permissions and notes. The workflow for the playbook is as follows
- Fetch all organisations from Centurion ERP
- Fetch all existing teams within each organisation from Centurion ERP
- Fetch any teams to be created from inventory
- Create new teams
- POST all teams with required permissions
- POST all teams with required notes
- for each team
- Replace the team permissions
- Replace the contents of the notes field
## Configuration

View File

@ -219,7 +219,7 @@
{{ nfc_pb_disable_log | default(true) }}
- name: replace team notes
- name: Replace team notes
ansible.builtin.uri:
url: |-
{{ item.url }}