Different tasks added
This commit is contained in:
13
network.yml
Normal file
13
network.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user