Encryption and major changes

This commit is contained in:
2024-09-28 23:12:19 +02:00
parent 1f060541c3
commit 6248286ad2
159 changed files with 153 additions and 129 deletions
@@ -15,11 +15,11 @@ provisioner:
inventory:
group_vars:
all:
ssh_allowed_zones:
geoip_ssh_allowed_zones:
- "ALL"
ssh_allowed_networks:
geoip_ssh_allowed_networks:
- "0.0.0.0/0"
host_vars: {}
host_vars: {}
platforms:
- name: jammy
box: "jaredeh/ubuntu2204-server"
@@ -38,12 +38,12 @@ platforms:
config_options:
vm.boot_timeout: 600
ssh.keep_alive: yes
ssh.remote_user: 'ansible'
ssh.remote_user: "ansible"
synced_folder: true
provider_options:
video_type: 'vga'
host: 'localhost'
uri: 'qemu:///system'
video_type: "vga"
host: "localhost"
uri: "qemu:///system"
nested: true
memory: 4096
verifier:
@@ -52,4 +52,4 @@ lint: |
set -e
ansible-lint
scenario:
name: default
name: default