{"id":18264268,"url":"https://github.com/ct-open-source/telerec-t-base","last_synced_at":"2025-04-09T01:30:17.049Z","repository":{"id":197015703,"uuid":"697367031","full_name":"ct-Open-Source/telerec-t-base","owner":"ct-Open-Source","description":"Basic Ansible Setup for a server with Traefik, Portainer and Watchtower","archived":false,"fork":false,"pushed_at":"2024-02-12T20:35:09.000Z","size":28,"stargazers_count":53,"open_issues_count":8,"forks_count":12,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-02-14T19:50:08.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ct-Open-Source.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}},"created_at":"2023-09-27T15:26:52.000Z","updated_at":"2025-02-09T01:09:54.000Z","dependencies_parsed_at":"2023-09-28T16:52:38.257Z","dependency_job_id":"6b21e17c-c9d9-48cd-a00f-2c2aa006bda6","html_url":"https://github.com/ct-Open-Source/telerec-t-base","commit_stats":null,"previous_names":["ct-open-source/telerec-t-base"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-Open-Source%2Ftelerec-t-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-Open-Source%2Ftelerec-t-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-Open-Source%2Ftelerec-t-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-Open-Source%2Ftelerec-t-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ct-Open-Source","download_url":"https://codeload.github.com/ct-Open-Source/telerec-t-base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247956225,"owners_count":21024524,"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":[],"created_at":"2024-11-05T11:14:13.410Z","updated_at":"2025-04-09T01:30:17.034Z","avatar_url":"https://github.com/ct-Open-Source.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# telerec-t-base\nBasic Ansible Setup for a server with Traefik, Portainer, Autoheal and Watchtower.\n\nClone this repository with submodules:\n```shell\ngit clone --recurse-submodules https://github.com/ct-Open-Source/telerec-t-base.git\n```\n\n## Install ansible\n\nFirst install `sshpass` for the first login without public key. On Ubuntu or Debian use:\n```shell\nsudo apt install sshpass\n```\n\nThen [install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html). \nWe recommend using `pipenv` with the Pipfile in the repository:\n```shell\ncd telerec-t-base\npipenv install\n```\n\nThe following commands use `pipenv` to run the ansible commands from within the virtual environment. \nIf you installed Ansible without a virtualenv remove the trailing `pipenv run ` from the following commands.\n\n### Install ansible modules\n\nAnsible can be extended in different ways. To keep it small by default there is a plug-in repository called \n\"Ansible Galaxy\". For this setup you need these two plug-ins (also called \"modules\"): \n\n```shell script\npipenv run ansible-galaxy collection install ansible.posix\npipenv run ansible-galaxy collection install community.general\npipenv run ansible-galaxy role install geerlingguy.docker\n```\n\n## Run the playbook\n\nFor the first server setup you need to allow login with `--ask-pass`:\n\n```shell\npipenv run ansible-playbook initial-setup.yml -i hosts --ask-pass --ask-become-pass\n```\n\n```shell script\npipenv run ansible-playbook server-setup.yml -i hosts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct-open-source%2Ftelerec-t-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fct-open-source%2Ftelerec-t-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct-open-source%2Ftelerec-t-base/lists"}