Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tunnel interface support #50

Open
nnovikov opened this issue Feb 16, 2017 · 1 comment
Open

tunnel interface support #50

nnovikov opened this issue Feb 16, 2017 · 1 comment

Comments

@nnovikov
Copy link

Do you have tunnel interfaces support?

@dekhtyarev
Copy link

work fine with some config:

network_interfaces:
  - id: tunl0-1
    device: tunl0
    description: Tunnel IP
    auto: true
    family: inet
    method: static
    address: 10.XXX.Y.Z1
    netmask: 255.255.255.255

  - id: tunl0-2
    device: tunl0
    description: Tunnel IP
    auto: true
    family: inet
    method: static
    address: 10.XXX.Y.Z2
    netmask: 255.255.255.255

  - device: "{{ ansible_default_ipv4.interface }}"
    description: default interface for OS
    auto: true
    family: inet
    method: dhcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants