iddev: move over to aws

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-25 22:17:46 +00:00 committed by Pierre-Yves Chibon
parent ae761b801a
commit 88df232c00
2 changed files with 0 additions and 33 deletions

View file

@ -1,19 +1,2 @@
---
image: rhel7-20141015
instance_type: m1.small
keypair: fedora-admin-20130801
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent
zone: nova
tcp_ports: [22, 80, 443]
ansible_ifcfg_blacklist: true
inventory_tenant: persistent
inventory_instance_name: iddev
hostbase: iddev
public_ip: 209.132.184.120
root_auth_users: puiterwijk pingou
description: Instance for OIDC/OAuth development
cloud_networks:
# persistent-net
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"

View file

@ -1,19 +1,3 @@
- name: check/create instance
hosts: iddev.fedorainfracloud.org
gather_facts: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- /srv/private/ansible/vars.yml
- /srv/web/infra/ansible/vars/fedora-cloud.yml
- /srv/private/ansible/files/openstack/passwords.yml
tasks:
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: iddev.fedorainfracloud.org
gather_facts: True