Skip to content
Snippets Groups Projects
netcapture.yml 138 B
#!/usr/bin/env ansible-playbook
---

- name: NETCAPTURE
  hosts:
    - netcapture
  tags:
    - netcapture
  roles:
    - netcapture

...