Reto Gantenbein

Results 43 comments of Reto Gantenbein

Ah, I recently cleaned up my old Github repository clones. Sorry, I wasn't aware anymore that I had this "special" branch and I definitely wouldn't have thought that anyone is...

I quickly tested it. Something like this should work: * Install `debops.debops` collection: ``` ansible-galaxy collection install debops.debops ``` * Playbook must define the collections to use (`debops.debops` for the...

Hi everyone I found the answer of the LXC mounting error in [Re: [systemd-devel] logind vs CAP_SYS_ADMIN-lessness](https://www.mail-archive.com/[email protected]/msg27037.html). There is a mount option `create=dir`. With the follwoing additional entries in `/var/lib/lxc/jessie01/config`,...

After merging #16 setting up a jessie container on a jessie LXC host should now work out of the box.

@ypid: thanks for all that work. looking forward to add the docs of my roles :smile:

Hi, I had a quick look, here a few things that I found: - naming conventions: ok 👍 - for password management DebOps rules usually use [debops.secret](https://docs.debops.org/en/latest/ansible/roles/ansible-secret/docs/index.html) via [hard-dependency](https://docs.debops.org/en/latest/debops-policy/docs/code-standards-policy.html#debops-policy-ref-code-standards-hard-role-dependencies) -...

@ypid : If you are looking for a way to integrate Check_MK with DebOps, I already hacked together something at [ansible-checkmk_agent](https://github.com/ganto/ansible-checkmk_agent). I'm using it as custom role in DebOps with...

Hi everyone As I have currently the task to setup new monitoring servers with Icinga/Check_MK at my day work, I was evaluating and experimenting a lot with Ansible and Check_MK...

The `ansible-checkmk-agent` role is originally written by me ;-) I use it in the Debian environment (partly managed by DebOps) I mentioned above. It's still a bit rough, but usable....

@ypid : ya, I felt so too at the beginning. But after trying it for a few weeks now, I can only say positive things about (at least) the [omd](https://labs.consol.de/omd/commands.html)...