{"id":20657431,"url":"https://github.com/chrislaskey/community-share-ansible","last_synced_at":"2026-04-10T23:02:27.433Z","repository":{"id":145664540,"uuid":"80574073","full_name":"chrislaskey/community-share-ansible","owner":"chrislaskey","description":"Ansible configuration management for Community Share","archived":false,"fork":false,"pushed_at":"2019-08-04T14:54:58.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T23:45:02.793Z","etag":null,"topics":["ansible","configuration-management","nginx","postgresql","ssl","unicorn"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrislaskey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-31T23:46:54.000Z","updated_at":"2020-04-13T15:29:36.000Z","dependencies_parsed_at":"2023-04-05T13:48:07.120Z","dependency_job_id":null,"html_url":"https://github.com/chrislaskey/community-share-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrislaskey/community-share-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrislaskey%2Fcommunity-share-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrislaskey%2Fcommunity-share-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrislaskey%2Fcommunity-share-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrislaskey%2Fcommunity-share-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrislaskey","download_url":"https://codeload.github.com/chrislaskey/community-share-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrislaskey%2Fcommunity-share-ansible/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502995,"owners_count":23618675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","configuration-management","nginx","postgresql","ssl","unicorn"],"created_at":"2024-11-16T18:20:42.257Z","updated_at":"2026-04-10T23:02:27.323Z","avatar_url":"https://github.com/chrislaskey.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Community Share\n\n\u003e Ansible configuration management for standing up a Community Share application\n\nSee the [Community Share repository](https://github.com/chrislaskey/community-share) for more details about the application.\n\n## About\n\nCommunity Share uses:\n\n- Amazon EC2 for compute\n- Amazon S3 for file storage\n- LinkedIn for user authentication\n- Ansible for server configuration and code deployment\n\nCommunity Share runs on top of:\n\n- Ubuntu 16.04\n- Unicorn\n- PostgreSQL\n- LetsEncrypt for SSL\n- Nginx\n\n## Installation\n\n**Note**: Target architecture is Ubuntu 16.04.\n\n#### Initial Setup\n\nFollow the [Ansible Installation Guide](https://docs.ansible.com/ansible/intro_installation.html) to install the latest version of Ansible locally.\n\nClone the project locally:\n\n```bash\n$ git clone git@github.com:chrislaskey/ansible-community-share.git\n$ cd ansible-community-share\n```\n\nAdd a host inventory file:\n\n```bash\n$ copy hosts/production.example hosts\n$ vim production\n```\n\nTransfer the bootstrap script to the remote host:\n\n```bash\n$ scp bin/bootstrap your-host.com:~/\n$ ssh your-host.com\n```\n\nRun the bootstrap script on the **remote** host\n\n```bash\n$ ./bootstrap\n```\n\nConfirm ansible can connect and run on the host:\n\n```bash\n$ bin/ping\n```\n\n#### Running Playbooks\n\nUpdate the host inventory file with the correct hostnames:\n\n```bash\n$ copy hosts/production.example hosts/production\n$ vim hosts/production\n```\n\nTo configure the server run the playbook:\n\n```bash\n$ bin/install\n```\n\nTo deploy application code changes also use:\n\n```bash\n$ bin/install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrislaskey%2Fcommunity-share-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrislaskey%2Fcommunity-share-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrislaskey%2Fcommunity-share-ansible/lists"}