Skip to content

Instantly share code, notes, and snippets.

@epicdigitalacademy
epicdigitalacademy / ansible_awx_install.txt
Created October 25, 2025 16:11 — forked from edmondgyampoh/ansible_awx_install.txt
Ansible AWX Installation on Ubuntu 22.04 / 24.04 (https://youtu.be/lW5CZlCCWyM)
== 1. Update Your System ==
sudo apt update
sudo apt upgrade -y
== 2. Install k3s ==
curl -sfL https://get.k3s.io | sh -
== 3. Give Non-root User Access to K3s Config ==
sudo chown $USER:$USER /etc/rancher/k3s/k3s.yaml
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml