disable gitignore, use ini inventory to avoid pyyaml
This commit is contained in:
parent
9cfe1f008f
commit
f0031c427e
3 changed files with 8 additions and 11 deletions
|
@ -18,7 +18,7 @@ http {
|
|||
server {
|
||||
listen 80 default_server;
|
||||
location / {
|
||||
return 200 ">>>>>>>>>> I am {{ inventory_hostname }} ({{ ipv4.address }}) <<<<<<<<<<\n";
|
||||
return 200 ">>>>>>>>>> I am {{ inventory_hostname }} ({{ ansible_host }}) <<<<<<<<<<\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue