aws with new method

This commit is contained in:
David Rojas
2020-12-15 18:42:05 -08:00
parent 252efb1fc0
commit 853cfcfef5
11 changed files with 296 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
---
- name: add aws credential
tower_credential:
name: aws_credential
description: AWS Credential
organization: "{{ vars[demo].project.organization }}"
state: present
kind: aws
username: "{{ my_access_key }}"
password: "{{ my_secret_key }}"
tower_username: "{{ my_tower_username }}"
tower_password: "{{ my_tower_password }}"
tower_host: "{{ my_tower_host }}"