forked from infra/ansible
kickstarts: rhel10: use https for all the urls
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
51081991be
commit
4e24b694b4
7 changed files with 33 additions and 33 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Use network installation
|
||||
vnc --password "{{ kickstart_vnc_password }}"
|
||||
# Use network install
|
||||
url --url=http://infrastructure.fedoraproject.org/repo/rhel/RHEL10-aarch64/
|
||||
repo --name=epel --baseurl=http://infrastructure.fedoraproject.org/pub/epel/10/Everything/aarch64/
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/aarch64/baseos/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/aarch64/appstream/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/aarch64/crb/
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-aarch64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/aarch64/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/aarch64/baseos/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/aarch64/appstream/
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/aarch64/crb/
|
||||
|
||||
# Firewall configuration
|
||||
firewall --disabled
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
# Use network installation
|
||||
vnc --password "{{ kickstart_vnc_password }}"
|
||||
# Use network install
|
||||
url --url=http://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=http://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
|
||||
# Firewall configuration
|
||||
firewall --disabled
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
# Use network installation
|
||||
vnc --password "{{ kickstart_vnc_password }}"
|
||||
# Use network install
|
||||
url --url=http://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=http://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
|
||||
# Firewall configuration
|
||||
firewall --disabled
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
# Use network installation
|
||||
vnc --password "{{ kickstart_vnc_password }}"
|
||||
# Use network install
|
||||
url --url=http://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=http://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
|
||||
# Firewall configuration
|
||||
firewall --disabled
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
# Use network installation
|
||||
vnc --password "{{ kickstart_vnc_password }}"
|
||||
# Use network install
|
||||
url --url=http://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=http://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
|
||||
# Firewall configuration
|
||||
firewall --disabled
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ auth --enableshadow --passalgo=sha512
|
|||
# Use network installation
|
||||
vnc --password "{{ kickstart_vnc_password }}"
|
||||
# Use network install
|
||||
url --url=http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
repo --name=epel --baseurl=http://infrastructure.fedoraproject.org/pub/epel/9/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel9/x86_64/rhel-9-for-x86_64-baseos-rpms/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel9/x86_64/rhel-9-for-x86_64-appstream-rpms/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel9/x86_64/codeready-builder-for-rhel-9-x86_64-rpms/
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/9/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel9/x86_64/rhel-9-for-x86_64-baseos-rpms/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel9/x86_64/rhel-9-for-x86_64-appstream-rpms/
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel9/x86_64/codeready-builder-for-rhel-9-x86_64-rpms/
|
||||
|
||||
# Firewall configuration
|
||||
firewall --disabled
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ eula --agreed
|
|||
# Setup Repository info
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
# Run the Setup Agent on first boot
|
||||
firstboot --disable
|
||||
# Keyboard layouts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue