On 2015-12-01 09:54, Sarevok Anchev wrote:
Hello,

Recently I submitted openbsd_rcctl to ansible. In order to speed up the
process of having it included by default, I'm asking the community to
review/test the module and drop a comment at
https://github.com/ansible/ansible-modules-extras/pull/1296

Let me know if there are other OpenBSD-specific modules you'd like to see
for ansible.

p.s: not subscribed to the list, cc me
Hey again,

Much appreciated as I said already. I left my computer and instantly
remembered a few more things. Hope it is OK.

My second wish; vlandev for vlan-interfaces and carpdev for carp-interfaces. See below. Third wish, I'd like description from all interfaces visible. See below for vlan example but same for all. Fourth wish; I'd like carp demote counters, advbase and advskew visible for carp.
Fifth wish; vhid for carp

I am very grateful for carp status however, it is already implemented.

Alexander




## TEST OPENBSD MACHINE

# uname -a
OpenBSD test46.local.lan 5.8 GENERIC#1534 amd64

# ifconfig vlan34 create vlandev bge0

# ifconfig vlan34
vlan34: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:24:81:eb:1f:14
        priority: 0
        vlan: 34 parent interface: bge0
        groups: vlan
        status: active

## LAPTOP WITH ANSIBLE (no vlandev is visible)

# ansible -m setup test46.local.lan -a 'filter=ansible_vlan34'
test46.local.lan | success >> {
    "ansible_facts": {
        "ansible_vlan34": {
            "device": "vlan34",
            "flags": [
                "UP",
                "BROADCAST",
                "RUNNING",
                "SIMPLEX",
                "MULTICAST"
            ],
            "ipv4": [],
            "ipv6": [],
            "macaddress": "00:24:81:eb:1f:14",
            "mtu": "1500",
            "status": "active",
            "type": "unknown"
        }
    },
    "changed": false
}

Reply via email to