Skip to content

Instantly share code, notes, and snippets.

View chris-short's full-sized avatar
🌴
Vacation

Chris "Not So" Short chris-short

🌴
Vacation
View GitHub Profile
# Source: https://www.iana.org/time-zones/repository/releases/tzdata2020c.tar.gz
#
# Michigan
#
# From Bob Devine (1988-01-28):
# Michigan didn't observe DST from 1968 to 1973.
#
# From Paul Eggert (1999-03-31):
# Shanks writes that Michigan started using standard time on 1885-09-18,
# but Howse writes (pp 124-125, referring to Popular Astronomy, 1901-01)

This is hell week for me every year. The week before 9-11-2001, I lost my best friend. At the same time, mourning his loss in North Carolina still (I was stationed at Langley AFB, VA). I woke up early the morning after leaving the mountains and the funeral activities in Hendersonville. I was at my parents' house. They'd taken time off the week before dealing with my dad's mother's (my grandmother's) passing. While they were incredibly helpful, they'd missed all the work they could afford to, so we were leaving that day to be back home by nightfall. I flipped over to the news to see a weather update. I saw one smoking tower. Minutes later, I saw another plane smack into the second tower live. Scarred for life (I studied NYC architecture throughout my youth), I jumped in the shower after telling my ex-wife, "If they hit the Pentagon, we're leaving, immediately." She began frantically packing up our miraculously still sleeping daughter and her stuff.

I knew some things she didn't, but she knew that the world wa

apiVersion: v1
kind: Service
metadata:
name: mysql
spec:
ports:
- port: 3306
selector:
app: mysql
clusterIP: None
{"version":1,"resource":"file:///Users/cbshort/repo/AWS/eksa/hardware-manifests/hardware.yaml","entries":[{"id":"3QjF.yaml","timestamp":1649280789325}]}
{% raw %}
fields:
- type: string
id: hostname
label: Hostname
- type: string
id: username
label: Username
- secret: true
type: string
{% raw %}
---
filters:
extattrs: {}
view: null
{% endraw %}
{% raw %}
# source /var/lib/awx/venv/awx/bin/activate
# pip install infoblox-client
{% endraw %}
cshort@elmer ~/r/d/operatortainer> podman login registry.redhat.io
Username: [email protected]
Password:
Login Succeeded!
cshort@elmer ~/r/d/operatortainer> podman build -t quay.io/chrisshort/operatortainer:v0.0.3 .
STEP 1: FROM registry.access.redhat.com/ubi8/ubi
STEP 2: ENV OPERATOR=/usr/local/bin/ansible-operator USER_UID=1001 USER_NAME=ansible-operator HOME=/opt/ansible
--> Using cache e35b69a816c0057b43070ef94a730f9cb37aeace8f5f6879203e0799a1f83e66
STEP 3: FROM e35b69a816c0057b43070ef94a730f9cb37aeace8f5f6879203e0799a1f83e66
STEP 4: RUN yum install -y python-devel inotify-tools gcc && easy_install pip && pip install --no-cache-dir --upgrade setuptools && pip install --no-cache-dir ansible ansible-runner openshift ansible-runner-http idna==2.7 && yum remove -y python-devel gcc && yum clean all && rm -rf /var/cache/yum
Building sites … WARN 2019/04/09 10:14:55 Page's .URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url.
WARN 2019/04/09 10:14:55 Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function.
WARN 2019/04/09 10:14:55 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ . RelPermalink }}{{ end }}.