This commit introduces a new role, *hostname*, that is used by the `hostname.yml` playbook to set the hostname. It also writes `/etc/hosts` using a template.
2 lines
47 B
YAML
2 lines
47 B
YAML
preferred_hostname: '{{ inventory_hostname }}'
|