prototype of what the persistent cloud instance playbooks/hostvars will look like
This commit is contained in:
parent
876172de56
commit
176be1a3c7
5 changed files with 258 additions and 0 deletions
11
inventory/host_vars/209.132.184.111
Normal file
11
inventory/host_vars/209.132.184.111
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
instance_type: m1.xlarge
|
||||
image: emi-3F1C4010
|
||||
volumes:[ ]
|
||||
keypair: admin
|
||||
security_group: webserver
|
||||
zone: fedoracloud
|
||||
hostbase: jenkins-master-
|
||||
public_ip: 209.132.184.111
|
||||
root_auth_users: [ pingou, skvidal ]
|
||||
description: jenkins master instance
|
|
@ -292,3 +292,7 @@ virthost12.phx2.fedoraproject.org
|
|||
virthost13.phx2.fedoraproject.org
|
||||
virthost-comm01.qa.fedoraproject.org
|
||||
|
||||
|
||||
[persistent-cloud]
|
||||
209.132.184.111
|
||||
209.132.184.112
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue