Compare commits

...

2 Commits

Author SHA1 Message Date
e083b30ea2 update docker-compose 2024-07-02 00:55:09 -04:00
6a97cfb055 internal mmt domain 2024-06-24 03:35:06 -04:00
5 changed files with 11 additions and 2 deletions

View File

@ -18,6 +18,7 @@
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=/usr/bin/docker compose pull ExecStartPre=/bin/bash -c "/usr/bin/docker compose pull || true"
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,7 +19,13 @@
- 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.137.128.0/17:*"] "dst": ["10.0.0.0/8:*"]
}, },
{ {
"action": "accept", "action": "accept",

View File

@ -206,6 +206,8 @@ 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 }}