Remove Fedora install support
This commit is contained in:
parent
b82bb07aeb
commit
7c8f704ae9
2 changed files with 0 additions and 24 deletions
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
# fix python path errors
|
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
|
||||||
|
|
||||||
# default resources for new vm
|
|
||||||
dsk_size: 20
|
|
||||||
mem_size: 2048
|
|
||||||
num_cpus: 2
|
|
||||||
|
|
||||||
# extra args for virt-install
|
|
||||||
ks_file: "{{ boot_url }}/ks/fedora.ks"
|
|
||||||
ipcmd: >-
|
|
||||||
{% if network_interfaces[0]['proto'] is defined %}
|
|
||||||
{% if network_interfaces[0]['proto'] == 'static' %}
|
|
||||||
{% set int=network_interfaces[0] %}
|
|
||||||
nameserver=8.8.8.8
|
|
||||||
ip={{ int['ipaddr'] }}::{{ int['gateway'] }}:{{ int['netmask'] }}:::none
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
virt_install_os_args: >
|
|
||||||
--location https://download.fedoraproject.org/pub/fedora/linux/releases/34/Everything/x86_64/os
|
|
||||||
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0 {{ ipcmd }}"
|
|
|
@ -121,8 +121,6 @@ vultr:
|
||||||
hosts:
|
hosts:
|
||||||
atl01.vultr.foo.sh:
|
atl01.vultr.foo.sh:
|
||||||
|
|
||||||
fedora:
|
|
||||||
children:
|
|
||||||
openbsd:
|
openbsd:
|
||||||
children:
|
children:
|
||||||
backup:
|
backup:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue