Minor fixes

- DNS implementation
- Fixed missing mount in encrypted volumes
- Improved chronograph.sh
This commit is contained in:
2024-10-05 18:11:41 +02:00
parent 0fc8047831
commit f8ddb332e8
10 changed files with 193 additions and 13 deletions
@@ -150,3 +150,11 @@
loop:
- "{{ key_fetch_service }}"
- "{{ mount_service }}"
- name: Mount the volume
become: true
ansible.posix.mount:
path: "{{ mount_point }}"
src: /dev/mapper/{{ device_name }}
fstype: "{{ fstype }}"
state: present