From 6a97cfb055ffc97a18432a225d7a4ecc4bc5f4c7 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 24 Jun 2024 03:35:06 -0400 Subject: [PATCH] internal mmt domain --- roles/common/tasks/main.yml | 6 ++++++ roles/vpn/files/config/acl.json | 2 +- roles/vpn/templates/config.yml.j2 | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 87c3bb8..0250ef3 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -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: diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index 4b91b39..b6a6145 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -34,7 +34,7 @@ { "action": "accept", "src": ["group:roomates"], - "dst": ["10.137.128.0/17:*"] + "dst": ["10.0.0.0/8:*"] }, { "action": "accept", diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 8f6161e..493f64d 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -206,6 +206,8 @@ dns_config: - {{ nameserver_ip }} hatecomputers.club: - {{ nameserver_ip }} + mistymountainstherapy.com: + - {{ nameserver_ip }} ezri.dev: - {{ nameserver_ip }}