Files
sukaato-ansible/inventory.yaml

24 lines
483 B
YAML

webservers:
hosts:
# {{ host_name }}:
# ansible_host: {{ fqdn }}
vars:
# ansible_port: {{ port_num }}
ssl_webservers:
hosts:
# {{ host_name }}:
# ansible_host: {{ fqdn }}
vars:
# ansible_port: {{ port_num }}
ssh_servers:
hosts:
# {{ host_name }}:
# ansible_host: {{ fqdn }}
vars:
# ansible_port: {{ port_num }}
local_ssh:
hosts:
# {{ host_name }}:
# ansible_host: {{ fqdn }}
vars:
# ansible_port: {{ port_num }}