mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adds the bigip_data_group module (#39180)
This module can be used to manipulate bigip data groups.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
network 10.0.0.0 prefixlen 8 := "Network1",
|
||||
network 172.16.0.0 prefixlen 12 := "Network2",
|
||||
network 192.168.0.0 prefixlen 16 := "Network3",
|
||||
host 192.168.20.1 := "Host1",
|
||||
host 172.16.1.1 := "Host2",
|
||||
@@ -0,0 +1,6 @@
|
||||
1 := alpha
|
||||
2 := bravo
|
||||
3 := charlie
|
||||
4 := x-ray
|
||||
5 := yankee
|
||||
6 := zulu
|
||||
@@ -0,0 +1,6 @@
|
||||
a := alpha
|
||||
b := bravo
|
||||
c := charlie
|
||||
x := x-ray
|
||||
y := yankee
|
||||
z := zulu
|
||||
Reference in New Issue
Block a user