syncing product demo changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ choose_demo.yml
|
|||||||
choose_demo_example_azure.yml
|
choose_demo_example_azure.yml
|
||||||
choose_demo_example_aws.yml
|
choose_demo_example_aws.yml
|
||||||
.ansible.cfg
|
.ansible.cfg
|
||||||
|
*.gz
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,16 +1,17 @@
|
|||||||
---
|
---
|
||||||
- name: add azure credential
|
- name: add azure credential
|
||||||
awx.awx.tower_credential:
|
awx.awx.credential:
|
||||||
name: azure_credential
|
name: azure_credential
|
||||||
description: Azure Service Principle
|
description: Azure Service Principle
|
||||||
organization: "Default"
|
organization: "Default"
|
||||||
state: present
|
state: present
|
||||||
kind: azure_rm
|
credential_type: Microsoft Azure Resource Manager
|
||||||
subscription: "{{ my_subscription }}"
|
inputs:
|
||||||
tenant: "{{ my_tenant }}"
|
subscription: "{{ my_subscription }}"
|
||||||
client: "{{ my_client }}"
|
tenant: "{{ my_tenant }}"
|
||||||
secret: "{{ my_secret }}"
|
client: "{{ my_client }}"
|
||||||
tower_username: "{{ my_tower_username }}"
|
secret: "{{ my_secret }}"
|
||||||
tower_password: "{{ my_tower_password }}"
|
controller_username: "{{ my_controller_username }}"
|
||||||
tower_host: "{{ my_tower_host }}"
|
controller_password: "{{ my_controller_password }}"
|
||||||
|
controller_host: "{{ my_controller_host }}"
|
||||||
validate_certs: false
|
validate_certs: false
|
||||||
|
|||||||
Reference in New Issue
Block a user