Rowan Thorpe
Rowan Thorpe
A variable `host_all_addresses` already exists (created in `tasks/zones.yaml`) for "the union of Ansible IPv4 and IPv6 addresses", but in `templates/etc_named.conf.j2` a temporary variable `_all_addresses` is created and used for the...
This is two distinct changes but the second would break functionality for me (and probably many others) without applying the other before it, so I have treated them as one...
This adds variables for configuring two aspects of Response Rate Limiting (RRL) - "responses per second" and "window", along with defaults of "zero" which match the default state of "RRL...
I use validation tools on resulting outputs and noticed that a recent fix had (accidentally) also inserted two UTF-8 non-breaking spaces where there had previously been plain old spaces. Obviously...
I had been using manual gpg-encrypted passwords in my own hierarchy for a long time, then migrated to using "pass" after a bit of reorganizing, and more recently also use...
I'm opening this issue to continue the thread started [about here](https://github.com/GioBonvi/GoogleContactsEventsNotifier/pull/103#issuecomment-377690760) on [this now-closed pull-request](https://github.com/GioBonvi/GoogleContactsEventsNotifier/pull/103). I won't copy-paste the existing thread here, it is easy enough to click through to...
I noticed in the docs for the latest (3.0) [API for Contacts](https://developers.google.com/google-apps/contacts/v3/) at the top there is the following note: ``` Note: For read and write access to users' contacts,...
According to the [Google documentation](https://developers.google.com/apps-script/guides/import-export) it is possible to sync latest commits to the scripts on Google Drive via the REST interface, so it would be nice to document that...
After the changes I had submitted pre-github, I was working on a few other things intending to submit some PRs here about 2 years ago, then life really got in...