Added file hosts

This commit is contained in:
2025-11-17 13:13:16 +01:00
parent 44ae04d2d8
commit 9191f5cc1e

View File

@@ -83,11 +83,17 @@ vagrant@ansible$ nano example_ansible/hosts/all
And on the file `hosts/all` and the following lines:
```ini
[alfa]
192.168.0.2
[all:vars]
ansible_python_interpreter=/usr/bin/python3.12
[bravo]
192.168.0.3
[database]
192.168.11.20
[loadbalancer]
192.168.11.30
[webserver]
192.168.11.40
```
* Check if everything works executing the following command: