Repository URL to install this package:
|
Version:
6.0.0 ▾
|
---
- hosts: localhost
vars:
nios_provider:
host: 10.196.205.10
username: cloudadmin
password: infoblox
wapi_version: "2.12"
connection: local
tasks:
- name: Restart Services
nios_restartservices:
provider: "{{ nios_provider }}"
...