Skip to content

Instantly share code, notes, and snippets.

View chris-short's full-sized avatar

Chris "Not So" Short chris-short

View GitHub Profile
{"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: cshort@redhat.com
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 }}.
[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target
[Service]
Type=forking
WorkingDirectory=/home/cshort
User=cshort
Group=cshort
Xvnc TigerVNC 1.9.0 - built Sep 25 2018 10:38:14
Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12001000, The X.Org Foundation
Fri Mar 29 06:56:03 2019
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5901
vncext: created VNC server for screen 0
@chris-short
chris-short / output.txt
Created November 22, 2017 11:38
Failing Azure A Record Creation
cshort@wile ~/r/chrisshort.net-dns> ansible-playbook site.yml -vvv
ansible-playbook 2.4.1.0
config file = /Users/cshort/repo/chrisshort.net-dns/ansible.cfg
configured module search path = [u'/Users/cshort/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /Library/Python/2.7/site-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 2.7.10 (default, Jul 15 2017, 17:16:57) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]
Using /Users/cshort/repo/chrisshort.net-dns/ansible.cfg as config file
Parsed /Users/cshort/repo/chrisshort.net-dns/inventory/azure_rm.py inventory source with script plugin
[WARNING]: Could not match supplied host pattern, ignoring: all
sudo tee -a /etc/yum.repos.d/mongodb-org-3.4.repo << EOF
[mongodb-org-3.4]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/amazon/2013.03/mongodb-org/3.4/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc
EOF