Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible lint fix #238

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.11'

- name: Install ansible (${{ matrix.ansible-version }})
run: pip install pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz --disable-pip-version-check
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz --disable-pip-version-check

- name: Build a collection tarball
run: ansible-galaxy collection build --output-path "${GITHUB_WORKSPACE}/.cache/collection-tarballs"
Expand Down Expand Up @@ -152,6 +152,7 @@ jobs:

- name: Setup Integration test Pre-requisites
run: |
sudo apt-get update
sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
pip install -r /home/runner/.ansible/collections/ansible_collections/infoblox/nios_modules/tests/requirements.txt

Expand Down
55 changes: 28 additions & 27 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
plugins:
become: {}
cache: {}
Expand Down Expand Up @@ -27,137 +28,137 @@ plugins:
nios_a_record:
description: Configure Infoblox NIOS A records
name: nios_a_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_aaaa_record:
description: Configure Infoblox NIOS AAAA records
name: nios_aaaa_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_cname_record:
description: Configure Infoblox NIOS CNAME records
name: nios_cname_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_dns_view:
description: Configure Infoblox NIOS DNS views
name: nios_dns_view
namespace: ''
namespace: ""
version_added: 1.0.0
nios_dtc_lbdn:
description: Configure Infoblox NIOS DTC LBDN
name: nios_dtc_lbdn
namespace: ''
namespace: ""
version_added: 1.1.0
nios_dtc_pool:
description: Configure Infoblox NIOS DTC Pool
name: nios_dtc_pool
namespace: ''
namespace: ""
version_added: 1.1.0
nios_dtc_server:
description: Configure Infoblox NIOS DTC Server
name: nios_dtc_server
namespace: ''
namespace: ""
version_added: 1.1.0
nios_dtc_monitor_http:
description: Configure Infoblox NIOS DTC HTTP monitor
name: nios_dtc_monitor_http
namespace: ''
namespace: ""
version_added: 1.6.0
nios_dtc_monitor_tcp:
description: Configure Infoblox NIOS DTC TCP monitor
name: nios_dtc_monitor_tcp
namespace: ''
namespace: ""
version_added: 1.6.0
nios_dtc_monitor_icmp:
description: Configure Infoblox NIOS DTC ICMP monitor
name: nios_dtc_monitor_icmp
namespace: ''
namespace: ""
version_added: 1.6.0
nios_dtc_monitor_pdp:
description: Configure Infoblox NIOS DTC PDP monitor
name: nios_dtc_monitor_pdp
namespace: ''
namespace: ""
version_added: 1.6.0
nios_dtc_monitor_sip:
description: Configure Infoblox NIOS DTC SIP monitor
name: nios_dtc_monitor_sip
namespace: ''
namespace: ""
version_added: 1.6.0
nios_dtc_monitor_snmp:
description: Configure Infoblox NIOS DTC SNMP monitor
name: nios_dtc_monitor_snmp
namespace: ''
namespace: ""
version_added: 1.6.0
nios_dtc_topology:
description: Configure Infoblox NIOS DTC Topology
name: nios_dtc_topology
namespace: ''
namespace: ""
version_added: 1.6.0
nios_fixed_address:
description: Configure Infoblox NIOS DHCP Fixed Address
name: nios_fixed_address
namespace: ''
namespace: ""
version_added: 1.0.0
nios_host_record:
description: Configure Infoblox NIOS host records
name: nios_host_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_member:
description: Configure Infoblox NIOS members
name: nios_member
namespace: ''
namespace: ""
version_added: 1.0.0
nios_mx_record:
description: Configure Infoblox NIOS MX records
name: nios_mx_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_naptr_record:
description: Configure Infoblox NIOS NAPTR records
name: nios_naptr_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_network:
description: Configure Infoblox NIOS network object
name: nios_network
namespace: ''
namespace: ""
version_added: 1.0.0
nios_network_view:
description: Configure Infoblox NIOS network views
name: nios_network_view
namespace: ''
namespace: ""
version_added: 1.0.0
nios_nsgroup:
description: Configure InfoBlox DNS Nameserver Groups
name: nios_nsgroup
namespace: ''
namespace: ""
version_added: 1.0.0
nios_ptr_record:
description: Configure Infoblox NIOS PTR records
name: nios_ptr_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_restartservices:
description: Restart grid services.
name: nios_restartservices
namespace: ''
namespace: ""
version_added: 1.1.0
nios_srv_record:
description: Configure Infoblox NIOS SRV records
name: nios_srv_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_txt_record:
description: Configure Infoblox NIOS txt records
name: nios_txt_record
namespace: ''
namespace: ""
version_added: 1.0.0
nios_zone:
description: Configure Infoblox NIOS DNS zones
name: nios_zone
namespace: ''
namespace: ""
version_added: 1.0.0
netconf: {}
shell: {}
Expand Down
Loading
Loading