Terminate insim.fedorainfracloud.org
This commit is contained in:
parent
11e384a8c3
commit
586bc378a8
5 changed files with 0 additions and 69 deletions
|
@ -52,7 +52,6 @@ grafana.cloud.fedoraproject.org
|
|||
graphite.fedorainfracloud.org
|
||||
hubs-dev.fedorainfracloud.org
|
||||
iddev.fedorainfracloud.org
|
||||
insim.fedorainfracloud.org
|
||||
java-deptools.fedorainfracloud.org
|
||||
jenkins.fedorainfracloud.org
|
||||
jenkins-slave-el6.fedorainfracloud.org
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
image: "{{ fedora25_x86_64 }}"
|
||||
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]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: insim
|
||||
hostbase: insim
|
||||
public_ip: 209.132.184.233
|
||||
root_auth_users: mizdebsk msimacek
|
||||
description: fedora insim instance
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||
|
||||
freezes: false
|
|
@ -1195,8 +1195,6 @@ lists-dev.fedorainfracloud.org
|
|||
java-deptools.fedorainfracloud.org
|
||||
# developer ticket 4876
|
||||
developer.fedorainfracloud.org
|
||||
# insim
|
||||
insim.fedorainfracloud.org
|
||||
# fedimg-dev development instance
|
||||
fedimg-dev.fedorainfracloud.org
|
||||
# modernpaste testing
|
||||
|
|
|
@ -144,7 +144,6 @@
|
|||
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/graphite.fedorainfracloud.org.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/hubs-dev.fedorainfracloud.org.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/iddev.fedorainfracloud.org.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/insim.fedorainfracloud.org.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/lists-dev.fedorainfracloud.org.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/magazine2.fedorainfracloud.org.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/hosts/ansiblemagazine.fedorainfracloud.org.yml
|
||||
|
|
|
@ -1,45 +0,0 @@
|
|||
---
|
||||
- name: check/create instance
|
||||
hosts: insim.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: insim.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
hostname: name="{{inventory_hostname}}"
|
||||
|
||||
roles:
|
||||
- basessh
|
||||
|
||||
tasks:
|
||||
- name: install basic packages
|
||||
dnf: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- java-devel
|
||||
- postgresql-server
|
||||
- httpd
|
||||
- git
|
||||
- maven
|
||||
- wget
|
||||
- emacs-nox
|
Loading…
Add table
Add a link
Reference in a new issue