base/tasks/hosts.yml
meaz 50a18a3d22 Add backports to apt and update shouter (#6)
- Adds Backport to apt so that we can update packages to latest version when needed (example golang for shouter)
- Add some tags and update readme
- Update golang to backports + check version so that it is not installed if the version is not new (especially coz when you run playbook and it gets installed on like 20 CT, then you get `net/http: TLS handshake timeout` issue otherwise)

Reviewed-on: #6
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@disroot.org>
Co-committed-by: meaz <meaz@disroot.org>
2024-01-05 09:45:29 +00:00

12 lines
168 B
YAML

---
- name: '[HOSTS] - Deploy /etc/hosts'
copy:
src: '{{ base_hosts_file }}'
dest: /etc/hosts
owner: root
group: root
mode: 0644
tags: hosts