t-readyroc

Results 17 comments of t-readyroc

Get the following error when attempting to validate that file: ~~~ [root@gr-ipaprd01 ~]# openssl req -in /tmp/openmanage.mgmt.com.csr -noout -text unable to load X509 request 140446795388736:error:0909006C:PEM routines:get_name:no start line:crypto/pem/pem_lib.c:745:Expecting: CERTIFICATE REQUEST...

Just another update to say that I got the same result w/Python 3.9: ~~~ (py-3.9)/ansible-idrac> ansible --version ansible [core 2.12.3] config file = /Users/me/.ansible.cfg configured module search path = ['/Users/me/.ansible/plugins/modules',...

I'm experiencing this same issue. Error: `An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'Env' object has no attribute 'realm'` Ansible...

More information: I inserted 3 debugging statements, which clearly show the vars are being set correctly. There seems to be an issue with the `ipareplica_prepare` module. Code (ipareplica/tasks/install.yml): ```yaml -...

This was a freshly-created RHEL8 instance. I've only used the collection to attempt to finish this installation. There is no `/etc/ipa/default.conf` file. The collection/process has never made it past this...

I do see where that task was skipped, but the fact remains that there is no `/etc/ipa/default.conf` file. I do see where a previous attempt to create the replica left...

Please merge this branch. The community.aws.route53 module is unusable on python 3.6.8 without the patch included in this branch. I was originally using boto 2.49.0, but found this thread from...

Getting the same thing on 0.9.4: > root_block_device.#: "1" => "1" > root_block_device.0.delete_on_termination: "false" => "false" > root_block_device.0.iops: "120" => "" > root_block_device.0.volume_size: "40" => "60" (forces new resource) >...

Just popping back in to say that I just went to renew the certificate, and I'm still getting the same issue. Ansible 2.13.7 & collection version 8.7.0 this time.

@t-woerner - just letting you know that I just ran into this issue again. Again, it was a failed client install, but this time, I captured the error: ``` TASK...