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.
4 lines
35 B
YAML
4 lines
35 B
YAML
- hosts: all
|
|
roles:
|
|
- hostname
|