feat: add footer to other Ansible emails
This commit is contained in:
parent
3c9a8860d6
commit
7920339ce2
|
@ -16,3 +16,7 @@ It also doesn't just work on servers. I use Ansible to configure my local develo
|
||||||
Lastly, I use Ansible to deploy application code onto servers and automatically run any required steps, ensuring that deployments are simple, robust and repeatable.
|
Lastly, I use Ansible to deploy application code onto servers and automatically run any required steps, ensuring that deployments are simple, robust and repeatable.
|
||||||
|
|
||||||
In the next few emails, I'll explain how I've been able to utilise Ansible for each of these situations.
|
In the next few emails, I'll explain how I've been able to utilise Ansible for each of these situations.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
|
||||||
|
|
|
@ -50,3 +50,7 @@ If you needed to create a separate database server or another server for a new e
|
||||||
This doesn't apply just to servers - you can also use Ansible to create security groups and S3 buckets, manage SSH keys, firewalls, and load balancers.
|
This doesn't apply just to servers - you can also use Ansible to create security groups and S3 buckets, manage SSH keys, firewalls, and load balancers.
|
||||||
|
|
||||||
Once we have our infrastructure in place, we can start using Ansible to set and manage its configuration, which we'll do in tomorrow's email.
|
Once we have our infrastructure in place, we can start using Ansible to set and manage its configuration, which we'll do in tomorrow's email.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
|
||||||
|
|
|
@ -20,4 +20,4 @@ Very quickly, you can get a full stack installed and configured - ready to serve
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
If you want to learn more about how I use Ansible, [register for my upcoming free email course]({{site.url}}/ansible-course).
|
Want to learn more about how I use Ansible? [Register for my upcoming free email course]({{site.url}}/ansible-course).
|
||||||
|
|
Loading…
Reference in a new issue