From fe1d96f620e657505790710a2c7267c57d752a9d Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 31 Dec 2024 15:52:26 +0930 Subject: [PATCH] fix(playbook): Use API v2 path for Teams ref: #37 #42 --- .../ansible/collection/centurion/playbooks/inventory.md | 6 ++---- .../ansible/collection/centurion/playbooks/teams.md | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/projects/ansible/collection/centurion/playbooks/inventory.md b/docs/projects/ansible/collection/centurion/playbooks/inventory.md index 2571560..7a5515b 100644 --- a/docs/projects/ansible/collection/centurion/playbooks/inventory.md +++ b/docs/projects/ansible/collection/centurion/playbooks/inventory.md @@ -12,14 +12,13 @@ The inventory playbook includes the [AWX Feature](../../../playbooks/awx.md) to The following job template will be created: -* **Centurion/ITAM/Inventory** Inventory host machines and publish to Centurion ERP +- **Centurion/ITAM/Inventory** Inventory host machines and publish to Centurion ERP On import to AWX / Ansible Automation Platform a credential type will also be created, 'Collection/No Fuss Computing/Centurion/API' that can be used to supply the required secrets and Centurion host. !!! warning - The inventory playbook currently has an issue relating to gathering software starting with L. This issue has been reported and is being worked on - [github issue 19](https://github.com/nofusscomputing/ansible_collection_centurion/issues/19) + The inventory playbook currently has an issue relating to gathering software starting with L. This issue has been reported and is being worked on [github issue 19](https://github.com/nofusscomputing/ansible_collection_centurion/issues/19) ## Play workflow @@ -33,4 +32,3 @@ The inventory playbook conducts the follwoing tasks: - Uploads the inventory report to Centurion ERP - Cleans any leftover files used to create the reports - diff --git a/docs/projects/ansible/collection/centurion/playbooks/teams.md b/docs/projects/ansible/collection/centurion/playbooks/teams.md index 8bd0df1..8306c54 100644 --- a/docs/projects/ansible/collection/centurion/playbooks/teams.md +++ b/docs/projects/ansible/collection/centurion/playbooks/teams.md @@ -12,10 +12,10 @@ The teams playbook includes the [AWX Feature](../../../playbooks/awx.md) to impo The following job template will be created: -* **Centurion/Access/Teams** Creation and patching of teams and permissions +- **Centurion/Access/Teams** Creation and patching of teams and permissions -!!! info +!!! info The playbook is able to work with the [inventory plugin](../plugins/index.md) that is included in this collection.