-
AWS
Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-189-generic x86_64) and
Ubuntu 18.04.6 LTS (GNU/Linux 5.4.0-1135-aws x86_64)
https://github.com/freeipa/ansible-freeipa/blob/16a4eb81ce8ac4942fb9d336a9922…
-
@johanneskoester reported non-synced times on some nodes.
Taking a look at it, I noticed that we have `chrony` instead of `systemd-timesyncd` running.
We apparently do have
- https://github.c…
-
Is this at all possible in ansible, that a variable can have the same name as a module? Even if it is allowed, it is confusing.
In my case I get the following error
```txt
TASK [freeipa.ansible…
-
I would like to use ipa-healthcheck in ipaserver and ipareplica roles to detect the parts that have been configured. Which of the parts are working correctly and which are not working correctly.
Us…
-
When setting up an IPA replica with `ipaclient_no_ntp: true` I get the error:
```
TASK [freeipa.ansible_freeipa.ipareplica : Install - Replica installation test] **********************************…
-
I roll out FreeIPA as a client and during that I also use freeipa.ansible_freeipa.ipaclient_setup_nss.
Sadly the process is stuck as the changes seem to result in the OS is in interactive mode and …
-
Experience error when I try to run ipabackup role twice.
Playbook:
```
pre_tasks:
- ansible.builtin.find:
path: /var/lib/ipa/backup
file_type: directory
register…
FF186 updated
10 months ago
-
When updating the ipaclient settings, e.g. adding another DNS server, and rerunning the playbook, the updated settings aren't applied. The reason seems to be that ansible-freeipa only checks that the …
jabl updated
6 months ago
-
I install freeipa with freeipa.ansible_freeipa.ipaserver role, but failed. Please help.
I attached my code below,
```
$ cat freeipa-setup.yml
---
- name: Install FreeIPA Servers
hosts: ipaserv…
-
I have installed the ansible collection 0.3.5 and set the following ansible variable to 'yes': `ipaclient_use_otp`. I am trying to run the iparelipca role on the replica. Installation of the master …