mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
change up transient_cloud task to use the right keys and talk to openstack
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: spin it up
|
||||
local_action: ec2_create keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group}
|
||||
local_action: ec2 keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group} ec2_access_key=$transient_access_key ec2_secret+key=$transient_secret_key ec2_url=$os_ec2_url
|
||||
register: inst_res
|
||||
|
||||
- name: add it to the special group
|
||||
|
||||
Reference in New Issue
Block a user