diff --git a/group_vars/centos8.yml b/group_vars/centos8.yml deleted file mode 100644 index f06e9a9..0000000 --- a/group_vars/centos8.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -# default resources for new vm -dsk_size: 20 -mem_size: 2048 -num_cpus: 2 - -# extra args for virt-install -ks_file: "{{ boot_url }}/ks/centos8.ks" -ipcmd: >- - {% if network_interfaces[0]['proto'] is defined %} - {% if network_interfaces[0]['proto'] == 'static' %} - {% set int=network_interfaces[0] %} - {% if int['ipaddr'] is defined and int['gateway'] is defined %} - nameserver=8.8.8.8 - ip={{ int['ipaddr'] }}::{{ int['gateway'] }}:{{ int['netmask'] }}::eth0:none - {% endif %} - {% endif %} - {% endif %} -virt_install_os_args: > - --location https://nic.funet.fi/pub/mirrors/centos.org/8/BaseOS/x86_64/os - --extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}" diff --git a/hosts b/hosts index 6651c0e..8b6e826 100644 --- a/hosts +++ b/hosts @@ -118,8 +118,6 @@ sshsign static zm -[centos8:children] - [centos7:children] ldap