telerec-t-base
telerec-t-base copied to clipboard
Basic Ansible Setup for a server with Traefik, Portainer and Watchtower
If I install each of the four services separately, everything works fine. But when I run system-setup.yml (in the article erroneously called server-setup.yml), the portainer installation seems to use the...
Starten der Dienste schlägt fehl da compose nicht funktioniert Ich bekomme beim ausführen der Playbooks um die Dienste zu installieren und zu starten immer einen docker-compose Fehler. ``` TASK [start...
the following should be added before task "Create docker directory" - name: Ensure group "docker" exists group: name: docker state: present
In the description of installing [*Ansible*](https://github.com/ct-Open-Source/telerec-t-base#install-ansible) you first have to create the folder `Pluto` before cd to it. (It's only a small issue, but it can become a big problem,...
In the "Run the playbook" section, you will be prompted to pipenv run ansible-playbook server-setup.yml -i hosts I think it should be pipenv run ansible-playbook **system-setup.yml** -i hosts should be.
I'm using ansible for similar projects for quite some time now. Perhaps I could share some ideas that have proved useful in my daily work. I usually make ansible less...
Executing `ansible-playbook traefik.yml -i hosts` on Ubuntu 24.04 returns an error `service traefik refers to undefined network traefik_net: invalid compose project`