Skip to content
Snippets Groups Projects
Commit 5c7c0932 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Merge branch 'interfaces' into 'newinfra'

Configure interfaces only on VMs that aren't routers

See merge request !188
parents 2fbd03db 42e0294d
No related branches found
No related tags found
1 merge request!188Configure interfaces only on VMs that aren't routers
#!/usr/bin/env ansible-playbook
---
- hosts: crans_server
- hosts: crans_vm,!routeurs_vm
vars:
vlan:
- name: srv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment