13 lines
205 B
YAML
13 lines
205 B
YAML
---
|
|
# Update all hostnames from ansible_inventory
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/network.yml
|
|
#
|
|
# Prepare:
|
|
# See README.md and init your workspace
|
|
- hosts: all
|
|
|
|
roles:
|
|
|
|
- network |