Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4060986
networks.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
769 B
Referenced Files
None
Subscribers
None
networks.sls
View Options
# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-09-11
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
set
networks
=
pillar
[
'docker_networks'
][
grains
[
'id'
]]
%}
# -------------------------------------------------------------
# Bridge networks
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{%
for
network
,
args
in
networks.items
()
%}
docker_network_
{{
network
}}
:
docker_network.present
:
-
name
:
{{
network
}}
-
driver
:
bridge
-
subnet
:
{{
args
[
'subnet'
]
}}
{%
endfor
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 09:26 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2376284
Default Alt Text
networks.sls (769 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment