Skip to content

Commit 6470794

Browse files
author
Alan Christie
committed
- Built-in credentials are now '(SELF)'
1 parent 412c370 commit 6470794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tasks/add-credentials.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
include_tasks: add-credential-aws.yaml
1616
vars:
1717
item:
18-
name: aws (IAM User)
19-
description: The cluster AWS IAM User
18+
name: aws (SELF)
19+
description: The AWX cluster AWS IAM User
2020
aws_access_key_id: "{{ tower_cluster_aws_access_key_id }}"
2121
aws_secret_access_key: "{{ tower_cluster_aws_secret_access_key }}"
2222

@@ -32,8 +32,8 @@
3232
include_tasks: add-credential-kubernetes.yaml
3333
vars:
3434
item:
35-
name: k8s (Cluster)
36-
description: The cluster control plane credentials
35+
name: k8s (SELF)
36+
description: The AWX cluster control plane credentials
3737
host: "{{ tower_cluster_k8s_auth_host }}"
3838
api_key: "{{ tower_cluster_k8s_auth_api_key }}"
3939
verify_ssl: "{{ tower_cluster_k8s_auth_veify_ssl }}"

0 commit comments

Comments
 (0)