{"id":19234441,"url":"https://github.com/andornaut/ansible-ctrl","last_synced_at":"2026-03-07T12:01:19.330Z","repository":{"id":73160734,"uuid":"94915197","full_name":"andornaut/ansible-ctrl","owner":"andornaut","description":"Provision workstations and servers using Ansible","archived":false,"fork":false,"pushed_at":"2026-02-28T23:10:18.000Z","size":602,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T02:08:15.081Z","etag":null,"topics":["ansible","ubuntu"],"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/andornaut.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-06-20T16:59:46.000Z","updated_at":"2026-02-28T23:10:22.000Z","dependencies_parsed_at":"2023-10-15T13:15:14.830Z","dependency_job_id":"9e621bbb-eec4-4bed-ae16-69ec4f74829e","html_url":"https://github.com/andornaut/ansible-ctrl","commit_stats":null,"previous_names":["andornaut/ansible-ctrl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andornaut/ansible-ctrl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fansible-ctrl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fansible-ctrl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fansible-ctrl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fansible-ctrl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andornaut","download_url":"https://codeload.github.com/andornaut/ansible-ctrl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fansible-ctrl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: 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","ubuntu"],"created_at":"2024-11-09T16:13:45.507Z","updated_at":"2026-03-07T12:01:18.997Z","avatar_url":"https://github.com/andornaut.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-ctrl\n\nProvision workstations and servers using [Ansible](https://www.ansible.com/).\n\n## Overview\n\nThis repository contains Ansible playbooks for automating the setup and configuration of:\n\n- Workstation and desktop environment: applications, games, tools, etc\n- Home Assistant with Frigate\n- Network Attached Storage (NAS)\n- Email forwarding\n- Rsnapshot backup system\n- System upgrades\n- Web servers\n\n## Requirements\n\n- [Ansible](https://www.ansible.com/) \u003e= 2.14.6\n- [Make](https://www.gnu.org/software/make/)\n- Ubuntu \u003e= 22.04\n\n### Initial Setup\n\nCreate a file named `hosts` in the project root:\n\n```ini\nexample ansible_connection=local ansible_host=example.com ansible_user=andornaut ansible_python_interpreter=/usr/bin/python3\n\n[upgrade]\nexample\n```\n\nInstall or upgrade Ansible on Ubuntu:\n\n```bash\nsudo apt remove ansible --purge\nsudo apt-add-repository ppa:ansible/ansible\nsudo apt install ansible\n```\n\n## Available Commands\n\nRun any of the following make commands to execute the corresponding playbook:\n\n```bash\nmake homeassistant-frigate # Set up Home Assistant with Frigate NVR\nmake rsnapshot             # Configure Rsnapshot backup system\nmake upgrade               # Run system upgrades\nmake webservers            # Configure web servers\nmake workstation           # Set up workstation/desktop environment\n```\n\n### Workstation Setup\n\nThe `make workstation` command runs the [workstation](./workstation.yml) playbook, which:\n\n- Prompts you to choose which roles to include\n- Configures your development environment\n- Sets up common tools and applications\n\n## Development\n\n### Directory Structure\n\n```text\n.\n├── hosts                # Inventory file (create this)\n├── workstation.yml      # Workstation configuration playbook\n├── roles/               # Ansible roles\n└── Makefile             # Command definitions\n```\n\n## Troubleshooting\n\n### Common Issues\n\n1. **Module Bugs**: If you encounter issues with community modules, try forcing an upgrade:\n\n```bash\nansible-galaxy collection install --force community.general\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandornaut%2Fansible-ctrl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandornaut%2Fansible-ctrl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandornaut%2Fansible-ctrl/lists"}