diff options
| author | spmfox <spmfox@foxwd.com> | 2023-05-28 10:02:07 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-05-28 10:02:07 -0400 |
| commit | ff35c64d337a286ac2864c8403c1840e28bb23b1 (patch) | |
| tree | 36062b6fbe326b61c5abaa11721f4a909364af5a /group_vars/all | |
| parent | efebf42259944acef6389937736995a0af8c17d5 (diff) | |
Initial commit
Diffstat (limited to 'group_vars/all')
| -rw-r--r-- | group_vars/all | 13 |
1 files changed, 13 insertions, 0 deletions
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: "" |
