Encryption and major changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user