From ff35c64d337a286ac2864c8403c1840e28bb23b1 Mon Sep 17 00:00:00 2001 From: spmfox Date: Sun, 28 May 2023 10:02:07 -0400 Subject: Initial commit --- group_vars/all | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 group_vars/all (limited to 'group_vars/all') diff --git a/group_vars/all b/group_vars/all new file mode 100644 index 0000000..26a6a7c --- /dev/null +++ b/group_vars/all @@ -0,0 +1,13 @@ +vm_name: "" +parent_dataset: "" +memory_mb: 2048 +cpus: 1 +disk_gb: 20 +disk_format: "raw" +os: "rhel-unknown" +kickstart: "" +iso_path: "" +network: "" +timezone: "America/New_York" +root_password: "{{ lookup('password', '/dev/null length=32 chars=ascii_letters,digits') }}" +root_ssh_key: "" -- cgit