diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 23:54:14 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 23:54:14 +0300 |
commit | 159150afc918cf13f353ffbcc5abd3ab1b62432c (patch) | |
tree | 82ae3d6eda53f74e57f38c115e71f85e150d70d7 /src/pages/blog/2022-03-26.md | |
parent | 0945a5bad65a00d0aa837528a9e0575e9905ccea (diff) | |
download | eug-vs-xyz-159150afc918cf13f353ffbcc5abd3ab1b62432c.tar.gz |
feat: add layouts
Diffstat (limited to 'src/pages/blog/2022-03-26.md')
-rw-r--r-- | src/pages/blog/2022-03-26.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/blog/2022-03-26.md b/src/pages/blog/2022-03-26.md index 1bc09b2..f958ae3 100644 --- a/src/pages/blog/2022-03-26.md +++ b/src/pages/blog/2022-03-26.md @@ -1,3 +1,6 @@ +--- +layout: ../../layouts/BlogLayout.astro +--- # Agent-less infrastructure management with Ansible :ansible: As I explore new things and grow my homelab :raspberry-pi: infrastructure things start to get a little messy. I've reached the point where I should start using more advanced deployment strategy than just manually setting up servers via SSH or `rsync`-ing a bunch of files into them. The goal is to reach [Infrastructure as Code](https://en.wikipedia.org/wiki/Infrastructure_as_code). |