Skip to content

Create a branch for a share default ansible.cfg  #18

@edoput

Description

@edoput

Pulling from master yields nightmares

fatal: [emmett]: FAILED! => {
    "changed": false,
    "failed": true,
    "msg": "AnsibleError: template error while templating string: no filter named 'ip_from_inventory'.
                  String:
                  lxc.include = /usr/share/lxc/config/debian.common.conf\n\nlxc.utsname = {{ vm_name }}
                  lxc.rootfs = /dev/{{ inventory_hostname }}vg/vm_{{ vm_name }}
                  lxc.tty = 4
                  lxc.arch = amd64
                  lxc.network.type = veth
                  lxc.network.flags = up
                  lxc.network.link = br0
                  lxc.network.name = eth0
                  lxc.network.ipv4 = {{ hostvars | ip_from_inventory(vm_name) }}/24
                  lxc.network.ipv4.gateway = {{ hostvars | ip_from_inventory('vm_gateway') }}
                  lxc.start.auto = {% if auto_start %}1{% else %}0{% endif %}
"}

I can't even get i to work by adjusting the filter plugin path in the configuration

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions