We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a directory for the southerncoalition repository with the included ansible scripts to setup issues in Github for the organization.
sudo install -d -o $USER -g $USER /usr/local/src/southerncoalition
Clone the git repository into the new directory.
git clone [email protected]:Southern-Coalition-Team-19/southerncoalition.git /usr/local/src/southerncoalition
As a team, automate the restore of the data to the application in OpenShift.
(cd /usr/local/src/computate/ansible && ansible-playbook southerncoalition_restore_enUS.yml -i /usr/local/src/southerncoalition/inventories/openshift/hosts --vault-id @prompt)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a directory for the southerncoalition repository with the included ansible scripts to setup issues in Github for the organization.
Clone the git repository into the new directory.
As a team, automate the restore of the data to the application in OpenShift.
Run the playbook to install the application to OpenShift.
(cd /usr/local/src/computate/ansible && ansible-playbook southerncoalition_restore_enUS.yml -i /usr/local/src/southerncoalition/inventories/openshift/hosts --vault-id @prompt)
The text was updated successfully, but these errors were encountered: