Compare commits

..

2 commits

Author SHA1 Message Date
Jesús Camacho
0bdbe8bee9 Update 2026-02-16 14:51:06 +01:00
Jesús Camacho
a4a2b72bf0 configure repos 2026-02-16 14:50:55 +01:00
4 changed files with 10 additions and 3 deletions

View file

@ -16,7 +16,6 @@
path: "{{ item }}"
mode: "0644"
loop:
- /etc/update-motd.d/10-uname
- /etc/update-motd.d/10-help-text
ignore_errors: true

View file

@ -1 +1,6 @@
---
---
- name: Set public sources.list
ansible.builtin.template:
src: sources.list
dest: /etc/apt/sources.list
mode: "0600"

View file

@ -26,7 +26,7 @@ UPDATES="$(apt list --upgradable 2>/dev/null | grep -c upgradable || true)"
echo ""
echo -e "${BOLD}${BLUE}┌──────────────────────────────────────────────┐${RESET}"
echo -e "${BOLD}${BLUE}│ {{ motd_title | default('LXC CONTAINER') }} │${RESET}"
echo -e "${BOLD}${BLUE}│ {{ motd_title | default('LXC CONTAINER') }} │${RESET}"
echo -e "${BOLD}${BLUE}└──────────────────────────────────────────────┘${RESET}"
echo ""

View file

@ -0,0 +1,3 @@
deb http://ftp.caliu.cat/ubuntu noble main restricted universe multiverse
deb http://ftp.caliu.cat/ubuntu noble-updates main restricted universe multiverse
deb http://ftp.caliu.cat/ubuntu noble-security main restricted universe multiverse