Ansible role to execute NextronSystems APTSimulator on targeted Windows system.
https://github.com/NextronSystems/APTSimulator
It was tested on the following versions:
- 2.3
- 2.4
- 2.5b2
Tested in Appveyor
Just include this role in your list. For example
- host: all
roles:
- juju4.win-aptsimulator
Run
$ ansible -i inventory -m win_ping win --ask-pass
$ ansible-playbook -i inventory --limit win site.yml
See defaults/main.yml for full scope
This role has a travis basic test (for github, syntax check only), Appveyor test and a Vagrantfile (test/vagrant).
$ cd /path/to/roles/juju4.win-aptsimulator/test/vagrant
$ vagrant up
$ vagrant provision
$ vagrant destroy
$ ansible -i .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory -m win_ping -e ansible_winrm_server_cert_validation=ignore -e ansible_ssh_port=55986 all
BSD 2-clause