Bear Giles
Bear Giles
I'm trying to integrate Kerberos KDC configuration and wanted to add an issue to track progress, ask help, and probably vent a bit. :-) I've checked the earlier kerberos issues....
Proposal: add 'installation_only' flag to roles. ## Motivation It takes many minutes to download and install the software. We can do a little ahead of time, e.g., installing the `idm:DL1/*`...
I'm consistently seeing this problem when running the ipaserver role for the first time. It takes several minutes to fail - timeout? ``` File "/tmp/ansible_freeipa.ansible_freeipa.ipaserver_setup_ca_payload_tct2yhsi/ansible_freeipa.ansible_freeipa.ipaserver_setup_ca_payload.zip/ansible_collections/freeipa/ansible_freeipa/plugins/modules/ipaserver_setup_ca.py", line 417, in File "/tmp/ansible_freeipa.ansible_freeipa.ipaserver_setup_ca_payload_tct2yhsi/ansible_freeipa.ansible_freeipa.ipaserver_setup_ca_payload.zip/ansible_collections/freeipa/ansible_freeipa/plugins/modules/ipaserver_setup_ca.py",...
This occurs on an updated copy of Ubuntu 20.04, with pgxn 1.3.2 installed in a virtualenv. If I use`sudo pgxn install pgxn_utils` ``` (venv) root@u2004:/home/bgiles# pgxn install pgxn_utils INFO: best...
The EC2 driver maintains information about the instances it creates then uses that information to destroy the instance. This isn't a problem (usually) when running molecule tests to completion. However...
This is based on current experience. (augh!) We *could* use a cloud account with unlimited permissions... but that would be a Bad Idea. It's much better to use an account...
One of the biggest annoyances I have with the current approach is that it's basically impossible to upgrade the driver. It creates the scripts in the same location as our...
Simple "call for discussion" - the current approach creates the molecule directory **and** the implementation of 'create.yml' and 'destroy.yml' playbooks. That would be fine if we never fixed bugs, added...
Someone asked how to use this extension with testcontainers a while back and I had a very long-winded answer (but with sample code!)... then realized I was an idiot and...
This was mentioned in a recent issue and I wanted to create an issue to track my work on it. The basic idea is that any pljava implementations should be...