chore(ansible,pulumi): add common source

This commit is contained in:
Michele Cereda
2025-10-12 07:47:56 +02:00
parent 95b06f5990
commit d4fef6bf26
2 changed files with 4 additions and 0 deletions

View File

@@ -1805,6 +1805,7 @@ Another _better (?)_ solution in playbooks/roles would be to sanitize the input
- [Ansible delegation madness: delegate_to and variable substitution]
- [Tim Grützmacher's Ansible best practices]
- [set_fact vs set_stats]
- [Deploy WordPress to AWS using Pulumi and Ansible]
<!--
Reference
@@ -1869,6 +1870,7 @@ Another _better (?)_ solution in playbooks/roles would be to sanitize the input
[ansible: set variable to file content]: https://stackoverflow.com/questions/24003880/ansible-set-variable-to-file-content
[check if a list contains an item in ansible]: https://stackoverflow.com/questions/28080145/check-if-a-list-contains-an-item-in-ansible/28084746
[Creating your own Ansible filter plugins]: https://www.dasblinkenlichten.com/creating-ansible-filter-plugins/
[Deploy WordPress to AWS using Pulumi and Ansible]: https://www.pulumi.com/blog/deploy-wordpress-aws-pulumi-ansible/
[Easy things you can do to speed up ansible]: https://mayeu.me/post/easy-things-you-can-do-to-speed-up-ansible/
[edit .ini file in other servers using ansible playbook]: https://syslint.com/blog/tutorial/edit-ini-file-in-other-servers-using-ansible-playbook/
[Handling secrets in your Ansible playbooks]: https://www.redhat.com/sysadmin/ansible-playbooks-secrets

View File

@@ -1562,6 +1562,7 @@ Solution: Read [secrets], and fix the configuration by providing a correct key i
- [Property paths]
- [Create a ComponentResource]
- [How to Manage Secrets with Pulumi]
- [Deploy WordPress to AWS using Pulumi and Ansible]
<!--
Reference
@@ -1590,6 +1591,7 @@ Solution: Read [secrets], and fix the configuration by providing a correct key i
[code examples]: https://github.com/pulumi/examples
[component resources]: https://www.pulumi.com/docs/iac/concepts/resources/components/
[deletebeforereplace]: https://www.pulumi.com/docs/concepts/options/deletebeforereplace/
[Deploy WordPress to AWS using Pulumi and Ansible]: https://www.pulumi.com/blog/deploy-wordpress-aws-pulumi-ansible/
[documentation]: https://www.pulumi.com/docs/
[enable pulumi refresh to solve pending creates]: https://github.com/pulumi/pulumi/pull/10394
[get started with pulumi policy as code]: https://www.pulumi.com/docs/using-pulumi/crossguard/get-started/