FF186
FF186
Following bash script ``` #!/bin/bash LSL=$(oci iam compartment list | jq .data[].id) declare -a ARRAY ARRAY=($LSL) for i in "${ARRAY[@]}"; do echo "RUNNING: oci compute instance list -c $i |...
# Issues and Contributing Please note that only issues related to this Docker image will be addressed here. * If you have Docker related issues, please ask in the [Docker...
``` - name: Check topology segment freeipa.ansible_freeipa.ipatopologysuffix: ipaadmin_principal: admin ipaadmin_password: myPassword suffix: domain left: replica1.example.com right: replica2.example.com state: checked Result: FAILED! => {"changed": false, "msg": "value of state must be...
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: _result - set_fact: _name: "{{ (_result.files | sort(attribute='path') | first).path...
I've started to use the FreeIPA collection, modules the roles. They work great. Out of curiosity: Why is the `ipagroup` module treating the different type of groups (posix, nonposix and...