Compare commits

..

No commits in common. "e083b30ea26e59a954085bbafbb311b10b241ad3" and "9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b" have entirely different histories.

5 changed files with 2 additions and 11 deletions

View File

@ -18,7 +18,6 @@
borg_ssh_command: "ssh -o StrictHostKeyChecking=no -i {{ borg_ssh_key }}" borg_ssh_command: "ssh -o StrictHostKeyChecking=no -i {{ borg_ssh_key }}"
borg_source_directories: borg_source_directories:
"{{ base_files + (extra_files[inventory_hostname] | default([])) }}" "{{ base_files + (extra_files[inventory_hostname] | default([])) }}"
borgmatic_relocated_repo_access_is_ok: True
borg_retention_policy: borg_retention_policy:
keep_hourly: 3 keep_hourly: 3
keep_daily: 7 keep_daily: 7

View File

@ -9,7 +9,7 @@ Restart=always
RestartSec=3 RestartSec=3
RemainAfterExit=true RemainAfterExit=true
WorkingDirectory=/etc/docker/compose/%i WorkingDirectory=/etc/docker/compose/%i
ExecStartPre=/bin/bash -c "/usr/bin/docker compose pull || true" ExecStartPre=/usr/bin/docker compose pull
ExecStart=/usr/bin/docker compose up --detach --remove-orphans ExecStart=/usr/bin/docker compose up --detach --remove-orphans
ExecStop=/usr/bin/docker compose down ExecStop=/usr/bin/docker compose down

View File

@ -19,13 +19,7 @@
- systemd-timesyncd - systemd-timesyncd
state: latest state: latest
update_cache: yes update_cache: yes
- name: Update and upgrade apt packages
become: true
apt:
upgrade: yes upgrade: yes
update_cache: yes
cache_valid_time: 86400 #One day
- name: enable systemd-timesyncd - name: enable systemd-timesyncd
ansible.builtin.systemd_service: ansible.builtin.systemd_service:

View File

@ -34,7 +34,7 @@
{ {
"action": "accept", "action": "accept",
"src": ["group:roomates"], "src": ["group:roomates"],
"dst": ["10.0.0.0/8:*"] "dst": ["10.137.128.0/17:*"]
}, },
{ {
"action": "accept", "action": "accept",

View File

@ -206,8 +206,6 @@ dns_config:
- {{ nameserver_ip }} - {{ nameserver_ip }}
hatecomputers.club: hatecomputers.club:
- {{ nameserver_ip }} - {{ nameserver_ip }}
mistymountainstherapy.com:
- {{ nameserver_ip }}
ezri.dev: ezri.dev:
- {{ nameserver_ip }} - {{ nameserver_ip }}