I hereby claim:
- I am frbayart on github.
- I am frbayart (https://keybase.io/frbayart) on keybase.
- I have a public key ASBO-eyCp2U95B_VNM5Sgk_8OZhVgZ0-dBCRiaeEiHiVjwo
To claim this, I am signing this object:
| #!/bin/bash | |
| echo "Building NGINX along with Echo module" | |
| # install prerequisites | |
| yum -y install gcc gcc-c++ make zlib-devel pcre-devel openssl-devel | |
| # download the Echo module | |
| curl -L -O 'https://github.com/openresty/echo-nginx-module/archive/v0.58.tar.gz' | |
| tar -xzvf v0.58.tar.gz && rm v0.58.tar.gz | |
| mv echo-nginx-module-0.58 /tmp/echo-nginx-module |
| stage('Init variables') { | |
| dir(env.WORKSPACE) { | |
| timeout(time: 1, unit: 'MINUTES') { | |
| retry(2) { | |
| appName = readFile("${WORKSPACE}/PACKAGE_NAME.txt").trim() | |
| env.PACKAGE_NAME = appName | |
| appVersion = readFile("${WORKSPACE}/VERSION.txt").trim() | |
| configFileProvider([configFile(fileId: 'ef67610e-0037-4700-b0be-581c05aa6293', targetLocation: './check-version.sh')]) { |
| modules: | |
| icmp_ipv4: | |
| prober: icmp | |
| timeout: 5s | |
| icmp: | |
| preferred_ip_protocol: ip4 | |
| http_2xx: | |
| prober: http | |
| timeout: 5s |
| ESX Configuration for VNC during Packer configuration | |
| [root@esxi:/etc/vmware/firewall] more vnc.xml | |
| <ConfigRoot> | |
| <service id='0200'> | |
| <id>VNC</id> | |
| <rule id='0000'> | |
| <direction>inbound</direction> | |
| <protocol>tcp</protocol> | |
| <porttype>dst</porttype> |
I hereby claim:
To claim this, I am signing this object:
| - Installed hashicorp/aws v3.56.0 (signed by HashiCorp) | |
| ╷ | |
| │ Error: Failed to query available provider packages | |
| │ | |
| │ Could not retrieve the list of available versions for provider hashicorp/vault: no available releases match the given constraints 2.23.0 | |
| ╵ | |
| cd .terraform.d | |
| rm -rf ./plugins/registry.terraform.io/hashicorp/vault |
Detect which python3 to use based on .python-version file (created by pyenv) anf fallback to python3 in $PATH
ie if vault_save.py is in ~/bin/ try to get ~/bin/'python-version` if it exists if will be used to execute the current Python file.
So if your $PATH is PATH=~/bin:$PATH, you can run from anywhere vault_save.py and it will use the pyenv version defined in ~/bin
| module kensu.io/m/v2 | |
| go 1.16 | |
| require github.com/aws/aws-lambda-go v1.24.0 |
| from github import Github | |
| from jinja2 import Environment, FileSystemLoader | |
| import os | |
| import yaml | |
| g = Github(os.environ['GITHUT_PAT']) | |
| repo = g.get_repo("GH-ORG/REPONAME") |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.1"> | |
| <head> | |
| <title>The Old Reader</title> | |
| <dateCreated>Tue, 13 Dec 2022 15:13:31 GMT</dateCreated> | |
| <dateModified>Tue, 13 Dec 2022 15:13:31 GMT</dateModified> | |
| <ownerName>Francois Bayart</ownerName> | |
| <ownerEmail>[email protected]</ownerEmail> | |
| </head> | |
| <body> |