Go to file
kjuulh 7e73d346ce
fix(hosts): update ansible_host IP address to use internal IP for better security
The ansible_host IP address is changed from the public IP to the internal IP (10.0.9.9) to improve security by using internal networking for communication.

feat(renovate/tasks/main.yml): add renovate clean cron job to maintain a clean environment
A new cron job is added to run twice daily at 2 AM and 2 PM. This job will clean up the environment by running `docker-compose down -v --remove-orphans` and then starting the services again with `docker-compose up -d`. The output is logged to /var/log/renovate-clean.log for monitoring purposes. This ensures a clean environment and helps prevent potential issues caused by stale or orphaned containers.
2023-05-13 02:58:48 +02:00
actions feat: add shuttle 2023-05-13 02:35:17 +02:00
group_vars feat: add main infra 2023-05-13 02:30:08 +02:00
roles fix(hosts): update ansible_host IP address to use internal IP for better security 2023-05-13 02:58:48 +02:00
.gitignore feat: add shuttle 2023-05-13 02:35:17 +02:00
ansible.cfg feat: add main infra 2023-05-13 02:30:08 +02:00
hosts fix(hosts): update ansible_host IP address to use internal IP for better security 2023-05-13 02:58:48 +02:00
renovate.json Add renovate.json 2023-05-13 00:49:06 +00:00
requirements.yml feat: add main infra 2023-05-13 02:30:08 +02:00
shuttle.yaml feat: add shuttle 2023-05-13 02:35:17 +02:00
site.yml feat: add main infra 2023-05-13 02:30:08 +02:00
vars.yaml feat: add main infra 2023-05-13 02:30:08 +02:00