From 83f12f063db3f1e5be7f931c2692f4df0ced6a50 Mon Sep 17 00:00:00 2001 From: "jasonpage.tas" Date: Mon, 19 Aug 2024 12:36:34 +0930 Subject: [PATCH] chore(teams): Apply suggested changes #17 #14 --- playbooks/teams.yaml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/playbooks/teams.yaml b/playbooks/teams.yaml index 17d05c8..73f0ca4 100644 --- a/playbooks/teams.yaml +++ b/playbooks/teams.yaml @@ -248,7 +248,7 @@ nfc_pb_awx_tower_template: - - name: "Centurion/access/teams" + - name: "Centurion/Access/Teams" ask_tags_on_launch: false ask_inventory_on_launch: true ask_credential_on_launch: true @@ -266,28 +266,3 @@ - permissions - teams use_fact_cache: true - credential_types: - - name: 'Playbook/teams/centurion' - description: | - Credentials for authentication to centurion_erp - inputs: | - fields: - - id: centurion_url - type: string - label: centurion url - help_text: Ensure that `https://` is prefixed to url - - id: centurion_token - type: string - label: api token - secret: true - - id: centurion_validate_certs - type: boolean - label: Validate SSL Certificate - required: - - itsm_api - - itsm_token - injectors: > - env: - CENTURION_API: '{{ centurion_url }}' - CENTURION_TOKEN: '{{ centurion_token }}' - CENTURION_VALIDATE_CERTS: '{{ centurion_validate_certs | default(true) }}' \ No newline at end of file