first commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Playbook run
|
||||
Use with terraform or opentofu.
|
||||
|
||||
Allows running a playbook using terraform or opentofu.
|
||||
|
||||
Put your vars inside a terraform.tfvars such as :
|
||||
```
|
||||
ansible_hostname = "blabla.domain.tld"
|
||||
ansible_playbook_path = "/path/to/playbook.yml"
|
||||
```
|
||||
|
||||
Then run :
|
||||
```
|
||||
tofu init
|
||||
tofu plan
|
||||
tofu apply
|
||||
```
|
||||
Reference in New Issue
Block a user