aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJulien Dessaux2022-09-04 14:10:03 +0200
committerJulien Dessaux2022-09-04 14:10:03 +0200
commitae86aba801337690adbf8909e8ba8b34895b6368 (patch)
treefb8f531c4c3ebda9a41f11f45964f250f9dde337 /content
parentAdded eventline article (diff)
downloadwww-ae86aba801337690adbf8909e8ba8b34895b6368.tar.gz
www-ae86aba801337690adbf8909e8ba8b34895b6368.tar.bz2
www-ae86aba801337690adbf8909e8ba8b34895b6368.zip
wording/typos
Diffstat (limited to 'content')
-rw-r--r--content/blog/home/wifi.md2
-rw-r--r--content/blog/miscellaneous/eventline.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/home/wifi.md b/content/blog/home/wifi.md
index 2f62af9..a396533 100644
--- a/content/blog/home/wifi.md
+++ b/content/blog/home/wifi.md
@@ -57,4 +57,4 @@ From the `network/wireless` menu:
- save and apply your changes
- click the `enable` button under `radio1`
-If all went as stated, you should be able to connect wirelessly with your phone and laptop.
+If all went as expected, you should be able to connect wirelessly with your phone and laptop.
diff --git a/content/blog/miscellaneous/eventline.md b/content/blog/miscellaneous/eventline.md
index aeb03a0..44cb6b2 100644
--- a/content/blog/miscellaneous/eventline.md
+++ b/content/blog/miscellaneous/eventline.md
@@ -12,7 +12,7 @@ For the last few weeks I have been using more and more [eventline](https://www.e
## My use case for eventline
-After 13 years as a sysadmin I have accumulated a lot of experiencing scripting and glueing things together. Before eventline I was deploying said scripts first with cfengine3 and more recently with ansible. These were of course versioned with git and lived in custom ansible roles that needed them. Some other more complex scripts lived in my gitolite-admin repository and were deployed as git hooks, forming a barebones ci/cd. I was content with this because I did not know of an open source solution to do better and I did not imagined there could be.
+After 13 years as a sysadmin I have accumulated a lot of experience scripting and glueing things together. Before eventline I was deploying said scripts first with cfengine3 and more recently with ansible. These were of course versioned with git and lived in custom ansible roles that needed them. Some other more complex scripts lived in my gitolite-admin repository and were deployed as git hooks, forming a barebones ci/cd. I was content with this because I did not know of an open source solution to do better and I did not imagined there could be.
With eventline I have been able to bring all these scripts in a single place and create what eventline calls jobs from them. My git hooks became calls to evcli, the cli tool that interacts with eventline. There is a webui, but I find myself using mostly the cli.