Skip to content

an Ubuntu virtual box with the luthercollege/ansible GitHub repository

Notifications You must be signed in to change notification settings

luthercollege/luther-deploy-virtualbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual box for Luther College's Ansible playbooks

Introduction

The luther-deploy-virtualbox repository contains an Ubuntu virtual box with the GitHub repository https://github.com/luthercollege/ansible. It has a more current version of Ansible installed than is present on Mac OSX so newer Ansible features can be used. It also ensures that developers are using the same Linux platform for deployment.

Getting started

Using for deployment

  • once the virtual box is up and running type vagrant ssh to access at IP address 192.168.56.110
  • a user with the same name as your local username was also created on the virtual box so sudo su <username> to login as yourself (e.g. sudo su jonebr01)
  • cd ~/ansible to to view the contents of the Luther College ansible playbooks used for deployment
  • test connection to reasondev.luther.edu by typing ansible reasondev -m ping -vvv
  • deploy to reasondev.luther.edu by entering ansible-playbook site.yml --limit reasondev -K --tags=deploy
  • git is installed so you can commit and push any changes you made to the Luther ansible repository, or fetch, merge, and rebase updates made by other developers directly from the virtual box. (Note that before you commit to Github initially you will need to add the name and email associated with your Github account to ~/.gitconfig: git config --global user.email "[email protected]" and git config --global user.name "Your Name")

About

an Ubuntu virtual box with the luthercollege/ansible GitHub repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published