From 8579a5934e61c63a5a858d8265286742ce3a4526 Mon Sep 17 00:00:00 2001 From: "jasonpage.tas" Date: Mon, 19 Aug 2024 13:21:52 +0930 Subject: [PATCH] chore(docs_teams): Update decription remove AWX credential types as they are not created #17 #14 --- .../ansible/collection/centurion/playbooks/teams.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/projects/ansible/collection/centurion/playbooks/teams.md b/docs/projects/ansible/collection/centurion/playbooks/teams.md index 03649c2..18efd8c 100644 --- a/docs/projects/ansible/collection/centurion/playbooks/teams.md +++ b/docs/projects/ansible/collection/centurion/playbooks/teams.md @@ -1,6 +1,6 @@ --- title: Teams -description: No Fuss Computings Companion Ansible Collection Centurion teams Playbook. +description: Creation and patching of teams and permissions. date: 2024-08-18 template: project.html about: https://github.com/nofusscomputing/ansible_collection_centurion @@ -14,7 +14,6 @@ The following job template will be created: * **Centurion/Access/Teams** Creation and patching of teams and permissions -On import to AWX / Ansible Automation Platform a credential type will also be created, `Playbook/teams/centurion` that can be used to supply the required secrets and Centurion host. !!! info The playbook is able to work with centurion ERP directly or using the inventory pluggin that is included in this collection. @@ -59,3 +58,6 @@ centurion_erp: team_name_notes: &team-name-notes "team_notes" ``` + +!!! info "Upcoming feature" + With the release of Centurion ERP V1.1 an API request to fetch all permissions that can be applied will be available.