Configure interfaces only on VMs that aren't routers

certbot_on_virtu
_benjamin 2021-01-10 22:24:35 +01:00 committed by Benjamin Graillot
parent 2fbd03dbb5
commit 42e0294db4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: crans_server - hosts: crans_vm,!routeurs_vm
vars: vars:
vlan: vlan:
- name: srv - name: srv