-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels