alexpdp7 VS ansible-create-proxmox-host

Compare alexpdp7 vs ansible-create-proxmox-host and see what are their differences.

alexpdp7

My personal monorepo: blog, writing, personal infra, tools... (by alexpdp7)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
alexpdp7 ansible-create-proxmox-host
14 3
61 20
- -
9.7 0.0
10 days ago over 1 year 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.

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.

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
    1 project | /r/Proxmox | 8 Mar 2022
    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
    3 projects | /r/Proxmox | 20 Mar 2021
    https://github.com/alexpdp7/ansible-create-proxmox-host#docker-setup

What are some alternatives?

When comparing alexpdp7 and ansible-create-proxmox-host 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.