diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-13 14:55:11 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-13 14:55:11 -0400 |
| commit | 6377f9b1f95f83dde750d18a29e0b5587720fb62 (patch) | |
| tree | 50ff7af3accc06b44c7b6a56fb79d97fea2f0875 /docs | |
| parent | 45b5f70c97ae4c0180c13564c82a38d2bd96a1e9 (diff) | |
adding default variables, removing need for kickstart, paving the way for non-kickstart installations
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sample-environment.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample-environment.yml b/docs/sample-environment.yml index 3f2dcf6..bc6f928 100644 --- a/docs/sample-environment.yml +++ b/docs/sample-environment.yml @@ -1,7 +1,7 @@ all: hosts: test-el8: - os: "rhel8-unknown" + os: "rhel8-unknown" #A full list of OSes can be found with this #virt-install --osinfo list kickstart: "el8.ks" iso_path: "/path/to/ios/AlmaLinux-8.7-x86_64-dvd.iso" test-el9: @@ -22,7 +22,7 @@ all: hypervisor_host: "hypervisor.fqdn" parent_dataset: "zfs-parent-dataset/zfs-child-dataset" network: "bridge:vm-bridge" - root_password: "{{ lookup('password', '/dev/null length=32 chars=ascii_letters,digits') }}" #Random root password +# root_password: "" #Not defining this will cause a random root password to be generated user: "admin" #Regular user with sudo rights # SSH key for root and regular user ssh_key: | |
