This gist is outdated. Instead, see the repo at https://github.com/rgl/rke2-vagrant.
Does not yet has support for Windows 2022.In the meantime, rke2 added support for Windows 2022.- See https://github.com/rgl/rke2-vagrant
This gist is outdated. Instead, see the repo at https://github.com/rgl/rke2-vagrant.
| go build helloworld.go | |
| GOOS=windows GOARCH=amd64 go build helloworld.go |
| def main(name="Qinling", region="Canada", **kwargs): | |
| msg = "Hello {} from {} \o/".format(name, region) | |
| return msg |
| def main(name="Qinling", **kwargs): | |
| msg = "Hello {} \o/".format(name) | |
| return msg |
| import json | |
| from IPy import IP | |
| def details(cidr="192.168.0.0/24", **kwargs): | |
| network = IP(cidr) | |
| version = network.version() | |
| iptype = network.iptype().lower() | |
| reverse = network.reverseName() | |
| prefix = network.prefixlen() |
| def main(**kwargs): | |
| msg = "Hello Qinling \o/" | |
| return msg |
| def main(**kwargs): | |
| print("Hello Qinling \o/") |
| /* ZyXEL prestige 660HW series password calculator by brainstorm | |
| * Thanks to http://www.adslayuda.com/Zyxel650-9.html authors | |
| * | |
| * Example usage: | |
| * | |
| * Router: | |
| * ====== | |
| * | |
| * ATSE | |
| * 0028D6DF1C03 |
I hereby claim:
To claim this, I am signing this object:
| - name: Creating HAproxy cloned resource | |
| pcs_resource: | |
| command=create | |
| resource_id=haproxy | |
| type=systemd:haproxy | |
| clone=true | |
| clone_max=3 | |
| disable=true | |
| args: | |
| operations: |