Files
ansible-tasks/network.yml
2026-03-15 16:04:42 +01:00

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