bluikko
bluikko
The current method for user read-only/admin access mapping is very difficult to use since it involves translating a site name to a site ID and then making a string from...
Is there a reason why LoginLdap requires a separate user+password for LDAP bind, instead of binding as the user+password that the user supplied when attempting to login?
This PR adds cephadm support for: - check_ceph_df - check_ceph_mgr - check_ceph_mon - check_ceph_osd - check_ceph_osd_db - check_ceph_osd_df - check_ceph_rgw It is implemented following https://github.com/ceph/ceph-nagios-plugins/pull/68 so thanks go to WarriorXK...
Trying to use the `check_ceph_health` script I hit an issue: the keyring is not passed to the `cephadm` container that runs the `ceph` command. I do not know how this...
Update the README text with current versions of plugin usage texts and add one for `check_ceph_osd_db` and add the completely missing `check_ceph_osd_df`.
ansible_galaxy_install has no update functionality that reports only updated collections as changed
### Summary In module `ansible_galaxy_install` there is no update functionality, there is only `force: true` option that will report changed to all collections even if they were not updated. This...
### Summary If two strings that are separated by a comma have templating applied to them then with `jinja2_native=true` the result incorrectly becomes a list consisting of 2 string elements,...
### Summary `amazon.aws.s3_bucket` always reports `changed=true` even when the bucket to create already exists. This is with Ceph S3 in case that matters. Looking at the issues this same problem...
### Summary It would be nice if the `to_ini` filter supported the optional keyword parameter `no_extra_spaces` in the same way as `ini_file` module does: - Default to `false` to insert...
### NetBox version v4.0.6 ### Feature type New Module ### Proposed functionality The new `Scripts` functionality in NetBox v4 should be supported. This seems to depend on #1168 being completed...