Added outputs

This commit is contained in:
Justine Pelletreau
2026-02-23 18:29:16 +01:00
parent 27bbe4b275
commit bbaddef217
5 changed files with 32 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Put your vars inside a terraform.tfvars such as :
```
ansible_hostname = "blabla.domain.tld"
ansible_playbook_path = "/path/to/playbook.yml"
ansible_key_file = "/home/user/ssh/my_key"
ansible_ssh_user = "ssh-username"
```
Then run :