George Shuklin
George Shuklin
Found need for 'substitute' mode - add/replace element of object (inside array) based on output of program with specified args. Example: [ { "uuid": , "data": }, ... ] cat...
Please add ceph client name to options. Ceph allows to use different clients (usernames) with different permissions (option '-n'). It is the best practice to use identity with minimal permissions...
Hello. aptly 0.9.7 I'm trying to add local deb to non-default component. Unfortunately, aptly do not allow to pass -component flag for repo add. aptly repo add -component "common" xenial...
Version 0.6.0 is no longer reporting `systemd_process_cpu_seconds_total` metric. It reported it in version 0.5.0. Example: ``` # ./systemd_exporter-0.5.0.linux-amd64/systemd_exporter & # curl http://localhost:9558/metrics|grep cpu|wc -l 29 kill %1 ``` Version 0.6.0...
Scenario: I have justfile which wants to use a specific env file. This name is also been used few times in the recipes, so I want to put it into...
- **Poetry version**: 1.3.2 - **Python version**: 3.11.2 - **OS version and name**: Debian Bookworm - **pyproject.toml**: https://gist.github.com/amarao/c154b68ee63672e844e3bcd3247ab000 ## Issue The problem: our tool has tests with broken symlinks in...
I found existing explanation of precedence rules a bit confusing and not giving enough information. 1. I added one more layer of precedence, 'all' vars looses to 'group-specific' variables within...
In GCE driver, when instance is created using environment variable `GCP_SERVICE_ACCOUNT_CONTENTS` (which is json with account metadata _AND_ private key for the service account), GCE module returns it back into...
I think, reset should do best efforts. Now it requires to have podman, even if podman is not used. ``` $ molecule reset WARNING Driver gce does not provide a...
Ansible has extensive so-called host expressions: ability to join/exclude hosts from a host list based on logical expressions: Examples: * `database,&primary` - hosts in database and primary groups * `database,!standby`...