[copr] fedora user; use default keypair
This commit is contained in:
parent
c54f4a0151
commit
a4311de34d
3 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@ instance_type: m1.xlarge
|
|||
flavor_id: 2
|
||||
# image: "{{ f20_qcow_id }}"
|
||||
image: "86422ca2-6eeb-435c-87e8-402b3c7c3b7b"
|
||||
keypair: fas
|
||||
# keypair: "fedora-admin-20130801"
|
||||
security_group: ssh-anywhere-coprdev,default
|
||||
OS_TENANT_ID: "566a072fb1694950998ad191fee3833b"
|
||||
OS_TENANT_NAME: "coprdev"
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
#hosts: copr-be-dev2.cloud.fedoraproject.org
|
||||
#hosts: copr-back:copr-back-stg
|
||||
#hosts: copr-back-stg
|
||||
user: root
|
||||
user: fedora
|
||||
sudo: True
|
||||
#user: root
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
- name: spin UP VM using nova_compute
|
||||
#delegate_to: 127.0.0.1
|
||||
sudo: False
|
||||
local_action:
|
||||
module: nova_compute
|
||||
insecure: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue