Skip to content

Instantly share code, notes, and snippets.

---
bond0_net_interface: bond0
bond0_net_bond_mode: 802.3ad
bond0_net_bond_slaves:
- eno1
- eno2
- eno3
- eno4
bond0_vlan3_net_interface: bond0.3
@eb4x
eb4x / ovs-cheat.md
Created December 22, 2020 22:25 — forked from djoreilly/ovs-cheat.md
OVS cheat sheet

DB

ovs-vsctl list open_vswitch
ovs-vsctl list interface
ovs-vsctl list interface vxlan-ac000344
ovs-vsctl --columns=options list interface vxlan-ac000344
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl -f csv --no-heading --columns=_uuid list controller
ovs-vsctl -f csv --no-heading -d bare --columns=other_config list port
@eb4x
eb4x / result
Last active March 7, 2019 14:03
TASK [create inventory/this_is_defined_in_vars]
inventory/this_is_defined_in_vars
[[{'label2': 'muchacho', 'label': 'hola'}]]
@eb4x
eb4x / example.xml
Created March 8, 2018 15:36
Apple .mobileconfig
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.wifi.managed</string>
@eb4x
eb4x / pillar-editors.sls
Created February 9, 2018 16:20
Install multiple packages
editors:
- emacs
- vim