mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(ansible,pulumi): add common source
This commit is contained in:
@@ -1805,6 +1805,7 @@ Another _better (?)_ solution in playbooks/roles would be to sanitize the input
|
|||||||
- [Ansible delegation madness: delegate_to and variable substitution]
|
- [Ansible delegation madness: delegate_to and variable substitution]
|
||||||
- [Tim Grützmacher's Ansible best practices]
|
- [Tim Grützmacher's Ansible best practices]
|
||||||
- [set_fact vs set_stats]
|
- [set_fact vs set_stats]
|
||||||
|
- [Deploy WordPress to AWS using Pulumi and Ansible]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Reference
|
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
|
[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
|
[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/
|
[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/
|
[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/
|
[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
|
[Handling secrets in your Ansible playbooks]: https://www.redhat.com/sysadmin/ansible-playbooks-secrets
|
||||||
|
|||||||
@@ -1562,6 +1562,7 @@ Solution: Read [secrets], and fix the configuration by providing a correct key i
|
|||||||
- [Property paths]
|
- [Property paths]
|
||||||
- [Create a ComponentResource]
|
- [Create a ComponentResource]
|
||||||
- [How to Manage Secrets with Pulumi]
|
- [How to Manage Secrets with Pulumi]
|
||||||
|
- [Deploy WordPress to AWS using Pulumi and Ansible]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Reference
|
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
|
[code examples]: https://github.com/pulumi/examples
|
||||||
[component resources]: https://www.pulumi.com/docs/iac/concepts/resources/components/
|
[component resources]: https://www.pulumi.com/docs/iac/concepts/resources/components/
|
||||||
[deletebeforereplace]: https://www.pulumi.com/docs/concepts/options/deletebeforereplace/
|
[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/
|
[documentation]: https://www.pulumi.com/docs/
|
||||||
[enable pulumi refresh to solve pending creates]: https://github.com/pulumi/pulumi/pull/10394
|
[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/
|
[get started with pulumi policy as code]: https://www.pulumi.com/docs/using-pulumi/crossguard/get-started/
|
||||||
|
|||||||
Reference in New Issue
Block a user