๐Ÿ“ฆ wasuaje / azure_vm_win2019_vulnerabilities

๐Ÿ“„ run-vm-automation.yml ยท 9 lines
1
2
3
4
5
6
7
8
9- hosts: "{{ target | default('localhost') }}"
  connection:  "{% if target != 'localhost' %}ssh{% else %}local{% endif %}"
  gather_facts: yes

  
  roles:
    - role: vm-automation