feat: opdracht 1
This commit is contained in:
15
opdracht-3/ansible-inventory.tmpl
Normal file
15
opdracht-3/ansible-inventory.tmpl
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"all": {
|
||||
"hosts": [
|
||||
%{ for guest in webservers ~}
|
||||
"${guest}",
|
||||
%{ endfor ~}
|
||||
%{ for guest in databaseservers ~}
|
||||
"${guest}",
|
||||
%{ endfor ~}
|
||||
],
|
||||
"vars": {
|
||||
"ansible_user": "ubuntu"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user