Start of a playbook for the fedora-hubs dev node.

This commit is contained in:
Ralph Bean 2016-04-01 14:51:05 +00:00
parent 418348c119
commit a6d62356cf
2 changed files with 22 additions and 0 deletions

View file

@ -947,6 +947,10 @@ pdc-backend01.phx2.fedoraproject.org
[pdc-backend-stg]
pdc-backend01.stg.phx2.fedoraproject.org
[transient-cloud]
# fedora-hubs-dev
209.132.184.97
[persistent-cloud]
# artboard instance
artboard.fedorainfracloud.org

View 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