ansible-create-proxmox-host
By alexpdp7
alexpdp7
My personal monorepo: blog, writing, personal infra, tools... (by alexpdp7)
ansible-create-proxmox-host | alexpdp7 | |
---|---|---|
3 | 14 | |
20 | 69 | |
- | - | |
0.0 | 9.6 | |
almost 2 years ago | 10 days ago | |
Puppet | ||
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ansible-create-proxmox-host
Posts with mentions or reviews of ansible-create-proxmox-host.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-20.
-
Docker inside LXC on Proxmox 7 - failing with: OCI runtime create failed
References: https://danthesalmon.com/running-docker-on-proxmox/ https://old.reddit.com/r/Proxmox/comments/lsrt28/easy_way_to_run_docker_in_an_unprivileged_lxc_on/gp8g6vv/ https://github.com/alexpdp7/ansible-create-proxmox-host#docker-setup https://thehomelab.wiki/books/promox-ve/page/setup-and-install-docker-in-a-promox-7-lxc-conainer https://www.turnkeylinux.org/core https://docs.docker.com/engine/install/debian/ https://documentation.portainer.io/v2.0/deploy/ceinstalldocker/ Steps: Create a zvol (on a root pool in this example, but can be anywhere): zfs create -s -V 100G n1p1ssd/docker-lxc docker-lxc is the zvol name, can be anything, and 30G is a 30GB size (arbitrary tbh, depends on how many images you'll have and how you manager other container data) Check it's actually sparse: zfs get volsize,referenced n1p1ssd/docker-lxc volsize should be 30GB (that's the max it can take), referenced is how much is actually used (should be very little when it's just created) Format it as xfs: mkfs.xfs /dev/zvol/n1p1ssd/docker-lxc Mount it into a temp location to change permissions (as mentioned in one of the replies): mkdir /tmp/zvol_tmp mount /dev/zvol/n1p1ssd/docker-lxc /tmp/zvol_tmp chown -R 100000:100000 /tmp/zvol_tmp umount /tmp/zvol_tmp add mountpoint into lxc, adding this into /etc/pve/lxc/150.conf: mp0: /dev/zvol/n1p1ssd/docker-lxc,mp=/var/lib/docker,backup=0, where X is the number for your mountpoint (in case there are others already present) Use xfs - this fsystem is used by default for VMs im proxmox. It allows me to expand disk size fairly easily when needed. So i use 8gb as initial size instead of 30gb. Offcourse overlay2 works fine on it. You can handle snapshots/backups via ZFS itself! The volume is just another object on your zfs pool, so whatever you use for managing it can work with volumes as well. Eg I use Sanoid for my snapshot management (and included syncoid for remote replication) Now install docker, then portainer.
-
Got Docker running on LXC + ZFS, so now I'm VM free
https://github.com/alexpdp7/ansible-create-proxmox-host#docker-setup
alexpdp7
Posts with mentions or reviews of alexpdp7.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-28.
-
Problems using distrobox/toolbox using rootless Podman in LXC container
Details also here: https://github.com/alexpdp7/alexpdp7/issues/10
- Can't podman exec inside LXC
- An Ansible playbook to deploy Talos clusters to Proxmox
- alexpdp7's Emacs Config: Don't fear the Emacs
- Announce: serverless Puppet without PuppetDB, but with simulated exported resources
- Don't fear the Emacs
- A brief explanation of Python dependency management
-
Underwhelmed by Bash functions? Maybe you're using them wrong. I was.
I wrote some thoughts about this at: https://github.com/alexpdp7/alexpdp7/blob/master/programming/python/creating_nice_python_cli_tools.md
- A screenful of advice about writing command-line tools in Python
What are some alternatives?
When comparing ansible-create-proxmox-host and alexpdp7 you can also consider the following projects:
elpaca - An elisp package manager
flymake-vale
zpy - Zsh helpers for Python venvs, with uv or pip-tools
wordnet - Node module wrapper for WordNet dictionary.
deno - A modern runtime for JavaScript and TypeScript.