Remove http://default from content

This commit is contained in:
Oliver Davies 2025-07-16 12:00:00 +01:00
parent 025aaf3be2
commit 76ed8e141b
392 changed files with 525 additions and 525 deletions

View file

@ -70,9 +70,9 @@ body:
[1]: /presentations/deploying-php-ansible-ansistrano
format: markdown
processed: |
<p>Yesterday, I wrote about <a href="http://default/daily/2025/07/02/what-infrastructure-code">infrastructure as code</a> and mentioned some of the IaC tools that are available.</p>
<p>Yesterday, I wrote about <a href="/daily/2025/07/02/what-infrastructure-code">infrastructure as code</a> and mentioned some of the IaC tools that are available.</p>
<p>I use Terraform to manage the DNS records for my websites, and use NixOS to configure my laptops and home server.</p>
<p>Before NixOS, I used Ansible to provision servers and <a href="http://default/presentations/deploying-php-ansible-ansistrano">deploy application code</a>.</p>
<p>Before NixOS, I used Ansible to provision servers and <a href="/presentations/deploying-php-ansible-ansistrano">deploy application code</a>.</p>
<p>Ansible is imperative, which means you need to declare each step that needs to be run.</p>
<p>You need to say to install a package, like a web server.</p>
<p>You need to say to create any required users or groups.</p>