Lots of work on Ceph and Proxmox, advice for working on projects, checking out Shodan and some new music recommendation for homelab work!
Month: November 2018
Weekly Links 11/12-11/18: Ansible, Kubernetes, and DevOps
This week covers a lot of Ansible, Kubernetes and theres some interesting DevOps article reads. Also time to start testing RHEL 8!
Using Ansible “when” Statements
Using Ansible “when” statements allows you to set parameters for when a task should play out. I’ve put together some examples.
Weekly Links 11/5-11/11: OKD, DevOps, and Ansible
I sweat, this is the week I’ll do a write up about my lab.. Lots of interesting articles this week! I’ve been reading a lot more about security this week.
Weekly Links 10/29-11/4: VPN, Lab Apps, and Linux Basics
I didn’t get a ton of work done int he lab this week, but I did write about using subelements with Ansible. Also spent some time working with Graylog and Hashcorp Vault earlier in the week. I should be able to put a Graylog Ansible role up in the near future. Vault looks like it’s a little bit of a bigger project, but the structure is really interesting.
Using subelements in Ansible to loop through multiple lists.
While working on my Ansible Galaxy users role I came across a situation where I needed to loop through a list inside a dictionary inside a list. For this specific case I had a list of users, and each user could have multiple authorized sshkeys stored in a “pubkeys” value.