Ansible Class Is Done

Stayed till the bitter end. But it was fun.

I completed all the guided labs and tried it out on my own stuff.

Need to be honest though, this was a beginner class for a complex topic.

Not out of my league, in fact it lines up nicely of the things I want to do. But 1 week is not long enough to become proficient at ansible.

Exhausted today, lack of sleep too much to do, I did not get me steps in.

Weight: 337.4

Posted in New Toys, Technical, Training, Weigh In | Leave a comment

Not Enough Time

I been racking up some steps, and getting some good learning done on ansible.

But I have not had time to clean up.

I have been doing a little bit here and there.

Hopefully tomorrow my day will free up, last day of class, and it leads to the weekend.

Had to eat late yesterday, was working late, so I weighed in higher.

Weight: 338.0

Posted in Fitbit, Training, Weigh In | Leave a comment

Ansible is Awesome

Wow, not even getting into the nitty gritty and ansible is really doing us well.

Anyway, looking at doing some custom playbooks, maybe even getting that goal of writing something to do a full featured built.

Got my steps in, breaking my rule of eating late, but been working hard.

Just finished work.

Weight: 338.2

Posted in Fitbit, New Toys, Technical, Training, Weigh In | Leave a comment

Ansible Getting Interesting

Wow, learning a lot, I actually installed it on my production network.

Still testing in a lab, but feel good about it.

Starting to write playbooks. Using some playbooks. One of the things I want to do is convert a CLI only server to a GUI server.

Unfortunately, things are not going as expected.

Weight: 337.8

Posted in Fitbit, New Toys, Technical, Training, Weigh In | Leave a comment

First Day Ansible Class

Wasn’t able to get much steps in today, but I got it done. I was in class most of the day learning ansible.

So for future reference here is how I install it on to Rocky Linux 9. Note that you will need a Red Hat account, although it is free.

First build you Rocky 9 machine and make sure to modify /etc/subuid and /etc/subgid and add the follow (where ansibleuser is the account you will use)

ansibleuser:100000:65536

Then

sudo dnf -y install ansible-core
sudo dnf -y install python3-pip
pip install --user ansible-navigator
podman login registry.redhat.io
podman pull registry.redhat.io/ansible-automation-platform-22/ee-supported-rhel8

In the user’s home folder create an ansible folder

In that folder create a file named inventory with the list of machines you want to manage

vi inventory
a-server1
a-server2
a-server3
a-server4

Also create an ansible config file

vi ansible.cfg
[defaults]
inventory = ./ansible
remote_user = ansibleuser
ask_pass = false
[privilege_escalation]
become = true
become_method = sudo
become_user = root
become_ask_pass = false

On each of the hosts make sure the ansible use can sudo

You should be able to test, here are some sample commands

ansible-navigator images
ansible-navigator run -m stdout ping-web.yml
ansible-navigator inventory -m stdout --list
ansible-navigator inventory -m stdout --graph
ansible -m ping all
ansible -m shell -a 'hostname' all
ansible -m shell -a 'id' all
ansible -m shell -a 'echo "hello" > /tmp/hello.txt' all

Got a new filament holder for my 3D printer, one that has bearings and actually spins to reduce friction when feeding the printer. It also extends the spool a few inches outwards so it feeds in a more straight path.

Going to test a few runs, see if it improves things, could be the filament, and it is wet.

Still chugging along

Weight: 337.0

Posted in Fitbit, New Toys, Technical, Training, Weigh In | Leave a comment

Getting Good Sleep

I have slept 7+ hours for two days in a row, I don’t, fitbit says I was asleep from about 3AM to 11AMm so 8 hours but it says I was awake 1 hour 9 min. Doesn’t feel like it, but I do feel refreshed.

Making excellent progress in the garage. Place is looking good.

Weight: 336.6

Posted in Fitbit, Training, Weigh In | Leave a comment

Three Days In, Progress

This is good, I only had a little less than 3000 steps at 9PM and I got it done, 10k steps and 10 floors.

I think tomorrow morning I am going to start with a lap so I don’t cram everything in to the evening.

Living room is finally clearing up, can move again but still really unsightly.

Garage is feeling organized, couple more hours put in and it should be good.

While in the garage I tried using 12 volts on an arduino, it heated up and I am not sure if it burned up. Need to check it out with a real connections. But it was previously at 5V and I dont think that was enough.

Weight is definitely trending down.

Weight: 337.0

Posted in Arduino, Fitbit, Technical, Training, Weigh In | Leave a comment

Two Days In A Row

I did lower my goals from 12k to 10k, but I finally got two days in a row.

My knees are hurting but I think I can do it.

Hopefully tomorrow I can do it again.

Did have a to do list today, got all but 1 of them done.

Weight: 338.0

Posted in Fitbit, Training, Weigh In | Leave a comment

Lowering The Bar

Need to restart somewhere, so I am working on doing 10,000 steps and 10 floors.

I got it done today, so lets see if I can keep it up.

Another thing is the midnight snacking, that stops.

Giving myself 100 days

Weight: 338.6

Posted in Fitbit, Training, Weigh In | Leave a comment

New Start

Last day of the month, tomorrow going to start seriously working out again.

Still debating if I should do 10 floors and 10k steps a day.

But working out in the gym and swimming should suffice.

Got my JBOD up and everything is connected and works. Unfortunately one of the sleds is damaged.

Weight: 338.6

Posted in New Toys, Technical, Training, Weigh In | Leave a comment