Skip to content
New issue

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

Clone the southerncoalition-ansible git repository #21

Open
computate opened this issue Sep 8, 2020 · 2 comments
Open

Clone the southerncoalition-ansible git repository #21

computate opened this issue Sep 8, 2020 · 2 comments

Comments

@computate
Copy link
Member

computate commented Sep 8, 2020

Create a directory for the southerncoalition-ansible repository with the included ansible scripts and ansible vaults in Github for the organization.

sudo install -d -o $USER -g $USER /usr/local/src/southerncoalition-ansible

Clone the git repository into the new directory.

git clone [email protected]:Southern-Coalition-Team-19/southerncoalition-ansible.git /usr/local/src/southerncoalition-ansible

Create a directory for your development inventory.

install -d /usr/local/src/southerncoalition-ansible/inventories/$USER-localhost

Create a hosts file for your development inventory. Add your hostname to each of the following host groups so that ansible can run each of these playbooks on your host.

echo "
[computate_org]
localhost

[computate_postgres]
localhost

[computate_zookeeper]
localhost

[computate_ant]
localhost

[computate_solr]
localhost

[computate_certbot]
localhost

[southerncoalition]
localhost

[southerncoalition_login]
localhost

[southerncoalition_refresh]
localhost

[southerncoalition_backup]
localhost

[southerncoalition_restore]
localhost
" > /usr/local/src/southerncoalition-ansible/inventories/$USER-localhost/hosts
@computate computate added this to the Setup Tasks milestone Sep 8, 2020
@computate computate changed the title Clone the southerncoalition git repository Clone the southerncoalition-ansible git repository Sep 15, 2020
@charlescampbell599
Copy link

@computate it says the repo is not found when trying to clone the ansible repo:
https://github.com/Southern-Coalition-Team-19/southerncoalition-ansible.git

@computate
Copy link
Member Author

I just granted @cc5tudio and @charlescampbell599 admin access to the organization and repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants