Skip to content

Instantly share code, notes, and snippets.

@singlecheeze
singlecheeze / RHImageBuilderviaWebConsole.md
Last active May 5, 2023 20:49
RH Image Builder via Web Console (Cockpit)

Great blog post here: https://www.redhat.com/sysadmin/intro-cockpit

sudo dnf install cockpit
sudo systemctl enable --now cockpit.socket
sudo firewall-cmd --add-service=cockpit --permanent
sudo firewall-cmd --reload

Now open a web browser and go to:: https://Computer IP:9090

@singlecheeze
singlecheeze / OCP Virt VM Creation with Ansible.md
Created May 14, 2024 19:30
OCP Virt VM Creation with Ansible

build-fedora-rapids-master-vm.yaml
Run from laptop or jump server with Ansible:

ansible-playbook build-fedora-rapids-master-vm.yaml --tag deploy
ansible-playbook build-fedora-rapids-master-vm.yaml --tag destroy

build-fedora-rapids-master-vm.yaml

---
- hosts: localhost
@singlecheeze
singlecheeze / ARO AAP with Azure PostgreSQL.md
Last active June 11, 2024 12:57
ARO AAP with Azure PostgreSQL

image

image

image