Special thanks to Zach Forsyth
- SSH into your Proxmox server
ssh root@pve1| --- | |
| #------------------------------------------------------------------------ | |
| # 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