diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-24 00:17:47 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-24 00:17:47 +0300 |
commit | a39f1b469eec43cd8b1eb5abb451e9914621fc4a (patch) | |
tree | 8cd009694b17c6631c38bb1bb42aabc61df04553 /src/pages/blog/2022-03-26.md | |
parent | 159150afc918cf13f353ffbcc5abd3ab1b62432c (diff) | |
download | eug-vs-xyz-a39f1b469eec43cd8b1eb5abb451e9914621fc4a.tar.gz |
feat!: use relative linksastro
Diffstat (limited to 'src/pages/blog/2022-03-26.md')
-rw-r--r-- | src/pages/blog/2022-03-26.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/blog/2022-03-26.md b/src/pages/blog/2022-03-26.md index f958ae3..f1b92d3 100644 --- a/src/pages/blog/2022-03-26.md +++ b/src/pages/blog/2022-03-26.md @@ -11,7 +11,7 @@ I use Docker on my daily job and I can't imagine it otherwise. But here, in my t Docker requires your servers to run a *daemon* - e.g extra software layer (and it's dependencies) between your applications and the metal. It will run in the background and make your fan work a bit louder :helicopter: in the upcoming summer nights to compensate for those extra couple degrees. -![meme](/public/docker-on-rpi.jpg) +![meme](/docker-on-rpi.jpg) # Introducting Ansible :ansible: [Here it comes](https://ansible.com) - **agent-less** deployment tool that doesn't require your server to run anymore bullshit than good old Python :python: and open SSH port. @@ -23,7 +23,7 @@ Ansible is not the tool you should learn, it's so simple that you can use it rig # Examples from my infrastructure :raspberry-pi: Ansible has a bunch of built-in convenience commands that make your life even more enjoyable. -![meme](/public/pepe-smug.png) +![meme](/pepe-smug.png) This is how easy it is to setup a cron-job: ```YAML |