Start of a playbook for the fedora-hubs dev node.
This commit is contained in:
parent
418348c119
commit
a6d62356cf
2 changed files with 22 additions and 0 deletions
|
@ -947,6 +947,10 @@ pdc-backend01.phx2.fedoraproject.org
|
||||||
[pdc-backend-stg]
|
[pdc-backend-stg]
|
||||||
pdc-backend01.stg.phx2.fedoraproject.org
|
pdc-backend01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
[transient-cloud]
|
||||||
|
# fedora-hubs-dev
|
||||||
|
209.132.184.97
|
||||||
|
|
||||||
[persistent-cloud]
|
[persistent-cloud]
|
||||||
# artboard instance
|
# artboard instance
|
||||||
artboard.fedorainfracloud.org
|
artboard.fedorainfracloud.org
|
||||||
|
|
18
playbooks/hosts/fedora-hubs-dev.yml
Normal file
18
playbooks/hosts/fedora-hubs-dev.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
- name: provision instance
|
||||||
|
hosts: 209.132.184.97 # this is transient.. so may change if we destroy it.
|
||||||
|
user: root
|
||||||
|
gather_facts: True
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "/srv/private/ansible/vars.yml"
|
||||||
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- yum: package={{item}} state=present
|
||||||
|
with_items:
|
||||||
|
- tmux
|
||||||
|
- vim
|
||||||
|
- git
|
||||||
|
- redis
|
||||||
|
- virtualenv
|
Loading…
Add table
Add a link
Reference in a new issue