A reference for spinning up Nautobot on top of a Kubernetes environment
Install k3s with bash script
curl -sfL https://get.k3s.io | sh -
--- | |
#------------------------------------------------------------------------ | |
# Print out installed packages within virtual environment | |
#------------------------------------------------------------------------ | |
- hosts: localhost | |
connection: local | |
tasks: | |
- name: create list of Python packages installed | |
ansible.builtin.shell: pip freeze | |
register: results |
if you've ever tried to follow Rancher's documentation for standing up a k3s cluster, you'd understand why this document exists
Tasks