{"id":29008256,"url":"https://github.com/colmiik/cloud-1","last_synced_at":"2026-01-31T09:31:23.778Z","repository":{"id":299595232,"uuid":"1003517642","full_name":"ColmiiK/cloud-1","owner":"ColmiiK","description":"Automated deployment of Wordpress through Ansible, AWS and Docker","archived":false,"fork":false,"pushed_at":"2025-06-23T09:28:25.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T14:04:19.602Z","etag":null,"topics":["ansible","aws","docker"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ColmiiK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-17T09:11:44.000Z","updated_at":"2025-06-23T20:32:01.000Z","dependencies_parsed_at":"2025-06-17T10:43:13.105Z","dependency_job_id":"fa7a3004-f698-4bc6-90c5-d63f75610033","html_url":"https://github.com/ColmiiK/cloud-1","commit_stats":null,"previous_names":["colmiik/cloud-1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ColmiiK/cloud-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fcloud-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fcloud-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fcloud-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fcloud-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColmiiK","download_url":"https://codeload.github.com/ColmiiK/cloud-1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fcloud-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","aws","docker"],"created_at":"2025-06-25T14:04:18.531Z","updated_at":"2026-01-31T09:31:23.765Z","avatar_url":"https://github.com/ColmiiK.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WIP Structure\n\n## Playbooks\n\nThese are the plays (scripts) that Ansible runs to do different things,\nlike launching the EC2 instance, launching the Docker, etc.\n\n## Roles\n\nHere we find reusable data. That can be the sites themselves (Docker Wordpress, Inception)\n\n## Inventory\n\nHere we save all of the hosts our Ansible machine can handle.\nWe can have them in `.ini` form:\n\n```ini\n[web]\n192.168.1.10\n\n[db]\ndb.example.com\n```\n\nOr preferably in `.yml`:\n\n```yaml\nall:\n  children:\n    wordpress:\n      hosts:\n        ec2-XX-XX-XX-XX.compute-1.amazonaws.com:\n```\n\nThese go in a `hosts.yml` or `hosts.ini` file and are automatically discovered by Ansible.\nWe can also put `host_vars/` to isolate variables per host.\n\n## Requirements\n\n- Possible to deploy your site on multiple servers in parallel\n  - Add multiple hosts to `ansible.cfg`\n- Depending on the requested URL, the server must redirect to the correct site\n\n## Completed requirements\n\n- In case of reboot, all data must persist\n- The script must function in an automatic way assuming Ubuntu 20.04 LTS with SSH and Python\n- The SQL database must work with WordPress and PHP-MyAdmin\n- Restart automatically if the server is rebooted\n- There must be a `docker-compose.yml`\n- The services are the components of a WordPress site\n- One application per container\n- The server must use TLS\n- Public access to the server must be limited, unable to connect to the DB\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolmiik%2Fcloud-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolmiik%2Fcloud-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolmiik%2Fcloud-1/lists"}