This repository was archived by the owner on Jun 12, 2021. It is now read-only.
This repository was archived by the owner on Jun 12, 2021. It is now read-only.
Open
Description
Playbooks that take advantage of host variables like so
http_port: "{{ default_http_port | default(hostvars[groups['Atlanta'][0]]['http_port']) }}"
would need an inventory that has host variables like so
[atlanta]
host1 http_port=80 maxRequestsPerChild=808
host2 http_port=303 maxRequestsPerChild=909