-
Updated
Jun 29, 2020
sysadmin
Here are 407 public repositories matching this topic...
-
Updated
Jan 22, 2020
Wiki?
Would you consider opening a public Wiki under this project to help document the effect of each option has in Windows? Most of the function names are pretty self-explanatory but I think Wiki with some screenshots could help remove any doubt.
Thanks for creating this!
It would be really useful if gomplate could have native support for accessing terraform output values. Using the terraform CLI this can easily be done using terraform output -json some_output_value. Having the ability to access terraform state using a data source would be pretty useful when performing various templating tasks!
Hi,
I plan to run WALKOFF in a high-availability setup within a cluster.
Unforunately there is no documentation available.
Is this technically possible? Can you give me some hints in the right direction?
Otherwise I think this would be a great feature ;)
Looks like there is no reference of mariadb_server__delegate_to in any task file of the role.
-
Updated
Jun 29, 2020 - Shell
If you look at a cisco acl list, it is common to have an acl like:
rule 5 permit ip source 1.2.3.4 0.0.0.0
or in some cases:
rule 5 permit ip source 1.2.3.4 0
here both 0.0.0.0 and 0 are cisco acl bitmask, indicating a net mask of 32 bit length
but if I simply concatenate them with ip address, IPNetwork class will treat them as normal netmask and get the wrong result:
IPNetwork('1.2.3.4/0.0.
-
Updated
Jul 2, 2020
-
Updated
Dec 1, 2019
#187 introduced a debug server, but documentation on how to use it is missing.
-
Updated
Mar 12, 2017 - JavaScript
Add a Google Cloud section. Most articles I see are all about AWS & EC2, but GCE shouldn't be excluded from the reading list.
I'm specifically looking for articles or blog posts that show how to start using Google Cloud and the services provided there.
-
Updated
May 8, 2020 - Go
-
Updated
Nov 19, 2019 - Rust
-
Updated
Feb 16, 2020 - Python
-
Updated
Apr 19, 2020 - Go
-
Updated
Aug 28, 2019 - Python
-
Updated
Aug 31, 2019 - PowerShell
-
Updated
Jul 1, 2020 - Shell
-
Updated
Oct 12, 2018
I've noticed to my surprise that a vhost name containing an underscore breaks the zone to the point bind9 will simply not serve any of it. I'm not sure this is documented (didn't check) and this is also not covered from the zone validation scripts.
We should find out more about the issue and perhaps add an extra check made by gitzone, reporting the error and breaking the validation of the zone pu
Improve this page
Add a description, image, and links to the sysadmin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sysadmin topic, visit your repo's landing page and select "manage topics."
I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.