Lan

Example Syntax

    - name: Create public LAN
      ionoscloudsdk.ionoscloud.lan:
        datacenter: Virtual Datacenter
        name: nameoflan
        public: true
        state: present

    - name: Update LAN
      ionoscloudsdk.ionoscloud.lan:
        datacenter: Virtual Datacenter
        name: nameoflan
        public: true
        ip_failover:
            - ip: "158.222.102.93"
              nic_uuid: "{{ nic.id }}"
            - ip: "158.222.102.94"
              nic_uuid: "{{ nic.id }}"
        state: update

Parameter Reference

The following parameters are supported:

Last updated