Build Windows Templates in RHV
This commit is contained in:
12
roles/linux-system-roles.network/examples/ipv6_disabled.yml
Normal file
12
roles/linux-system-roles.network/examples/ipv6_disabled.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: all
|
||||
vars:
|
||||
network_connections:
|
||||
- name: eth0
|
||||
type: ethernet
|
||||
ip:
|
||||
ipv6_disabled: true
|
||||
roles:
|
||||
- linux-system-roles.network
|
||||
...
|
||||
Reference in New Issue
Block a user