I hereby claim:
- I am orvilleq on github.
- I am orvilleq (https://keybase.io/orvilleq) on keybase.
- I have a public key ASAmSWv_9r71WKZ2m0STw5dsBkY2YSrguHJm2Ya_SjVD7Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # | |
| # set -x | |
| DOMAIN_NAME="<Domain name>" | |
| IP_RECORD=`nslookup -type=a $DOMAIN_NAME | tail -n+4 | grep Address | sed -e '/^$/d' -e 's/Address: //g'` | |
| IP_CURRENT=`curl -s ip.sb` | |
| ZONE_IDENTIFIER= |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "ignition": { | |
| "version": "3.0.0" | |
| }, | |
| "passwd": { | |
| "users": [ | |
| { | |
| "groups": [ | |
| "sudo", | |
| "docker" |
| #version=RHEL8 | |
| ignoredisk --only-use=vda | |
| # Partition clearing information | |
| clearpart --all --initlabel --drives=vda | |
| # Use graphical install | |
| graphical | |
| repo --name="AppStream" --baseurl=http://mirror.centos.org/centos/8.0.1905/BaseOS/x86_64/os/../../../AppStream/x86_64/os/ | |
| # Use network installation | |
| url --url="http://mirror.centos.org/centos/8.0.1905/BaseOS/x86_64/os" | |
| # Keyboard layouts |