This morning I was messing around with Docker and
I wanted to build me a nice, clean container with Ubuntu in it, to test
Ansible thingies. I’ve done that before and everything worked as a
charm. Until today.
I have this Dockerfile
(I’ve stripped it to the bare bones that still
fail):
FROM ubuntu:latest
MAINTAINER Ton_Kersten
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y install git git-flow
RUN apt-add-repository -y ppa:mozillateam/firefox-next
RUN apt-get install -y firefox
[Read More]
Ansible @ Loadays
Posted on April 5, 2014
| 1 minutes
| 132 words
| Ton Kersten
Last Saturday I attended Loadays in Antwerp,
Belgium.
After listening to Jan Piet Mens’s talk about Ansible, I was up for it.
At 11:30 sharp, I started my own presentation for an almost packed room.
It’s called Ansible, why and how I use it and you can find it on
SpeackerDeck.
It was a lovely talk, with a very knowledgeable crowd.
Please, have a look at it and if you have any questions, let me know.
[Read More]
Ansible @ CfgMgmtCamp
Posted on February 5, 2014
| 1 minutes
| 173 words
| Ton Kersten
Last couple of days I attended Configuration
Managememt Camp in Ghent, Belgium. On Monday morning we started of with
presentations of Mark Burgess (CFEngine), Luke Kanies (Puppet) and Adam
Jacob (Chef). Good talks about the future of things.
After lunch it got nerdy ans I joined the Ansible room, to see how
things went and at 17:00 I started my own presentation for a completely
packed room. It’s called `Ansible, why and how I use it' and you can
find it on
SpeackerDeck.
[Read More]
LPI Certification
Posted on August 15, 2013
| 1 minutes
| 58 words
| Ton Kersten
It’s been a while since the last post, but I’ve been very, very busy.
And in the meantime I also found some time to take the LPI-102 exam.
This resulted in a Pass and now I’m officially LPI1 certified.
Well, let’s see what’s next. Puppet exam, Ansible training, LPI2, Python
………
So much to learn, so little time.
Puppet Facter Fact
Posted on July 8, 2013
| 1 minutes
| 181 words
| Ton Kersten
Look at me, I made a Puppet Facter Fact!!!
With a lot of thanks to Andrew
Beresford who started the initial code. I just tweaked it.
What it does is rather simple, it finds the expiration date of the SSL
certificate of this host and returns the expiration date and time when
there are less than 30 days left. Otherwise it just returns a -
-sign.
In the Puppet manifest I check if it’s this -
-sign and if not I
generate a warning.
[Read More]
Ansible Day in Antwerp
Posted on June 29, 2013
| 2 minutes
| 287 words
| Ton Kersten
Today I’m attending the first full day
Ansible configuration meeting. This meeting
is in Antwerp, Belgium, a drive of almost 2 hours. Thanks to Multi Mho
(Maurice Verheesen) I didn’t need to drive, he wanted to try out his
nice, new car. It drives perfectly and we arrived about 30 minutes
early.
For a first meeting of a new tool there where a lot of attendants,
amongst others (and I don’t want to forget anybody, so I won’t even try
to give a complete list), but below are the people I think that where
there.
[Read More]
Puppet User Group
Posted on April 7, 2013
| 1 minutes
| 52 words
| Ton Kersten
Yesterday I attended the first meet up of the Dutch Puppet User
Group and I gave a talk about how to start with Puppet.
It was called: Puppet deployment, an introduction and the PDF
slideshow can be viewed or downloaded from
speakerdeck.
If you have any comment, please send me an email.