level up ansible stuff
This commit is contained in:
parent
495e8bd09c
commit
9cfe1f008f
3 changed files with 24 additions and 1 deletions
|
@ -18,7 +18,7 @@ http {
|
|||
server {
|
||||
listen 80 default_server;
|
||||
location / {
|
||||
return 200 ">>>>>>>>>> My ip is: {{ inventory_hostname }} <<<<<<<<<<\n";
|
||||
return 200 ">>>>>>>>>> I am {{ inventory_hostname }} ({{ ipv4.address }}) <<<<<<<<<<\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue