55303f4bb8
Decoupled several things from bootstrap roles into subroles and added several default and group variables
8 lines
112 B
YAML
8 lines
112 B
YAML
---
|
|
# file: set_hostnames.yml
|
|
- hosts: infra
|
|
user: ubuntu
|
|
sudo: true
|
|
roles:
|
|
- { role: set_hostnames }
|