ggiinnoo.network

Network

This playbook helps you set up networks on Linux.

TODO

Nothing to do at the moment.

Requirements

No special requirements for this role.

Role Variables

Here are some example variables you can use:

networks:
  - name: "eth1"
    type: "Ethernet"
    onboot: "yes"
    bootproto: "dhcp"
    nm_controlled: "no"
    mtu: 9000
    ipaddr: "10.14.14.6"
    netmask: 255.255.255.0
    network: "10.14.14.0"

Dependencies

No dependencies for this role.

Example Playbook

- name: Configure network
  hosts: all
  roles:
    - ggiinnoo.network
      networks:
        - name: "eth1"
          type: "Ethernet"
          onboot: "yes"
          bootproto: "none"
          nm_controlled: "no"
          mtu: 9000
          ipaddr: "192.168.32.2"
          netmask: "255.255.255.0"
          network: "192.168.32.0"

License

BSD

Author Information

Informazioni sul progetto

Configure networks in linux

Installa
ansible-galaxy install ggiinnoo.network
Licenza
Unknown
Download
83
Proprietario
Code doesn't scare me.. The server does.