chore(ansible): improve ssm integration notes

This commit is contained in:
Michele Cereda
2024-08-07 22:24:43 +02:00
parent 20a3060f66
commit bfe510f1ed
3 changed files with 14 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
1. [Configuration](#configuration)
1. [Performance tuning](#performance-tuning)
1. [Inventories](#inventories)
1. [AWS](#aws)
1. [Templating](#templating)
1. [Tests](#tests)
1. [Loops](#loops)
@@ -257,6 +258,10 @@ saturn
; mars.lan ansible_port=4444
```
### AWS
Refer [Integrate with AWS SSM].
## Templating
Ansible leverages [Jinja2 templating], which can be used directly in tasks or through the `template` module.