Skip to content

Instantly share code, notes, and snippets.

@mark-dce
Created August 15, 2015 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-dce/f975a251cb089a437d04 to your computer and use it in GitHub Desktop.
Save mark-dce/f975a251cb089a437d04 to your computer and use it in GitHub Desktop.
Mark's vmware adrl-prod.yml
- name: provision production centos 7 host for ADRL 2.0
hosts: vanilla-hosts
remote_user: centos
vars:
server_name: hydra.local
rails_secret_key_base: 8b392d82866851f73cc415a65bf7e6dd630cc0e64298d65b4ad47a9f51ca33575ae8a4ae02584527c193cb2dff7a8ecf1abca6dc6efc3030442c11ec916fa098
capistrano_user: deploy
capistrano_group: deploy
install_user: ucsb
install_group: ucsb
become_user: ucsb
install_path: /opt/install
project_name: alex2
rails_env: production
server_name: vagrant.localhost
solr_context: hydra
roles:
- { role: generic-centos, sudo: yes }
- { role: housekeeping, sudo: yes }
- { role: ruby }
- { role: hydra-stack }
- { role: services }
- { role: passenger, sudo: yes }
- { role: marmotta }
- { role: app-config, sudo: yes }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment