Fixing my name to my original name.
This commit is contained in:
parent
7371635e10
commit
6f0596c2e0
8 changed files with 177 additions and 177 deletions
2
conf.py
2
conf.py
|
@ -16,7 +16,7 @@ import time
|
|||
|
||||
|
||||
# Data about this site
|
||||
BLOG_AUTHOR = "Elijah Lazkani" # (translatable)
|
||||
BLOG_AUTHOR = "Elia El Lazkani" # (translatable)
|
||||
BLOG_TITLE = "The DevOps Blog" # (translatable)
|
||||
# This is the main URL for your site. It will be used
|
||||
# in a prominent link. Don't forget the protocol (http/https)!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. title: About me
|
||||
.. date: 2019-06-21
|
||||
.. status: published
|
||||
.. authors: Elijah Lazkani
|
||||
.. authors: Elia El Lazkani
|
||||
|
||||
I am a DevOps engineer with a passion for technology, automation, Linux and OpenSource. I love learning new tricks and challenging myself with new tools being released on a monthly bases around *kubernetes* and/or *configuration management*. On my free time, I like to write automation tools and packages which can be found on PyPI. Or, I might as well tinker with new things around *kubernetes*. I blog about all that *here*. I think if I can write a blog about it, I understand it enough to have an opinion about it. It all comes in handy when the business need arises. I play around with technologies all day long by deploying, configuring, managing and maintaining all parts of the infrastructure below the application layer. I dabbled with "architecting" parts of different infrastructures, from end to end and I can say I have a knack for it and I like it when possible.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.. status: published
|
||||
.. tags: configuration management, ansible, molecule,
|
||||
.. category: configuration management
|
||||
.. authors: Elijah Lazkani
|
||||
.. authors: Elia El Lazkani
|
||||
.. description: A fast way to create a testable ansible role using molecule.
|
||||
.. type: text
|
||||
|
||||
|
@ -113,7 +113,7 @@ The meta file needs to modified and filled with information about the role. This
|
|||
|
||||
---
|
||||
galaxy_info:
|
||||
author: Elijah Lazkani
|
||||
author: Elia El Lazkani
|
||||
description: This is an example ansible role to showcase molecule at work
|
||||
license: license (BDS-2)
|
||||
min_ansible_version: 2.7
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.. tags: irc, ssh, weechat, notification,
|
||||
.. category: irc
|
||||
.. slug: weechat-ssh-and-notification
|
||||
.. authors: Elijah Lazkani
|
||||
.. authors: Elia El Lazkani
|
||||
.. description: A way to patch weechat notifications through your system's libnotify over ssh.
|
||||
.. type: text
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.. tags: kubernetes, helm, tiller,
|
||||
.. category: kubernetes
|
||||
.. slug: deploying-helm-in-your-kubernetes-cluster
|
||||
.. authors: Elijah Lazkani
|
||||
.. authors: Elia El Lazkani
|
||||
.. description: Post explaining how to deploy helm in your kubernetes cluster.
|
||||
.. type: text
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.. tags: kubernetes, rancher, rancheros, kvm, libvirt,
|
||||
.. category: kubernetes
|
||||
.. slug: local-kubernetes-cluster-on-kvm
|
||||
.. authors: Elijah Lazkani
|
||||
.. authors: Elia El Lazkani
|
||||
.. description: Deploying a kubernetes cluster locally on KVM.
|
||||
.. type: text
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.. tags: minikube, kubernetes, ingress, ingress-controller,
|
||||
.. category: kubernetes
|
||||
.. slug: minikube-setup
|
||||
.. authors: Elijah Lazkani
|
||||
.. authors: Elia El Lazkani
|
||||
.. description: A quick and dirty minikube setup.
|
||||
.. type: text
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.. tags: minikube, kubernetes, ingress, helm, prometheus, grafana,
|
||||
.. category: kubernetes
|
||||
.. slug: your-first-minikube-helm-deployment
|
||||
.. authors: Elijah Lazkani
|
||||
.. authors: Elia El Lazkani
|
||||
.. description: Deploying your first minikube helm charts.
|
||||
.. type: text
|
||||
|
||||
|
|
Reference in a new issue