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_source_directories:
"{{ base_files + (extra_files[inventory_hostname] | default([])) }}"
borgmatic_relocated_repo_access_is_ok: True
borg_retention_policy:
keep_hourly: 3
keep_daily: 7

View File

@ -9,7 +9,7 @@ Restart=always
RestartSec=3
RemainAfterExit=true
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
ExecStop=/usr/bin/docker compose down

View File

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

View File

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

View File

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