Index of all Modules¶
amazon.aws¶
amazon.aws.aws_az_info – Gather information about availability zones in AWS.
amazon.aws.aws_caller_info – Get information about the user and account being used to make AWS calls.
amazon.aws.aws_s3 – manage objects in S3.
amazon.aws.cloudformation – Create or delete an AWS CloudFormation stack
amazon.aws.cloudformation_info – Obtain information about an AWS CloudFormation stack
amazon.aws.ec2 – create, terminate, start or stop an instance in ec2
amazon.aws.ec2_ami – Create or destroy an image (AMI) in ec2
amazon.aws.ec2_ami_info – Gather information about ec2 AMIs
amazon.aws.ec2_elb_lb – Creates, updates or destroys an Amazon ELB.
amazon.aws.ec2_eni – Create and optionally attach an Elastic Network Interface (ENI) to an instance
amazon.aws.ec2_eni_info – Gather information about ec2 ENI interfaces in AWS
amazon.aws.ec2_group – maintain an ec2 VPC security group.
amazon.aws.ec2_group_info – Gather information about ec2 security groups in AWS.
amazon.aws.ec2_key – create or delete an ec2 key pair
amazon.aws.ec2_metadata_facts – Gathers facts (instance metadata) about remote hosts within ec2
amazon.aws.ec2_snapshot – Creates a snapshot from an existing volume
amazon.aws.ec2_snapshot_info – Gather information about ec2 volume snapshots in AWS
amazon.aws.ec2_tag – create and remove tags on ec2 resources
amazon.aws.ec2_tag_info – list tags on ec2 resources
amazon.aws.ec2_vol – Create and attach a volume, return volume id and device map
amazon.aws.ec2_vol_info – Gather information about ec2 volumes in AWS
amazon.aws.ec2_vpc_dhcp_option – Manages DHCP Options, and can ensure the DHCP options for the given VPC match what’s requested
amazon.aws.ec2_vpc_dhcp_option_info – Gather information about dhcp options sets in AWS
amazon.aws.ec2_vpc_net – Configure AWS virtual private clouds
amazon.aws.ec2_vpc_net_info – Gather information about ec2 VPCs in AWS
amazon.aws.ec2_vpc_subnet – Manage subnets in AWS virtual private clouds
amazon.aws.ec2_vpc_subnet_info – Gather information about ec2 VPC subnets in AWS
amazon.aws.s3_bucket – Manage S3 buckets in AWS, DigitalOcean, Ceph, Walrus, FakeS3 and StorageGRID
ansible.builtin¶
ansible.builtin.add_host – Add a host (and alternatively a group) to the ansible-playbook in-memory inventory
ansible.builtin.apt – Manages apt-packages
ansible.builtin.apt_key – Add or remove an apt key
ansible.builtin.apt_repository – Add and remove APT repositories
ansible.builtin.assemble – Assemble configuration files from fragments
ansible.builtin.assert – Asserts given expressions are true
ansible.builtin.async_status – Obtain status of asynchronous task
ansible.builtin.blockinfile – Insert/update/remove a text block surrounded by marker lines
ansible.builtin.command – Execute commands on targets
ansible.builtin.copy – Copy files to remote locations
ansible.builtin.cron – Manage cron.d and crontab entries
ansible.builtin.debconf – Configure a .deb package
ansible.builtin.debug – Print statements during execution
ansible.builtin.dnf – Manages packages with the dnf package manager
ansible.builtin.dpkg_selections – Dpkg package selection selections
ansible.builtin.expect – Executes a command and responds to prompts
ansible.builtin.fail – Fail with custom message
ansible.builtin.fetch – Fetch files from remote nodes
ansible.builtin.file – Manage files and file properties
ansible.builtin.find – Return a list of files based on specific criteria
ansible.builtin.gather_facts – Gathers facts about remote hosts
ansible.builtin.get_url – Downloads files from HTTP, HTTPS, or FTP to node
ansible.builtin.getent – A wrapper to the unix getent utility
ansible.builtin.git – Deploy software (or files) from git checkouts
ansible.builtin.group – Add or remove groups
ansible.builtin.group_by – Create Ansible groups based on facts
ansible.builtin.hostname – Manage hostname
ansible.builtin.import_playbook – Import a playbook
ansible.builtin.import_role – Import a role into a play
ansible.builtin.import_tasks – Import a task list
ansible.builtin.include – Include a play or task list
ansible.builtin.include_role – Load and execute a role
ansible.builtin.include_tasks – Dynamically include a task list
ansible.builtin.include_vars – Load variables from files, dynamically within a task
ansible.builtin.iptables – Modify iptables rules
ansible.builtin.known_hosts – Add or remove a host from the
known_hosts
fileansible.builtin.lineinfile – Manage lines in text files
ansible.builtin.meta – Execute Ansible ‘actions’
ansible.builtin.package – Generic OS package manager
ansible.builtin.package_facts – Package information as facts
ansible.builtin.pause – Pause playbook execution
ansible.builtin.ping – Try to connect to host, verify a usable python and return
pong
on successansible.builtin.pip – Manages Python library dependencies
ansible.builtin.raw – Executes a low-down and dirty command
ansible.builtin.reboot – Reboot a machine
ansible.builtin.replace – Replace all instances of a particular string in a file using a back-referenced regular expression
ansible.builtin.rpm_key – Adds or removes a gpg key from the rpm db
ansible.builtin.script – Runs a local script on a remote node after transferring it
ansible.builtin.service – Manage services
ansible.builtin.service_facts – Return service state information as fact data
ansible.builtin.set_fact – Set host facts from a task
ansible.builtin.set_stats – Set stats for the current ansible run
ansible.builtin.setup – Gathers facts about remote hosts
ansible.builtin.shell – Execute shell commands on targets
ansible.builtin.slurp – Slurps a file from remote nodes
ansible.builtin.stat – Retrieve file or file system status
ansible.builtin.subversion – Deploys a subversion repository
ansible.builtin.systemd – Manage services
ansible.builtin.sysvinit – Manage SysV services.
ansible.builtin.tempfile – Creates temporary files and directories
ansible.builtin.template – Template a file out to a target host
ansible.builtin.unarchive – Unpacks an archive after (optionally) copying it from the local machine
ansible.builtin.uri – Interacts with webservices
ansible.builtin.user – Manage user accounts
ansible.builtin.wait_for – Waits for a condition before continuing
ansible.builtin.wait_for_connection – Waits until remote system is reachable/usable
ansible.builtin.yum – Manages packages with the yum package manager
ansible.builtin.yum_repository – Add or remove YUM repositories
ansible.netcommon¶
ansible.netcommon.cli_command – Run a cli command on cli-based network devices
ansible.netcommon.cli_config – Push text based configuration to network devices over network_cli
ansible.netcommon.cli_parse – Parse cli output or text using a variety of parsers
ansible.netcommon.net_banner – (deprecated, removed after 2022-06-01) Manage multiline banners on network devices
ansible.netcommon.net_get – Copy a file from a network device to Ansible Controller
ansible.netcommon.net_interface – (deprecated, removed after 2022-06-01) Manage Interface on network devices
ansible.netcommon.net_l2_interface – (deprecated, removed after 2022-06-01) Manage Layer-2 interface on network devices
ansible.netcommon.net_l3_interface – (deprecated, removed after 2022-06-01) Manage L3 interfaces on network devices
ansible.netcommon.net_linkagg – (deprecated, removed after 2022-06-01) Manage link aggregation groups on network devices
ansible.netcommon.net_lldp – (deprecated, removed after 2022-06-01) Manage LLDP service configuration on network devices
ansible.netcommon.net_lldp_interface – (deprecated, removed after 2022-06-01) Manage LLDP interfaces configuration on network devices
ansible.netcommon.net_logging – (deprecated, removed after 2022-06-01) Manage logging on network devices
ansible.netcommon.net_ping – Tests reachability using ping from a network device
ansible.netcommon.net_put – Copy a file from Ansible Controller to a network device
ansible.netcommon.net_static_route – (deprecated, removed after 2022-06-01) Manage static IP routes on network appliances (routers, switches et. al.)
ansible.netcommon.net_system – (deprecated, removed after 2022-06-01) Manage the system attributes on network devices
ansible.netcommon.net_user – (deprecated, removed after 2022-06-01) Manage the aggregate of local users on network device
ansible.netcommon.net_vlan – (deprecated, removed after 2022-06-01) Manage VLANs on network devices
ansible.netcommon.net_vrf – (deprecated, removed after 2022-06-01) Manage VRFs on network devices
ansible.netcommon.netconf_config – netconf device configuration
ansible.netcommon.netconf_get – Fetch configuration/state data from NETCONF enabled network devices.
ansible.netcommon.netconf_rpc – Execute operations on NETCONF enabled network devices.
ansible.netcommon.restconf_config – Handles create, update, read and delete of configuration data on RESTCONF enabled devices.
ansible.netcommon.restconf_get – Fetch configuration/state data from RESTCONF enabled devices.
ansible.netcommon.telnet – Executes a low-down and dirty telnet command
ansible.posix¶
ansible.posix.acl – Set and retrieve file ACL information.
ansible.posix.at – Schedule the execution of a command or script file via the at command
ansible.posix.authorized_key – Adds or removes an SSH authorized key
ansible.posix.firewalld – Manage arbitrary ports/services with firewalld
ansible.posix.mount – Control active and configured mount points
ansible.posix.patch – Apply patch files using the GNU patch tool
ansible.posix.seboolean – Toggles SELinux booleans
ansible.posix.selinux – Change policy and state of SELinux
ansible.posix.synchronize – A wrapper around rsync to make common tasks in your playbooks quick and easy
ansible.posix.sysctl – Manage entries in sysctl.conf.
ansible.utils¶
ansible.utils.cli_parse – Parse cli output or text using a variety of parsers
ansible.utils.fact_diff – Find the difference between currently set facts
ansible.utils.update_fact – Update currently set facts
ansible.utils.validate – Validate data with provided criteria
ansible.windows¶
ansible.windows.win_acl – Set file/directory/registry permissions for a system user or group
ansible.windows.win_acl_inheritance – Change ACL inheritance
ansible.windows.win_certificate_store – Manages the certificate store
ansible.windows.win_command – Executes a command on a remote Windows node
ansible.windows.win_copy – Copies files to remote locations on windows hosts
ansible.windows.win_dns_client – Configures DNS lookup on Windows hosts
ansible.windows.win_domain – Ensures the existence of a Windows domain
ansible.windows.win_domain_controller – Manage domain controller/member server state for a Windows host
ansible.windows.win_domain_membership – Manage domain/workgroup membership for a Windows host
ansible.windows.win_dsc – Invokes a PowerShell DSC configuration
ansible.windows.win_environment – Modify environment variables on windows hosts
ansible.windows.win_feature – Installs and uninstalls Windows Features on Windows Server
ansible.windows.win_file – Creates, touches or removes files or directories
ansible.windows.win_find – Return a list of files based on specific criteria
ansible.windows.win_get_url – Downloads file from HTTP, HTTPS, or FTP to node
ansible.windows.win_group – Add and remove local groups
ansible.windows.win_group_membership – Manage Windows local group membership
ansible.windows.win_hostname – Manages local Windows computer name
ansible.windows.win_optional_feature – Manage optional Windows features
ansible.windows.win_owner – Set owner
ansible.windows.win_package – Installs/uninstalls an installable package
ansible.windows.win_path – Manage Windows path environment variables
ansible.windows.win_ping – A windows version of the classic ping module
ansible.windows.win_powershell – Run PowerShell scripts
ansible.windows.win_reboot – Reboot a windows machine
ansible.windows.win_reg_stat – Get information about Windows registry keys
ansible.windows.win_regedit – Add, change, or remove registry keys and values
ansible.windows.win_service – Manage and query Windows services
ansible.windows.win_service_info – Gather information about Windows services
ansible.windows.win_share – Manage Windows shares
ansible.windows.win_shell – Execute shell commands on target hosts
ansible.windows.win_stat – Get information about Windows files
ansible.windows.win_tempfile – Creates temporary files and directories
ansible.windows.win_template – Template a file out to a remote server
ansible.windows.win_updates – Download and install Windows updates
ansible.windows.win_uri – Interacts with webservices
ansible.windows.win_user – Manages local Windows user accounts
ansible.windows.win_user_right – Manage Windows User Rights
ansible.windows.win_wait_for – Waits for a condition before continuing
ansible.windows.win_whoami – Get information about the current user and process
arista.eos¶
arista.eos.eos_acl_interfaces – ACL interfaces resource module
arista.eos.eos_acls – ACLs resource module
arista.eos.eos_banner – Manage multiline banners on Arista EOS devices
arista.eos.eos_bgp – (deprecated, removed after 2023-01-29) Configure global BGP protocol settings on Arista EOS.
arista.eos.eos_bgp_address_family – Manages BGP address family resource module
arista.eos.eos_bgp_global – Manages BGP global resource module
arista.eos.eos_command – Run arbitrary commands on an Arista EOS device
arista.eos.eos_config – Manage Arista EOS configuration sections
arista.eos.eos_eapi – Manage and configure Arista EOS eAPI.
arista.eos.eos_facts – Collect facts from remote devices running Arista EOS
arista.eos.eos_interface – (deprecated, removed after 2022-06-01) Manage Interface on Arista EOS network devices
arista.eos.eos_interfaces – Interfaces resource module
arista.eos.eos_l2_interface – (deprecated, removed after 2022-06-01) Manage L2 interfaces on Arista EOS network devices.
arista.eos.eos_l2_interfaces – L2 interfaces resource module
arista.eos.eos_l3_interface – (deprecated, removed after 2022-06-01) Manage L3 interfaces on Arista EOS network devices.
arista.eos.eos_l3_interfaces – L3 interfaces resource module
arista.eos.eos_lacp – LACP resource module
arista.eos.eos_lacp_interfaces – LACP interfaces resource module
arista.eos.eos_lag_interfaces – LAG interfaces resource module
arista.eos.eos_linkagg – (deprecated, removed after 2022-06-01) Manage link aggregation groups on Arista EOS network devices
arista.eos.eos_lldp – Manage LLDP configuration on Arista EOS network devices
arista.eos.eos_lldp_global – LLDP resource module
arista.eos.eos_lldp_interfaces – LLDP interfaces resource module
arista.eos.eos_logging – Manage logging on network devices
arista.eos.eos_ospf_interfaces – OSPF Interfaces Resource Module.
arista.eos.eos_ospfv2 – OSPFv2 resource module
arista.eos.eos_ospfv3 – OSPFv3 resource module
arista.eos.eos_static_route – (deprecated, removed after 2022-06-01) Manage static IP routes on Arista EOS network devices
arista.eos.eos_static_routes – Static routes resource module
arista.eos.eos_system – Manage the system attributes on Arista EOS devices
arista.eos.eos_user – Manage the collection of local users on EOS devices
arista.eos.eos_vlan – (deprecated, removed after 2022-06-01) Manage VLANs on Arista EOS network devices
arista.eos.eos_vlans – VLANs resource module
arista.eos.eos_vrf – Manage VRFs on Arista EOS network devices
awx.awx¶
awx.awx.tower_ad_hoc_command – create, update, or destroy Ansible Tower ad hoc commands.
awx.awx.tower_ad_hoc_command_cancel – Cancel an Ansible Tower Ad Hoc Command.
awx.awx.tower_ad_hoc_command_wait – Wait for Ansible Tower Ad Hoc Command to finish.
awx.awx.tower_application – create, update, or destroy Ansible Tower applications
awx.awx.tower_credential – create, update, or destroy Ansible Tower credential.
awx.awx.tower_credential_input_source – create, update, or destroy Ansible Tower credential input sources.
awx.awx.tower_credential_type – Create, update, or destroy custom Ansible Tower credential type.
awx.awx.tower_export – export resources from Ansible Tower.
awx.awx.tower_group – create, update, or destroy Ansible Tower group.
awx.awx.tower_host – create, update, or destroy Ansible Tower host.
awx.awx.tower_import – import resources into Ansible Tower.
awx.awx.tower_instance_group – create, update, or destroy Ansible Tower instance groups.
awx.awx.tower_inventory – create, update, or destroy Ansible Tower inventory.
awx.awx.tower_inventory_source – create, update, or destroy Ansible Tower inventory source.
awx.awx.tower_inventory_source_update – Update inventory source(s).
awx.awx.tower_job_cancel – Cancel an Ansible Tower Job.
awx.awx.tower_job_launch – Launch an Ansible Job.
awx.awx.tower_job_list – List Ansible Tower jobs.
awx.awx.tower_job_template – create, update, or destroy Ansible Tower job templates.
awx.awx.tower_job_wait – Wait for Ansible Tower job to finish.
awx.awx.tower_label – create, update, or destroy Ansible Tower labels.
awx.awx.tower_license – Set the license for Ansible Tower
awx.awx.tower_meta – Returns metadata about the collection this module lives in.
awx.awx.tower_notification_template – create, update, or destroy Ansible Tower notification.
awx.awx.tower_organization – create, update, or destroy Ansible Tower organizations
awx.awx.tower_project – create, update, or destroy Ansible Tower projects
awx.awx.tower_project_update – Update a Project in Ansible Tower
awx.awx.tower_receive – Receive assets from Ansible Tower.
awx.awx.tower_role – grant or revoke an Ansible Tower role.
awx.awx.tower_schedule – create, update, or destroy Ansible Tower schedules.
awx.awx.tower_send – Send assets to Ansible Tower.
awx.awx.tower_settings – Modify Ansible Tower settings.
awx.awx.tower_team – create, update, or destroy Ansible Tower team.
awx.awx.tower_token – create, update, or destroy Ansible Tower tokens.
awx.awx.tower_user – create, update, or destroy Ansible Tower users.
awx.awx.tower_workflow_job_template – create, update, or destroy Ansible Tower workflow job templates.
awx.awx.tower_workflow_job_template_node – create, update, or destroy Ansible Tower workflow job template nodes.
awx.awx.tower_workflow_launch – Run a workflow in Ansible Tower
awx.awx.tower_workflow_template – create, update, or destroy Ansible Tower workflow template.
azure.azcollection¶
azure.azcollection.azure_rm_adpassword – Manage application password
azure.azcollection.azure_rm_adpassword_info – Get application password info
azure.azcollection.azure_rm_adserviceprincipal – Manage Azure Active Directory service principal
azure.azcollection.azure_rm_adserviceprincipal_info – Get Azure Active Directory service principal info
azure.azcollection.azure_rm_aks – Manage a managed Azure Container Service (AKS) instance
azure.azcollection.azure_rm_aks_info – Get Azure Kubernetes Service facts
azure.azcollection.azure_rm_aksupgrade_info – Get the upgrade versions available for a AKS instance
azure.azcollection.azure_rm_aksversion_info – Get available kubernetes versions supported by Azure Kubernetes Service
azure.azcollection.azure_rm_appgateway – Manage Application Gateway instance
azure.azcollection.azure_rm_applicationsecuritygroup – Manage Azure Application Security Group
azure.azcollection.azure_rm_applicationsecuritygroup_info – Get Azure Application Security Group facts
azure.azcollection.azure_rm_appserviceplan – Manage App Service Plan
azure.azcollection.azure_rm_appserviceplan_info – Get azure app service plan facts
azure.azcollection.azure_rm_automationaccount – Manage Azure Automation account
azure.azcollection.azure_rm_automationaccount_info – Get Azure automation account facts
azure.azcollection.azure_rm_autoscale – Manage Azure autoscale setting
azure.azcollection.azure_rm_autoscale_info – Get Azure Auto Scale Setting facts
azure.azcollection.azure_rm_availabilityset – Manage Azure Availability Set
azure.azcollection.azure_rm_availabilityset_info – Get Azure Availability Set facts
azure.azcollection.azure_rm_azurefirewall – Manage Azure Firewall instance
azure.azcollection.azure_rm_azurefirewall_info – Get AzureFirewall info
azure.azcollection.azure_rm_backupazurevm – Back up an Azure Virtual Machine using Azure Backup
azure.azcollection.azure_rm_backupazurevm_info – Back up an Azure Virtual Machine using Azure Backup Information
azure.azcollection.azure_rm_backuppolicy – Manage Azure Backup Policy
azure.azcollection.azure_rm_backuppolicy_info – Get Info on Azure Backup Policy
azure.azcollection.azure_rm_batchaccount – Manages a Batch Account on Azure
azure.azcollection.azure_rm_cdnendpoint – Manage a Azure CDN endpoint
azure.azcollection.azure_rm_cdnendpoint_info – Get Azure CDN endpoint facts
azure.azcollection.azure_rm_cdnprofile – Manage a Azure CDN profile
azure.azcollection.azure_rm_cdnprofile_info – Get Azure CDN profile facts
azure.azcollection.azure_rm_containerinstance – Manage an Azure Container Instance
azure.azcollection.azure_rm_containerinstance_info – Get Azure Container Instance facts
azure.azcollection.azure_rm_containerregistry – Manage an Azure Container Registry
azure.azcollection.azure_rm_containerregistry_info – Get Azure Container Registry facts
azure.azcollection.azure_rm_containerregistryreplication – Manage Replication instance.
azure.azcollection.azure_rm_containerregistryreplication_info – Get Replication facts.
azure.azcollection.azure_rm_containerregistrywebhook – Manage Webhook instance.
azure.azcollection.azure_rm_containerregistrywebhook_info – Get Webhook facts.
azure.azcollection.azure_rm_cosmosdbaccount – Manage Azure Database Account instance
azure.azcollection.azure_rm_cosmosdbaccount_info – Get Azure Cosmos DB Account facts
azure.azcollection.azure_rm_datalakestore – Manage Azure data lake store
azure.azcollection.azure_rm_datalakestore_info – Get Azure Data Lake Store info
azure.azcollection.azure_rm_deployment – Create or destroy Azure Resource Manager template deployments
azure.azcollection.azure_rm_deployment_info – Get Azure Deployment facts
azure.azcollection.azure_rm_devtestlab – Manage Azure DevTest Lab instance
azure.azcollection.azure_rm_devtestlab_info – Get Azure DevTest Lab facts
azure.azcollection.azure_rm_devtestlabarmtemplate_info – Get Azure DevTest Lab ARM Template facts
azure.azcollection.azure_rm_devtestlabartifact_info – Get Azure DevTest Lab Artifact facts
azure.azcollection.azure_rm_devtestlabartifactsource – Manage Azure DevTest Labs Artifacts Source instance
azure.azcollection.azure_rm_devtestlabartifactsource_info – Get Azure DevTest Lab Artifact Source facts
azure.azcollection.azure_rm_devtestlabcustomimage – Manage Azure DevTest Lab Custom Image instance
azure.azcollection.azure_rm_devtestlabcustomimage_info – Get Azure DevTest Lab Custom Image facts
azure.azcollection.azure_rm_devtestlabenvironment – Manage Azure DevTest Lab Environment instance
azure.azcollection.azure_rm_devtestlabenvironment_info – Get Azure Environment facts
azure.azcollection.azure_rm_devtestlabpolicy – Manage Azure Policy instance
azure.azcollection.azure_rm_devtestlabpolicy_info – Get Azure DTL Policy facts
azure.azcollection.azure_rm_devtestlabschedule – Manage Azure DevTest Lab Schedule instance
azure.azcollection.azure_rm_devtestlabschedule_info – Get Azure Schedule facts
azure.azcollection.azure_rm_devtestlabvirtualmachine – Manage Azure DevTest Lab Virtual Machine instance
azure.azcollection.azure_rm_devtestlabvirtualmachine_info – Get Azure DevTest Lab Virtual Machine facts
azure.azcollection.azure_rm_devtestlabvirtualnetwork – Manage Azure DevTest Lab Virtual Network instance
azure.azcollection.azure_rm_devtestlabvirtualnetwork_info – Get Azure DevTest Lab Virtual Network facts
azure.azcollection.azure_rm_dnsrecordset – Create, delete and update DNS record sets and records
azure.azcollection.azure_rm_dnsrecordset_info – Get DNS Record Set facts
azure.azcollection.azure_rm_dnszone – Manage Azure DNS zones
azure.azcollection.azure_rm_dnszone_info – Get DNS zone facts
azure.azcollection.azure_rm_functionapp – Manage Azure Function Apps
azure.azcollection.azure_rm_functionapp_info – Get Azure Function App facts
azure.azcollection.azure_rm_gallery – Manage Azure Shared Image Gallery instance
azure.azcollection.azure_rm_gallery_info – Get Azure Shared Image Gallery info
azure.azcollection.azure_rm_galleryimage – Manage Azure SIG Image instance
azure.azcollection.azure_rm_galleryimage_info – Get Azure SIG Image info
azure.azcollection.azure_rm_galleryimageversion – Manage Azure SIG Image Version instance
azure.azcollection.azure_rm_galleryimageversion_info – Get Azure SIG Image Version info
azure.azcollection.azure_rm_hdinsightcluster – Manage Azure HDInsight Cluster instance
azure.azcollection.azure_rm_hdinsightcluster_info – Get Azure HDInsight Cluster facts
azure.azcollection.azure_rm_image – Manage Azure image
azure.azcollection.azure_rm_image_info – Get facts about azure custom images
azure.azcollection.azure_rm_iotdevice – Manage Azure IoT hub device
azure.azcollection.azure_rm_iotdevice_info – Facts of Azure IoT hub device
azure.azcollection.azure_rm_iotdevicemodule – Manage Azure IoT hub device module
azure.azcollection.azure_rm_iothub – Manage Azure IoT hub
azure.azcollection.azure_rm_iothub_info – Get IoT Hub facts
azure.azcollection.azure_rm_iothubconsumergroup – Manage Azure IoT hub
azure.azcollection.azure_rm_keyvault – Manage Key Vault instance
azure.azcollection.azure_rm_keyvault_info – Get Azure Key Vault facts
azure.azcollection.azure_rm_keyvaultkey – Use Azure KeyVault keys
azure.azcollection.azure_rm_keyvaultkey_info – Get Azure Key Vault key facts
azure.azcollection.azure_rm_keyvaultsecret – Use Azure KeyVault Secrets
azure.azcollection.azure_rm_keyvaultsecret_info – Get Azure Key Vault secret facts
azure.azcollection.azure_rm_loadbalancer – Manage Azure load balancers
azure.azcollection.azure_rm_loadbalancer_info – Get load balancer facts
azure.azcollection.azure_rm_lock – Manage Azure locks
azure.azcollection.azure_rm_lock_info – Manage Azure locks
azure.azcollection.azure_rm_loganalyticsworkspace – Manage Azure Log Analytics workspaces
azure.azcollection.azure_rm_loganalyticsworkspace_info – Get facts of Azure Log Analytics workspaces
azure.azcollection.azure_rm_manageddisk – Manage Azure Manage Disks
azure.azcollection.azure_rm_manageddisk_info – Get managed disk facts
azure.azcollection.azure_rm_managementgroup – Manage Azure ManagementGroup instance
azure.azcollection.azure_rm_managementgroup_info – Get Azure Management Group facts
azure.azcollection.azure_rm_mariadbconfiguration – Manage Configuration instance
azure.azcollection.azure_rm_mariadbconfiguration_info – Get Azure MariaDB Configuration facts
azure.azcollection.azure_rm_mariadbdatabase – Manage MariaDB Database instance
azure.azcollection.azure_rm_mariadbdatabase_info – Get Azure MariaDB Database facts
azure.azcollection.azure_rm_mariadbfirewallrule – Manage MariaDB firewall rule instance
azure.azcollection.azure_rm_mariadbfirewallrule_info – Get Azure MariaDB Firewall Rule facts
azure.azcollection.azure_rm_mariadbserver – Manage MariaDB Server instance
azure.azcollection.azure_rm_mariadbserver_info – Get Azure MariaDB Server facts
azure.azcollection.azure_rm_monitorlogprofile – Manage Azure Monitor log profile
azure.azcollection.azure_rm_mysqlconfiguration – Manage Configuration instance
azure.azcollection.azure_rm_mysqlconfiguration_info – Get Azure MySQL Configuration facts
azure.azcollection.azure_rm_mysqldatabase – Manage MySQL Database instance
azure.azcollection.azure_rm_mysqldatabase_info – Get Azure MySQL Database facts
azure.azcollection.azure_rm_mysqlfirewallrule – Manage MySQL firewall rule instance
azure.azcollection.azure_rm_mysqlfirewallrule_info – Get Azure MySQL Firewall Rule facts
azure.azcollection.azure_rm_mysqlserver – Manage MySQL Server instance
azure.azcollection.azure_rm_mysqlserver_info – Get Azure MySQL Server facts
azure.azcollection.azure_rm_networkinterface – Manage Azure network interfaces
azure.azcollection.azure_rm_networkinterface_info – Get network interface facts
azure.azcollection.azure_rm_openshiftmanagedcluster – Manage Azure Red Hat OpenShift Managed Cluster instance
azure.azcollection.azure_rm_postgresqlconfiguration – Manage Azure PostgreSQL Configuration
azure.azcollection.azure_rm_postgresqlconfiguration_info – Get Azure PostgreSQL Configuration facts
azure.azcollection.azure_rm_postgresqldatabase – Manage PostgreSQL Database instance
azure.azcollection.azure_rm_postgresqldatabase_info – Get Azure PostgreSQL Database facts
azure.azcollection.azure_rm_postgresqlfirewallrule – Manage PostgreSQL firewall rule instance
azure.azcollection.azure_rm_postgresqlfirewallrule_info – Get Azure PostgreSQL Firewall Rule facts
azure.azcollection.azure_rm_postgresqlserver – Manage PostgreSQL Server instance
azure.azcollection.azure_rm_postgresqlserver_info – Get Azure PostgreSQL Server facts
azure.azcollection.azure_rm_privatednsrecordset – Create, delete and update Private DNS record sets and records
azure.azcollection.azure_rm_privatednsrecordset_info – Get Private DNS Record Set facts
azure.azcollection.azure_rm_privatednszone – Manage Azure private DNS zones
azure.azcollection.azure_rm_privatednszone_info – Get private DNS zone facts
azure.azcollection.azure_rm_publicipaddress – Manage Azure Public IP Addresses
azure.azcollection.azure_rm_publicipaddress_info – Get public IP facts
azure.azcollection.azure_rm_recoveryservicesvault – Create and Delete Azure Recovery Services vault
azure.azcollection.azure_rm_recoveryservicesvault_info – Get Azure Recovery Services vault Details
azure.azcollection.azure_rm_rediscache – Manage Azure Cache for Redis instance
azure.azcollection.azure_rm_rediscache_info – Get Azure Cache for Redis instance facts
azure.azcollection.azure_rm_rediscachefirewallrule – Manage Azure Cache for Redis Firewall rules
azure.azcollection.azure_rm_registrationassignment – Manage Azure RegistrationAssignment instance
azure.azcollection.azure_rm_registrationassignment_info – Get RegistrationAssignment info
azure.azcollection.azure_rm_registrationdefinition – Manage Azure RegistrationDefinition instance
azure.azcollection.azure_rm_registrationdefinition_info – Get RegistrationDefinition info
azure.azcollection.azure_rm_resource – Create any Azure resource
azure.azcollection.azure_rm_resource_info – Generic facts of Azure resources
azure.azcollection.azure_rm_resourcegroup – Manage Azure resource groups
azure.azcollection.azure_rm_resourcegroup_info – Get resource group facts
azure.azcollection.azure_rm_roleassignment – Manage Azure Role Assignment
azure.azcollection.azure_rm_roleassignment_info – Gets Azure Role Assignment facts
azure.azcollection.azure_rm_roledefinition – Manage Azure Role Definition
azure.azcollection.azure_rm_roledefinition_info – Get Azure Role Definition facts
azure.azcollection.azure_rm_route – Manage Azure route resource
azure.azcollection.azure_rm_route_info – Get Route info
azure.azcollection.azure_rm_routetable – Manage Azure route table resource
azure.azcollection.azure_rm_routetable_info – Get route table facts
azure.azcollection.azure_rm_securitygroup – Manage Azure network security groups
azure.azcollection.azure_rm_securitygroup_info – Get security group facts
azure.azcollection.azure_rm_servicebus – Manage Azure Service Bus
azure.azcollection.azure_rm_servicebus_info – Get servicebus facts
azure.azcollection.azure_rm_servicebusqueue – Manage Azure Service Bus queue
azure.azcollection.azure_rm_servicebussaspolicy – Manage Azure Service Bus SAS policy
azure.azcollection.azure_rm_servicebustopic – Manage Azure Service Bus
azure.azcollection.azure_rm_servicebustopicsubscription – Manage Azure Service Bus subscription
azure.azcollection.azure_rm_snapshot – Manage Azure Snapshot instance.
azure.azcollection.azure_rm_sqldatabase – Manage SQL Database instance
azure.azcollection.azure_rm_sqldatabase_info – Get Azure SQL Database facts
azure.azcollection.azure_rm_sqlfirewallrule – Manage Firewall Rule instance
azure.azcollection.azure_rm_sqlfirewallrule_info – Get Azure SQL Firewall Rule facts
azure.azcollection.azure_rm_sqlserver – Manage SQL Server instance
azure.azcollection.azure_rm_sqlserver_info – Get SQL Server facts
azure.azcollection.azure_rm_storageaccount – Manage Azure storage accounts
azure.azcollection.azure_rm_storageaccount_info – Get storage account facts
azure.azcollection.azure_rm_storageblob – Manage blob containers and blob objects
azure.azcollection.azure_rm_subnet – Manage Azure subnets
azure.azcollection.azure_rm_subnet_info – Get Azure Subnet facts
azure.azcollection.azure_rm_subscription_info – Get Azure Subscription facts
azure.azcollection.azure_rm_trafficmanager – Manage a Traffic Manager profile.
azure.azcollection.azure_rm_trafficmanagerendpoint – Manage Azure Traffic Manager endpoint
azure.azcollection.azure_rm_trafficmanagerendpoint_info – Get Azure Traffic Manager endpoint facts
azure.azcollection.azure_rm_trafficmanagerprofile – Manage Azure Traffic Manager profile
azure.azcollection.azure_rm_trafficmanagerprofile_info – Get Azure Traffic Manager profile facts
azure.azcollection.azure_rm_virtualmachine – Manage Azure virtual machines
azure.azcollection.azure_rm_virtualmachine_info – Get virtual machine facts
azure.azcollection.azure_rm_virtualmachineextension – Managed Azure Virtual Machine extension
azure.azcollection.azure_rm_virtualmachineextension_info – Get Azure Virtual Machine Extension facts
azure.azcollection.azure_rm_virtualmachineimage_info – Get virtual machine image facts
azure.azcollection.azure_rm_virtualmachinescaleset – Manage Azure virtual machine scale sets
azure.azcollection.azure_rm_virtualmachinescaleset_info – Get Virtual Machine Scale Set facts
azure.azcollection.azure_rm_virtualmachinescalesetextension – Manage Azure Virtual Machine Scale Set (VMSS) extensions
azure.azcollection.azure_rm_virtualmachinescalesetextension_info – Get Azure Virtual Machine Scale Set Extension facts
azure.azcollection.azure_rm_virtualmachinescalesetinstance – Get Azure Virtual Machine Scale Set Instance facts
azure.azcollection.azure_rm_virtualmachinescalesetinstance_info – Get Azure Virtual Machine Scale Set Instance facts
azure.azcollection.azure_rm_virtualnetwork – Manage Azure virtual networks
azure.azcollection.azure_rm_virtualnetwork_info – Get virtual network facts
azure.azcollection.azure_rm_virtualnetworkgateway – Manage Azure virtual network gateways
azure.azcollection.azure_rm_virtualnetworkpeering – Manage Azure Virtual Network Peering
azure.azcollection.azure_rm_virtualnetworkpeering_info – Get facts of Azure Virtual Network Peering
azure.azcollection.azure_rm_vmbackuppolicy – Create or Delete Azure VM Backup Policy
azure.azcollection.azure_rm_vmbackuppolicy_info – Fetch Backup Policy Details
azure.azcollection.azure_rm_webapp – Manage Web App instances
azure.azcollection.azure_rm_webapp_info – Get Azure web app facts
azure.azcollection.azure_rm_webappslot – Manage Azure Web App slot
check_point.mgmt¶
check_point.mgmt.checkpoint_access_layer_facts – Get access layer facts on Check Point over Web Services API
check_point.mgmt.checkpoint_access_rule – Manages access rules on Check Point over Web Services API
check_point.mgmt.checkpoint_access_rule_facts – Get access rules objects facts on Check Point over Web Services API
check_point.mgmt.checkpoint_host – Manages host objects on Check Point over Web Services API
check_point.mgmt.checkpoint_host_facts – Get host objects facts on Check Point over Web Services API
check_point.mgmt.checkpoint_object_facts – Get object facts on Check Point over Web Services API
check_point.mgmt.checkpoint_run_script – Run scripts on Check Point devices over Web Services API
check_point.mgmt.checkpoint_session – Manages session objects on Check Point over Web Services API
check_point.mgmt.checkpoint_task_facts – Get task objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_access_layer – Manages access-layer objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_access_layer_facts – Get access-layer objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_access_role – Manages access-role objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_access_role_facts – Get access-role objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_access_rule – Manages access-rule objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_access_rule_facts – Get access-rule objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_access_section – Manages access-section objects on Checkpoint over Web Services API
check_point.mgmt.cp_mgmt_add_api_key – Add API key for administrator, to enable login with it. For the key to be valid publish is needed.
check_point.mgmt.cp_mgmt_add_data_center_object – Imports a Data Center Object from a Data Center Server.<br> Data Center Object represents an object in the cloud environment.
check_point.mgmt.cp_mgmt_add_nat_rule – Create new object.
check_point.mgmt.cp_mgmt_address_range – Manages address-range objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_address_range_facts – Get address-range objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_administrator – Manages administrator objects on Checkpoint over Web Services API
check_point.mgmt.cp_mgmt_administrator_facts – Get administrator objects facts on Checkpoint over Web Services API
check_point.mgmt.cp_mgmt_application_site – Manages application-site objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_application_site_category – Manages application-site-category objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_application_site_category_facts – Get application-site-category objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_application_site_facts – Get application-site objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_application_site_group – Manages application-site-group objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_application_site_group_facts – Get application-site-group objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_assign_global_assignment – assign global assignment on Check Point over Web Services API
check_point.mgmt.cp_mgmt_data_center_object_facts – Get data-center-object objects facts on Checkpoint over Web Services API
check_point.mgmt.cp_mgmt_delete_api_key – Delete the API key. For the key to be invalid publish is needed.
check_point.mgmt.cp_mgmt_delete_data_center_object – Delete existing object using object name or uid.
check_point.mgmt.cp_mgmt_delete_nat_rule – Delete existing object using object name or uid.
check_point.mgmt.cp_mgmt_discard – All changes done by user are discarded and removed from database.
check_point.mgmt.cp_mgmt_dns_domain – Manages dns-domain objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_dns_domain_facts – Get dns-domain objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_dynamic_object – Manages dynamic-object objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_dynamic_object_facts – Get dynamic-object objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_exception_group – Manages exception-group objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_exception_group_facts – Get exception-group objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_global_assignment – Manages global-assignment objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_global_assignment_facts – Get global-assignment objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_group – Manages group objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_group_facts – Get group objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_group_with_exclusion – Manages group-with-exclusion objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_group_with_exclusion_facts – Get group-with-exclusion objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_host – Manages host objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_host_facts – Get host objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_https_section – Manages https-section objects on Checkpoint over Web Services API
check_point.mgmt.cp_mgmt_install_policy – install policy on Check Point over Web Services API
check_point.mgmt.cp_mgmt_install_software_package – Installs the software package on target machines.
check_point.mgmt.cp_mgmt_mds_facts – Get Multi-Domain Server (mds) objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_multicast_address_range – Manages multicast-address-range objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_multicast_address_range_facts – Get multicast-address-range objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_nat_rule_facts – Get nat-rule objects facts on Checkpoint over Web Services API
check_point.mgmt.cp_mgmt_nat_section – Manages nat-section objects on Checkpoint over Web Services API
check_point.mgmt.cp_mgmt_network – Manages network objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_network_facts – Get network objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_package – Manages package objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_package_facts – Get package objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_publish – All the changes done by this user will be seen by all users only after publish is called.
check_point.mgmt.cp_mgmt_put_file – put file on Check Point over Web Services API
check_point.mgmt.cp_mgmt_run_ips_update – Runs IPS database update. If “package-path” is not provided server will try to get the latest package from the User Center.
check_point.mgmt.cp_mgmt_run_script – Executes the script on a given list of targets.
check_point.mgmt.cp_mgmt_security_zone – Manages security-zone objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_security_zone_facts – Get security-zone objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_dce_rpc – Manages service-dce-rpc objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_dce_rpc_facts – Get service-dce-rpc objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_group – Manages service-group objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_group_facts – Get service-group objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_icmp – Manages service-icmp objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_icmp6 – Manages service-icmp6 objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_icmp6_facts – Get service-icmp6 objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_icmp_facts – Get service-icmp objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_other – Manages service-other objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_other_facts – Get service-other objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_rpc – Manages service-rpc objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_rpc_facts – Get service-rpc objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_sctp – Manages service-sctp objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_sctp_facts – Get service-sctp objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_tcp – Manages service-tcp objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_tcp_facts – Get service-tcp objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_udp – Manages service-udp objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_service_udp_facts – Get service-udp objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_session_facts – Get session objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_set_nat_rule – Edit existing object using object name or uid.
check_point.mgmt.cp_mgmt_set_session – Edit user’s current session.
check_point.mgmt.cp_mgmt_show_access_section – Retrieve existing object using object name or uid.
check_point.mgmt.cp_mgmt_show_https_section – Retrieve existing HTTPS Inspection section using section name or uid and layer name.
check_point.mgmt.cp_mgmt_show_logs – Showing logs according to the given filter.
check_point.mgmt.cp_mgmt_show_nat_section – Retrieve existing object using object name or uid.
check_point.mgmt.cp_mgmt_show_software_package_details – Gets the software package information from the cloud.
check_point.mgmt.cp_mgmt_show_task – Show task progress and details.
check_point.mgmt.cp_mgmt_show_tasks – Retrieve all tasks and show their progress and details.
check_point.mgmt.cp_mgmt_simple_gateway – Manages simple-gateway objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_simple_gateway_facts – Get simple-gateway objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_tag – Manages tag objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_tag_facts – Get tag objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_exception – Manages threat-exception objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_exception_facts – Get threat-exception objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_indicator – Manages threat-indicator objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_indicator_facts – Get threat-indicator objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_layer – Manages threat-layer objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_layer_facts – Get threat-layer objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_profile – Manages threat-profile objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_profile_facts – Get threat-profile objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_protection_override – Edit existing object using object name or uid.
check_point.mgmt.cp_mgmt_threat_rule – Manages threat-rule objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_threat_rule_facts – Get threat-rule objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_time – Manages time objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_time_facts – Get time objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_uninstall_software_package – Uninstalls the software package from target machines.
check_point.mgmt.cp_mgmt_verify_policy – Verifies the policy of the selected package.
check_point.mgmt.cp_mgmt_verify_software_package – Verifies the software package on target machines.
check_point.mgmt.cp_mgmt_vpn_community_meshed – Manages vpn-community-meshed objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_vpn_community_meshed_facts – Get vpn-community-meshed objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_vpn_community_star – Manages vpn-community-star objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_vpn_community_star_facts – Get vpn-community-star objects facts on Check Point over Web Services API
check_point.mgmt.cp_mgmt_wildcard – Manages wildcard objects on Check Point over Web Services API
check_point.mgmt.cp_mgmt_wildcard_facts – Get wildcard objects facts on Check Point over Web Services API
chocolatey.chocolatey¶
chocolatey.chocolatey.win_chocolatey – Manage packages using chocolatey
chocolatey.chocolatey.win_chocolatey_config – Manages Chocolatey config settings
chocolatey.chocolatey.win_chocolatey_facts – Create a facts collection for Chocolatey
chocolatey.chocolatey.win_chocolatey_feature – Manages Chocolatey features
chocolatey.chocolatey.win_chocolatey_source – Manages Chocolatey sources
cisco.aci¶
cisco.aci.aci_aaa_user – Manage AAA users (aaa:User)
cisco.aci.aci_aaa_user_certificate – Manage AAA user certificates (aaa:UserCert)
cisco.aci.aci_access_port_block_to_access_port – Manage port blocks of Fabric interface policy leaf profile interface selectors (infra:HPortS, infra:PortBlk)
cisco.aci.aci_access_port_to_interface_policy_leaf_profile – Manage Fabric interface policy leaf profile interface selectors (infra:HPortS, infra:RsAccBaseGrp, infra:PortBlk)
cisco.aci.aci_access_sub_port_block_to_access_port – Manage sub port blocks of Fabric interface policy leaf profile interface selectors (infra:HPortS, infra:SubPortBlk)
cisco.aci.aci_aep – Manage attachable Access Entity Profile (AEP) objects (infra:AttEntityP, infra:ProvAcc)
cisco.aci.aci_aep_to_domain – Bind AEPs to Physical or Virtual Domains (infra:RsDomP)
cisco.aci.aci_ap – Manage top level Application Profile (AP) objects (fv:Ap)
cisco.aci.aci_bd – Manage Bridge Domains (BD) objects (fv:BD)
cisco.aci.aci_bd_dhcp_label – Manage DHCP Labels (dhcp:Lbl)
cisco.aci.aci_bd_subnet – Manage Subnets (fv:Subnet)
cisco.aci.aci_bd_to_l3out – Bind Bridge Domain to L3 Out (fv:RsBDToOut)
cisco.aci.aci_cloud_cidr – Manage CIDR under Cloud Context Profile (cloud:Cidr)
cisco.aci.aci_cloud_ctx_profile – Manage Cloud Context Profile (cloud:CtxProfile)
cisco.aci.aci_cloud_provider – Query Cloud Provider information (cloud:ProvP)
cisco.aci.aci_cloud_region – Manage Cloud Providers Region (cloud:Region)
cisco.aci.aci_cloud_subnet – Manage Cloud Subnet (cloud:Subnet)
cisco.aci.aci_cloud_vpn_gateway – Manage cloudRouterP in Cloud Context Profile (cloud:cloudRouterP)
cisco.aci.aci_cloud_zone – Manage Cloud Availability Zone (cloud:Zone)
cisco.aci.aci_config_rollback – Provides rollback and rollback preview functionality (config:ImportP)
cisco.aci.aci_config_snapshot – Manage Config Snapshots (config:Snapshot, config:ExportP)
cisco.aci.aci_contract – Manage contract resources (vz:BrCP)
cisco.aci.aci_contract_subject – Manage initial Contract Subjects (vz:Subj)
cisco.aci.aci_contract_subject_to_filter – Bind Contract Subjects to Filters (vz:RsSubjFiltAtt)
cisco.aci.aci_domain – Manage physical, virtual, bridged, routed or FC domain profiles (phys:DomP, vmm:DomP, l2ext:DomP, l3ext:DomP, fc:DomP)
cisco.aci.aci_domain_to_encap_pool – Bind Domain to Encap Pools (infra:RsVlanNs)
cisco.aci.aci_domain_to_vlan_pool – Bind Domain to VLAN Pools (infra:RsVlanNs)
cisco.aci.aci_encap_pool – Manage encap pools (fvns:VlanInstP, fvns:VxlanInstP, fvns:VsanInstP)
cisco.aci.aci_encap_pool_range – Manage encap ranges assigned to pools (fvns:EncapBlk, fvns:VsanEncapBlk)
cisco.aci.aci_epg – Manage End Point Groups (EPG) objects (fv:AEPg)
cisco.aci.aci_epg_monitoring_policy – Manage monitoring policies (mon:EPGPol)
cisco.aci.aci_epg_to_contract – Bind EPGs to Contracts (fv:RsCons, fv:RsProv)
cisco.aci.aci_epg_to_contract_master – Manage End Point Group (EPG) contract master relationships (fv:RsSecInherited)
cisco.aci.aci_epg_to_domain – Bind EPGs to Domains (fv:RsDomAtt)
cisco.aci.aci_fabric_node – Manage Fabric Node Members (fabric:NodeIdentP)
cisco.aci.aci_fabric_scheduler – This modules creates ACI schedulers.
cisco.aci.aci_filter – Manages top level filter objects (vz:Filter)
cisco.aci.aci_filter_entry – Manage filter entries (vz:Entry)
cisco.aci.aci_firmware_group – This module creates a firmware group
cisco.aci.aci_firmware_group_node – This modules adds and remove nodes from the firmware group
cisco.aci.aci_firmware_policy – This creates a firmware policy
cisco.aci.aci_firmware_source – Manage firmware image sources (firmware:OSource)
cisco.aci.aci_interface_policy_cdp – Manage CDP interface policies (cdp:IfPol)
cisco.aci.aci_interface_policy_fc – Manage Fibre Channel interface policies (fc:IfPol)
cisco.aci.aci_interface_policy_l2 – Manage Layer 2 interface policies (l2:IfPol)
cisco.aci.aci_interface_policy_leaf_breakout_port_group – Manage fabric interface policy leaf breakout port group (infra:BrkoutPortGrp)
cisco.aci.aci_interface_policy_leaf_policy_group – Manage fabric interface policy leaf policy groups (infra:AccBndlGrp, infra:AccPortGrp)
cisco.aci.aci_interface_policy_leaf_profile – Manage fabric interface policy leaf profiles (infra:AccPortP)
cisco.aci.aci_interface_policy_link_level – Manage Link Level interface policies (fabric:HIfPol)
cisco.aci.aci_interface_policy_lldp – Manage LLDP interface policies (lldp:IfPol)
cisco.aci.aci_interface_policy_mcp – Manage MCP interface policies (mcp:IfPol)
cisco.aci.aci_interface_policy_ospf – Manage OSPF interface policies (ospf:IfPol)
cisco.aci.aci_interface_policy_port_channel – Manage port channel interface policies (lacp:LagPol)
cisco.aci.aci_interface_policy_port_security – Manage port security (l2:PortSecurityPol)
cisco.aci.aci_interface_selector_to_switch_policy_leaf_profile – Bind interface selector profiles to switch policy leaf profiles (infra:RsAccPortP)
cisco.aci.aci_l2out – Manage Layer2 Out (L2Out) objects.
cisco.aci.aci_l2out_extepg – Manage External Network Instance (L2Out External EPG) objects (l2extInstP).
cisco.aci.aci_l3out – Manage Layer 3 Outside (L3Out) objects (l3ext:Out)
cisco.aci.aci_l3out_extepg – Manage External Network Instance Profile (ExtEpg) objects (l3extInstP:instP)
cisco.aci.aci_l3out_extepg_to_contract – Bind Contracts to External End Point Groups (EPGs)
cisco.aci.aci_l3out_extsubnet – Manage External Subnet objects (l3extSubnet:extsubnet)
cisco.aci.aci_l3out_logical_interface_vpc_member – Manage Member Node objects (l3extMember:Member)
cisco.aci.aci_l3out_route_tag_policy – Manage route tag policies (l3ext:RouteTagPol)
cisco.aci.aci_l3out_static_routes – Manage Static routes object (l3ext:ipRouteP)
cisco.aci.aci_maintenance_group – This creates an ACI maintenance group
cisco.aci.aci_maintenance_group_node – Manage maintenance group nodes
cisco.aci.aci_maintenance_policy – Manage firmware maintenance policies
cisco.aci.aci_node_mgmt_epg – In band or Out of band management EPGs
cisco.aci.aci_rest – Direct access to the Cisco APIC REST API
cisco.aci.aci_static_binding_to_epg – Bind static paths to EPGs (fv:RsPathAtt)
cisco.aci.aci_static_node_mgmt_address – In band or Out of band management IP address
cisco.aci.aci_switch_leaf_selector – Bind leaf selectors to switch policy leaf profiles (infra:LeafS, infra:NodeBlk, infra:RsAccNodePGrep)
cisco.aci.aci_switch_policy_leaf_profile – Manage switch policy leaf profiles (infra:NodeP)
cisco.aci.aci_switch_policy_vpc_protection_group – Manage switch policy explicit vPC protection groups (fabric:ExplicitGEp, fabric:NodePEp).
cisco.aci.aci_system – Query the ACI system information (top:System)
cisco.aci.aci_taboo_contract – Manage taboo contracts (vz:BrCP)
cisco.aci.aci_tenant – Manage tenants (fv:Tenant)
cisco.aci.aci_tenant_action_rule_profile – Manage action rule profiles (rtctrl:AttrP)
cisco.aci.aci_tenant_ep_retention_policy – Manage End Point (EP) retention protocol policies (fv:EpRetPol)
cisco.aci.aci_tenant_span_dst_group – Manage SPAN destination groups (span:DestGrp)
cisco.aci.aci_tenant_span_src_group – Manage SPAN source groups (span:SrcGrp)
cisco.aci.aci_tenant_span_src_group_to_dst_group – Bind SPAN source groups to destination groups (span:SpanLbl)
cisco.aci.aci_vlan_pool – Manage VLAN pools (fvns:VlanInstP)
cisco.aci.aci_vlan_pool_encap_block – Manage encap blocks assigned to VLAN pools (fvns:EncapBlk)
cisco.aci.aci_vmm_credential – Manage virtual domain credential profiles (vmm:UsrAccP)
cisco.aci.aci_vrf – Manage contexts or VRFs (fv:Ctx)
cisco.asa¶
cisco.asa.asa_acl – (deprecated, removed after 2022-06-01) Manage access-lists on a Cisco ASA
cisco.asa.asa_acls – Access-Lists resource module
cisco.asa.asa_command – Run arbitrary commands on Cisco ASA devices
cisco.asa.asa_config – Manage configuration sections on Cisco ASA devices
cisco.asa.asa_facts – Collect facts from remote devices running Cisco ASA
cisco.asa.asa_og – (deprecated, removed after 2022-06-01) Manage object groups on a Cisco ASA
cisco.asa.asa_ogs – Object Group resource module
cisco.intersight¶
cisco.ios¶
cisco.ios.ios_acl_interfaces – ACL interfaces resource module
cisco.ios.ios_acls – ACLs resource module
cisco.ios.ios_banner – Manage multiline banners on Cisco IOS devices
cisco.ios.ios_bgp – Configure global BGP protocol settings on Cisco IOS.
cisco.ios.ios_bgp_global – Global BGP resource module
cisco.ios.ios_command – Run commands on remote devices running Cisco IOS
cisco.ios.ios_config – Manage Cisco IOS configuration sections
cisco.ios.ios_facts – Collect facts from remote devices running Cisco IOS
cisco.ios.ios_interface – (deprecated, removed after 2022-06-01) Manage Interface on Cisco IOS network devices
cisco.ios.ios_interfaces – Interfaces resource module
cisco.ios.ios_l2_interface – (deprecated, removed after 2022-06-01) Manage Layer-2 interface on Cisco IOS devices.
cisco.ios.ios_l2_interfaces – L2 interfaces resource module
cisco.ios.ios_l3_interface – (deprecated, removed after 2022-06-01) Manage Layer-3 interfaces on Cisco IOS network devices.
cisco.ios.ios_l3_interfaces – L3 interfaces resource module
cisco.ios.ios_lacp – LACP resource module
cisco.ios.ios_lacp_interfaces – LACP interfaces resource module
cisco.ios.ios_lag_interfaces – LAG interfaces resource module
cisco.ios.ios_linkagg – Manage link aggregation groups on Cisco IOS network devices
cisco.ios.ios_lldp – Manage LLDP configuration on Cisco IOS network devices.
cisco.ios.ios_lldp_global – LLDP resource module
cisco.ios.ios_lldp_interfaces – LLDP interfaces resource module
cisco.ios.ios_logging – Manage logging on network devices
cisco.ios.ios_ntp – Manages core NTP configuration.
cisco.ios.ios_ospf_interfaces – OSPF_Interfaces resource module
cisco.ios.ios_ospfv2 – OSPFv2 resource module
cisco.ios.ios_ospfv3 – OSPFv3 resource module
cisco.ios.ios_ping – Tests reachability using ping from Cisco IOS network devices
cisco.ios.ios_static_route – (deprecated, removed after 2022-06-01) Manage static IP routes on Cisco IOS network devices
cisco.ios.ios_static_routes – Static routes resource module
cisco.ios.ios_system – Manage the system attributes on Cisco IOS devices
cisco.ios.ios_user – Manage the aggregate of local users on Cisco IOS device
cisco.ios.ios_vlan – (deprecated, removed after 2022-06-01) Manage VLANs on IOS network devices
cisco.ios.ios_vlans – VLANs resource module
cisco.ios.ios_vrf – Manage the collection of VRF definitions on Cisco IOS devices
cisco.iosxr¶
cisco.iosxr.iosxr_acl_interfaces – ACL interfaces resource module
cisco.iosxr.iosxr_acls – ACLs resource module
cisco.iosxr.iosxr_banner – Manage multiline banners on Cisco IOS XR devices
cisco.iosxr.iosxr_bgp – Configure global BGP protocol settings on Cisco IOS-XR
cisco.iosxr.iosxr_command – Run commands on remote devices running Cisco IOS XR
cisco.iosxr.iosxr_config – Manage Cisco IOS XR configuration sections
cisco.iosxr.iosxr_facts – Get facts about iosxr devices.
cisco.iosxr.iosxr_interface – (deprecated, removed after 2022-06-01) Manage Interface on Cisco IOS XR network devices
cisco.iosxr.iosxr_interfaces – Interfaces resource module
cisco.iosxr.iosxr_l2_interfaces – L2 interfaces resource module
cisco.iosxr.iosxr_l3_interfaces – L3 interfaces resource module
cisco.iosxr.iosxr_lacp – LACP resource module
cisco.iosxr.iosxr_lacp_interfaces – LACP interfaces resource module
cisco.iosxr.iosxr_lag_interfaces – LAG interfaces resource module
cisco.iosxr.iosxr_lldp_global – LLDP resource module
cisco.iosxr.iosxr_lldp_interfaces – LLDP interfaces resource module
cisco.iosxr.iosxr_logging – Configuration management of system logging services on network devices
cisco.iosxr.iosxr_netconf – Configures NetConf sub-system service on Cisco IOS-XR devices
cisco.iosxr.iosxr_ospf_interfaces – OSPF Interfaces Resource Module.
cisco.iosxr.iosxr_ospfv2 – OSPFv2 resource module
cisco.iosxr.iosxr_ospfv3 – ospfv3 resource module
cisco.iosxr.iosxr_static_routes – Static routes resource module
cisco.iosxr.iosxr_system – Manage the system attributes on Cisco IOS XR devices
cisco.iosxr.iosxr_user – Manage the aggregate of local users on Cisco IOS XR device
cisco.meraki¶
cisco.meraki.meraki_admin – Manage administrators in the Meraki cloud
cisco.meraki.meraki_alert – Manage alerts in the Meraki cloud
cisco.meraki.meraki_config_template – Manage configuration templates in the Meraki cloud
cisco.meraki.meraki_device – Manage devices in the Meraki cloud
cisco.meraki.meraki_firewalled_services – Edit firewall policies for administrative network services
cisco.meraki.meraki_management_interface – Configure Meraki management interfaces
cisco.meraki.meraki_mr_l3_firewall – Manage MR access point layer 3 firewalls in the Meraki cloud
cisco.meraki.meraki_mr_rf_profile – Manage RF profiles for Meraki wireless networks
cisco.meraki.meraki_mr_settings – Manage general settings for Meraki wireless networks
cisco.meraki.meraki_mr_ssid – Manage wireless SSIDs in the Meraki cloud
cisco.meraki.meraki_ms_access_list – Manage access lists for Meraki switches in the Meraki cloud
cisco.meraki.meraki_ms_l3_interface – Manage routed interfaces on MS switches
cisco.meraki.meraki_ms_link_aggregation – Manage link aggregations on MS switches
cisco.meraki.meraki_ms_ospf – Manage OSPF configuration on MS switches
cisco.meraki.meraki_ms_stack – Modify switch stacking configuration in Meraki.
cisco.meraki.meraki_ms_storm_control – Manage storm control configuration on a switch in the Meraki cloud
cisco.meraki.meraki_ms_switchport – Manage switchports on a switch in the Meraki cloud
cisco.meraki.meraki_mx_content_filtering – Edit Meraki MX content filtering policies
cisco.meraki.meraki_mx_intrusion_prevention – Manage intrustion prevention in the Meraki cloud
cisco.meraki.meraki_mx_l2_interface – Configure MX layer 2 interfaces
cisco.meraki.meraki_mx_l3_firewall – Manage MX appliance layer 3 firewalls in the Meraki cloud
cisco.meraki.meraki_mx_l7_firewall – Manage MX appliance layer 7 firewalls in the Meraki cloud
cisco.meraki.meraki_mx_malware – Manage Malware Protection in the Meraki cloud
cisco.meraki.meraki_mx_nat – Manage NAT rules in Meraki cloud
cisco.meraki.meraki_mx_site_to_site_firewall – Manage MX appliance firewall rules for site-to-site VPNs
cisco.meraki.meraki_mx_site_to_site_vpn – Manage AutoVPN connections in Meraki
cisco.meraki.meraki_mx_static_route – Manage static routes in the Meraki cloud
cisco.meraki.meraki_mx_uplink_bandwidth – Manage uplinks on Meraki MX appliances
cisco.meraki.meraki_mx_vlan – Manage VLANs in the Meraki cloud
cisco.meraki.meraki_network – Manage networks in the Meraki cloud
cisco.meraki.meraki_organization – Manage organizations in the Meraki cloud
cisco.meraki.meraki_snmp – Manage organizations in the Meraki cloud
cisco.meraki.meraki_syslog – Manage syslog server settings in the Meraki cloud.
cisco.meraki.meraki_webhook – Manage webhooks configured in the Meraki cloud
cisco.mso¶
cisco.mso.mso_backup – Manages backups
cisco.mso.mso_dhcp_option_policy – Manage DHCP Option policies.
cisco.mso.mso_dhcp_option_policy_option – Manage DHCP options in a DHCP Option policy.
cisco.mso.mso_dhcp_relay_policy – Manage DHCP Relay policies.
cisco.mso.mso_dhcp_relay_policy_provider – Manage DHCP providers in a DHCP Relay policy.
cisco.mso.mso_label – Manage labels
cisco.mso.mso_rest – Direct access to the Cisco MSO REST API
cisco.mso.mso_role – Manage roles
cisco.mso.mso_schema – Manage schemas
cisco.mso.mso_schema_site – Manage sites in schemas
cisco.mso.mso_schema_site_anp – Manage site-local Application Network Profiles (ANPs) in schema template
cisco.mso.mso_schema_site_anp_epg – Manage site-local Endpoint Groups (EPGs) in schema template
cisco.mso.mso_schema_site_anp_epg_domain – Manage site-local EPG domains in schema template
cisco.mso.mso_schema_site_anp_epg_selector – Manage site-local EPG selector in schema templates
cisco.mso.mso_schema_site_anp_epg_staticleaf – Manage site-local EPG static leafs in schema template
cisco.mso.mso_schema_site_anp_epg_staticport – Manage site-local EPG static ports in schema template
cisco.mso.mso_schema_site_anp_epg_subnet – Manage site-local EPG subnets in schema template
cisco.mso.mso_schema_site_bd – Manage site-local Bridge Domains (BDs) in schema template
cisco.mso.mso_schema_site_bd_l3out – Manage site-local BD l3out’s in schema template
cisco.mso.mso_schema_site_bd_subnet – Manage site-local BD subnets in schema template
cisco.mso.mso_schema_site_external_epg_selector – Manage External EPG selector in schema of cloud sites
cisco.mso.mso_schema_site_vrf – Manage site-local VRFs in schema template
cisco.mso.mso_schema_site_vrf_region – Manage site-local VRF regions in schema template
cisco.mso.mso_schema_site_vrf_region_cidr – Manage site-local VRF region CIDRs in schema template
cisco.mso.mso_schema_site_vrf_region_cidr_subnet – Manage site-local VRF regions in schema template
cisco.mso.mso_schema_site_vrf_region_hub_network – Manage site-local VRF region hub network in schema template
cisco.mso.mso_schema_template – Manage templates in schemas
cisco.mso.mso_schema_template_anp – Manage Application Network Profiles (ANPs) in schema templates
cisco.mso.mso_schema_template_anp_epg – Manage Endpoint Groups (EPGs) in schema templates
cisco.mso.mso_schema_template_anp_epg_contract – Manage EPG contracts in schema templates
cisco.mso.mso_schema_template_anp_epg_selector – Manage EPG selector in schema templates
cisco.mso.mso_schema_template_anp_epg_subnet – Manage EPG subnets in schema templates
cisco.mso.mso_schema_template_bd – Manage Bridge Domains (BDs) in schema templates
cisco.mso.mso_schema_template_bd_subnet – Manage BD subnets in schema templates
cisco.mso.mso_schema_template_contract_filter – Manage contract filters in schema templates
cisco.mso.mso_schema_template_deploy – Deploy schema templates to sites
cisco.mso.mso_schema_template_external_epg – Manage external EPGs in schema templates
cisco.mso.mso_schema_template_external_epg_contract – Manage Extrnal EPG contracts in schema templates
cisco.mso.mso_schema_template_external_epg_selector – Manage External EPG selector in schema templates
cisco.mso.mso_schema_template_external_epg_subnet – Manage External EPG subnets in schema templates
cisco.mso.mso_schema_template_filter_entry – Manage filter entries in schema templates
cisco.mso.mso_schema_template_l3out – Manage l3outs in schema templates
cisco.mso.mso_schema_template_migrate – Migrate Bridge Domains (BDs) and EPGs between templates
cisco.mso.mso_schema_template_vrf – Manage VRFs in schema templates
cisco.mso.mso_schema_template_vrf_contract – Manage vrf contracts in schema templates
cisco.mso.mso_site – Manage sites
cisco.mso.mso_tenant – Manage tenants
cisco.mso.mso_tenant_site – Manage tenants with cloud sites.
cisco.mso.mso_user – Manage users
cisco.mso.mso_version – Get version of MSO
cisco.nso¶
cisco.nso.nso_action – Executes Cisco NSO actions and verifies output.
cisco.nso.nso_config – Manage Cisco NSO configuration and service synchronization.
cisco.nso.nso_query – Query data from Cisco NSO.
cisco.nso.nso_show – Displays data from Cisco NSO.
cisco.nso.nso_verify – Verifies Cisco NSO configuration.
cisco.nxos¶
cisco.nxos.nxos_aaa_server – Manages AAA server global configuration.
cisco.nxos.nxos_aaa_server_host – Manages AAA server host-specific configuration.
cisco.nxos.nxos_acl – (deprecated, removed after 2022-06-01) Manages access list entries for ACLs.
cisco.nxos.nxos_acl_interface – (deprecated, removed after 2022-06-01) Manages applying ACLs to interfaces.
cisco.nxos.nxos_acl_interfaces – ACL interfaces resource module
cisco.nxos.nxos_acls – ACLs resource module
cisco.nxos.nxos_banner – Manage multiline banners on Cisco NXOS devices
cisco.nxos.nxos_bfd_global – Bidirectional Forwarding Detection (BFD) global-level configuration
cisco.nxos.nxos_bfd_interfaces – BFD interfaces resource module
cisco.nxos.nxos_bgp – (deprecated, removed after 2023-01-27) Manages BGP configuration.
cisco.nxos.nxos_bgp_af – Manages BGP Address-family configuration.
cisco.nxos.nxos_bgp_global – BGP Global resource module.
cisco.nxos.nxos_bgp_neighbor – (deprecated, removed after 2023-01-27) Manages BGP neighbors configurations.
cisco.nxos.nxos_bgp_neighbor_af – Manages BGP address-family’s neighbors configuration.
cisco.nxos.nxos_command – Run arbitrary command on Cisco NXOS devices
cisco.nxos.nxos_config – Manage Cisco NXOS configuration sections
cisco.nxos.nxos_devicealias – Configuration of device alias for Cisco NXOS MDS Switches.
cisco.nxos.nxos_evpn_global – Handles the EVPN control plane for VXLAN.
cisco.nxos.nxos_evpn_vni – Manages Cisco EVPN VXLAN Network Identifier (VNI).
cisco.nxos.nxos_facts – Gets facts about NX-OS switches
cisco.nxos.nxos_feature – Manage features in NX-OS switches.
cisco.nxos.nxos_file_copy – Copy a file to a remote NXOS device.
cisco.nxos.nxos_gir – Trigger a graceful removal or insertion (GIR) of the switch.
cisco.nxos.nxos_gir_profile_management – Create a maintenance-mode or normal-mode profile for GIR.
cisco.nxos.nxos_hsrp – Manages HSRP configuration on NX-OS switches.
cisco.nxos.nxos_hsrp_interfaces – HSRP interfaces resource module
cisco.nxos.nxos_igmp – Manages IGMP global configuration.
cisco.nxos.nxos_igmp_interface – Manages IGMP interface configuration.
cisco.nxos.nxos_igmp_snooping – Manages IGMP snooping global configuration.
cisco.nxos.nxos_install_os – Set boot options like boot, kickstart image and issu.
cisco.nxos.nxos_interface – (deprecated, removed after 2022-06-01) Manages physical attributes of interfaces.
cisco.nxos.nxos_interface_ospf – (deprecated, removed after 2022-10-26) Manages configuration of an OSPF interface instance.
cisco.nxos.nxos_interfaces – Interfaces resource module
cisco.nxos.nxos_l2_interface – (deprecated, removed after 2022-06-01) Manage Layer-2 interface on Cisco NXOS devices.
cisco.nxos.nxos_l2_interfaces – L2 interfaces resource module
cisco.nxos.nxos_l3_interface – (deprecated, removed after 2022-06-01) Manage L3 interfaces on Cisco NXOS network devices
cisco.nxos.nxos_l3_interfaces – L3 interfaces resource module
cisco.nxos.nxos_lacp – LACP resource module
cisco.nxos.nxos_lacp_interfaces – LACP interfaces resource module
cisco.nxos.nxos_lag_interfaces – LAG interfaces resource module
cisco.nxos.nxos_linkagg – (deprecated, removed after 2022-06-01) Manage link aggregation groups on Cisco NXOS devices.
cisco.nxos.nxos_lldp – (deprecated, removed after 2022-06-01) Manage LLDP configuration on Cisco NXOS network devices.
cisco.nxos.nxos_lldp_global – LLDP resource module
cisco.nxos.nxos_lldp_interfaces – LLDP interfaces resource module
cisco.nxos.nxos_logging – Manage logging on network devices
cisco.nxos.nxos_ntp – Manages core NTP configuration.
cisco.nxos.nxos_ntp_auth – Manages NTP authentication.
cisco.nxos.nxos_ntp_options – Manages NTP options.
cisco.nxos.nxos_nxapi – Manage NXAPI configuration on an NXOS device.
cisco.nxos.nxos_ospf – (deprecated, removed after 2022-06-01) Manages configuration of an ospf instance.
cisco.nxos.nxos_ospf_interfaces – OSPF Interfaces Resource Module.
cisco.nxos.nxos_ospf_vrf – (deprecated, removed after 2022-10-01)Manages a VRF for an OSPF router.
cisco.nxos.nxos_ospfv2 – OSPFv2 resource module
cisco.nxos.nxos_ospfv3 – OSPFv3 resource module
cisco.nxos.nxos_overlay_global – Configures anycast gateway MAC of the switch.
cisco.nxos.nxos_pim – Manages configuration of a PIM instance.
cisco.nxos.nxos_pim_interface – Manages PIM interface configuration.
cisco.nxos.nxos_pim_rp_address – Manages configuration of an PIM static RP address instance.
cisco.nxos.nxos_ping – Tests reachability using ping from Nexus switch.
cisco.nxos.nxos_reboot – Reboot a network device.
cisco.nxos.nxos_rollback – Set a checkpoint or rollback to a checkpoint.
cisco.nxos.nxos_rpm – Install patch or feature rpms on Cisco NX-OS devices.
cisco.nxos.nxos_smu – (deprecated, removed after 2022-10-01) Perform SMUs on Cisco NX-OS devices.
cisco.nxos.nxos_snapshot – Manage snapshots of the running states of selected features.
cisco.nxos.nxos_snmp_community – Manages SNMP community configs.
cisco.nxos.nxos_snmp_contact – Manages SNMP contact info.
cisco.nxos.nxos_snmp_host – Manages SNMP host configuration.
cisco.nxos.nxos_snmp_location – Manages SNMP location information.
cisco.nxos.nxos_snmp_traps – Manages SNMP traps.
cisco.nxos.nxos_snmp_user – Manages SNMP users for monitoring.
cisco.nxos.nxos_static_route – (deprecated, removed after 2022-06-01) Manages static route configuration
cisco.nxos.nxos_static_routes – Static routes resource module
cisco.nxos.nxos_system – Manage the system attributes on Cisco NXOS devices
cisco.nxos.nxos_telemetry – TELEMETRY resource module
cisco.nxos.nxos_udld – Manages UDLD global configuration params.
cisco.nxos.nxos_udld_interface – Manages UDLD interface configuration params.
cisco.nxos.nxos_user – Manage the collection of local users on Nexus devices
cisco.nxos.nxos_vlan – (deprecated, removed after 2022-06-01) Manages VLAN resources and attributes.
cisco.nxos.nxos_vlans – VLANs resource module
cisco.nxos.nxos_vpc – Manages global VPC configuration
cisco.nxos.nxos_vpc_interface – Manages interface VPC configuration
cisco.nxos.nxos_vrf – Manages global VRF configuration.
cisco.nxos.nxos_vrf_af – Manages VRF AF.
cisco.nxos.nxos_vrf_interface – Manages interface specific VRF configuration.
cisco.nxos.nxos_vrrp – Manages VRRP configuration on NX-OS switches.
cisco.nxos.nxos_vsan – Configuration of vsan for Cisco NXOS MDS Switches.
cisco.nxos.nxos_vtp_domain – Manages VTP domain configuration.
cisco.nxos.nxos_vtp_password – Manages VTP password configuration.
cisco.nxos.nxos_vtp_version – Manages VTP version configuration.
cisco.nxos.nxos_vxlan_vtep – Manages VXLAN Network Virtualization Endpoint (NVE).
cisco.nxos.nxos_vxlan_vtep_vni – Creates a Virtual Network Identifier member (VNI)
cisco.nxos.nxos_zone_zoneset – Configuration of zone/zoneset for Cisco NXOS MDS Switches.
cisco.ucs¶
cisco.ucs.ucs_disk_group_policy – Configures disk group policies on Cisco UCS Manager
cisco.ucs.ucs_dns_server – Configure DNS servers on Cisco UCS Manager
cisco.ucs.ucs_graphics_card_policy – Manages UCS Graphics Card Policies on UCS Manager
cisco.ucs.ucs_ip_pool – Configures IP address pools on Cisco UCS Manager
cisco.ucs.ucs_lan_connectivity – Configures LAN Connectivity Policies on Cisco UCS Manager
cisco.ucs.ucs_mac_pool – Configures MAC address pools on Cisco UCS Manager
cisco.ucs.ucs_managed_objects – Configures Managed Objects on Cisco UCS Manager
cisco.ucs.ucs_ntp_server – Configures NTP server on Cisco UCS Manager
cisco.ucs.ucs_org – Manages UCS Organizations for UCS Manager
cisco.ucs.ucs_query – Queries UCS Manager objects by class or distinguished name
cisco.ucs.ucs_san_connectivity – Configures SAN Connectivity Policies on Cisco UCS Manager
cisco.ucs.ucs_scrub_policy – Manages UCS Scrub Policies on UCS Manager
cisco.ucs.ucs_serial_over_lan_policy – Manages UCS Serial Over Lan Policies on UCS Manager
cisco.ucs.ucs_server_maintenance – Creates Server Maintenance Policy on Cisco UCS Manager
cisco.ucs.ucs_service_profile_association – Configures Service Profile Association on Cisco UCS Manager
cisco.ucs.ucs_service_profile_from_template – Configures Service Profiles from templates on Cisco UCS Manager
cisco.ucs.ucs_service_profile_template – Configures Service Profile Templates on Cisco UCS Manager
cisco.ucs.ucs_sp_vnic_order – Configures vNIC order for service profiles and templates on Cisco UCS Manager
cisco.ucs.ucs_storage_profile – Configures storage profiles on Cisco UCS Manager
cisco.ucs.ucs_system_qos – Configures system QoS settings
cisco.ucs.ucs_timezone – Configures timezone on Cisco UCS Manager
cisco.ucs.ucs_uuid_pool – Configures server UUID pools on Cisco UCS Manager
cisco.ucs.ucs_vhba_template – Configures vHBA templates on Cisco UCS Manager
cisco.ucs.ucs_vlan_find – Find VLANs on Cisco UCS Manager
cisco.ucs.ucs_vlan_to_group – Add VLANs to a VLAN Group. Requires VLAN and VLAN Group to already be created on UCS prior to running module.
cisco.ucs.ucs_vlans – Configures VLANs on Cisco UCS Manager
cisco.ucs.ucs_vnic_template – Configures vNIC templates on Cisco UCS Manager
cisco.ucs.ucs_vsans – Configures VSANs on Cisco UCS Manager
cisco.ucs.ucs_wwn_pool – Configures WWNN or WWPN pools on Cisco UCS Manager
cloudscale_ch.cloud¶
cloudscale_ch.cloud.floating_ip – Manages floating IPs on the cloudscale.ch IaaS service
cloudscale_ch.cloud.network – Manages networks on the cloudscale.ch IaaS service
cloudscale_ch.cloud.objects_user – Manages objects users on the cloudscale.ch IaaS service
cloudscale_ch.cloud.server – Manages servers on the cloudscale.ch IaaS service
cloudscale_ch.cloud.server_group – Manages server groups on the cloudscale.ch IaaS service
cloudscale_ch.cloud.subnet – Manages subnets on the cloudscale.ch IaaS service
cloudscale_ch.cloud.volume – Manages volumes on the cloudscale.ch IaaS service.
community.aws¶
community.aws.aws_acm – Upload and delete certificates in the AWS Certificate Manager service
community.aws.aws_acm_info – Retrieve certificate information from AWS Certificate Manager service
community.aws.aws_api_gateway – Manage AWS API Gateway APIs
community.aws.aws_application_scaling_policy – Manage Application Auto Scaling Scaling Policies
community.aws.aws_batch_compute_environment – Manage AWS Batch Compute Environments
community.aws.aws_batch_job_definition – Manage AWS Batch Job Definitions
community.aws.aws_batch_job_queue – Manage AWS Batch Job Queues
community.aws.aws_codebuild – Create or delete an AWS CodeBuild project
community.aws.aws_codecommit – Manage repositories in AWS CodeCommit
community.aws.aws_codepipeline – Create or delete AWS CodePipelines
community.aws.aws_config_aggregation_authorization – Manage cross-account AWS Config authorizations
community.aws.aws_config_aggregator – Manage AWS Config aggregations across multiple accounts
community.aws.aws_config_delivery_channel – Manage AWS Config delivery channels
community.aws.aws_config_recorder – Manage AWS Config Recorders
community.aws.aws_config_rule – Manage AWS Config resources
community.aws.aws_direct_connect_confirm_connection – Confirms the creation of a hosted DirectConnect connection.
community.aws.aws_direct_connect_connection – Creates, deletes, modifies a DirectConnect connection
community.aws.aws_direct_connect_gateway – Manage AWS Direct Connect gateway
community.aws.aws_direct_connect_link_aggregation_group – Manage Direct Connect LAG bundles
community.aws.aws_direct_connect_virtual_interface – Manage Direct Connect virtual interfaces
community.aws.aws_eks_cluster – Manage Elastic Kubernetes Service Clusters
community.aws.aws_elasticbeanstalk_app – Create, update, and delete an elastic beanstalk application
community.aws.aws_glue_connection – Manage an AWS Glue connection
community.aws.aws_glue_job – Manage an AWS Glue job
community.aws.aws_inspector_target – Create, Update and Delete Amazon Inspector Assessment Targets
community.aws.aws_kms – Perform various KMS management tasks.
community.aws.aws_kms_info – Gather information about AWS KMS keys
community.aws.aws_region_info – Gather information about AWS regions.
community.aws.aws_s3_bucket_info – Lists S3 buckets in AWS
community.aws.aws_s3_cors – Manage CORS for S3 buckets in AWS
community.aws.aws_secret – Manage secrets stored in AWS Secrets Manager.
community.aws.aws_ses_identity – Manages SES email and domain identity
community.aws.aws_ses_identity_policy – Manages SES sending authorization policies
community.aws.aws_ses_rule_set – Manages SES inbound receipt rule sets
community.aws.aws_sgw_info – Fetch AWS Storage Gateway information
community.aws.aws_ssm_parameter_store – Manage key-value pairs in aws parameter store.
community.aws.aws_step_functions_state_machine – Manage AWS Step Functions state machines
community.aws.aws_step_functions_state_machine_execution – Start or stop execution of an AWS Step Functions state machine.
community.aws.aws_waf_condition – Create and delete WAF Conditions
community.aws.aws_waf_info – Retrieve information for WAF ACLs, Rule , Conditions and Filters.
community.aws.aws_waf_rule – Create and delete WAF Rules
community.aws.aws_waf_web_acl – Create and delete WAF Web ACLs.
community.aws.cloudformation_exports_info – Read a value from CloudFormation Exports
community.aws.cloudformation_stack_set – Manage groups of CloudFormation stacks
community.aws.cloudfront_distribution – Create, update and delete AWS CloudFront distributions.
community.aws.cloudfront_info – Obtain facts about an AWS CloudFront distribution
community.aws.cloudfront_invalidation – create invalidations for AWS CloudFront distributions
community.aws.cloudfront_origin_access_identity – Create, update and delete origin access identities for a CloudFront distribution
community.aws.cloudtrail – manage CloudTrail create, delete, update
community.aws.cloudwatchevent_rule – Manage CloudWatch Event rules and targets
community.aws.cloudwatchlogs_log_group – create or delete log_group in CloudWatchLogs
community.aws.cloudwatchlogs_log_group_info – Get information about log_group in CloudWatchLogs
community.aws.cloudwatchlogs_log_group_metric_filter – Manage CloudWatch log group metric filter
community.aws.data_pipeline – Create and manage AWS Datapipelines
community.aws.dms_endpoint – Creates or destroys a data migration services endpoint
community.aws.dms_replication_subnet_group – creates or destroys a data migration services subnet group
community.aws.dynamodb_table – Create, update or delete AWS Dynamo DB tables
community.aws.dynamodb_ttl – Set TTL for a given DynamoDB table
community.aws.ec2_ami_copy – copies AMI between AWS regions, return new image id
community.aws.ec2_asg – Create or delete AWS AutoScaling Groups (ASGs)
community.aws.ec2_asg_info – Gather information about ec2 Auto Scaling Groups (ASGs) in AWS
community.aws.ec2_asg_lifecycle_hook – Create, delete or update AWS ASG Lifecycle Hooks.
community.aws.ec2_customer_gateway – Manage an AWS customer gateway
community.aws.ec2_customer_gateway_info – Gather information about customer gateways in AWS
community.aws.ec2_eip – manages EC2 elastic IP (EIP) addresses.
community.aws.ec2_eip_info – List EC2 EIP details
community.aws.ec2_elb – De-registers or registers instances from EC2 ELBs
community.aws.ec2_elb_info – Gather information about EC2 Elastic Load Balancers in AWS
community.aws.ec2_instance – Create & manage EC2 instances
community.aws.ec2_instance_info – Gather information about ec2 instances in AWS
community.aws.ec2_launch_template – Manage EC2 launch templates
community.aws.ec2_lc – Create or delete AWS Autoscaling Launch Configurations
community.aws.ec2_lc_find – Find AWS Autoscaling Launch Configurations
community.aws.ec2_lc_info – Gather information about AWS Autoscaling Launch Configurations.
community.aws.ec2_metric_alarm – Create/update or delete AWS Cloudwatch ‘metric alarms’
community.aws.ec2_placement_group – Create or delete an EC2 Placement Group
community.aws.ec2_placement_group_info – List EC2 Placement Group(s) details
community.aws.ec2_scaling_policy – Create or delete AWS scaling policies for Autoscaling groups
community.aws.ec2_snapshot_copy – Copies an EC2 snapshot and returns the new Snapshot ID.
community.aws.ec2_transit_gateway – Create and delete AWS Transit Gateways
community.aws.ec2_transit_gateway_info – Gather information about ec2 transit gateways in AWS
community.aws.ec2_vpc_egress_igw – Manage an AWS VPC Egress Only Internet gateway
community.aws.ec2_vpc_endpoint – Create and delete AWS VPC Endpoints.
community.aws.ec2_vpc_endpoint_info – Retrieves AWS VPC endpoints details using AWS methods.
community.aws.ec2_vpc_igw – Manage an AWS VPC Internet gateway
community.aws.ec2_vpc_igw_info – Gather information about internet gateways in AWS
community.aws.ec2_vpc_nacl – create and delete Network ACLs.
community.aws.ec2_vpc_nacl_info – Gather information about Network ACLs in an AWS VPC
community.aws.ec2_vpc_nat_gateway – Manage AWS VPC NAT Gateways.
community.aws.ec2_vpc_nat_gateway_info – Retrieves AWS VPC Managed Nat Gateway details using AWS methods.
community.aws.ec2_vpc_peer – create, delete, accept, and reject VPC peering connections between two VPCs.
community.aws.ec2_vpc_peering_info – Retrieves AWS VPC Peering details using AWS methods.
community.aws.ec2_vpc_route_table – Manage route tables for AWS virtual private clouds
community.aws.ec2_vpc_route_table_info – Gather information about ec2 VPC route tables in AWS
community.aws.ec2_vpc_vgw – Create and delete AWS VPN Virtual Gateways.
community.aws.ec2_vpc_vgw_info – Gather information about virtual gateways in AWS
community.aws.ec2_vpc_vpn – Create, modify, and delete EC2 VPN connections.
community.aws.ec2_vpc_vpn_info – Gather information about VPN Connections in AWS.
community.aws.ec2_win_password – Gets the default administrator password for ec2 windows instances
community.aws.ecs_attribute – manage ecs attributes
community.aws.ecs_cluster – Create or terminate ECS clusters.
community.aws.ecs_ecr – Manage Elastic Container Registry repositories
community.aws.ecs_service – Create, terminate, start or stop a service in ECS
community.aws.ecs_service_info – List or describe services in ECS
community.aws.ecs_tag – create and remove tags on Amazon ECS resources
community.aws.ecs_task – Run, start or stop a task in ecs
community.aws.ecs_taskdefinition – register a task definition in ecs
community.aws.ecs_taskdefinition_info – Describe a task definition in ECS
community.aws.efs – create and maintain EFS file systems
community.aws.efs_info – Get information about Amazon EFS file systems
community.aws.elasticache – Manage cache clusters in Amazon ElastiCache
community.aws.elasticache_info – Retrieve information for AWS ElastiCache clusters
community.aws.elasticache_parameter_group – Manage cache parameter groups in Amazon ElastiCache.
community.aws.elasticache_snapshot – Manage cache snapshots in Amazon ElastiCache
community.aws.elasticache_subnet_group – manage ElastiCache subnet groups
community.aws.elb_application_lb – Manage an Application Load Balancer
community.aws.elb_application_lb_info – Gather information about application ELBs in AWS
community.aws.elb_classic_lb – Creates or destroys Amazon ELB.
community.aws.elb_classic_lb_info – Gather information about EC2 Elastic Load Balancers in AWS
community.aws.elb_instance – De-registers or registers instances from EC2 ELBs
community.aws.elb_network_lb – Manage a Network Load Balancer
community.aws.elb_target – Manage a target in a target group
community.aws.elb_target_group – Manage a target group for an Application or Network load balancer
community.aws.elb_target_group_info – Gather information about ELB target groups in AWS
community.aws.elb_target_info – Gathers which target groups a target is associated with.
community.aws.execute_lambda – Execute an AWS Lambda function
community.aws.iam – Manage IAM users, groups, roles and keys
community.aws.iam_cert – Manage server certificates for use on ELBs and CloudFront
community.aws.iam_group – Manage AWS IAM groups
community.aws.iam_managed_policy – Manage User Managed IAM policies
community.aws.iam_mfa_device_info – List the MFA (Multi-Factor Authentication) devices registered for a user
community.aws.iam_password_policy – Update an IAM Password Policy
community.aws.iam_policy – Manage inline IAM policies for users, groups, and roles
community.aws.iam_policy_info – Retrieve inline IAM policies for users, groups, and roles
community.aws.iam_role – Manage AWS IAM roles
community.aws.iam_role_info – Gather information on IAM roles
community.aws.iam_saml_federation – Maintain IAM SAML federation configuration.
community.aws.iam_server_certificate_info – Retrieve the information of a server certificate
community.aws.iam_user – Manage AWS IAM users
community.aws.iam_user_info – Gather IAM user(s) facts in AWS
community.aws.kinesis_stream – Manage a Kinesis Stream.
community.aws.lambda – Manage AWS Lambda functions
community.aws.lambda_alias – Creates, updates or deletes AWS Lambda function aliases
community.aws.lambda_event – Creates, updates or deletes AWS Lambda function event mappings
community.aws.lambda_facts – Gathers AWS Lambda function details as Ansible facts
community.aws.lambda_info – Gathers AWS Lambda function details
community.aws.lambda_policy – Creates, updates or deletes AWS Lambda policy statements.
community.aws.lightsail – Manage instances in AWS Lightsail
community.aws.rds – create, delete, or modify Amazon rds instances, rds snapshots, and related facts
community.aws.rds_instance – Manage RDS instances
community.aws.rds_instance_info – obtain information about one or more RDS instances
community.aws.rds_param_group – manage RDS parameter groups
community.aws.rds_snapshot – manage Amazon RDS snapshots.
community.aws.rds_snapshot_info – obtain information about one or more RDS snapshots
community.aws.rds_subnet_group – manage RDS database subnet groups
community.aws.redshift – create, delete, or modify an Amazon Redshift instance
community.aws.redshift_cross_region_snapshots – Manage Redshift Cross Region Snapshots
community.aws.redshift_info – Gather information about Redshift cluster(s)
community.aws.redshift_subnet_group – manage Redshift cluster subnet groups
community.aws.route53 – add or delete entries in Amazons Route 53 DNS service
community.aws.route53_health_check – Add or delete health-checks in Amazons Route53 DNS service
community.aws.route53_info – Retrieves route53 details using AWS methods
community.aws.route53_zone – add or delete Route53 zones
community.aws.s3_bucket_notification – Creates, updates or deletes S3 Bucket notification for lambda
community.aws.s3_lifecycle – Manage s3 bucket lifecycle rules in AWS
community.aws.s3_logging – Manage logging facility of an s3 bucket in AWS
community.aws.s3_metrics_configuration – Manage s3 bucket metrics configuration in AWS
community.aws.s3_sync – Efficiently upload multiple files to S3
community.aws.s3_website – Configure an s3 bucket as a website
community.aws.sns – Send Amazon Simple Notification Service messages
community.aws.sns_topic – Manages AWS SNS topics and subscriptions
community.aws.sqs_queue – Creates or deletes AWS SQS queues
community.aws.sts_assume_role – Assume a role using AWS Security Token Service and obtain temporary credentials
community.aws.sts_session_token – Obtain a session token from the AWS Security Token Service
community.azure¶
community.azure.azure_rm_aks_info – Get Azure Kubernetes Service facts
community.azure.azure_rm_aksversion_info – Get available kubernetes versions supported by Azure Kubernetes Service
community.azure.azure_rm_applicationsecuritygroup_info – Get Azure Application Security Group facts
community.azure.azure_rm_appserviceplan_info – Get azure app service plan facts
community.azure.azure_rm_automationaccount_info – Get Azure automation account facts
community.azure.azure_rm_autoscale_info – Get Azure Auto Scale Setting facts
community.azure.azure_rm_availabilityset_info – Get Azure Availability Set facts
community.azure.azure_rm_cdnendpoint_info – Get Azure CDN endpoint facts
community.azure.azure_rm_cdnprofile_info – Get Azure CDN profile facts
community.azure.azure_rm_containerinstance_info – Get Azure Container Instance facts
community.azure.azure_rm_containerregistry_info – Get Azure Container Registry facts
community.azure.azure_rm_cosmosdbaccount_info – Get Azure Cosmos DB Account facts
community.azure.azure_rm_deployment_info – Get Azure Deployment facts
community.azure.azure_rm_devtestlab_info – Get Azure DevTest Lab facts
community.azure.azure_rm_devtestlabarmtemplate_info – Get Azure DevTest Lab ARM Template facts
community.azure.azure_rm_devtestlabartifact_info – Get Azure DevTest Lab Artifact facts
community.azure.azure_rm_devtestlabartifactsource_info – Get Azure DevTest Lab Artifact Source facts
community.azure.azure_rm_devtestlabcustomimage_info – Get Azure DevTest Lab Custom Image facts
community.azure.azure_rm_devtestlabenvironment_info – Get Azure Environment facts
community.azure.azure_rm_devtestlabpolicy_info – Get Azure DTL Policy facts
community.azure.azure_rm_devtestlabschedule_info – Get Azure Schedule facts
community.azure.azure_rm_devtestlabvirtualmachine_info – Get Azure DevTest Lab Virtual Machine facts
community.azure.azure_rm_devtestlabvirtualnetwork_info – Get Azure DevTest Lab Virtual Network facts
community.azure.azure_rm_dnsrecordset_info – Get DNS Record Set facts
community.azure.azure_rm_dnszone_info – Get DNS zone facts
community.azure.azure_rm_functionapp_info – Get Azure Function App facts
community.azure.azure_rm_hdinsightcluster_info – Get Azure HDInsight Cluster facts
community.azure.azure_rm_image_info – Get facts about azure custom images
community.azure.azure_rm_loadbalancer_info – Get load balancer facts
community.azure.azure_rm_lock_info – Manage Azure locks
community.azure.azure_rm_loganalyticsworkspace_info – Get facts of Azure Log Analytics workspaces
community.azure.azure_rm_manageddisk – Manage Azure Manage Disks
community.azure.azure_rm_manageddisk_info – Get managed disk facts
community.azure.azure_rm_mariadbconfiguration_info – Get Azure MariaDB Configuration facts
community.azure.azure_rm_mariadbdatabase_info – Get Azure MariaDB Database facts
community.azure.azure_rm_mariadbfirewallrule_info – Get Azure MariaDB Firewall Rule facts
community.azure.azure_rm_mariadbserver_info – Get Azure MariaDB Server facts
community.azure.azure_rm_mysqlconfiguration_info – Get Azure MySQL Configuration facts
community.azure.azure_rm_mysqldatabase_info – Get Azure MySQL Database facts
community.azure.azure_rm_mysqlfirewallrule_info – Get Azure MySQL Firewall Rule facts
community.azure.azure_rm_mysqlserver_info – Get Azure MySQL Server facts
community.azure.azure_rm_networkinterface_info – Get network interface facts
community.azure.azure_rm_postgresqlconfiguration_info – Get Azure PostgreSQL Configuration facts
community.azure.azure_rm_postgresqldatabase_info – Get Azure PostgreSQL Database facts
community.azure.azure_rm_postgresqlfirewallrule_info – Get Azure PostgreSQL Firewall Rule facts
community.azure.azure_rm_postgresqlserver_info – Get Azure PostgreSQL Server facts
community.azure.azure_rm_publicipaddress_info – Get public IP facts
community.azure.azure_rm_rediscache_info – Get Azure Cache for Redis instance facts
community.azure.azure_rm_resource_info – Generic facts of Azure resources
community.azure.azure_rm_resourcegroup_info – Get resource group facts
community.azure.azure_rm_roleassignment_info – Gets Azure Role Assignment facts
community.azure.azure_rm_roledefinition_info – Get Azure Role Definition facts
community.azure.azure_rm_routetable_info – Get route table facts
community.azure.azure_rm_securitygroup_info – Get security group facts
community.azure.azure_rm_servicebus_info – Get servicebus facts
community.azure.azure_rm_sqldatabase_info – Get Azure SQL Database facts
community.azure.azure_rm_sqlfirewallrule_info – Get Azure SQL Firewall Rule facts
community.azure.azure_rm_sqlserver_info – Get SQL Server facts
community.azure.azure_rm_storageaccount_info – Get storage account facts
community.azure.azure_rm_subnet_info – Get Azure Subnet facts
community.azure.azure_rm_trafficmanagerendpoint_info – Get Azure Traffic Manager endpoint facts
community.azure.azure_rm_trafficmanagerprofile_info – Get Azure Traffic Manager profile facts
community.azure.azure_rm_virtualmachine_info – Get virtual machine facts
community.azure.azure_rm_virtualmachineextension – Managed Azure Virtual Machine extension
community.azure.azure_rm_virtualmachineextension_info – Get Azure Virtual Machine Extension facts
community.azure.azure_rm_virtualmachineimage_info – Get virtual machine image facts
community.azure.azure_rm_virtualmachinescaleset – Manage Azure virtual machine scale sets
community.azure.azure_rm_virtualmachinescaleset_info – Get Virtual Machine Scale Set facts
community.azure.azure_rm_virtualmachinescalesetextension_info – Get Azure Virtual Machine Scale Set Extension facts
community.azure.azure_rm_virtualmachinescalesetinstance_info – Get Azure Virtual Machine Scale Set Instance facts
community.azure.azure_rm_virtualnetwork_info – Get virtual network facts
community.azure.azure_rm_virtualnetworkpeering_info – Get facts of Azure Virtual Network Peering
community.azure.azure_rm_webapp_info – Get Azure web app facts
community.crypto¶
community.crypto.acme_account – Create, modify or delete ACME accounts
community.crypto.acme_account_info – Retrieves information on ACME accounts
community.crypto.acme_certificate – Create SSL/TLS certificates with the ACME protocol
community.crypto.acme_certificate_revoke – Revoke certificates with the ACME protocol
community.crypto.acme_challenge_cert_helper – Prepare certificates required for ACME challenges such as
tls-alpn-01
community.crypto.acme_inspect – Send direct requests to an ACME server
community.crypto.certificate_complete_chain – Complete certificate chain given a set of untrusted and root certificates
community.crypto.ecs_certificate – Request SSL/TLS certificates with the Entrust Certificate Services (ECS) API
community.crypto.ecs_domain – Request validation of a domain with the Entrust Certificate Services (ECS) API
community.crypto.get_certificate – Get a certificate from a host:port
community.crypto.luks_device – Manage encrypted (LUKS) devices
community.crypto.openssh_cert – Generate OpenSSH host or user certificates.
community.crypto.openssh_keypair – Generate OpenSSH private and public keys
community.crypto.openssl_csr – Generate OpenSSL Certificate Signing Request (CSR)
community.crypto.openssl_csr_info – Provide information of OpenSSL Certificate Signing Requests (CSR)
community.crypto.openssl_csr_pipe – Generate OpenSSL Certificate Signing Request (CSR)
community.crypto.openssl_dhparam – Generate OpenSSL Diffie-Hellman Parameters
community.crypto.openssl_pkcs12 – Generate OpenSSL PKCS#12 archive
community.crypto.openssl_privatekey – Generate OpenSSL private keys
community.crypto.openssl_privatekey_info – Provide information for OpenSSL private keys
community.crypto.openssl_privatekey_pipe – Generate OpenSSL private keys without disk access
community.crypto.openssl_publickey – Generate an OpenSSL public key from its private key.
community.crypto.openssl_signature – Sign data with openssl
community.crypto.openssl_signature_info – Verify signatures with openssl
community.crypto.x509_certificate – Generate and/or check OpenSSL certificates
community.crypto.x509_certificate_info – Provide information of OpenSSL X.509 certificates
community.crypto.x509_certificate_pipe – Generate and/or check OpenSSL certificates
community.crypto.x509_crl – Generate Certificate Revocation Lists (CRLs)
community.crypto.x509_crl_info – Retrieve information on Certificate Revocation Lists (CRLs)
community.digitalocean¶
community.digitalocean.digital_ocean – Create/delete a droplet/SSH_key in DigitalOcean
community.digitalocean.digital_ocean_account_info – Gather information about DigitalOcean User account
community.digitalocean.digital_ocean_block_storage – Create/destroy or attach/detach Block Storage volumes in DigitalOcean
community.digitalocean.digital_ocean_certificate – Manage certificates in DigitalOcean
community.digitalocean.digital_ocean_certificate_info – Gather information about DigitalOcean certificates
community.digitalocean.digital_ocean_domain – Create/delete a DNS domain in DigitalOcean
community.digitalocean.digital_ocean_domain_info – Gather information about DigitalOcean Domains
community.digitalocean.digital_ocean_domain_record – Manage DigitalOcean domain records
community.digitalocean.digital_ocean_droplet – Create and delete a DigitalOcean droplet
community.digitalocean.digital_ocean_firewall – Manage cloud firewalls within DigitalOcean
community.digitalocean.digital_ocean_firewall_info – Gather information about DigitalOcean firewalls
community.digitalocean.digital_ocean_floating_ip – Manage DigitalOcean Floating IPs
community.digitalocean.digital_ocean_floating_ip_info – DigitalOcean Floating IPs information
community.digitalocean.digital_ocean_image_info – Gather information about DigitalOcean images
community.digitalocean.digital_ocean_load_balancer_info – Gather information about DigitalOcean load balancers
community.digitalocean.digital_ocean_region_info – Gather information about DigitalOcean regions
community.digitalocean.digital_ocean_size_info – Gather information about DigitalOcean Droplet sizes
community.digitalocean.digital_ocean_snapshot_info – Gather information about DigitalOcean Snapshot
community.digitalocean.digital_ocean_sshkey – Manage DigitalOcean SSH keys
community.digitalocean.digital_ocean_sshkey_facts – DigitalOcean SSH keys facts
community.digitalocean.digital_ocean_sshkey_info – Gather information about DigitalOcean SSH keys
community.digitalocean.digital_ocean_tag – Create and remove tag(s) to DigitalOcean resource.
community.digitalocean.digital_ocean_tag_info – Gather information about DigitalOcean tags
community.digitalocean.digital_ocean_volume_info – Gather information about DigitalOcean volumes
community.docker¶
community.docker.current_container_facts – Return facts about whether the module runs in a Docker container
community.docker.docker_compose – Manage multi-container Docker applications with Docker Compose.
community.docker.docker_config – Manage docker configs.
community.docker.docker_container – manage docker containers
community.docker.docker_container_exec – Execute command in a docker container
community.docker.docker_container_info – Retrieves facts about docker container
community.docker.docker_host_info – Retrieves facts about docker host and lists of objects of the services.
community.docker.docker_image – Manage docker images.
community.docker.docker_image_info – Inspect docker images
community.docker.docker_image_load – Load docker image(s) from archives
community.docker.docker_login – Log into a Docker registry.
community.docker.docker_network – Manage Docker networks
community.docker.docker_network_info – Retrieves facts about docker network
community.docker.docker_node – Manage Docker Swarm node
community.docker.docker_node_info – Retrieves facts about docker swarm node from Swarm Manager
community.docker.docker_plugin – Manage Docker plugins
community.docker.docker_prune – Allows to prune various docker objects
community.docker.docker_secret – Manage docker secrets.
community.docker.docker_stack – docker stack module
community.docker.docker_stack_info – Return information on a docker stack
community.docker.docker_stack_task_info – Return information of the tasks on a docker stack
community.docker.docker_swarm – Manage Swarm cluster
community.docker.docker_swarm_info – Retrieves facts about Docker Swarm cluster.
community.docker.docker_swarm_service – docker swarm service
community.docker.docker_swarm_service_info – Retrieves information about docker services from a Swarm Manager
community.docker.docker_volume – Manage Docker volumes
community.docker.docker_volume_info – Retrieve facts about Docker volumes
community.fortios¶
community.fortios.faz_device – Add or remove device
community.fortios.fmgr_device – Add or remove device from FortiManager.
community.fortios.fmgr_device_config – Edit device configurations
community.fortios.fmgr_device_group – Alter FortiManager device groups.
community.fortios.fmgr_device_provision_template – Manages Device Provisioning Templates in FortiManager.
community.fortios.fmgr_fwobj_address – Allows the management of firewall objects in FortiManager
community.fortios.fmgr_fwobj_ippool – Allows the editing of IP Pool Objects within FortiManager.
community.fortios.fmgr_fwobj_ippool6 – Allows the editing of IP Pool Objects within FortiManager.
community.fortios.fmgr_fwobj_service – Manages FortiManager Firewall Service Objects.
community.fortios.fmgr_fwobj_vip – Manages Virtual IPs objects in FortiManager
community.fortios.fmgr_fwpol_ipv4 – Allows the add/delete of Firewall Policies on Packages in FortiManager.
community.fortios.fmgr_fwpol_package – Manages FortiManager Firewall Policies Packages.
community.fortios.fmgr_ha – Manages the High-Availability State of FortiManager Clusters and Nodes.
community.fortios.fmgr_provisioning – Provision devices via FortiMananger
community.fortios.fmgr_query – Query FortiManager data objects for use in Ansible workflows.
community.fortios.fmgr_script – Add/Edit/Delete and execute scripts
community.fortios.fmgr_secprof_appctrl – Manage application control security profiles
community.fortios.fmgr_secprof_av – Manage security profile
community.fortios.fmgr_secprof_dns – Manage DNS security profiles in FortiManager
community.fortios.fmgr_secprof_ips – Managing IPS security profiles in FortiManager
community.fortios.fmgr_secprof_profile_group – Manage security profiles within FortiManager
community.fortios.fmgr_secprof_proxy – Manage proxy security profiles in FortiManager
community.fortios.fmgr_secprof_spam – spam filter profile for FMG
community.fortios.fmgr_secprof_ssl_ssh – Manage SSL and SSH security profiles in FortiManager
community.fortios.fmgr_secprof_voip – VOIP security profiles in FMG
community.fortios.fmgr_secprof_waf – FortiManager web application firewall security profile
community.fortios.fmgr_secprof_wanopt – WAN optimization
community.fortios.fmgr_secprof_web – Manage web filter security profiles in FortiManager
community.general¶
community.general.aerospike_migrations – Check or wait for migrations between nodes
community.general.airbrake_deployment – Notify airbrake about app deployments
community.general.aix_devices – Manages AIX devices
community.general.aix_filesystem – Configure LVM and NFS file systems for AIX
community.general.aix_inittab – Manages the inittab on AIX
community.general.aix_lvg – Manage LVM volume groups on AIX
community.general.aix_lvol – Configure AIX LVM logical volumes
community.general.ali_instance – Create, Start, Stop, Restart or Terminate an Instance in ECS. Add or Remove Instance to/from a Security Group.
community.general.ali_instance_info – Gather information on instances of Alibaba Cloud ECS.
community.general.alternatives – Manages alternative programs for common commands
community.general.apache2_mod_proxy – Set and/or get members’ attributes of an Apache httpd 2.4 mod_proxy balancer pool
community.general.apache2_module – Enables/disables a module of the Apache2 webserver.
community.general.apk – Manages apk packages
community.general.apt_repo – Manage APT repositories via apt-repo
community.general.apt_rpm – apt_rpm package manager
community.general.archive – Creates a compressed archive of one or more files or trees
community.general.atomic_container – Manage the containers on the atomic host platform
community.general.atomic_host – Manage the atomic host platform
community.general.atomic_image – Manage the container images on the atomic host platform
community.general.awall – Manage awall policies
community.general.beadm – Manage ZFS boot environments on FreeBSD/Solaris/illumos systems.
community.general.bearychat – Send BearyChat notifications
community.general.bigpanda – Notify BigPanda about deployments
community.general.bitbucket_access_key – Manages Bitbucket repository access keys
community.general.bitbucket_pipeline_key_pair – Manages Bitbucket pipeline SSH key pair
community.general.bitbucket_pipeline_known_host – Manages Bitbucket pipeline known hosts
community.general.bitbucket_pipeline_variable – Manages Bitbucket pipeline variables
community.general.bower – Manage bower packages with bower
community.general.bundler – Manage Ruby Gem dependencies with Bundler
community.general.bzr – Deploy software (or files) from bzr branches
community.general.campfire – Send a message to Campfire
community.general.capabilities – Manage Linux capabilities
community.general.catapult – Send a sms / mms using the catapult bandwidth api
community.general.circonus_annotation – create an annotation in circonus
community.general.cisco_webex – Send a message to a Cisco Webex Teams Room or Individual
community.general.clc_aa_policy – Create or Delete Anti Affinity Policies at CenturyLink Cloud.
community.general.clc_alert_policy – Create or Delete Alert Policies at CenturyLink Cloud.
community.general.clc_blueprint_package – deploys a blue print package on a set of servers in CenturyLink Cloud.
community.general.clc_firewall_policy – Create/delete/update firewall policies
community.general.clc_group – Create/delete Server Groups at Centurylink Cloud
community.general.clc_loadbalancer – Create, Delete shared loadbalancers in CenturyLink Cloud.
community.general.clc_modify_server – modify servers in CenturyLink Cloud.
community.general.clc_publicip – Add and Delete public ips on servers in CenturyLink Cloud.
community.general.clc_server – Create, Delete, Start and Stop servers in CenturyLink Cloud.
community.general.clc_server_snapshot – Create, Delete and Restore server snapshots in CenturyLink Cloud.
community.general.cloud_init_data_facts – Retrieve facts of cloud-init.
community.general.cloudflare_dns – Manage Cloudflare DNS records
community.general.cobbler_sync – Sync Cobbler
community.general.cobbler_system – Manage system objects in Cobbler
community.general.composer – Dependency Manager for PHP
community.general.consul – Add, modify & delete services within a consul cluster.
community.general.consul_acl – Manipulate Consul ACL keys and rules
community.general.consul_kv – Manipulate entries in the key/value store of a consul cluster
community.general.consul_session – Manipulate consul sessions
community.general.copr – Manage one of the Copr repositories
community.general.cpanm – Manages Perl library dependencies.
community.general.cronvar – Manage variables in crontabs
community.general.crypttab – Encrypted Linux block devices
community.general.datadog_downtime – Manages Datadog downtimes
community.general.datadog_event – Posts events to Datadog service
community.general.datadog_monitor – Manages Datadog monitors
community.general.dconf – Modify and read dconf database
community.general.deploy_helper – Manages some of the steps common in deploying projects.
community.general.dimensiondata_network – Create, update, and delete MCP 1.0 & 2.0 networks
community.general.dimensiondata_vlan – Manage a VLAN in a Cloud Control network domain.
community.general.django_manage – Manages a Django application.
community.general.dnsimple – Interface with dnsimple.com (a DNS hosting service)
community.general.dnsmadeeasy – Interface with dnsmadeeasy.com (a DNS hosting service).
community.general.dpkg_divert – Override a debian package’s version of a file
community.general.easy_install – Installs Python libraries
community.general.ejabberd_user – Manages users for ejabberd servers
community.general.elasticsearch_plugin – Manage Elasticsearch plugins
community.general.emc_vnx_sg_member – Manage storage group member on EMC VNX
community.general.etcd3 – Set or delete key value pairs from an etcd3 cluster
community.general.facter – Runs the discovery program facter on the remote system
community.general.filesystem – Makes a filesystem
community.general.flatpak – Manage flatpaks
community.general.flatpak_remote – Manage flatpak repository remotes
community.general.flowdock – Send a message to a flowdock
community.general.gandi_livedns – Manage Gandi LiveDNS records
community.general.gconftool2 – Edit GNOME Configurations
community.general.gem – Manage Ruby gems
community.general.git_config – Read and write git configuration
community.general.github_deploy_key – Manages deploy keys for GitHub repositories.
community.general.github_issue – View GitHub issue.
community.general.github_key – Manage GitHub access keys.
community.general.github_release – Interact with GitHub Releases
community.general.github_repo – Manage your repositories on Github
community.general.github_webhook – Manage GitHub webhooks
community.general.github_webhook_info – Query information about GitHub webhooks
community.general.gitlab_deploy_key – Manages GitLab project deploy keys.
community.general.gitlab_group – Creates/updates/deletes GitLab Groups
community.general.gitlab_group_members – Manage group members on GitLab Server
community.general.gitlab_group_variable – Creates, updates, or deletes GitLab groups variables
community.general.gitlab_hook – Manages GitLab project hooks.
community.general.gitlab_project – Creates/updates/deletes GitLab Projects
community.general.gitlab_project_members – Manage project members on GitLab Server
community.general.gitlab_project_variable – Creates/updates/deletes GitLab Projects Variables
community.general.gitlab_runner – Create, modify and delete GitLab Runners.
community.general.gitlab_user – Creates/updates/deletes/blocks/unblocks GitLab Users
community.general.gluster_heal_info – Gather information on self-heal or rebalance status
community.general.gluster_peer – Attach/Detach peers to/from the cluster
community.general.gluster_volume – Manage GlusterFS volumes
community.general.grove – Sends a notification to a grove.io channel
community.general.gunicorn – Run gunicorn with various settings.
community.general.haproxy – Enable, disable, and set weights for HAProxy backend servers using socket commands
community.general.helm – Manages Kubernetes packages with the Helm package manager
community.general.heroku_collaborator – Add or delete app collaborators on Heroku
community.general.hg – Manages Mercurial (hg) repositories
community.general.hipchat – Send a message to Hipchat.
community.general.homebrew – Package manager for Homebrew
community.general.homebrew_cask – Install and uninstall homebrew casks
community.general.homebrew_tap – Tap a Homebrew repository.
community.general.honeybadger_deployment – Notify Honeybadger.io about app deployments
community.general.hpilo_boot – Boot system using specific media through HP iLO interface
community.general.hpilo_info – Gather information through an HP iLO interface
community.general.hponcfg – Configure HP iLO interface using hponcfg
community.general.htpasswd – manage user files for basic authentication
community.general.hwc_ecs_instance – Creates a resource of Ecs/Instance in Huawei Cloud
community.general.hwc_evs_disk – Creates a resource of Evs/Disk in Huawei Cloud
community.general.hwc_network_vpc – Creates a Huawei Cloud VPC
community.general.hwc_smn_topic – Creates a resource of SMNTopic in Huaweicloud Cloud
community.general.hwc_vpc_eip – Creates a resource of Vpc/EIP in Huawei Cloud
community.general.hwc_vpc_peering_connect – Creates a resource of Vpc/PeeringConnect in Huawei Cloud
community.general.hwc_vpc_port – Creates a resource of Vpc/Port in Huawei Cloud
community.general.hwc_vpc_private_ip – Creates a resource of Vpc/PrivateIP in Huawei Cloud
community.general.hwc_vpc_route – Creates a resource of Vpc/Route in Huawei Cloud
community.general.hwc_vpc_security_group – Creates a resource of Vpc/SecurityGroup in Huawei Cloud
community.general.hwc_vpc_security_group_rule – Creates a resource of Vpc/SecurityGroupRule in Huawei Cloud
community.general.hwc_vpc_subnet – Creates a resource of Vpc/Subnet in Huawei Cloud
community.general.ibm_sa_domain – Manages domains on IBM Spectrum Accelerate Family storage systems
community.general.ibm_sa_host – Adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems.
community.general.ibm_sa_host_ports – Add host ports on IBM Spectrum Accelerate Family storage systems.
community.general.ibm_sa_pool – Handles pools on IBM Spectrum Accelerate Family storage systems.
community.general.ibm_sa_vol – Handle volumes on IBM Spectrum Accelerate Family storage systems.
community.general.ibm_sa_vol_map – Handles volume mapping on IBM Spectrum Accelerate Family storage systems.
community.general.icinga2_feature – Manage Icinga2 feature
community.general.icinga2_host – Manage a host in Icinga2
community.general.idrac_firmware – Firmware update from a repository on a network share (CIFS, NFS).
community.general.idrac_redfish_command – Manages Out-Of-Band controllers using iDRAC OEM Redfish APIs
community.general.idrac_redfish_config – Manages servers through iDRAC using Dell Redfish APIs
community.general.idrac_redfish_info – Gather PowerEdge server information through iDRAC using Redfish APIs
community.general.idrac_server_config_profile – Export or Import iDRAC Server Configuration Profile (SCP).
community.general.imc_rest – Manage Cisco IMC hardware through its REST API
community.general.imgadm – Manage SmartOS images
community.general.infinity – Manage Infinity IPAM using Rest API
community.general.influxdb_database – Manage InfluxDB databases
community.general.influxdb_query – Query data points from InfluxDB
community.general.influxdb_retention_policy – Manage InfluxDB retention policies
community.general.influxdb_user – Manage InfluxDB users
community.general.influxdb_write – Write data points into InfluxDB
community.general.ini_file – Tweak settings in INI files
community.general.installp – Manage packages on AIX
community.general.interfaces_file – Tweak settings in /etc/network/interfaces files
community.general.ip_netns – Manage network namespaces
community.general.ipa_config – Manage Global FreeIPA Configuration Settings
community.general.ipa_dnsrecord – Manage FreeIPA DNS records
community.general.ipa_dnszone – Manage FreeIPA DNS Zones
community.general.ipa_group – Manage FreeIPA group
community.general.ipa_hbacrule – Manage FreeIPA HBAC rule
community.general.ipa_host – Manage FreeIPA host
community.general.ipa_hostgroup – Manage FreeIPA host-group
community.general.ipa_otpconfig – Manage FreeIPA OTP Configuration Settings
community.general.ipa_otptoken – Manage FreeIPA OTPs
community.general.ipa_pwpolicy – Manage FreeIPA password policies
community.general.ipa_role – Manage FreeIPA role
community.general.ipa_service – Manage FreeIPA service
community.general.ipa_subca – Manage FreeIPA Lightweight Sub Certificate Authorities.
community.general.ipa_sudocmd – Manage FreeIPA sudo command
community.general.ipa_sudocmdgroup – Manage FreeIPA sudo command group
community.general.ipa_sudorule – Manage FreeIPA sudo rule
community.general.ipa_user – Manage FreeIPA users
community.general.ipa_vault – Manage FreeIPA vaults
community.general.ipify_facts – Retrieve the public IP of your internet gateway
community.general.ipinfoio_facts – Retrieve IP geolocation facts of a host’s IP address
community.general.ipmi_boot – Management of order of boot devices
community.general.ipmi_power – Power management for machine
community.general.iptables_state – Save iptables state into a file or restore it from a file
community.general.ipwcli_dns – Manage DNS Records for Ericsson IPWorks via ipwcli
community.general.irc – Send a message to an IRC channel or a nick
community.general.iso_create – Generate ISO file with specified files or folders
community.general.iso_extract – Extract files from an ISO image
community.general.jabber – Send a message to jabber user or chat room
community.general.java_cert – Uses keytool to import/remove key from java keystore (cacerts)
community.general.java_keystore – Create or delete a Java keystore in JKS format.
community.general.jboss – Deploy applications to JBoss
community.general.jenkins_build – Manage jenkins builds
community.general.jenkins_job – Manage jenkins jobs
community.general.jenkins_job_info – Get information about Jenkins jobs
community.general.jenkins_plugin – Add or remove Jenkins plugin
community.general.jenkins_script – Executes a groovy script in the jenkins instance
community.general.jira – create and modify issues in a JIRA instance
community.general.kernel_blacklist – Blacklist kernel modules
community.general.keycloak_client – Allows administration of Keycloak clients via Keycloak API
community.general.keycloak_clienttemplate – Allows administration of Keycloak client templates via Keycloak API
community.general.keycloak_group – Allows administration of Keycloak groups via Keycloak API
community.general.kibana_plugin – Manage Kibana plugins
community.general.launchd – Manage macOS services
community.general.layman – Manage Gentoo overlays
community.general.lbu – Local Backup Utility for Alpine Linux
community.general.ldap_attr – Add or remove LDAP attribute values
community.general.ldap_attrs – Add or remove multiple LDAP attribute values
community.general.ldap_entry – Add or remove LDAP entries.
community.general.ldap_passwd – Set passwords in LDAP.
community.general.ldap_search – Search for entries in a LDAP server
community.general.librato_annotation – create an annotation in librato
community.general.linode – Manage instances on the Linode Public Cloud
community.general.linode_v4 – Manage instances on the Linode cloud.
community.general.listen_ports_facts – Gather facts on processes listening on TCP and UDP ports.
community.general.lldp – get details reported by lldp
community.general.locale_gen – Creates or removes locales
community.general.logentries – Module for tracking logs via logentries.com
community.general.logentries_msg – Send a message to logentries.
community.general.logstash_plugin – Manage Logstash plugins
community.general.lvg – Configure LVM volume groups
community.general.lvol – Configure LVM logical volumes
community.general.lxc_container – Manage LXC Containers
community.general.lxca_cmms – Custom module for lxca cmms inventory utility
community.general.lxca_nodes – Custom module for lxca nodes inventory utility
community.general.lxd_container – Manage LXD Containers
community.general.lxd_profile – Manage LXD profiles
community.general.macports – Package manager for MacPorts
community.general.mail – Send an email
community.general.make – Run targets in a Makefile
community.general.manageiq_alert_profiles – Configuration of alert profiles for ManageIQ
community.general.manageiq_alerts – Configuration of alerts in ManageIQ
community.general.manageiq_group – Management of groups in ManageIQ.
community.general.manageiq_policies – Management of resource policy_profiles in ManageIQ.
community.general.manageiq_provider – Management of provider in ManageIQ.
community.general.manageiq_tags – Management of resource tags in ManageIQ.
community.general.manageiq_tenant – Management of tenants in ManageIQ.
community.general.manageiq_user – Management of users in ManageIQ.
community.general.mas – Manage Mac App Store applications with mas-cli
community.general.matrix – Send notifications to matrix
community.general.mattermost – Send Mattermost notifications
community.general.maven_artifact – Downloads an Artifact from a Maven Repository
community.general.memset_dns_reload – Request reload of Memset’s DNS infrastructure,
community.general.memset_memstore_info – Retrieve Memstore product usage information.
community.general.memset_server_info – Retrieve server information.
community.general.memset_zone – Creates and deletes Memset DNS zones.
community.general.memset_zone_domain – Create and delete domains in Memset DNS zones.
community.general.memset_zone_record – Create and delete records in Memset DNS zones.
community.general.mksysb – Generates AIX mksysb rootvg backups.
community.general.modprobe – Load or unload kernel modules
community.general.monit – Manage the state of a program monitored via Monit
community.general.mqtt – Publish a message on an MQTT topic for the IoT
community.general.mssql_db – Add or remove MSSQL databases from a remote host.
community.general.na_ontap_gather_facts – NetApp information gatherer
community.general.nagios – Perform common tasks in Nagios related to downtime and notifications.
community.general.netcup_dns – manage Netcup DNS records
community.general.newrelic_deployment – Notify newrelic about app deployments
community.general.nexmo – Send a SMS via nexmo
community.general.nginx_status_facts – Retrieve nginx status facts.
community.general.nginx_status_info – Retrieve information on nginx status.
community.general.nictagadm – Manage nic tags on SmartOS systems
community.general.nios_a_record – Configure Infoblox NIOS A records
community.general.nios_aaaa_record – Configure Infoblox NIOS AAAA records
community.general.nios_cname_record – Configure Infoblox NIOS CNAME records
community.general.nios_dns_view – Configure Infoblox NIOS DNS views
community.general.nios_fixed_address – Configure Infoblox NIOS DHCP Fixed Address
community.general.nios_host_record – Configure Infoblox NIOS host records
community.general.nios_member – Configure Infoblox NIOS members
community.general.nios_mx_record – Configure Infoblox NIOS MX records
community.general.nios_naptr_record – Configure Infoblox NIOS NAPTR records
community.general.nios_network – Configure Infoblox NIOS network object
community.general.nios_network_view – Configure Infoblox NIOS network views
community.general.nios_nsgroup – Configure InfoBlox DNS Nameserver Groups
community.general.nios_ptr_record – Configure Infoblox NIOS PTR records
community.general.nios_srv_record – Configure Infoblox NIOS SRV records
community.general.nios_txt_record – Configure Infoblox NIOS txt records
community.general.nios_zone – Configure Infoblox NIOS DNS zones
community.general.nmcli – Manage Networking
community.general.nomad_job – Launch a Nomad Job
community.general.nomad_job_info – Get Nomad Jobs info
community.general.nosh – Manage services with nosh
community.general.npm – Manage node.js packages with npm
community.general.nsupdate – Manage DNS records.
community.general.oci_vcn – Manage Virtual Cloud Networks(VCN) in OCI
community.general.odbc – Execute SQL via ODBC
community.general.office_365_connector_card – Use webhooks to create Connector Card messages within an Office 365 group
community.general.ohai – Returns inventory data from Ohai
community.general.omapi_host – Setup OMAPI hosts.
community.general.ome_device_info – Retrieves the information about Device.
community.general.one_host – Manages OpenNebula Hosts
community.general.one_image – Manages OpenNebula images
community.general.one_image_info – Gather information on OpenNebula images
community.general.one_service – Deploy and manage OpenNebula services
community.general.one_template – Manages OpenNebula templates
community.general.one_vm – Creates or terminates OpenNebula instances
community.general.oneandone_firewall_policy – Configure 1&1 firewall policy.
community.general.oneandone_load_balancer – Configure 1&1 load balancer.
community.general.oneandone_monitoring_policy – Configure 1&1 monitoring policy.
community.general.oneandone_private_network – Configure 1&1 private networking.
community.general.oneandone_public_ip – Configure 1&1 public IPs.
community.general.oneandone_server – Create, destroy, start, stop, and reboot a 1&1 Host server.
community.general.onepassword_info – Gather items from 1Password
community.general.oneview_datacenter_info – Retrieve information about the OneView Data Centers
community.general.oneview_enclosure_info – Retrieve information about one or more Enclosures
community.general.oneview_ethernet_network – Manage OneView Ethernet Network resources
community.general.oneview_ethernet_network_info – Retrieve the information about one or more of the OneView Ethernet Networks
community.general.oneview_fc_network – Manage OneView Fibre Channel Network resources.
community.general.oneview_fc_network_info – Retrieve the information about one or more of the OneView Fibre Channel Networks
community.general.oneview_fcoe_network – Manage OneView FCoE Network resources
community.general.oneview_fcoe_network_info – Retrieve the information about one or more of the OneView FCoE Networks
community.general.oneview_logical_interconnect_group – Manage OneView Logical Interconnect Group resources
community.general.oneview_logical_interconnect_group_info – Retrieve information about one or more of the OneView Logical Interconnect Groups
community.general.oneview_network_set – Manage HPE OneView Network Set resources
community.general.oneview_network_set_info – Retrieve information about the OneView Network Sets
community.general.oneview_san_manager – Manage OneView SAN Manager resources
community.general.oneview_san_manager_info – Retrieve information about one or more of the OneView SAN Managers
community.general.online_server_facts – Gather facts about Online servers.
community.general.online_server_info – Gather information about Online servers.
community.general.online_user_facts – Gather facts about Online user.
community.general.online_user_info – Gather information about Online user.
community.general.open_iscsi – Manage iSCSI targets with Open-iSCSI
community.general.openbsd_pkg – Manage packages on OpenBSD
community.general.opendj_backendprop – Will update the backend configuration of OpenDJ via the dsconfig set-backend-prop command.
community.general.openwrt_init – Manage services on OpenWrt.
community.general.opkg – Package manager for OpenWrt
community.general.osx_defaults – Manage macOS user defaults
community.general.ovh_ip_failover – Manage OVH IP failover address
community.general.ovh_ip_loadbalancing_backend – Manage OVH IP LoadBalancing backends
community.general.ovh_monthly_billing – Manage OVH monthly billing
community.general.ovirt – oVirt/RHEV platform management
community.general.ovirt_affinity_label_facts – Retrieve information about one or more oVirt/RHV affinity labels
community.general.ovirt_api_facts – Retrieve information about the oVirt/RHV API
community.general.ovirt_cluster_facts – Retrieve information about one or more oVirt/RHV clusters
community.general.ovirt_datacenter_facts – Retrieve information about one or more oVirt/RHV datacenters
community.general.ovirt_disk_facts – Retrieve information about one or more oVirt/RHV disks
community.general.ovirt_event_facts – This module can be used to retrieve information about one or more oVirt/RHV events
community.general.ovirt_external_provider_facts – Retrieve information about one or more oVirt/RHV external providers
community.general.ovirt_group_facts – Retrieve information about one or more oVirt/RHV groups
community.general.ovirt_host_facts – Retrieve information about one or more oVirt/RHV hosts
community.general.ovirt_host_storage_facts – Retrieve information about one or more oVirt/RHV HostStorages (applicable only for block storage)
community.general.ovirt_network_facts – Retrieve information about one or more oVirt/RHV networks
community.general.ovirt_nic_facts – Retrieve information about one or more oVirt/RHV virtual machine network interfaces
community.general.ovirt_permission_facts – Retrieve information about one or more oVirt/RHV permissions
community.general.ovirt_quota_facts – Retrieve information about one or more oVirt/RHV quotas
community.general.ovirt_scheduling_policy_facts – Retrieve information about one or more oVirt scheduling policies
community.general.ovirt_snapshot_facts – Retrieve information about one or more oVirt/RHV virtual machine snapshots
community.general.ovirt_storage_domain_facts – Retrieve information about one or more oVirt/RHV storage domains
community.general.ovirt_storage_template_facts – Retrieve information about one or more oVirt/RHV templates relate to a storage domain.
community.general.ovirt_storage_vm_facts – Retrieve information about one or more oVirt/RHV virtual machines relate to a storage domain.
community.general.ovirt_tag_facts – Retrieve information about one or more oVirt/RHV tags
community.general.ovirt_template_facts – Retrieve information about one or more oVirt/RHV templates
community.general.ovirt_user_facts – Retrieve information about one or more oVirt/RHV users
community.general.ovirt_vm_facts – Retrieve information about one or more oVirt/RHV virtual machines
community.general.ovirt_vmpool_facts – Retrieve information about one or more oVirt/RHV vmpools
community.general.pacemaker_cluster – Manage pacemaker clusters
community.general.packet_device – Manage a bare metal server in the Packet Host.
community.general.packet_ip_subnet – Assign IP subnet to a bare metal server.
community.general.packet_project – Create/delete a project in Packet host.
community.general.packet_sshkey – Create/delete an SSH key in Packet host.
community.general.packet_volume – Create/delete a volume in Packet host.
community.general.packet_volume_attachment – Attach/detach a volume to a device in the Packet host.
community.general.pacman – Manage packages with pacman
community.general.pagerduty – Create PagerDuty maintenance windows
community.general.pagerduty_alert – Trigger, acknowledge or resolve PagerDuty incidents
community.general.pagerduty_change – Track a code or infrastructure change as a PagerDuty change event
community.general.pagerduty_user – Manage a user account on PagerDuty
community.general.pam_limits – Modify Linux PAM limits
community.general.pamd – Manage PAM Modules
community.general.parted – Configure block device partitions
community.general.pear – Manage pear/pecl packages
community.general.pids – Retrieves process IDs list if the process is running otherwise return empty list
community.general.pingdom – Pause/unpause Pingdom alerts
community.general.pip_package_info – pip package information
community.general.pkg5 – Manages packages with the Solaris 11 Image Packaging System
community.general.pkg5_publisher – Manages Solaris 11 Image Packaging System publishers
community.general.pkgin – Package manager for SmartOS, NetBSD, et al.
community.general.pkgng – Package manager for FreeBSD >= 9.0
community.general.pkgutil – OpenCSW package management on Solaris
community.general.portage – Package manager for Gentoo
community.general.portinstall – Installing packages from FreeBSD’s ports system
community.general.pritunl_org – Manages Pritunl Organizations using the Pritunl API
community.general.pritunl_org_info – List Pritunl Organizations using the Pritunl API
community.general.pritunl_user – Manage Pritunl Users using the Pritunl API
community.general.pritunl_user_info – List Pritunl Users using the Pritunl API
community.general.profitbricks – Create, destroy, start, stop, and reboot a ProfitBricks virtual machine.
community.general.profitbricks_datacenter – Create or destroy a ProfitBricks Virtual Datacenter.
community.general.profitbricks_nic – Create or Remove a NIC.
community.general.profitbricks_volume – Create or destroy a volume.
community.general.profitbricks_volume_attachments – Attach or detach a volume.
community.general.proxmox – management of instances in Proxmox VE cluster
community.general.proxmox_domain_info – Retrieve information about one or more Proxmox VE domains
community.general.proxmox_group_info – Retrieve information about one or more Proxmox VE groups
community.general.proxmox_kvm – Management of Qemu(KVM) Virtual Machines in Proxmox VE cluster.
community.general.proxmox_snap – Snapshot management of instances in Proxmox VE cluster
community.general.proxmox_storage_info – Retrieve information about one or more Proxmox VE storages
community.general.proxmox_template – management of OS templates in Proxmox VE cluster
community.general.proxmox_user_info – Retrieve information about one or more Proxmox VE users
community.general.pubnub_blocks – PubNub blocks management module.
community.general.pulp_repo – Add or remove Pulp repos from a remote host.
community.general.puppet – Runs puppet
community.general.purefa_facts – Collect facts from Pure Storage FlashArray
community.general.purefb_facts – Collect facts from Pure Storage FlashBlade
community.general.pushbullet – Sends notifications to Pushbullet
community.general.pushover – Send notifications via https://pushover.net
community.general.python_requirements_info – Show python path and assert dependency versions
community.general.rax – create / delete an instance in Rackspace Public Cloud
community.general.rax_cbs – Manipulate Rackspace Cloud Block Storage Volumes
community.general.rax_cbs_attachments – Manipulate Rackspace Cloud Block Storage Volume Attachments
community.general.rax_cdb – create/delete or resize a Rackspace Cloud Databases instance
community.general.rax_cdb_database – create / delete a database in the Cloud Databases
community.general.rax_cdb_user – create / delete a Rackspace Cloud Database
community.general.rax_clb – create / delete a load balancer in Rackspace Public Cloud
community.general.rax_clb_nodes – add, modify and remove nodes from a Rackspace Cloud Load Balancer
community.general.rax_clb_ssl – Manage SSL termination for a Rackspace Cloud Load Balancer.
community.general.rax_dns – Manage domains on Rackspace Cloud DNS
community.general.rax_dns_record – Manage DNS records on Rackspace Cloud DNS
community.general.rax_facts – Gather facts for Rackspace Cloud Servers
community.general.rax_files – Manipulate Rackspace Cloud Files Containers
community.general.rax_files_objects – Upload, download, and delete objects in Rackspace Cloud Files
community.general.rax_identity – Load Rackspace Cloud Identity
community.general.rax_keypair – Create a keypair for use with Rackspace Cloud Servers
community.general.rax_meta – Manipulate metadata for Rackspace Cloud Servers
community.general.rax_mon_alarm – Create or delete a Rackspace Cloud Monitoring alarm.
community.general.rax_mon_check – Create or delete a Rackspace Cloud Monitoring check for an existing entity.
community.general.rax_mon_entity – Create or delete a Rackspace Cloud Monitoring entity
community.general.rax_mon_notification – Create or delete a Rackspace Cloud Monitoring notification.
community.general.rax_mon_notification_plan – Create or delete a Rackspace Cloud Monitoring notification plan.
community.general.rax_network – create / delete an isolated network in Rackspace Public Cloud
community.general.rax_queue – create / delete a queue in Rackspace Public Cloud
community.general.rax_scaling_group – Manipulate Rackspace Cloud Autoscale Groups
community.general.rax_scaling_policy – Manipulate Rackspace Cloud Autoscale Scaling Policy
community.general.read_csv – Read a CSV file
community.general.redfish_command – Manages Out-Of-Band controllers using Redfish APIs
community.general.redfish_config – Manages Out-Of-Band controllers using Redfish APIs
community.general.redfish_info – Manages Out-Of-Band controllers using Redfish APIs
community.general.redhat_subscription – Manage registration and subscriptions to RHSM using the
subscription-manager
commandcommunity.general.redis – Various redis commands, slave and flush
community.general.redis_info – Gather information about Redis servers
community.general.rhevm – RHEV/oVirt automation
community.general.rhn_channel – Adds or removes Red Hat software channels
community.general.rhn_register – Manage Red Hat Network registration using the
rhnreg_ks
commandcommunity.general.rhsm_release – Set or Unset RHSM Release version
community.general.rhsm_repository – Manage RHSM repositories using the subscription-manager command
community.general.riak – This module handles some common Riak operations
community.general.rocketchat – Send notifications to Rocket Chat
community.general.rollbar_deployment – Notify Rollbar about app deployments
community.general.rpm_ostree_pkg – Install or uninstall overlay additional packages
community.general.rundeck_acl_policy – Manage Rundeck ACL policies.
community.general.rundeck_project – Manage Rundeck projects.
community.general.runit – Manage runit services
community.general.say – Makes a computer to speak.
community.general.scaleway_compute – Scaleway compute management module
community.general.scaleway_database_backup – Scaleway database backups management module
community.general.scaleway_image_facts – Gather facts about the Scaleway images available.
community.general.scaleway_image_info – Gather information about the Scaleway images available.
community.general.scaleway_ip – Scaleway IP management module
community.general.scaleway_ip_facts – Gather facts about the Scaleway ips available.
community.general.scaleway_ip_info – Gather information about the Scaleway ips available.
community.general.scaleway_lb – Scaleway load-balancer management module
community.general.scaleway_organization_facts – Gather facts about the Scaleway organizations available.
community.general.scaleway_organization_info – Gather information about the Scaleway organizations available.
community.general.scaleway_security_group – Scaleway Security Group management module
community.general.scaleway_security_group_facts – Gather facts about the Scaleway security groups available.
community.general.scaleway_security_group_info – Gather information about the Scaleway security groups available.
community.general.scaleway_security_group_rule – Scaleway Security Group Rule management module
community.general.scaleway_server_facts – Gather facts about the Scaleway servers available.
community.general.scaleway_server_info – Gather information about the Scaleway servers available.
community.general.scaleway_snapshot_facts – Gather facts about the Scaleway snapshots available.
community.general.scaleway_snapshot_info – Gather information about the Scaleway snapshots available.
community.general.scaleway_sshkey – Scaleway SSH keys management module
community.general.scaleway_user_data – Scaleway user_data management module
community.general.scaleway_volume – Scaleway volumes management module
community.general.scaleway_volume_facts – Gather facts about the Scaleway volumes available.
community.general.scaleway_volume_info – Gather information about the Scaleway volumes available.
community.general.sefcontext – Manages SELinux file context mapping definitions
community.general.selinux_permissive – Change permissive domain in SELinux policy
community.general.selogin – Manages linux user to SELinux user mapping
community.general.sendgrid – Sends an email with the SendGrid API
community.general.sensu_check – Manage Sensu checks
community.general.sensu_client – Manages Sensu client configuration
community.general.sensu_handler – Manages Sensu handler configuration
community.general.sensu_silence – Manage Sensu silence entries
community.general.sensu_subscription – Manage Sensu subscriptions
community.general.seport – Manages SELinux network port type definitions
community.general.serverless – Manages a Serverless Framework project
community.general.shutdown – Shut down a machine
community.general.sl_vm – create or cancel a virtual instance in SoftLayer
community.general.slack – Send Slack notifications
community.general.slackpkg – Package manager for Slackware >= 12.2
community.general.smartos_image_info – Get SmartOS image details.
community.general.snap – Manages snaps
community.general.snmp_facts – Retrieve facts for a device using SNMP
community.general.solaris_zone – Manage Solaris zones
community.general.sorcery – Package manager for Source Mage GNU/Linux
community.general.spectrum_device – Creates/deletes devices in CA Spectrum.
community.general.spectrum_model_attrs – Enforce a model’s attributes in CA Spectrum.
community.general.spotinst_aws_elastigroup – Create, update or delete Spotinst AWS Elastigroups
community.general.ss_3par_cpg – Manage HPE StoreServ 3PAR CPG
community.general.ssh_config – Manage SSH config for user
community.general.stackdriver – Send code deploy and annotation events to stackdriver
community.general.stacki_host – Add or remove host to stacki front-end
community.general.statsd – Send metrics to StatsD
community.general.statusio_maintenance – Create maintenance windows for your status.io dashboard
community.general.supervisorctl – Manage the state of a program or group of programs running via supervisord
community.general.svc – Manage daemontools services
community.general.svr4pkg – Manage Solaris SVR4 packages
community.general.swdepot – Manage packages with swdepot package manager (HP-UX)
community.general.swupd – Manages updates and bundles in ClearLinux systems.
community.general.syslogger – Log messages in the syslog
community.general.syspatch – Manage OpenBSD system patches
community.general.sysrc – Manage FreeBSD using sysrc
community.general.sysupgrade – Manage OpenBSD system upgrades
community.general.taiga_issue – Creates/deletes an issue in a Taiga Project Management Platform
community.general.telegram – module for sending notifications via telegram
community.general.terraform – Manages a Terraform deployment (and plans)
community.general.timezone – Configure timezone setting
community.general.twilio – Sends a text message to a mobile phone through Twilio.
community.general.typetalk – Send a message to typetalk
community.general.udm_dns_record – Manage dns entries on a univention corporate server
community.general.udm_dns_zone – Manage dns zones on a univention corporate server
community.general.udm_group – Manage of the posix group
community.general.udm_share – Manage samba shares on a univention corporate server
community.general.udm_user – Manage posix users on a univention corporate server
community.general.ufw – Manage firewall with UFW
community.general.uptimerobot – Pause and start Uptime Robot monitoring
community.general.urpmi – Urpmi manager
community.general.utm_aaa_group – Create, update or destroy an aaa group object in Sophos UTM.
community.general.utm_aaa_group_info – get info for reverse_proxy frontend entry in Sophos UTM
community.general.utm_ca_host_key_cert – create, update or destroy ca host_key_cert entry in Sophos UTM
community.general.utm_ca_host_key_cert_info – Get info for a ca host_key_cert entry in Sophos UTM
community.general.utm_dns_host – create, update or destroy dns entry in Sophos UTM
community.general.utm_network_interface_address – Create, update or destroy network/interface_address object
community.general.utm_network_interface_address_info – Get info for a network/interface_address object
community.general.utm_proxy_auth_profile – create, update or destroy reverse_proxy auth_profile entry in Sophos UTM
community.general.utm_proxy_exception – Create, update or destroy reverse_proxy exception entry in Sophos UTM
community.general.utm_proxy_frontend – create, update or destroy reverse_proxy frontend entry in Sophos UTM
community.general.utm_proxy_frontend_info – create, update or destroy reverse_proxy frontend entry in Sophos UTM
community.general.utm_proxy_location – create, update or destroy reverse_proxy location entry in Sophos UTM
community.general.utm_proxy_location_info – create, update or destroy reverse_proxy location entry in Sophos UTM
community.general.vdo – Module to control VDO
community.general.vertica_configuration – Updates Vertica configuration parameters.
community.general.vertica_info – Gathers Vertica database facts.
community.general.vertica_role – Adds or removes Vertica database roles and assigns roles to them.
community.general.vertica_schema – Adds or removes Vertica database schema and roles.
community.general.vertica_user – Adds or removes Vertica database users and assigns roles.
community.general.vexata_eg – Manage export groups on Vexata VX100 storage arrays
community.general.vexata_volume – Manage volumes on Vexata VX100 storage arrays
community.general.vmadm – Manage SmartOS virtual machines and zones.
community.general.wakeonlan – Send a magic Wake-on-LAN (WoL) broadcast packet
community.general.webfaction_app – Add or remove applications on a Webfaction host
community.general.webfaction_db – Add or remove a database on Webfaction
community.general.webfaction_domain – Add or remove domains and subdomains on Webfaction
community.general.webfaction_mailbox – Add or remove mailboxes on Webfaction
community.general.webfaction_site – Add or remove a website on a Webfaction host
community.general.xattr – Manage user defined extended attributes
community.general.xbps – Manage packages with XBPS
community.general.xcc_redfish_command – Manages Lenovo Out-Of-Band controllers using Redfish APIs
community.general.xenserver_facts – get facts reported on xenserver
community.general.xenserver_guest – Manages virtual machines running on Citrix Hypervisor/XenServer host or pool
community.general.xenserver_guest_info – Gathers information for virtual machines running on Citrix Hypervisor/XenServer host or pool
community.general.xenserver_guest_powerstate – Manages power states of virtual machines running on Citrix Hypervisor/XenServer host or pool
community.general.xfconf – Edit XFCE4 Configurations
community.general.xfs_quota – Manage quotas on XFS filesystems
community.general.xml – Manage bits and pieces of XML files or strings
community.general.yarn – Manage node.js packages with Yarn
community.general.yum_versionlock – Locks / unlocks a installed package(s) from being updated by yum package manager
community.general.zfs – Manage zfs
community.general.zfs_delegate_admin – Manage ZFS delegated administration (user admin privileges)
community.general.zfs_facts – Gather facts about ZFS datasets.
community.general.znode – Create, delete, retrieve, and update znodes using ZooKeeper
community.general.zpool_facts – Gather facts about ZFS pools.
community.general.zypper – Manage packages on SUSE and openSUSE
community.general.zypper_repository – Add and remove Zypper repositories
community.google¶
community.google.gc_storage – This module manages objects/buckets in Google Cloud Storage.
community.google.gce_eip – Create or Destroy Global or Regional External IP addresses.
community.google.gce_img – utilize GCE image resources
community.google.gce_instance_template – create or destroy instance templates of Compute Engine of GCP.
community.google.gce_labels – Create, Update or Destroy GCE Labels.
community.google.gce_lb – create/destroy GCE load-balancer resources
community.google.gce_mig – Create, Update or Destroy a Managed Instance Group (MIG).
community.google.gce_net – create/destroy GCE networks and firewall rules
community.google.gce_pd – utilize GCE persistent disk resources
community.google.gce_snapshot – Create or destroy snapshots for GCE storage volumes
community.google.gce_tag – add or remove tag(s) to/from GCE instances
community.google.gcpubsub – Create and Delete Topics/Subscriptions, Publish and pull messages on PubSub
community.google.gcpubsub_info – List Topics/Subscriptions and Messages from Google PubSub.
community.grafana¶
community.grafana.grafana_dashboard – Manage Grafana dashboards
community.grafana.grafana_datasource – Manage Grafana datasources
community.grafana.grafana_folder – Manage Grafana Folders
community.grafana.grafana_notification_channel – Manage Grafana Notification Channels
community.grafana.grafana_plugin – Manage Grafana plugins via grafana-cli
community.grafana.grafana_team – Manage Grafana Teams
community.grafana.grafana_user – Manage Grafana User
community.hrobot¶
community.hrobot.failover_ip – Manage Hetzner’s failover IPs
community.hrobot.failover_ip_info – Retrieve information on Hetzner’s failover IPs
community.hrobot.firewall – Manage Hetzner’s dedicated server firewall
community.hrobot.firewall_info – Manage Hetzner’s dedicated server firewall
community.kubernetes¶
community.kubernetes.helm – Manages Kubernetes packages with the Helm package manager
community.kubernetes.helm_info – Get information from Helm package deployed inside the cluster
community.kubernetes.helm_plugin – Manage Helm plugins
community.kubernetes.helm_plugin_info – Gather information about Helm plugins
community.kubernetes.helm_repository – Manage Helm repositories.
community.kubernetes.helm_template – Render chart templates
community.kubernetes.k8s – Manage Kubernetes (K8s) objects
community.kubernetes.k8s_auth – Authenticate to Kubernetes clusters which require an explicit login step
community.kubernetes.k8s_cluster_info – Describe Kubernetes (K8s) cluster, APIs available and their respective versions
community.kubernetes.k8s_exec – Execute command in Pod
community.kubernetes.k8s_info – Describe Kubernetes (K8s) objects
community.kubernetes.k8s_log – Fetch logs from Kubernetes resources
community.kubernetes.k8s_rollback – Rollback Kubernetes (K8S) Deployments and DaemonSets
community.kubernetes.k8s_scale – Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job.
community.kubernetes.k8s_service – Manage Services on Kubernetes
community.kubevirt¶
community.kubevirt.kubevirt_cdi_upload – Upload local VM images to CDI Upload Proxy.
community.kubevirt.kubevirt_preset – Manage KubeVirt virtual machine presets
community.kubevirt.kubevirt_pvc – Manage PVCs on Kubernetes
community.kubevirt.kubevirt_rs – Manage KubeVirt virtual machine replica sets
community.kubevirt.kubevirt_template – Manage KubeVirt templates
community.kubevirt.kubevirt_vm – Manage KubeVirt virtual machine
community.libvirt¶
community.libvirt.virt – Manages virtual machines supported by libvirt
community.libvirt.virt_net – Manage libvirt network configuration
community.libvirt.virt_pool – Manage libvirt storage pools
community.mongodb¶
community.mongodb.mongodb_balancer – Manages the MongoDB Sharded Cluster Balancer.
community.mongodb.mongodb_index – Creates or drops indexes on MongoDB collections.
community.mongodb.mongodb_info – Gather information about MongoDB instance.
community.mongodb.mongodb_maintenance – Enables or disables maintenance mode for a secondary member.
community.mongodb.mongodb_oplog – Resizes the MongoDB oplog.
community.mongodb.mongodb_parameter – Change an administrative parameter on a MongoDB server
community.mongodb.mongodb_replicaset – Initialises a MongoDB replicaset.
community.mongodb.mongodb_shard – Add or remove shards from a MongoDB Cluster
community.mongodb.mongodb_shell – Run commands via the MongoDB shell.
community.mongodb.mongodb_shutdown – Cleans up all database resources and then terminates the mongod/mongos process.
community.mongodb.mongodb_status – Validates the status of the cluster.
community.mongodb.mongodb_stepdown – Step down the MongoDB node from a PRIMARY state.
community.mongodb.mongodb_user – Adds or removes a user from a MongoDB database
community.mysql¶
community.mysql.mysql_db – Add or remove MySQL databases from a remote host
community.mysql.mysql_info – Gather information about MySQL servers
community.mysql.mysql_query – Run MySQL queries
community.mysql.mysql_replication – Manage MySQL replication
community.mysql.mysql_user – Adds or removes a user from a MySQL database
community.mysql.mysql_variables – Manage MySQL global variables
community.network¶
community.network.a10_server – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices’ server object.
community.network.a10_server_axapi3 – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices
community.network.a10_service_group – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices’ service groups.
community.network.a10_virtual_server – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices’ virtual servers.
community.network.aireos_command – Run commands on remote devices running Cisco WLC
community.network.aireos_config – Manage Cisco WLC configurations
community.network.apconos_command – Run arbitrary commands on APCON devices
community.network.aruba_command – Run commands on remote devices running Aruba Mobility Controller
community.network.aruba_config – Manage Aruba configuration sections
community.network.avi_actiongroupconfig – Module for setup of ActionGroupConfig Avi RESTful Object
community.network.avi_alertconfig – Module for setup of AlertConfig Avi RESTful Object
community.network.avi_alertemailconfig – Module for setup of AlertEmailConfig Avi RESTful Object
community.network.avi_alertscriptconfig – Module for setup of AlertScriptConfig Avi RESTful Object
community.network.avi_alertsyslogconfig – Module for setup of AlertSyslogConfig Avi RESTful Object
community.network.avi_analyticsprofile – Module for setup of AnalyticsProfile Avi RESTful Object
community.network.avi_api_session – Avi API Module
community.network.avi_api_version – Avi API Version Module
community.network.avi_applicationpersistenceprofile – Module for setup of ApplicationPersistenceProfile Avi RESTful Object
community.network.avi_applicationprofile – Module for setup of ApplicationProfile Avi RESTful Object
community.network.avi_authprofile – Module for setup of AuthProfile Avi RESTful Object
community.network.avi_autoscalelaunchconfig – Module for setup of AutoScaleLaunchConfig Avi RESTful Object
community.network.avi_backup – Module for setup of Backup Avi RESTful Object
community.network.avi_backupconfiguration – Module for setup of BackupConfiguration Avi RESTful Object
community.network.avi_certificatemanagementprofile – Module for setup of CertificateManagementProfile Avi RESTful Object
community.network.avi_cloud – Module for setup of Cloud Avi RESTful Object
community.network.avi_cloudconnectoruser – Module for setup of CloudConnectorUser Avi RESTful Object
community.network.avi_cloudproperties – Module for setup of CloudProperties Avi RESTful Object
community.network.avi_cluster – Module for setup of Cluster Avi RESTful Object
community.network.avi_clusterclouddetails – Module for setup of ClusterCloudDetails Avi RESTful Object
community.network.avi_controllerproperties – Module for setup of ControllerProperties Avi RESTful Object
community.network.avi_customipamdnsprofile – Module for setup of CustomIpamDnsProfile Avi RESTful Object
community.network.avi_dnspolicy – Module for setup of DnsPolicy Avi RESTful Object
community.network.avi_errorpagebody – Module for setup of ErrorPageBody Avi RESTful Object
community.network.avi_errorpageprofile – Module for setup of ErrorPageProfile Avi RESTful Object
community.network.avi_gslb – Module for setup of Gslb Avi RESTful Object
community.network.avi_gslbgeodbprofile – Module for setup of GslbGeoDbProfile Avi RESTful Object
community.network.avi_gslbservice – Module for setup of GslbService Avi RESTful Object
community.network.avi_gslbservice_patch_member – Avi API Module
community.network.avi_hardwaresecuritymodulegroup – Module for setup of HardwareSecurityModuleGroup Avi RESTful Object
community.network.avi_healthmonitor – Module for setup of HealthMonitor Avi RESTful Object
community.network.avi_httppolicyset – Module for setup of HTTPPolicySet Avi RESTful Object
community.network.avi_ipaddrgroup – Module for setup of IpAddrGroup Avi RESTful Object
community.network.avi_ipamdnsproviderprofile – Module for setup of IpamDnsProviderProfile Avi RESTful Object
community.network.avi_l4policyset – Module for setup of L4PolicySet Avi RESTful Object
community.network.avi_microservicegroup – Module for setup of MicroServiceGroup Avi RESTful Object
community.network.avi_network – Module for setup of Network Avi RESTful Object
community.network.avi_networkprofile – Module for setup of NetworkProfile Avi RESTful Object
community.network.avi_networksecuritypolicy – Module for setup of NetworkSecurityPolicy Avi RESTful Object
community.network.avi_pkiprofile – Module for setup of PKIProfile Avi RESTful Object
community.network.avi_pool – Module for setup of Pool Avi RESTful Object
community.network.avi_poolgroup – Module for setup of PoolGroup Avi RESTful Object
community.network.avi_poolgroupdeploymentpolicy – Module for setup of PoolGroupDeploymentPolicy Avi RESTful Object
community.network.avi_prioritylabels – Module for setup of PriorityLabels Avi RESTful Object
community.network.avi_role – Module for setup of Role Avi RESTful Object
community.network.avi_scheduler – Module for setup of Scheduler Avi RESTful Object
community.network.avi_seproperties – Module for setup of SeProperties Avi RESTful Object
community.network.avi_serverautoscalepolicy – Module for setup of ServerAutoScalePolicy Avi RESTful Object
community.network.avi_serviceengine – Module for setup of ServiceEngine Avi RESTful Object
community.network.avi_serviceenginegroup – Module for setup of ServiceEngineGroup Avi RESTful Object
community.network.avi_snmptrapprofile – Module for setup of SnmpTrapProfile Avi RESTful Object
community.network.avi_sslkeyandcertificate – Module for setup of SSLKeyAndCertificate Avi RESTful Object
community.network.avi_sslprofile – Module for setup of SSLProfile Avi RESTful Object
community.network.avi_stringgroup – Module for setup of StringGroup Avi RESTful Object
community.network.avi_systemconfiguration – Module for setup of SystemConfiguration Avi RESTful Object
community.network.avi_tenant – Module for setup of Tenant Avi RESTful Object
community.network.avi_trafficcloneprofile – Module for setup of TrafficCloneProfile Avi RESTful Object
community.network.avi_user – Avi User Module
community.network.avi_useraccount – Avi UserAccount Module
community.network.avi_useraccountprofile – Module for setup of UserAccountProfile Avi RESTful Object
community.network.avi_virtualservice – Module for setup of VirtualService Avi RESTful Object
community.network.avi_vrfcontext – Module for setup of VrfContext Avi RESTful Object
community.network.avi_vsdatascriptset – Module for setup of VSDataScriptSet Avi RESTful Object
community.network.avi_vsvip – Module for setup of VsVip Avi RESTful Object
community.network.avi_webhook – Module for setup of Webhook Avi RESTful Object
community.network.bcf_switch – Create and remove a bcf switch.
community.network.bigmon_chain – Create and remove a bigmon inline service chain.
community.network.bigmon_policy – Create and remove a bigmon out-of-band policy.
community.network.ce_aaa_server – Manages AAA server global configuration on HUAWEI CloudEngine switches.
community.network.ce_aaa_server_host – Manages AAA server host configuration on HUAWEI CloudEngine switches.
community.network.ce_acl – Manages base ACL configuration on HUAWEI CloudEngine switches.
community.network.ce_acl_advance – Manages advanced ACL configuration on HUAWEI CloudEngine switches.
community.network.ce_acl_interface – Manages applying ACLs to interfaces on HUAWEI CloudEngine switches.
community.network.ce_bfd_global – Manages BFD global configuration on HUAWEI CloudEngine devices.
community.network.ce_bfd_session – Manages BFD session configuration on HUAWEI CloudEngine devices.
community.network.ce_bfd_view – Manages BFD session view configuration on HUAWEI CloudEngine devices.
community.network.ce_bgp – Manages BGP configuration on HUAWEI CloudEngine switches.
community.network.ce_bgp_af – Manages BGP Address-family configuration on HUAWEI CloudEngine switches.
community.network.ce_bgp_neighbor – Manages BGP peer configuration on HUAWEI CloudEngine switches.
community.network.ce_bgp_neighbor_af – Manages BGP neighbor Address-family configuration on HUAWEI CloudEngine switches.
community.network.ce_command – Run arbitrary command on HUAWEI CloudEngine devices.
community.network.ce_config – Manage Huawei CloudEngine configuration sections.
community.network.ce_dldp – Manages global DLDP configuration on HUAWEI CloudEngine switches.
community.network.ce_dldp_interface – Manages interface DLDP configuration on HUAWEI CloudEngine switches.
community.network.ce_eth_trunk – Manages Eth-Trunk interfaces on HUAWEI CloudEngine switches.
community.network.ce_evpn_bd_vni – Manages EVPN VXLAN Network Identifier (VNI) on HUAWEI CloudEngine switches.
community.network.ce_evpn_bgp – Manages BGP EVPN configuration on HUAWEI CloudEngine switches.
community.network.ce_evpn_bgp_rr – Manages RR for the VXLAN Network on HUAWEI CloudEngine switches.
community.network.ce_evpn_global – Manages global configuration of EVPN on HUAWEI CloudEngine switches.
community.network.ce_facts – Gets facts about HUAWEI CloudEngine switches.
community.network.ce_file_copy – Copy a file to a remote cloudengine device over SCP on HUAWEI CloudEngine switches.
community.network.ce_info_center_debug – Manages information center debug configuration on HUAWEI CloudEngine switches.
community.network.ce_info_center_global – Manages outputting logs on HUAWEI CloudEngine switches.
community.network.ce_info_center_log – Manages information center log configuration on HUAWEI CloudEngine switches.
community.network.ce_info_center_trap – Manages information center trap configuration on HUAWEI CloudEngine switches.
community.network.ce_interface – Manages physical attributes of interfaces on HUAWEI CloudEngine switches.
community.network.ce_interface_ospf – Manages configuration of an OSPF interface instanceon HUAWEI CloudEngine switches.
community.network.ce_ip_interface – Manages L3 attributes for IPv4 and IPv6 interfaces on HUAWEI CloudEngine switches.
community.network.ce_is_is_instance – Manages isis process id configuration on HUAWEI CloudEngine devices.
community.network.ce_is_is_interface – Manages isis interface configuration on HUAWEI CloudEngine devices.
community.network.ce_is_is_view – Manages isis view configuration on HUAWEI CloudEngine devices.
community.network.ce_lacp – Manages Eth-Trunk interfaces on HUAWEI CloudEngine switches
community.network.ce_link_status – Get interface link status on HUAWEI CloudEngine switches.
community.network.ce_lldp – Manages LLDP configuration on HUAWEI CloudEngine switches.
community.network.ce_lldp_interface – Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches.
community.network.ce_mdn_interface – Manages MDN configuration on HUAWEI CloudEngine switches.
community.network.ce_mlag_config – Manages MLAG configuration on HUAWEI CloudEngine switches.
community.network.ce_mlag_interface – Manages MLAG interfaces on HUAWEI CloudEngine switches.
community.network.ce_mtu – Manages MTU settings on HUAWEI CloudEngine switches.
community.network.ce_multicast_global – Manages multicast global configuration on HUAWEI CloudEngine switches.
community.network.ce_multicast_igmp_enable – Manages multicast igmp enable configuration on HUAWEI CloudEngine switches.
community.network.ce_netconf – Run an arbitrary netconf command on HUAWEI CloudEngine switches.
community.network.ce_netstream_aging – Manages timeout mode of NetStream on HUAWEI CloudEngine switches.
community.network.ce_netstream_export – Manages netstream export on HUAWEI CloudEngine switches.
community.network.ce_netstream_global – Manages global parameters of NetStream on HUAWEI CloudEngine switches.
community.network.ce_netstream_template – Manages NetStream template configuration on HUAWEI CloudEngine switches.
community.network.ce_ntp – Manages core NTP configuration on HUAWEI CloudEngine switches.
community.network.ce_ntp_auth – Manages NTP authentication configuration on HUAWEI CloudEngine switches.
community.network.ce_ospf – Manages configuration of an OSPF instance on HUAWEI CloudEngine switches.
community.network.ce_ospf_vrf – Manages configuration of an OSPF VPN instance on HUAWEI CloudEngine switches.
community.network.ce_reboot – Reboot a HUAWEI CloudEngine switches.
community.network.ce_rollback – Set a checkpoint or rollback to a checkpoint on HUAWEI CloudEngine switches.
community.network.ce_sflow – Manages sFlow configuration on HUAWEI CloudEngine switches.
community.network.ce_snmp_community – Manages SNMP community configuration on HUAWEI CloudEngine switches.
community.network.ce_snmp_contact – Manages SNMP contact configuration on HUAWEI CloudEngine switches.
community.network.ce_snmp_location – Manages SNMP location configuration on HUAWEI CloudEngine switches.
community.network.ce_snmp_target_host – Manages SNMP target host configuration on HUAWEI CloudEngine switches.
community.network.ce_snmp_traps – Manages SNMP traps configuration on HUAWEI CloudEngine switches.
community.network.ce_snmp_user – Manages SNMP user configuration on HUAWEI CloudEngine switches.
community.network.ce_startup – Manages a system startup information on HUAWEI CloudEngine switches.
community.network.ce_static_route – Manages static route configuration on HUAWEI CloudEngine switches.
community.network.ce_static_route_bfd – Manages static route configuration on HUAWEI CloudEngine switches.
community.network.ce_stp – Manages STP configuration on HUAWEI CloudEngine switches.
community.network.ce_switchport – Manages Layer 2 switchport interfaces on HUAWEI CloudEngine switches.
community.network.ce_vlan – Manages VLAN resources and attributes on Huawei CloudEngine switches.
community.network.ce_vrf – Manages VPN instance on HUAWEI CloudEngine switches.
community.network.ce_vrf_af – Manages VPN instance address family on HUAWEI CloudEngine switches.
community.network.ce_vrf_interface – Manages interface specific VPN configuration on HUAWEI CloudEngine switches.
community.network.ce_vrrp – Manages VRRP interfaces on HUAWEI CloudEngine devices.
community.network.ce_vxlan_arp – Manages ARP attributes of VXLAN on HUAWEI CloudEngine devices.
community.network.ce_vxlan_gateway – Manages gateway for the VXLAN network on HUAWEI CloudEngine devices.
community.network.ce_vxlan_global – Manages global attributes of VXLAN and bridge domain on HUAWEI CloudEngine devices.
community.network.ce_vxlan_tunnel – Manages VXLAN tunnel configuration on HUAWEI CloudEngine devices.
community.network.ce_vxlan_vap – Manages VXLAN virtual access point on HUAWEI CloudEngine Devices.
community.network.cnos_backup – Backup the current running or startup configuration to a remote server on devices running Lenovo CNOS
community.network.cnos_banner – Manage multiline banners on Lenovo CNOS devices
community.network.cnos_bgp – Manage BGP resources and attributes on devices running CNOS
community.network.cnos_command – Run arbitrary commands on Lenovo CNOS devices
community.network.cnos_conditional_command – Execute a single command based on condition on devices running Lenovo CNOS
community.network.cnos_conditional_template – Manage switch configuration using templates based on condition on devices running Lenovo CNOS
community.network.cnos_config – Manage Lenovo CNOS configuration sections
community.network.cnos_factory – Reset the switch startup configuration to default (factory) on devices running Lenovo CNOS.
community.network.cnos_facts – Collect facts from remote devices running Lenovo CNOS
community.network.cnos_image – Perform firmware upgrade/download from a remote server on devices running Lenovo CNOS
community.network.cnos_interface – Manage Interface on Lenovo CNOS network devices
community.network.cnos_l2_interface – Manage Layer-2 interface on Lenovo CNOS devices.
community.network.cnos_l3_interface – Manage Layer-3 interfaces on Lenovo CNOS network devices.
community.network.cnos_linkagg – Manage link aggregation groups on Lenovo CNOS devices
community.network.cnos_lldp – Manage LLDP configuration on Lenovo CNOS network devices.
community.network.cnos_logging – Manage logging on network devices
community.network.cnos_reload – Perform switch restart on devices running Lenovo CNOS
community.network.cnos_rollback – Roll back the running or startup configuration from a remote server on devices running Lenovo CNOS
community.network.cnos_save – Save the running configuration as the startup configuration on devices running Lenovo CNOS
community.network.cnos_showrun – Collect the current running configuration on devices running on CNOS
community.network.cnos_static_route – Manage static IP routes on Lenovo CNOS network devices
community.network.cnos_system – Manage the system attributes on Lenovo CNOS devices
community.network.cnos_template – Manage switch configuration using templates on devices running Lenovo CNOS
community.network.cnos_user – Manage the collection of local users on Lenovo CNOS devices
community.network.cnos_vlag – Manage VLAG resources and attributes on devices running Lenovo CNOS
community.network.cnos_vlan – Manage VLANs on CNOS network devices
community.network.cnos_vrf – Manage VRFs on Lenovo CNOS network devices
community.network.cv_server_provision – Provision server port by applying or removing template configuration to an Arista CloudVision Portal configlet that is applied to a switch.
community.network.dladm_etherstub – Manage etherstubs on Solaris/illumos systems.
community.network.dladm_iptun – Manage IP tunnel interfaces on Solaris/illumos systems.
community.network.dladm_linkprop – Manage link properties on Solaris/illumos systems.
community.network.dladm_vlan – Manage VLAN interfaces on Solaris/illumos systems.
community.network.dladm_vnic – Manage VNICs on Solaris/illumos systems.
community.network.edgeos_command – Run one or more commands on EdgeOS devices
community.network.edgeos_config – Manage EdgeOS configuration on remote device
community.network.edgeos_facts – Collect facts from remote devices running EdgeOS
community.network.edgeswitch_facts – Collect facts from remote devices running Edgeswitch
community.network.edgeswitch_vlan – Manage VLANs on Ubiquiti Edgeswitch network devices
community.network.enos_command – Run arbitrary commands on Lenovo ENOS devices
community.network.enos_config – Manage Lenovo ENOS configuration sections
community.network.enos_facts – Collect facts from remote devices running Lenovo ENOS
community.network.eric_eccli_command – Run commands on remote devices running ERICSSON ECCLI
community.network.exos_command – Run commands on remote devices running Extreme EXOS
community.network.exos_config – Manage Extreme Networks EXOS configuration sections
community.network.exos_facts – Collect facts from devices running Extreme EXOS
community.network.exos_l2_interfaces – Manage L2 interfaces on Extreme Networks EXOS devices.
community.network.exos_lldp_global – Configure and manage Link Layer Discovery Protocol(LLDP) attributes on EXOS platforms.
community.network.exos_lldp_interfaces – Manage link layer discovery protocol (LLDP) attributes of interfaces on EXOS platforms.
community.network.exos_vlans – Manage VLANs on Extreme Networks EXOS devices.
community.network.flowadm – Manage bandwidth resource control and priority for protocols, services and zones on Solaris/illumos systems
community.network.ftd_configuration – Manages configuration on Cisco FTD devices over REST API
community.network.ftd_file_download – Downloads files from Cisco FTD devices over HTTP(S)
community.network.ftd_file_upload – Uploads files to Cisco FTD devices over HTTP(S)
community.network.ftd_install – Installs FTD pkg image on the firewall
community.network.iap_start_workflow – Start a workflow in the Itential Automation Platform
community.network.iap_token – Get token for the Itential Automation Platform
community.network.icx_banner – Manage multiline banners on Ruckus ICX 7000 series switches
community.network.icx_command – Run arbitrary commands on remote Ruckus ICX 7000 series switches
community.network.icx_config – Manage configuration sections of Ruckus ICX 7000 series switches
community.network.icx_copy – Transfer files from or to remote Ruckus ICX 7000 series switches
community.network.icx_facts – Collect facts from remote Ruckus ICX 7000 series switches
community.network.icx_interface – Manage Interface on Ruckus ICX 7000 series switches
community.network.icx_l3_interface – Manage Layer-3 interfaces on Ruckus ICX 7000 series switches
community.network.icx_linkagg – Manage link aggregation groups on Ruckus ICX 7000 series switches
community.network.icx_lldp – Manage LLDP configuration on Ruckus ICX 7000 series switches
community.network.icx_logging – Manage logging on Ruckus ICX 7000 series switches
community.network.icx_ping – Tests reachability using ping from Ruckus ICX 7000 series switches
community.network.icx_static_route – Manage static IP routes on Ruckus ICX 7000 series switches
community.network.icx_system – Manage the system attributes on Ruckus ICX 7000 series switches
community.network.icx_user – Manage the user accounts on Ruckus ICX 7000 series switches.
community.network.icx_vlan – Manage VLANs on Ruckus ICX 7000 series switches
community.network.ig_config – Manage the configuration database on an Ingate SBC.
community.network.ig_unit_information – Get unit information from an Ingate SBC.
community.network.ipadm_addr – Manage IP addresses on an interface on Solaris/illumos systems
community.network.ipadm_addrprop – Manage IP address properties on Solaris/illumos systems.
community.network.ipadm_if – Manage IP interfaces on Solaris/illumos systems.
community.network.ipadm_ifprop – Manage IP interface properties on Solaris/illumos systems.
community.network.ipadm_prop – Manage protocol properties on Solaris/illumos systems.
community.network.ironware_command – Run arbitrary commands on Extreme IronWare devices
community.network.ironware_config – Manage configuration sections on Extreme Ironware devices
community.network.ironware_facts – Collect facts from devices running Extreme Ironware
community.network.nclu – Configure network interfaces using NCLU
community.network.netact_cm_command – Manage network configuration data in Nokia Core and Radio networks
community.network.netscaler_cs_action – Manage content switching actions
community.network.netscaler_cs_policy – Manage content switching policy
community.network.netscaler_cs_vserver – Manage content switching vserver
community.network.netscaler_gslb_service – Manage gslb service entities in Netscaler.
community.network.netscaler_gslb_site – Manage gslb site entities in Netscaler.
community.network.netscaler_gslb_vserver – Configure gslb vserver entities in Netscaler.
community.network.netscaler_lb_monitor – Manage load balancing monitors
community.network.netscaler_lb_vserver – Manage load balancing vserver configuration
community.network.netscaler_nitro_request – Issue Nitro API requests to a Netscaler instance.
community.network.netscaler_save_config – Save Netscaler configuration.
community.network.netscaler_server – Manage server configuration
community.network.netscaler_service – Manage service configuration in Netscaler
community.network.netscaler_servicegroup – Manage service group configuration in Netscaler
community.network.netscaler_ssl_certkey – Manage ssl certificate keys.
community.network.nos_command – Run commands on remote devices running Extreme Networks NOS
community.network.nos_config – Manage Extreme Networks NOS configuration sections
community.network.nos_facts – Collect facts from devices running Extreme NOS
community.network.nuage_vspk – Manage Nuage VSP environments
community.network.opx_cps – CPS operations on networking device running Openswitch (OPX)
community.network.ordnance_config – Manage Ordnance configuration sections
community.network.ordnance_facts – Collect facts from Ordnance Virtual Routers over SSH
community.network.pn_access_list – CLI command to create/delete access-list
community.network.pn_access_list_ip – CLI command to add/remove access-list-ip
community.network.pn_admin_service – CLI command to modify admin-service
community.network.pn_admin_session_timeout – CLI command to modify admin-session-timeout
community.network.pn_admin_syslog – CLI command to create/modify/delete admin-syslog
community.network.pn_connection_stats_settings – CLI command to modify connection-stats-settings
community.network.pn_cpu_class – CLI command to create/modify/delete cpu-class
community.network.pn_cpu_mgmt_class – CLI command to modify cpu-mgmt-class
community.network.pn_dhcp_filter – CLI command to create/modify/delete dhcp-filter
community.network.pn_dscp_map – CLI command to create/delete dscp-map
community.network.pn_dscp_map_pri_map – CLI command to modify dscp-map-pri-map
community.network.pn_fabric_local – CLI command to modify fabric-local
community.network.pn_igmp_snooping – CLI command to modify igmp-snooping
community.network.pn_ipv6security_raguard – CLI command to create/modify/delete ipv6security-raguard
community.network.pn_ipv6security_raguard_port – CLI command to add/remove ipv6security-raguard-port
community.network.pn_ipv6security_raguard_vlan – CLI command to add/remove ipv6security-raguard-vlan
community.network.pn_log_audit_exception – CLI command to create/delete an audit exception
community.network.pn_port_config – CLI command to modify port-config
community.network.pn_port_cos_bw – CLI command to modify port-cos-bw
community.network.pn_port_cos_rate_setting – CLI command to modify port-cos-rate-setting
community.network.pn_prefix_list – CLI command to create/delete prefix-list
community.network.pn_prefix_list_network – CLI command to add/remove prefix-list-network
community.network.pn_role – CLI command to create/delete/modify role
community.network.pn_snmp_community – CLI command to create/modify/delete snmp-community
community.network.pn_snmp_trap_sink – CLI command to create/delete snmp-trap-sink
community.network.pn_snmp_vacm – CLI command to create/modify/delete snmp-vacm
community.network.pn_stp – CLI command to modify stp
community.network.pn_stp_port – CLI command to modify stp-port.
community.network.pn_switch_setup – CLI command to modify switch-setup
community.network.pn_user – CLI command to create/modify/delete user
community.network.pn_vflow_table_profile – CLI command to modify vflow-table-profile
community.network.pn_vrouter_bgp – CLI command to add/modify/remove vrouter-bgp
community.network.pn_vrouter_bgp_network – CLI command to add/remove vrouter-bgp-network
community.network.pn_vrouter_interface_ip – CLI command to add/remove vrouter-interface-ip
community.network.pn_vrouter_loopback_interface – CLI command to add/remove vrouter-loopback-interface
community.network.pn_vrouter_ospf – CLI command to add/remove vrouter-ospf
community.network.pn_vrouter_ospf6 – CLI command to add/remove vrouter-ospf6
community.network.pn_vrouter_packet_relay – CLI command to add/remove vrouter-packet-relay
community.network.pn_vrouter_pim_config – CLI command to modify vrouter-pim-config
community.network.pn_vtep – CLI command to create/delete vtep
community.network.slxos_command – Run commands on remote devices running Extreme Networks SLX-OS
community.network.slxos_config – Manage Extreme Networks SLX-OS configuration sections
community.network.slxos_facts – Collect facts from devices running Extreme SLX-OS
community.network.slxos_interface – Manage Interfaces on Extreme SLX-OS network devices
community.network.slxos_l2_interface – Manage Layer-2 interface on Extreme Networks SLX-OS devices.
community.network.slxos_l3_interface – Manage L3 interfaces on Extreme Networks SLX-OS network devices.
community.network.slxos_linkagg – Manage link aggregation groups on Extreme Networks SLX-OS network devices
community.network.slxos_lldp – Manage LLDP configuration on Extreme Networks SLX-OS network devices.
community.network.slxos_vlan – Manage VLANs on Extreme Networks SLX-OS network devices
community.network.sros_command – Run commands on remote devices running Nokia SR OS
community.network.sros_config – Manage Nokia SR OS device configuration
community.network.sros_rollback – Configure Nokia SR OS rollback
community.network.vdirect_commit – Commits pending configuration changes on Radware devices
community.network.vdirect_file – Uploads a new or updates an existing runnable file into Radware vDirect server
community.network.vdirect_runnable – Runs templates and workflow actions in Radware vDirect server
community.network.voss_command – Run commands on remote devices running Extreme VOSS
community.network.voss_config – Manage Extreme VOSS configuration sections
community.network.voss_facts – Collect facts from remote devices running Extreme VOSS
community.okd¶
community.okd.k8s – Manage OpenShift objects
community.okd.openshift_auth – Authenticate to OpenShift clusters which require an explicit login step
community.okd.openshift_process – Process an OpenShift template.openshift.io/v1 Template
community.okd.openshift_route – Expose a Service as an OpenShift Route.
community.postgresql¶
community.postgresql.postgresql_copy – Copy data between a file/program and a PostgreSQL table
community.postgresql.postgresql_db – Add or remove PostgreSQL databases from a remote host
community.postgresql.postgresql_ext – Add or remove PostgreSQL extensions from a database
community.postgresql.postgresql_idx – Create or drop indexes from a PostgreSQL database
community.postgresql.postgresql_info – Gather information about PostgreSQL servers
community.postgresql.postgresql_lang – Adds, removes or changes procedural languages with a PostgreSQL database
community.postgresql.postgresql_membership – Add or remove PostgreSQL roles from groups
community.postgresql.postgresql_owner – Change an owner of PostgreSQL database object
community.postgresql.postgresql_pg_hba – Add, remove or modify a rule in a pg_hba file
community.postgresql.postgresql_ping – Check remote PostgreSQL server availability
community.postgresql.postgresql_privs – Grant or revoke privileges on PostgreSQL database objects
community.postgresql.postgresql_publication – Add, update, or remove PostgreSQL publication
community.postgresql.postgresql_query – Run PostgreSQL queries
community.postgresql.postgresql_schema – Add or remove PostgreSQL schema
community.postgresql.postgresql_sequence – Create, drop, or alter a PostgreSQL sequence
community.postgresql.postgresql_set – Change a PostgreSQL server configuration parameter
community.postgresql.postgresql_slot – Add or remove replication slots from a PostgreSQL database
community.postgresql.postgresql_subscription – Add, update, or remove PostgreSQL subscription
community.postgresql.postgresql_table – Create, drop, or modify a PostgreSQL table
community.postgresql.postgresql_tablespace – Add or remove PostgreSQL tablespaces from remote hosts
community.postgresql.postgresql_user – Create, alter, or remove a user (role) from a PostgreSQL server instance
community.postgresql.postgresql_user_obj_stat_info – Gather statistics about PostgreSQL user objects
community.proxysql¶
community.proxysql.proxysql_backend_servers – Adds or removes mysql hosts from proxysql admin interface.
community.proxysql.proxysql_global_variables – Gets or sets the proxysql global variables.
community.proxysql.proxysql_manage_config – Writes the proxysql configuration settings between layers.
community.proxysql.proxysql_mysql_users – Adds or removes mysql users from proxysql admin interface.
community.proxysql.proxysql_query_rules – Modifies query rules using the proxysql admin interface.
community.proxysql.proxysql_replication_hostgroups – Manages replication hostgroups using the proxysql admin interface.
community.proxysql.proxysql_scheduler – Adds or removes schedules from proxysql admin interface.
community.rabbitmq¶
community.rabbitmq.rabbitmq_binding – Manage rabbitMQ bindings
community.rabbitmq.rabbitmq_exchange – Manage rabbitMQ exchanges
community.rabbitmq.rabbitmq_global_parameter – Manage RabbitMQ global parameters
community.rabbitmq.rabbitmq_parameter – Manage RabbitMQ parameters
community.rabbitmq.rabbitmq_plugin – Manage RabbitMQ plugins
community.rabbitmq.rabbitmq_policy – Manage the state of policies in RabbitMQ
community.rabbitmq.rabbitmq_publish – Publish a message to a RabbitMQ queue.
community.rabbitmq.rabbitmq_queue – Manage rabbitMQ queues
community.rabbitmq.rabbitmq_user – Manage RabbitMQ users
community.rabbitmq.rabbitmq_vhost – Manage the state of a virtual host in RabbitMQ
community.rabbitmq.rabbitmq_vhost_limits – Manage the state of virtual host limits in RabbitMQ
community.routeros¶
community.routeros.api – Ansible module for RouterOS API
community.routeros.command – Run commands on remote devices running MikroTik RouterOS
community.routeros.facts – Collect facts from remote devices running MikroTik RouterOS
community.skydive¶
community.skydive.skydive_capture – Module which manages flow capture on interfaces
community.skydive.skydive_edge – Module to add edges to Skydive topology
community.skydive.skydive_node – Module which add nodes to Skydive topology
community.sops¶
community.sops.load_vars – Load sops-encrypted variables from files, dynamically within a task
community.sops.sops_encrypt – Encrypt data with sops
community.vmware¶
community.vmware.vca_fw – add remove firewall rules in a gateway in a vca
community.vmware.vca_nat – add remove nat rules in a gateway in a vca
community.vmware.vca_vapp – Manages vCloud Air vApp instances.
community.vmware.vcenter_domain_user_group_info – Gather user or group information of a domain
community.vmware.vcenter_extension – Register/deregister vCenter Extensions
community.vmware.vcenter_extension_facts – Gather facts vCenter extensions
community.vmware.vcenter_extension_info – Gather info vCenter extensions
community.vmware.vcenter_folder – Manage folders on given datacenter
community.vmware.vcenter_license – Manage VMware vCenter license keys
community.vmware.vmware_about_facts – Provides information about VMware server to which user is connecting to
community.vmware.vmware_about_info – Provides information about VMware server to which user is connecting to
community.vmware.vmware_category – Manage VMware categories
community.vmware.vmware_category_facts – Gather facts about VMware tag categories
community.vmware.vmware_category_info – Gather info about VMware tag categories
community.vmware.vmware_cfg_backup – Backup / Restore / Reset ESXi host configuration
community.vmware.vmware_cluster – Manage VMware vSphere clusters
community.vmware.vmware_cluster_drs – Manage Distributed Resource Scheduler (DRS) on VMware vSphere clusters
community.vmware.vmware_cluster_ha – Manage High Availability (HA) on VMware vSphere clusters
community.vmware.vmware_cluster_info – Gather info about clusters available in given vCenter
community.vmware.vmware_cluster_vsan – Manages virtual storage area network (vSAN) configuration on VMware vSphere clusters
community.vmware.vmware_content_deploy_ovf_template – Deploy Virtual Machine from ovf template stored in content library.
community.vmware.vmware_content_deploy_template – Deploy Virtual Machine from template stored in content library.
community.vmware.vmware_content_library_info – Gather information about VMWare Content Library
community.vmware.vmware_content_library_manager – Create, update and delete VMware content library
community.vmware.vmware_datacenter – Manage VMware vSphere Datacenters
community.vmware.vmware_datacenter_info – Gather information about VMware vSphere Datacenters
community.vmware.vmware_datastore_cluster – Manage VMware vSphere datastore clusters
community.vmware.vmware_datastore_cluster_manager – Manage VMware vSphere datastore cluster’s members
community.vmware.vmware_datastore_info – Gather info about datastores available in given vCenter
community.vmware.vmware_datastore_maintenancemode – Place a datastore into maintenance mode
community.vmware.vmware_deploy_ovf – Deploys a VMware virtual machine from an OVF or OVA file
community.vmware.vmware_dns_config – Manage VMware ESXi DNS Configuration
community.vmware.vmware_drs_group – Creates vm/host group in a given cluster.
community.vmware.vmware_drs_group_facts – Gathers facts about DRS VM/Host groups on the given cluster
community.vmware.vmware_drs_group_info – Gathers info about DRS VM/Host groups on the given cluster
community.vmware.vmware_drs_group_manager – Manage VMs and Hosts in DRS group.
community.vmware.vmware_drs_rule_facts – Gathers facts about DRS rule on the given cluster
community.vmware.vmware_drs_rule_info – Gathers info about DRS rule on the given cluster
community.vmware.vmware_dvs_host – Add or remove a host from distributed virtual switch
community.vmware.vmware_dvs_portgroup – Create or remove a Distributed vSwitch portgroup.
community.vmware.vmware_dvs_portgroup_facts – Gathers facts DVS portgroup configurations
community.vmware.vmware_dvs_portgroup_find – Find portgroup(s) in a VMware environment
community.vmware.vmware_dvs_portgroup_info – Gathers info DVS portgroup configurations
community.vmware.vmware_dvswitch – Create or remove a Distributed Switch
community.vmware.vmware_dvswitch_info – Gathers info dvswitch configurations
community.vmware.vmware_dvswitch_lacp – Manage LACP configuration on a Distributed Switch
community.vmware.vmware_dvswitch_nioc – Manage distributed switch Network IO Control
community.vmware.vmware_dvswitch_pvlans – Manage Private VLAN configuration of a Distributed Switch
community.vmware.vmware_dvswitch_uplink_pg – Manage uplink portproup configuration of a Distributed Switch
community.vmware.vmware_evc_mode – Enable/Disable EVC mode on vCenter
community.vmware.vmware_export_ovf – Exports a VMware virtual machine to an OVF file, device files and a manifest file
community.vmware.vmware_first_class_disk – Manage VMware vSphere First Class Disks
community.vmware.vmware_folder_info – Provides information about folders in a datacenter
community.vmware.vmware_guest – Manages virtual machines in vCenter
community.vmware.vmware_guest_boot_facts – Gather facts about boot options for the given virtual machine
community.vmware.vmware_guest_boot_info – Gather info about boot options for the given virtual machine
community.vmware.vmware_guest_boot_manager – Manage boot options for the given virtual machine
community.vmware.vmware_guest_controller – Manage disk or USB controllers related to virtual machine in given vCenter infrastructure
community.vmware.vmware_guest_cross_vc_clone – Cross-vCenter VM/template clone
community.vmware.vmware_guest_custom_attribute_defs – Manage custom attributes definitions for virtual machine from VMware
community.vmware.vmware_guest_custom_attributes – Manage custom attributes from VMware for the given virtual machine
community.vmware.vmware_guest_customization_facts – Gather facts about VM customization specifications
community.vmware.vmware_guest_customization_info – Gather info about VM customization specifications
community.vmware.vmware_guest_disk – Manage disks related to virtual machine in given vCenter infrastructure
community.vmware.vmware_guest_disk_facts – Gather facts about disks of given virtual machine
community.vmware.vmware_guest_disk_info – Gather info about disks of given virtual machine
community.vmware.vmware_guest_file_operation – Files operation in a VMware guest operating system without network
community.vmware.vmware_guest_find – Find the folder path(s) for a virtual machine by name or UUID
community.vmware.vmware_guest_info – Gather info about a single VM
community.vmware.vmware_guest_instant_clone – Instant Clone VM
community.vmware.vmware_guest_move – Moves virtual machines in vCenter
community.vmware.vmware_guest_network – Manage network adapters of specified virtual machine in given vCenter infrastructure
community.vmware.vmware_guest_powerstate – Manages power states of virtual machines in vCenter
community.vmware.vmware_guest_register_operation – VM inventory registration operation
community.vmware.vmware_guest_screenshot – Create a screenshot of the Virtual Machine console.
community.vmware.vmware_guest_sendkey – Send USB HID codes to the Virtual Machine’s keyboard.
community.vmware.vmware_guest_serial_port – Manage serial ports on an existing VM
community.vmware.vmware_guest_snapshot – Manages virtual machines snapshots in vCenter
community.vmware.vmware_guest_snapshot_info – Gather info about virtual machine’s snapshots in vCenter
community.vmware.vmware_guest_storage_policy – Set VM Home and disk(s) storage policy profiles.
community.vmware.vmware_guest_tools_info – Gather info about VMware tools installed in VM
community.vmware.vmware_guest_tools_upgrade – Module to upgrade VMTools
community.vmware.vmware_guest_tools_wait – Wait for VMware tools to become available
community.vmware.vmware_guest_video – Modify video card configurations of specified virtual machine in given vCenter infrastructure
community.vmware.vmware_guest_vnc – Manages VNC remote display on virtual machines in vCenter
community.vmware.vmware_host – Add, remove, or move an ESXi host to, from, or within vCenter
community.vmware.vmware_host_acceptance – Manage the host acceptance level of an ESXi host
community.vmware.vmware_host_active_directory – Joins an ESXi host system to an Active Directory domain or leaves it
community.vmware.vmware_host_auto_start – Manage the auto power ON or OFF for vm on ESXi host
community.vmware.vmware_host_capability_facts – Gathers facts about an ESXi host’s capability information
community.vmware.vmware_host_capability_info – Gathers info about an ESXi host’s capability information
community.vmware.vmware_host_config_facts – Gathers facts about an ESXi host’s advance configuration information
community.vmware.vmware_host_config_info – Gathers info about an ESXi host’s advance configuration information
community.vmware.vmware_host_config_manager – Manage advanced system settings of an ESXi host
community.vmware.vmware_host_datastore – Manage a datastore on ESXi host
community.vmware.vmware_host_disk_info – Gathers information about disks attached to given ESXi host/s.
community.vmware.vmware_host_dns – Manage DNS configuration of an ESXi host system
community.vmware.vmware_host_dns_facts – Gathers facts about an ESXi host’s DNS configuration information
community.vmware.vmware_host_dns_info – Gathers info about an ESXi host’s DNS configuration information
community.vmware.vmware_host_facts – Gathers facts about remote ESXi hostsystem
community.vmware.vmware_host_feature_facts – Gathers facts about an ESXi host’s feature capability information
community.vmware.vmware_host_feature_info – Gathers info about an ESXi host’s feature capability information
community.vmware.vmware_host_firewall_facts – Gathers facts about an ESXi host’s firewall configuration information
community.vmware.vmware_host_firewall_info – Gathers info about an ESXi host’s firewall configuration information
community.vmware.vmware_host_firewall_manager – Manage firewall configurations about an ESXi host
community.vmware.vmware_host_hyperthreading – Enables/Disables Hyperthreading optimization for an ESXi host system
community.vmware.vmware_host_ipv6 – Enables/Disables IPv6 support for an ESXi host system
community.vmware.vmware_host_iscsi – Manage the iSCSI configuration of ESXi host
community.vmware.vmware_host_iscsi_info – Gather iSCSI configuration information of ESXi host
community.vmware.vmware_host_kernel_manager – Manage kernel module options on ESXi hosts
community.vmware.vmware_host_lockdown – Manage administrator permission for the local administrative account for the ESXi host
community.vmware.vmware_host_logbundle – Fetch logbundle file from ESXi
community.vmware.vmware_host_logbundle_info – Gathers manifest info for logbundle
community.vmware.vmware_host_ntp – Manage NTP server configuration of an ESXi host
community.vmware.vmware_host_ntp_facts – Gathers facts about NTP configuration on an ESXi host
community.vmware.vmware_host_ntp_info – Gathers info about NTP configuration on an ESXi host
community.vmware.vmware_host_package_facts – Gathers facts about available packages on an ESXi host
community.vmware.vmware_host_package_info – Gathers info about available packages on an ESXi host
community.vmware.vmware_host_powermgmt_policy – Manages the Power Management Policy of an ESXI host system
community.vmware.vmware_host_powerstate – Manages power states of host systems in vCenter
community.vmware.vmware_host_scanhba – Rescan host HBA’s and optionally refresh the storage system
community.vmware.vmware_host_scsidisk_info – Gather information about SCSI disk attached to the given ESXi
community.vmware.vmware_host_service_facts – Gathers facts about an ESXi host’s services
community.vmware.vmware_host_service_info – Gathers info about an ESXi host’s services
community.vmware.vmware_host_service_manager – Manage services on a given ESXi host
community.vmware.vmware_host_snmp – Configures SNMP on an ESXi host system
community.vmware.vmware_host_sriov – Manage SR-IOV settings on host
community.vmware.vmware_host_ssl_facts – Gather facts of ESXi host system about SSL
community.vmware.vmware_host_ssl_info – Gather info of ESXi host system about SSL
community.vmware.vmware_host_vmhba_facts – Gathers facts about vmhbas available on the given ESXi host
community.vmware.vmware_host_vmhba_info – Gathers info about vmhbas available on the given ESXi host
community.vmware.vmware_host_vmnic_facts – Gathers facts about vmnics available on the given ESXi host
community.vmware.vmware_host_vmnic_info – Gathers info about vmnics available on the given ESXi host
community.vmware.vmware_local_role_facts – Gather facts about local roles on an ESXi host
community.vmware.vmware_local_role_info – Gather info about local roles on an ESXi host
community.vmware.vmware_local_role_manager – Manage local roles on an ESXi host
community.vmware.vmware_local_user_facts – Gather facts about users on the given ESXi host
community.vmware.vmware_local_user_info – Gather info about users on the given ESXi host
community.vmware.vmware_local_user_manager – Manage local users on an ESXi host
community.vmware.vmware_maintenancemode – Place a host into maintenance mode
community.vmware.vmware_migrate_vmk – Migrate a VMK interface from VSS to VDS
community.vmware.vmware_object_rename – Renames VMware objects
community.vmware.vmware_object_role_permission – Manage local roles on an ESXi host
community.vmware.vmware_portgroup – Create a VMware portgroup
community.vmware.vmware_portgroup_facts – Gathers facts about an ESXi host’s Port Group configuration
community.vmware.vmware_portgroup_info – Gathers info about an ESXi host’s Port Group configuration
community.vmware.vmware_resource_pool – Add/remove resource pools to/from vCenter
community.vmware.vmware_resource_pool_facts – Gathers facts about resource pool information
community.vmware.vmware_resource_pool_info – Gathers info about resource pool information
community.vmware.vmware_tag – Manage VMware tags
community.vmware.vmware_tag_info – Manage VMware tag info
community.vmware.vmware_tag_manager – Manage association of VMware tags with VMware objects
community.vmware.vmware_target_canonical_facts – Return canonical (NAA) from an ESXi host system
community.vmware.vmware_target_canonical_info – Return canonical (NAA) from an ESXi host system
community.vmware.vmware_vc_infraprofile_info – List and Export VMware vCenter infra profile configs.
community.vmware.vmware_vcenter_settings – Configures general settings on a vCenter server
community.vmware.vmware_vcenter_settings_info – Gather info vCenter settings
community.vmware.vmware_vcenter_statistics – Configures statistics on a vCenter server
community.vmware.vmware_vm_host_drs_rule – Creates vm/host group in a given cluster
community.vmware.vmware_vm_info – Return basic info pertaining to a VMware machine guest
community.vmware.vmware_vm_shell – Run commands in a VMware guest operating system
community.vmware.vmware_vm_storage_policy – Create vSphere storage policies
community.vmware.vmware_vm_storage_policy_info – Gather information about vSphere storage profile defined storage policy information.
community.vmware.vmware_vm_vm_drs_rule – Configure VMware DRS Affinity rule for virtual machines in the given cluster
community.vmware.vmware_vm_vss_dvs_migrate – Migrates a virtual machine from a standard vswitch to distributed
community.vmware.vmware_vmkernel – Manages a VMware VMkernel Adapter of an ESXi host.
community.vmware.vmware_vmkernel_facts – Gathers VMKernel facts about an ESXi host
community.vmware.vmware_vmkernel_info – Gathers VMKernel info about an ESXi host
community.vmware.vmware_vmkernel_ip_config – Configure the VMkernel IP Address
community.vmware.vmware_vmotion – Move a virtual machine using vMotion, and/or its vmdks using storage vMotion.
community.vmware.vmware_vsan_cluster – Configure VSAN clustering on an ESXi host
community.vmware.vmware_vsan_health_info – Gather information about a VMware vSAN cluster’s health
community.vmware.vmware_vspan_session – Create or remove a Port Mirroring session.
community.vmware.vmware_vswitch – Manage a VMware Standard Switch to an ESXi host.
community.vmware.vmware_vswitch_facts – Gathers facts about an ESXi host’s vswitch configurations
community.vmware.vmware_vswitch_info – Gathers info about an ESXi host’s vswitch configurations
community.vmware.vsphere_copy – Copy a file to a VMware datastore
community.vmware.vsphere_file – Manage files on a vCenter datastore
community.windows¶
community.windows.psexec – Runs commands on a remote Windows host based on the PsExec model
community.windows.win_audit_policy_system – Used to make changes to the system wide Audit Policy
community.windows.win_audit_rule – Adds an audit rule to files, folders, or registry keys
community.windows.win_auto_logon – Adds or Sets auto logon registry keys.
community.windows.win_certificate_info – Get information on certificates from a Windows Certificate Store
community.windows.win_computer_description – Set windows description, owner and organization
community.windows.win_credential – Manages Windows Credentials in the Credential Manager
community.windows.win_data_deduplication – Module to enable Data Deduplication on a volume.
community.windows.win_defrag – Consolidate fragmented files on local volumes
community.windows.win_dhcp_lease – Manage Windows Server DHCP Leases
community.windows.win_disk_facts – Show the attached disks and disk information of the target host
community.windows.win_disk_image – Manage ISO/VHD/VHDX mounts on Windows hosts
community.windows.win_dns_record – Manage Windows Server DNS records
community.windows.win_dns_zone – Manage Windows Server DNS Zones
community.windows.win_domain_computer – Manage computers in Active Directory
community.windows.win_domain_group – Creates, modifies or removes domain groups
community.windows.win_domain_group_membership – Manage Windows domain group membership
community.windows.win_domain_object_info – Gather information an Active Directory object
community.windows.win_domain_user – Manages Windows Active Directory user accounts
community.windows.win_dotnet_ngen – Runs ngen to recompile DLLs after .NET updates
community.windows.win_eventlog – Manage Windows event logs
community.windows.win_eventlog_entry – Write entries to Windows event logs
community.windows.win_file_compression – Alters the compression of files and directories on NTFS partitions.
community.windows.win_file_version – Get DLL or EXE file build version
community.windows.win_firewall – Enable or disable the Windows Firewall
community.windows.win_firewall_rule – Windows firewall automation
community.windows.win_format – Formats an existing volume or a new volume on an existing partition on Windows
community.windows.win_hosts – Manages hosts file entries on Windows.
community.windows.win_hotfix – Install and uninstalls Windows hotfixes
community.windows.win_http_proxy – Manages proxy settings for WinHTTP
community.windows.win_iis_virtualdirectory – Configures a virtual directory in IIS
community.windows.win_iis_webapplication – Configures IIS web applications
community.windows.win_iis_webapppool – Configure IIS Web Application Pools
community.windows.win_iis_webbinding – Configures a IIS Web site binding
community.windows.win_iis_website – Configures a IIS Web site
community.windows.win_inet_proxy – Manages proxy settings for WinINet and Internet Explorer
community.windows.win_initialize_disk – Initializes disks on Windows Server
community.windows.win_lineinfile – Ensure a particular line is in a file, or replace an existing line using a back-referenced regular expression
community.windows.win_mapped_drive – Map network drives for users
community.windows.win_msg – Sends a message to logged in users on Windows hosts
community.windows.win_net_adapter_feature – Enable or disable certain network adapters.
community.windows.win_netbios – Manage NetBIOS over TCP/IP settings on Windows.
community.windows.win_nssm – Install a service using NSSM
community.windows.win_pagefile – Query or change pagefile configuration
community.windows.win_partition – Creates, changes and removes partitions on Windows Server
community.windows.win_pester – Run Pester tests on Windows hosts
community.windows.win_power_plan – Changes the power plan of a Windows system
community.windows.win_product_facts – Provides Windows product and license information
community.windows.win_psexec – Runs commands (remotely) as another (privileged) user
community.windows.win_psmodule – Adds or removes a Windows PowerShell module
community.windows.win_psmodule_info – Gather information about PowerShell Modules
community.windows.win_psrepository – Adds, removes or updates a Windows PowerShell repository.
community.windows.win_psrepository_copy – Copies registered PSRepositories to other user profiles
community.windows.win_psrepository_info – Gather information about PSRepositories
community.windows.win_psscript – Install and manage PowerShell scripts from a PSRepository
community.windows.win_psscript_info – Gather information about installed PowerShell Scripts
community.windows.win_pssession_configuration – Manage PSSession Configurations
community.windows.win_rabbitmq_plugin – Manage RabbitMQ plugins
community.windows.win_rds_cap – Manage Connection Authorization Policies (CAP) on a Remote Desktop Gateway server
community.windows.win_rds_rap – Manage Resource Authorization Policies (RAP) on a Remote Desktop Gateway server
community.windows.win_rds_settings – Manage main settings of a Remote Desktop Gateway server
community.windows.win_region – Set the region and format settings
community.windows.win_regmerge – Merges the contents of a registry file into the Windows registry
community.windows.win_robocopy – Synchronizes the contents of two directories using Robocopy
community.windows.win_route – Add or remove a static route
community.windows.win_say – Text to speech module for Windows to speak messages and optionally play sounds
community.windows.win_scheduled_task – Manage scheduled tasks
community.windows.win_scheduled_task_stat – Get information about Windows Scheduled Tasks
community.windows.win_scoop – Manage packages using Scoop
community.windows.win_scoop_bucket – Manage Scoop buckets
community.windows.win_security_policy – Change local security policy settings
community.windows.win_shortcut – Manage shortcuts on Windows
community.windows.win_snmp – Configures the Windows SNMP service
community.windows.win_timezone – Sets Windows machine timezone
community.windows.win_toast – Sends Toast windows notification to logged in users on Windows 10 or later hosts
community.windows.win_unzip – Unzips compressed files and archives on the Windows node
community.windows.win_user_profile – Manages the Windows user profiles.
community.windows.win_wait_for_process – Waits for a process to exist or not exist before continuing.
community.windows.win_wakeonlan – Send a magic Wake-on-LAN (WoL) broadcast packet
community.windows.win_webpicmd – Installs packages using Web Platform Installer command-line
community.windows.win_xml – Manages XML file content on Windows hosts
community.zabbix¶
community.zabbix.zabbix_action – Create/Delete/Update Zabbix actions
community.zabbix.zabbix_discovery_rule – Create/delete/update Zabbix discovery rules
community.zabbix.zabbix_group – Create/delete Zabbix host groups
community.zabbix.zabbix_group_info – Gather information about Zabbix hostgroup
community.zabbix.zabbix_host – Create/update/delete Zabbix hosts
community.zabbix.zabbix_host_events_info – Get all triggers about a Zabbix host
community.zabbix.zabbix_host_info – Gather information about Zabbix host
community.zabbix.zabbix_hostmacro – Create/update/delete Zabbix host macros
community.zabbix.zabbix_maintenance – Create Zabbix maintenance windows
community.zabbix.zabbix_map – Create/update/delete Zabbix maps
community.zabbix.zabbix_mediatype – Create/Update/Delete Zabbix media types
community.zabbix.zabbix_proxy – Create/delete/get/update Zabbix proxies
community.zabbix.zabbix_screen – Create/update/delete Zabbix screens
community.zabbix.zabbix_service – Create/update/delete Zabbix service
community.zabbix.zabbix_template – Create/update/delete/dump Zabbix template
community.zabbix.zabbix_template_info – Gather information about Zabbix template
community.zabbix.zabbix_user – Create/update/delete Zabbix users
community.zabbix.zabbix_user_info – Gather information about Zabbix user
community.zabbix.zabbix_usergroup – Create/delete/update Zabbix user groups
community.zabbix.zabbix_valuemap – Create/update/delete Zabbix value maps
containers.podman¶
containers.podman.podman_container – Manage podman containers
containers.podman.podman_container_info – Gather facts about containers using podman
containers.podman.podman_containers – Manage podman containers in a batch
containers.podman.podman_image – Pull images for use by podman
containers.podman.podman_image_info – Gather info about images using podman
containers.podman.podman_login – Login to a container registry using podman
containers.podman.podman_login_info – Return the logged-in user if any for a given registry
containers.podman.podman_logout – Log out of a container registry using podman
containers.podman.podman_network – Manage podman networks
containers.podman.podman_network_info – Gather info about podman networks
containers.podman.podman_pod – Manage Podman pods
containers.podman.podman_pod_info – Gather info about podman pods
containers.podman.podman_volume – Manage Podman volumes
containers.podman.podman_volume_info – Gather info about podman volumes
cyberark.pas¶
cyberark.pas.cyberark_account – Module for CyberArk Account object creation, deletion, and modification using PAS Web Services SDK.
cyberark.pas.cyberark_authentication – CyberArk Authentication using PAS Web Services SDK.
cyberark.pas.cyberark_credential – Credential retrieval using AAM Central Credential Provider.
cyberark.pas.cyberark_user – CyberArk User Management using PAS Web Services SDK.
dellemc.openmanage¶
dellemc.openmanage.dellemc_configure_idrac_eventing – Configures the iDRAC eventing related attributes
dellemc.openmanage.dellemc_configure_idrac_services – Configures the iDRAC services related attributes
dellemc.openmanage.dellemc_get_firmware_inventory – Get Firmware Inventory
dellemc.openmanage.dellemc_get_system_inventory – Get the PowerEdge Server System Inventory
dellemc.openmanage.dellemc_idrac_lc_attributes – Enable or disable Collect System Inventory on Restart (CSIOR) property for all iDRAC/LC jobs
dellemc.openmanage.dellemc_idrac_storage_volume – Configures the RAID configuration attributes
dellemc.openmanage.dellemc_system_lockdown_mode – Configures system lockdown mode for iDRAC
dellemc.openmanage.idrac_bios – Configure the BIOS attributes
dellemc.openmanage.idrac_firmware – Firmware update from a repository on a network share (CIFS, NFS, HTTP, HTTPS, FTP)
dellemc.openmanage.idrac_firmware_info – Get Firmware Inventory
dellemc.openmanage.idrac_lifecycle_controller_job_status_info – Get the status of a Lifecycle Controller job
dellemc.openmanage.idrac_lifecycle_controller_jobs – Delete the Lifecycle Controller Jobs
dellemc.openmanage.idrac_lifecycle_controller_logs – Export Lifecycle Controller logs to a network share
dellemc.openmanage.idrac_lifecycle_controller_status_info – Get the status of the Lifecycle Controller
dellemc.openmanage.idrac_network – Configures the iDRAC network attributes
dellemc.openmanage.idrac_os_deployment – Boot to a network ISO image
dellemc.openmanage.idrac_redfish_storage_controller – Configures the storage controller settings
dellemc.openmanage.idrac_reset – Reset iDRAC
dellemc.openmanage.idrac_server_config_profile – Export or Import iDRAC Server Configuration Profile (SCP)
dellemc.openmanage.idrac_syslog – Enable or disable the syslog on iDRAC
dellemc.openmanage.idrac_system_info – Get the PowerEdge Server System Inventory
dellemc.openmanage.idrac_timezone_ntp – Configures time zone and NTP on iDRAC
dellemc.openmanage.idrac_user – Configure settings for user accounts
dellemc.openmanage.ome_application_certificate – This module allows to generate a CSR and upload the certificate
dellemc.openmanage.ome_application_network_address – Updates the network configuration on OpenManage Enterprise
dellemc.openmanage.ome_application_network_proxy – Updates the proxy configuration on OpenManage Enterprise
dellemc.openmanage.ome_application_network_time – Updates the network time on OpenManage Enterprise
dellemc.openmanage.ome_application_network_webserver – Updates the Web server configuration on OpenManage Enterprise
dellemc.openmanage.ome_configuration_compliance_baseline – Create, modify, and delete a configuration compliance baseline and remediate non-compliant devices on OpenManage Enterprise
dellemc.openmanage.ome_configuration_compliance_info – Device compliance report for devices managed in OpenManage Enterprise
dellemc.openmanage.ome_device_info – Retrieves the information of devices inventoried by OpenManage Enterprise
dellemc.openmanage.ome_firmware – Firmware update of PowerEdge devices and its components through OpenManage Enterprise
dellemc.openmanage.ome_firmware_baseline – Create a firmware baseline on OpenManage Enterprise
dellemc.openmanage.ome_firmware_baseline_compliance_info – Retrieves baseline compliance details on OpenManage Enterprise
dellemc.openmanage.ome_firmware_baseline_info – Retrieves baseline details from OpenManage Enterprise
dellemc.openmanage.ome_firmware_catalog – Creates a catalog on OpenManage Enterprise
dellemc.openmanage.ome_identity_pool – Manages identity pool settings on OpenManage Enterprise
dellemc.openmanage.ome_job_info – Get job details for a given job ID or an entire job queue on OpenMange Enterprise
dellemc.openmanage.ome_network_port_breakout – This module allows to automate the port portioning or port breakout to logical sub ports
dellemc.openmanage.ome_network_vlan – Create, modify & delete a VLAN
dellemc.openmanage.ome_network_vlan_info – Retrieves the information about networks VLAN(s) present in OpenManage Enterprise
dellemc.openmanage.ome_powerstate – Performs the power management operations on OpenManage Enterprise
dellemc.openmanage.ome_profile – Create, modify, delete, assign, unassign and migrate a profile on OpenManage Enterprise
dellemc.openmanage.ome_smart_fabric – Create, modify or delete a fabric on OpenManage Enterprise Modular
dellemc.openmanage.ome_smart_fabric_uplink – Create, modify or delete a uplink for a fabric on OpenManage Enterprise Modular
dellemc.openmanage.ome_template – Create, modify, deploy, delete, export, import and clone a template on OpenManage Enterprise
dellemc.openmanage.ome_template_identity_pool – Attach or detach an identity pool to a requested template on OpenManage Enterprise
dellemc.openmanage.ome_template_info – Retrieves template details from OpenManage Enterprise
dellemc.openmanage.ome_template_network_vlan – Set tagged and untagged vlans to native network card supported by a template on OpenManage Enterprise
dellemc.openmanage.ome_user – Create, modify or delete a user on OpenManage Enterprise
dellemc.openmanage.ome_user_info – Retrieves details of all accounts or a specific account on OpenManage Enterprise
dellemc.openmanage.redfish_firmware – To perform a component firmware update using the image file available on the local or remote system
dellemc.openmanage.redfish_powerstate – Manage device power state
dellemc.openmanage.redfish_storage_volume – Manages the storage volume configuration
dellemc.os10¶
dellemc.os10.base_xml_to_dict – Operations for show command output convertion from xml to json format.
dellemc.os10.bgp_validate – Validate the bgp neighbor state,raise error if it is not in established state
dellemc.os10.mtu_validate – Validate the MTU value for lldp neighbors
dellemc.os10.os10_command – Run commands on devices running Dell EMC SmartFabric OS10
dellemc.os10.os10_config – Manage Dell EMC SmartFabric OS10 configuration sections
dellemc.os10.os10_facts – Collect facts from devices running Dell EMC SmartFabric OS10
dellemc.os10.show_system_network_summary – Operations for show_system_network output in json/yaml format.
dellemc.os10.vlt_validate – Validate the vlt info, raise an error if peer is not in up state
dellemc.os10.wiring_validate – Validate the wiring based on the planned wiring details
dellemc.os6¶
dellemc.os6.os6_command – Run commands on devices running Dell EMC OS6
dellemc.os6.os6_config – Manage Dell EMC OS6 configuration sections
dellemc.os6.os6_facts – Collect facts from devices running Dell EMC OS6
dellemc.os9¶
dellemc.os9.os9_command – Run commands on remote devices running Dell OS9
dellemc.os9.os9_config – Manage Dell EMC Networking OS9 configuration sections
dellemc.os9.os9_facts – Collect facts from remote devices running Dell EMC Networking OS9
f5networks.f5_modules¶
f5networks.f5_modules.bigip_apm_acl – Manage user-defined APM ACLs
f5networks.f5_modules.bigip_apm_network_access – Manage APM Network Access resource
f5networks.f5_modules.bigip_apm_policy_fetch – Exports the APM policy or APM access profile from remote nodes.
f5networks.f5_modules.bigip_apm_policy_import – Manage BIG-IP APM policy or APM access profile imports
f5networks.f5_modules.bigip_asm_advanced_settings – Manage BIG-IP system ASM advanced settings
f5networks.f5_modules.bigip_asm_dos_application – Manage application settings for a DOS profile
f5networks.f5_modules.bigip_asm_policy_fetch – Exports the ASM policy from remote nodes.
f5networks.f5_modules.bigip_asm_policy_import – Manage BIG-IP ASM policy imports
f5networks.f5_modules.bigip_asm_policy_manage – Manage BIG-IP ASM policies
f5networks.f5_modules.bigip_asm_policy_server_technology – Manages Server Technology on an ASM policy
f5networks.f5_modules.bigip_asm_policy_signature_set – Manages Signature Sets on an ASM policy
f5networks.f5_modules.bigip_cgnat_lsn_pool – Manage CGNAT LSN Pools
f5networks.f5_modules.bigip_cli_alias – Manage CLI aliases on a BIG-IP
f5networks.f5_modules.bigip_cli_script – Manage CLI scripts on a BIG-IP
f5networks.f5_modules.bigip_command – Run TMSH and BASH commands on F5 devices
f5networks.f5_modules.bigip_config – Manage BIG-IP configuration sections
f5networks.f5_modules.bigip_configsync_action – Perform different actions related to config-sync
f5networks.f5_modules.bigip_data_group – Manage data groups on a BIG-IP
f5networks.f5_modules.bigip_device_auth – Manage system authentication on a BIG-IP
f5networks.f5_modules.bigip_device_auth_ldap – Manage LDAP device authentication settings on BIG-IP
f5networks.f5_modules.bigip_device_auth_radius – Manages RADIUS auth configuration on a BIG-IP device
f5networks.f5_modules.bigip_device_auth_radius_server – Manages the RADIUS server configuration of the device
f5networks.f5_modules.bigip_device_certificate – Manage self-signed device certificates
f5networks.f5_modules.bigip_device_connectivity – Manages device IP configuration settings for HA on a BIG-IP.
f5networks.f5_modules.bigip_device_dns – Manage DNS settings on a BIG-IP
f5networks.f5_modules.bigip_device_group – Manage device groups on a BIG-IP
f5networks.f5_modules.bigip_device_group_member – Manages members in a device group
f5networks.f5_modules.bigip_device_ha_group – Manage HA group settings on a BIG-IP system
f5networks.f5_modules.bigip_device_httpd – Manage HTTPD related settings on a BIG-IP system
f5networks.f5_modules.bigip_device_info – Collect information from F5 BIG-IP devices
f5networks.f5_modules.bigip_device_license – Manage license installation and activation on BIG-IP devices
f5networks.f5_modules.bigip_device_ntp – Manage NTP servers on a BIG-IP
f5networks.f5_modules.bigip_device_sshd – Manage the SSHD settings of a BIG-IP
f5networks.f5_modules.bigip_device_syslog – Manage system-level syslog settings on BIG-IP
f5networks.f5_modules.bigip_device_traffic_group – Manages traffic groups on BIG-IP
f5networks.f5_modules.bigip_device_trust – Manage the trust relationships between BIG-IPs
f5networks.f5_modules.bigip_dns_cache_resolver – Manage DNS resolver cache configuration on a BIG-IP
f5networks.f5_modules.bigip_dns_nameserver – Manage LTM DNS nameservers on a BIG-IP
f5networks.f5_modules.bigip_dns_resolver – Manage DNS resolvers on a BIG-IP
f5networks.f5_modules.bigip_dns_zone – Manage DNS zones on BIG-IP
f5networks.f5_modules.bigip_file_copy – Manage files in datastores on a BIG-IP
f5networks.f5_modules.bigip_firewall_address_list – Manage address lists on BIG-IP AFM
f5networks.f5_modules.bigip_firewall_dos_profile – Manage AFM DoS profiles on a BIG-IP
f5networks.f5_modules.bigip_firewall_dos_vector – Manage attack vector configuration in an AFM DoS profile
f5networks.f5_modules.bigip_firewall_global_rules – Manage AFM global rule settings on BIG-IP
f5networks.f5_modules.bigip_firewall_log_profile – Manages AFM logging profiles configured in the system
f5networks.f5_modules.bigip_firewall_log_profile_network – Configures Network Firewall related settings of the log profile
f5networks.f5_modules.bigip_firewall_policy – Manage AFM security firewall policies on a BIG-IP
f5networks.f5_modules.bigip_firewall_port_list – Manage port lists on BIG-IP AFM
f5networks.f5_modules.bigip_firewall_rule – Manage AFM Firewall rules
f5networks.f5_modules.bigip_firewall_rule_list – Manage AFM security firewall policies on a BIG-IP
f5networks.f5_modules.bigip_firewall_schedule – Manage BIG-IP AFM schedule configurations
f5networks.f5_modules.bigip_gtm_datacenter – Manage Datacenter configuration in BIG-IP
f5networks.f5_modules.bigip_gtm_dns_listener – Configures the BIG-IP DNS system to answer TCP or UDP DNS requests
f5networks.f5_modules.bigip_gtm_global – Manages global GTM settings
f5networks.f5_modules.bigip_gtm_monitor_bigip – Manages F5 BIG-IP GTM BIG-IP monitors
f5networks.f5_modules.bigip_gtm_monitor_external – Manages external GTM monitors on a BIG-IP
f5networks.f5_modules.bigip_gtm_monitor_firepass – Manages F5 BIG-IP GTM FirePass monitors
f5networks.f5_modules.bigip_gtm_monitor_http – Manages F5 BIG-IP GTM HTTP monitors
f5networks.f5_modules.bigip_gtm_monitor_https – Manages F5 BIG-IP GTM HTTPS monitors
f5networks.f5_modules.bigip_gtm_monitor_tcp – Manages F5 BIG-IP GTM TCP monitors
f5networks.f5_modules.bigip_gtm_monitor_tcp_half_open – Manages F5 BIG-IP GTM TCP half-open monitors
f5networks.f5_modules.bigip_gtm_pool – Manages F5 BIG-IP GTM pools
f5networks.f5_modules.bigip_gtm_pool_member – Manage GTM pool member settings
f5networks.f5_modules.bigip_gtm_server – Manages F5 BIG-IP GTM servers
f5networks.f5_modules.bigip_gtm_topology_record – Manages GTM Topology Records
f5networks.f5_modules.bigip_gtm_topology_region – Manages GTM Topology Regions
f5networks.f5_modules.bigip_gtm_virtual_server – Manages F5 BIG-IP GTM virtual servers
f5networks.f5_modules.bigip_gtm_wide_ip – Manages F5 BIG-IP GTM Wide IP
f5networks.f5_modules.bigip_hostname – Manage the hostname of a BIG-IP
f5networks.f5_modules.bigip_iapp_service – Manages TCL iApp services on a BIG-IP
f5networks.f5_modules.bigip_iapp_template – Manages TCL iApp templates on a BIG-IP.
f5networks.f5_modules.bigip_ike_peer – Manage IPSec IKE Peer configuration on BIG-IP
f5networks.f5_modules.bigip_imish_config – Manage BIG-IP advanced routing configuration sections
f5networks.f5_modules.bigip_interface – Module to manage BIG-IP physical interfaces.
f5networks.f5_modules.bigip_ipsec_policy – Manage IPSec policies on a BIG-IP
f5networks.f5_modules.bigip_irule – Manage iRules across different modules on a BIG-IP
f5networks.f5_modules.bigip_log_destination – Manages log destinations on a BIG-IP.
f5networks.f5_modules.bigip_log_publisher – Manages log publishers on a BIG-IP
f5networks.f5_modules.bigip_lx_package – Manages Javascript LX packages on a BIG-IP
f5networks.f5_modules.bigip_management_route – Manage system management routes on a BIG-IP
f5networks.f5_modules.bigip_message_routing_peer – Manage peers for routing generic message protocol messages
f5networks.f5_modules.bigip_message_routing_protocol – Manage the generic message parser profile.
f5networks.f5_modules.bigip_message_routing_route – Manages static routes for routing message protocol messages
f5networks.f5_modules.bigip_message_routing_router – Manages router profiles for message-routing protocols
f5networks.f5_modules.bigip_message_routing_transport_config – Manages configuration for an outgoing connection
f5networks.f5_modules.bigip_monitor_dns – Manage DNS monitors on a BIG-IP
f5networks.f5_modules.bigip_monitor_external – Manages external LTM monitors on a BIG-IP
f5networks.f5_modules.bigip_monitor_ftp – Manage FTP monitors on a BIG-IP
f5networks.f5_modules.bigip_monitor_gateway_icmp – Manages F5 BIG-IP LTM gateway ICMP monitors
f5networks.f5_modules.bigip_monitor_http – Manages F5 BIG-IP LTM HTTP monitors
f5networks.f5_modules.bigip_monitor_https – Manages F5 BIG-IP LTM HTTPS monitors
f5networks.f5_modules.bigip_monitor_icmp – Manages F5 BIG-IP LTM ICMP monitors
f5networks.f5_modules.bigip_monitor_ldap – Manages BIG-IP LDAP monitors
f5networks.f5_modules.bigip_monitor_mysql – Manages BIG-IP MySQL monitors
f5networks.f5_modules.bigip_monitor_oracle – Manages BIG-IP Oracle monitors
f5networks.f5_modules.bigip_monitor_smtp – Manage SMTP monitors on a BIG-IP
f5networks.f5_modules.bigip_monitor_snmp_dca – Manages BIG-IP SNMP data collecting agent (DCA) monitors
f5networks.f5_modules.bigip_monitor_tcp – Manages F5 BIG-IP LTM TCP monitors
f5networks.f5_modules.bigip_monitor_tcp_echo – Manages F5 BIG-IP LTM TCP echo monitors
f5networks.f5_modules.bigip_monitor_tcp_half_open – Manages F5 BIG-IP LTM TCP half-open monitors
f5networks.f5_modules.bigip_monitor_udp – Manages F5 BIG-IP LTM UDP monitors
f5networks.f5_modules.bigip_network_globals – Manage network global settings on BIG-IP
f5networks.f5_modules.bigip_node – Manages F5 BIG-IP LTM nodes
f5networks.f5_modules.bigip_partition – Manage BIG-IP partitions
f5networks.f5_modules.bigip_password_policy – Manages the authentication password policy on a BIG-IP
f5networks.f5_modules.bigip_policy – Manage general policy configuration on a BIG-IP
f5networks.f5_modules.bigip_policy_rule – Manage LTM policy rules on a BIG-IP
f5networks.f5_modules.bigip_pool – Manages F5 BIG-IP LTM pools
f5networks.f5_modules.bigip_pool_member – Manages F5 BIG-IP LTM pool members
f5networks.f5_modules.bigip_profile_analytics – Manage HTTP analytics profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_client_ssl – Manages client SSL profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_dns – Manage DNS profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_fastl4 – Manages Fast L4 profiles
f5networks.f5_modules.bigip_profile_ftp – Manages FTP profiles
f5networks.f5_modules.bigip_profile_http – Manage HTTP profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_http2 – Manage HTTP2 profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_http_compression – Manage HTTP compression profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_oneconnect – Manage OneConnect profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_persistence_cookie – Manage cookie persistence profiles on BIG-IP
f5networks.f5_modules.bigip_profile_persistence_src_addr – Manage source address persistence profiles
f5networks.f5_modules.bigip_profile_persistence_universal – Manage universal persistence profiles
f5networks.f5_modules.bigip_profile_server_ssl – Manages server SSL profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_sip – Manage SIP profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_tcp – Manage TCP profiles on a BIG-IP
f5networks.f5_modules.bigip_profile_udp – Manage UDP profiles on a BIG-IP
f5networks.f5_modules.bigip_provision – Manage BIG-IP module provisioning
f5networks.f5_modules.bigip_qkview – Manage QKviews on the device
f5networks.f5_modules.bigip_remote_role – Manage remote roles on a BIG-IP
f5networks.f5_modules.bigip_remote_syslog – Manipulate remote syslog settings on a BIG-IP
f5networks.f5_modules.bigip_remote_user – Manages default settings for remote user accounts on a BIG-IP
f5networks.f5_modules.bigip_routedomain – Manage route domains on a BIG-IP
f5networks.f5_modules.bigip_selfip – Manage Self-IPs on a BIG-IP system
f5networks.f5_modules.bigip_service_policy – Manages service policies on a BIG-IP.
f5networks.f5_modules.bigip_smtp – Manages SMTP settings on the BIG-IP
f5networks.f5_modules.bigip_snat_pool – Manage SNAT pools on a BIG-IP
f5networks.f5_modules.bigip_snat_translation – Manage SNAT translations on a BIG-IP
f5networks.f5_modules.bigip_snmp – Manipulate general SNMP settings on a BIG-IP
f5networks.f5_modules.bigip_snmp_community – Manages SNMP communities on a BIG-IP.
f5networks.f5_modules.bigip_snmp_trap – Manipulate SNMP trap information on a BIG-IP
f5networks.f5_modules.bigip_software_image – Manage software images on a BIG-IP
f5networks.f5_modules.bigip_software_install – Install software images on a BIG-IP
f5networks.f5_modules.bigip_software_update – Manage the software update settings of a BIG-IP
f5networks.f5_modules.bigip_ssl_certificate – Import/Delete certificates from BIG-IP
f5networks.f5_modules.bigip_ssl_csr – Create SSL CSR files on the BIG-IP
f5networks.f5_modules.bigip_ssl_key – Import/Delete SSL keys from BIG-IP
f5networks.f5_modules.bigip_ssl_key_cert – Import/Delete SSL keys and certs from BIG-IP
f5networks.f5_modules.bigip_ssl_ocsp – Manage OCSP configurations on BIG-IP
f5networks.f5_modules.bigip_static_route – Manipulate static routes on a BIG-IP
f5networks.f5_modules.bigip_sys_daemon_log_tmm – Manage BIG-IP tmm daemon log settings
f5networks.f5_modules.bigip_sys_db – Manage BIG-IP system database variables
f5networks.f5_modules.bigip_sys_global – Manage BIG-IP global settings
f5networks.f5_modules.bigip_timer_policy – Manage timer policies on a BIG-IP
f5networks.f5_modules.bigip_traffic_selector – Manage IPSec Traffic Selectors on BIG-IP
f5networks.f5_modules.bigip_trunk – Manage trunks on a BIG-IP
f5networks.f5_modules.bigip_tunnel – Manage tunnels on a BIG-IP
f5networks.f5_modules.bigip_ucs – Manage upload, installation, and removal of UCS files
f5networks.f5_modules.bigip_ucs_fetch – Fetches a UCS file from remote nodes
f5networks.f5_modules.bigip_user – Manage user accounts and user attributes on a BIG-IP
f5networks.f5_modules.bigip_vcmp_guest – Manages vCMP guests on a BIG-IP
f5networks.f5_modules.bigip_virtual_address – Manage LTM virtual addresses on a BIG-IP
f5networks.f5_modules.bigip_virtual_server – Manage LTM virtual servers on a BIG-IP
f5networks.f5_modules.bigip_vlan – Manage VLANs on a BIG-IP system
f5networks.f5_modules.bigip_wait – Wait for a BIG-IP condition before continuing
f5networks.f5_modules.bigiq_application_fasthttp – Manages BIG-IQ FastHTTP applications
f5networks.f5_modules.bigiq_application_fastl4_tcp – Manages BIG-IQ FastL4 TCP applications
f5networks.f5_modules.bigiq_application_fastl4_udp – Manages BIG-IQ FastL4 UDP applications
f5networks.f5_modules.bigiq_application_http – Manages BIG-IQ HTTP applications
f5networks.f5_modules.bigiq_application_https_offload – Manages BIG-IQ HTTPS offload applications
f5networks.f5_modules.bigiq_application_https_waf – Manages BIG-IQ HTTPS WAF applications
f5networks.f5_modules.bigiq_device_discovery – Manage BIG-IP devices through BIG-IQ
f5networks.f5_modules.bigiq_device_info – Collect information from F5 BIG-IQ devices
f5networks.f5_modules.bigiq_regkey_license – Manages licenses in a BIG-IQ registration key pool
f5networks.f5_modules.bigiq_regkey_license_assignment – Manage regkey license assignment on BIG-IPs from a BIG-IQ
f5networks.f5_modules.bigiq_regkey_pool – Manages registration key pools on BIG-IQ
f5networks.f5_modules.bigiq_utility_license – Manage utility licenses on a BIG-IQ
f5networks.f5_modules.bigiq_utility_license_assignment – Manage utility license assignment on BIG-IPs from a BIG-IQ
fortinet.fortimanager¶
fortinet.fortimanager.fmgr_adom_options – no description
fortinet.fortimanager.fmgr_antivirus_mmschecksum – Configure MMS content checksum list.
fortinet.fortimanager.fmgr_antivirus_mmschecksum_entries – modify this MMS content checksum list
fortinet.fortimanager.fmgr_antivirus_notification – Configure AntiVirus notification lists.
fortinet.fortimanager.fmgr_antivirus_notification_entries – modify this antivirus notification list
fortinet.fortimanager.fmgr_antivirus_profile – Configure AntiVirus profiles.
fortinet.fortimanager.fmgr_antivirus_profile_contentdisarm – AV Content Disarm and Reconstruction settings.
fortinet.fortimanager.fmgr_antivirus_profile_ftp – Configure FTP AntiVirus options.
fortinet.fortimanager.fmgr_antivirus_profile_http – Configure HTTP AntiVirus options.
fortinet.fortimanager.fmgr_antivirus_profile_imap – Configure IMAP AntiVirus options.
fortinet.fortimanager.fmgr_antivirus_profile_mapi – Configure MAPI AntiVirus options.
fortinet.fortimanager.fmgr_antivirus_profile_nacquar – Configure AntiVirus quarantine settings.
fortinet.fortimanager.fmgr_antivirus_profile_nntp – Configure NNTP AntiVirus options.
fortinet.fortimanager.fmgr_antivirus_profile_pop3 – Configure POP3 AntiVirus options.
fortinet.fortimanager.fmgr_antivirus_profile_smb – Configure SMB AntiVirus options.
fortinet.fortimanager.fmgr_antivirus_profile_smtp – Configure SMTP AntiVirus options.
fortinet.fortimanager.fmgr_application_categories – no description
fortinet.fortimanager.fmgr_application_custom – Configure custom application signatures.
fortinet.fortimanager.fmgr_application_group – Configure firewall application groups.
fortinet.fortimanager.fmgr_application_list – Configure application control lists.
fortinet.fortimanager.fmgr_application_list_entries – Application list entries.
fortinet.fortimanager.fmgr_application_list_entries_parameters – Application parameters.
fortinet.fortimanager.fmgr_bleprofile – Configure Bluetooth Low Energy profile.
fortinet.fortimanager.fmgr_bonjourprofile – Configure Bonjour profiles. Bonjour is Apples zero configuration networking protocol. Bonjour profiles allow APs and FortiAPs to connnec…
fortinet.fortimanager.fmgr_bonjourprofile_policylist – Bonjour policy list.
fortinet.fortimanager.fmgr_certificate_template – no description
fortinet.fortimanager.fmgr_clone – Clone an object in FortiManager.
fortinet.fortimanager.fmgr_devprof_device_profile_fortianalyzer – no description
fortinet.fortimanager.fmgr_devprof_device_profile_fortiguard – no description
fortinet.fortimanager.fmgr_devprof_log_fortianalyzer_setting – Global FortiAnalyzer settings.
fortinet.fortimanager.fmgr_devprof_log_syslogd_filter – Filters for remote system server.
fortinet.fortimanager.fmgr_devprof_log_syslogd_setting – Global settings for remote syslog server.
fortinet.fortimanager.fmgr_devprof_system_centralmanagement – Configure central management.
fortinet.fortimanager.fmgr_devprof_system_centralmanagement_serverlist – Additional severs that the FortiGate can use for updates (for AV, IPS, updates) and ratings (for web filter and antispam ratings) servers.
fortinet.fortimanager.fmgr_devprof_system_dns – Configure DNS.
fortinet.fortimanager.fmgr_devprof_system_emailserver – Configure the email server used by the FortiGate various things. For example, for sending email messages to users to support user authen…
fortinet.fortimanager.fmgr_devprof_system_global – Configure global attributes.
fortinet.fortimanager.fmgr_devprof_system_ntp – Configure system NTP information.
fortinet.fortimanager.fmgr_devprof_system_ntp_ntpserver – Configure the FortiGate to connect to any available third-party NTP server.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_admin – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_alertmail – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_auth – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_devicedetectionportal – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_ec – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_fortiguardwf – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_ftp – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_http – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_mail – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_mms – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_nacquar – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_nntp – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_spam – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_sslvpn – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_trafficquota – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_utm – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_replacemsg_webproxy – Replacement messages.
fortinet.fortimanager.fmgr_devprof_system_snmp_community – SNMP community configuration.
fortinet.fortimanager.fmgr_devprof_system_snmp_community_hosts – Configure IPv4 SNMP managers (hosts).
fortinet.fortimanager.fmgr_devprof_system_snmp_community_hosts6 – Configure IPv6 SNMP managers.
fortinet.fortimanager.fmgr_devprof_system_snmp_sysinfo – SNMP system info configuration.
fortinet.fortimanager.fmgr_devprof_system_snmp_user – SNMP user configuration.
fortinet.fortimanager.fmgr_dlp_filepattern – Configure file patterns used by DLP blocking.
fortinet.fortimanager.fmgr_dlp_filepattern_entries – Configure file patterns used by DLP blocking.
fortinet.fortimanager.fmgr_dlp_fpsensitivity – Create self-explanatory DLP sensitivity levels to be used when setting sensitivity under config fp-doc-source.
fortinet.fortimanager.fmgr_dlp_sensor – Configure DLP sensors.
fortinet.fortimanager.fmgr_dlp_sensor_filter – Set up DLP filters for this sensor.
fortinet.fortimanager.fmgr_dnsfilter_domainfilter – Configure DNS domain filters.
fortinet.fortimanager.fmgr_dnsfilter_domainfilter_entries – DNS domain filter entries.
fortinet.fortimanager.fmgr_dnsfilter_profile – Configure DNS domain filter profiles.
fortinet.fortimanager.fmgr_dnsfilter_profile_domainfilter – Domain filter settings.
fortinet.fortimanager.fmgr_dnsfilter_profile_ftgddns – FortiGuard DNS Filter settings.
fortinet.fortimanager.fmgr_dnsfilter_profile_ftgddns_filters – FortiGuard DNS domain filters.
fortinet.fortimanager.fmgr_dvm_cmd_add_device – Add a device to the Device Manager database.
fortinet.fortimanager.fmgr_dvm_cmd_add_devlist – Add multiple devices to the Device Manager database.
fortinet.fortimanager.fmgr_dvm_cmd_changehaseq – Modify HA sequence to promote a slave to become the master of the cluster.
fortinet.fortimanager.fmgr_dvm_cmd_del_device – Delete a device.
fortinet.fortimanager.fmgr_dvm_cmd_del_devlist – Delete a list of devices.
fortinet.fortimanager.fmgr_dvm_cmd_discover_device – Probe a remote device and retrieve its device information and system status.
fortinet.fortimanager.fmgr_dvm_cmd_import_devlist – Import a list of ADOMs and devices.
fortinet.fortimanager.fmgr_dvm_cmd_reload_devlist – Retrieve a list of devices.
fortinet.fortimanager.fmgr_dvm_cmd_update_device – Refresh the FGFM connection and system information of a device.
fortinet.fortimanager.fmgr_dvm_cmd_update_devlist – Refresh FGFM connection and system information for a list of devices.
fortinet.fortimanager.fmgr_dvmdb_adom – ADOM table, most attributes are read-only and can only be changed internally.
fortinet.fortimanager.fmgr_dvmdb_adom_objectmember – ADOM table, most attributes are read-only and can only be changed internally.
fortinet.fortimanager.fmgr_dvmdb_device – Device table, most attributes are read-only and can only be changed internally. Refer to Device Manager Command module for API to add, d…
fortinet.fortimanager.fmgr_dvmdb_device_replace_sn – Replace devices serial number with new value.
fortinet.fortimanager.fmgr_dvmdb_device_vdom – Device VDOM table.
fortinet.fortimanager.fmgr_dvmdb_group – Device group table.
fortinet.fortimanager.fmgr_dvmdb_group_objectmember – Device group table.
fortinet.fortimanager.fmgr_dvmdb_metafields_adom – no description
fortinet.fortimanager.fmgr_dvmdb_metafields_device – no description
fortinet.fortimanager.fmgr_dvmdb_metafields_group – no description
fortinet.fortimanager.fmgr_dvmdb_revision – ADOM revision table.
fortinet.fortimanager.fmgr_dvmdb_script – Script table.
fortinet.fortimanager.fmgr_dvmdb_script_execute – Run script.
fortinet.fortimanager.fmgr_dvmdb_script_objectmember – Script table.
fortinet.fortimanager.fmgr_dvmdb_script_scriptschedule – Script schedule table.
fortinet.fortimanager.fmgr_dvmdb_workflow_approve – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_discard – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_drop – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_reject – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_repair – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_revert – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_review – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_save – no description
fortinet.fortimanager.fmgr_dvmdb_workflow_start – Continue a workflow session. Start a new session if ID is not specified in the request.<br/><br/>Refer to workflow and wflog object for …
fortinet.fortimanager.fmgr_dvmdb_workflow_submit – no description
fortinet.fortimanager.fmgr_dvmdb_workspace_commit – Commit change(s) of an entire ADOM.
fortinet.fortimanager.fmgr_dvmdb_workspace_commit_dev – Commit change(s) of a device.
fortinet.fortimanager.fmgr_dvmdb_workspace_commit_obj – Commit change(s) of a specific object, where the url contains the full path to the object (eg. <i>firewall/address/obj_name</i>).
fortinet.fortimanager.fmgr_dvmdb_workspace_commit_pkg – Commit change(s) of a specific package, where the url includes both the folder(s) and name of the policy package.
fortinet.fortimanager.fmgr_dvmdb_workspace_lock – Lock an entire ADOM.
fortinet.fortimanager.fmgr_dvmdb_workspace_lock_dev – Lock a device.
fortinet.fortimanager.fmgr_dvmdb_workspace_lock_obj – Lock a specific object, where the url contains the full path to the object (eg. <i>firewall/address/obj_name</i>).
fortinet.fortimanager.fmgr_dvmdb_workspace_lock_pkg – Lock a specific package, where the url includes both the folder(s) and name of the policy package.
fortinet.fortimanager.fmgr_dvmdb_workspace_unlock – Unlock an entire ADOM.
fortinet.fortimanager.fmgr_dvmdb_workspace_unlock_dev – Unlock a device.
fortinet.fortimanager.fmgr_dvmdb_workspace_unlock_obj – Unlock a specific object, where the url contains the full path to the object (eg. <i>firewall/address/obj_name</i>).
fortinet.fortimanager.fmgr_dvmdb_workspace_unlock_pkg – Unlock a specific package, where the url includes both the folder(s) and name of the policy package.
fortinet.fortimanager.fmgr_dynamic_address – no description
fortinet.fortimanager.fmgr_dynamic_address_dynamicaddrmapping – no description
fortinet.fortimanager.fmgr_dynamic_certificate_local – no description
fortinet.fortimanager.fmgr_dynamic_certificate_local_dynamicmapping – no description
fortinet.fortimanager.fmgr_dynamic_interface – no description
fortinet.fortimanager.fmgr_dynamic_interface_dynamicmapping – no description
fortinet.fortimanager.fmgr_dynamic_ippool – no description
fortinet.fortimanager.fmgr_dynamic_multicast_interface – no description
fortinet.fortimanager.fmgr_dynamic_multicast_interface_dynamicmapping – no description
fortinet.fortimanager.fmgr_dynamic_vip – no description
fortinet.fortimanager.fmgr_dynamic_virtualwanlink_members – no description
fortinet.fortimanager.fmgr_dynamic_virtualwanlink_members_dynamicmapping – no description
fortinet.fortimanager.fmgr_dynamic_virtualwanlink_server – no description
fortinet.fortimanager.fmgr_dynamic_virtualwanlink_server_dynamicmapping – no description
fortinet.fortimanager.fmgr_dynamic_vpntunnel – no description
fortinet.fortimanager.fmgr_dynamic_vpntunnel_dynamicmapping – no description
fortinet.fortimanager.fmgr_exec_fgfm_reclaimdevtunnel – Reclaim management tunnel to device.<br/><br/>Request without device name specified will reclaim tunnels for all managed devices.
fortinet.fortimanager.fmgr_fact – Gather fortimanager facts.
fortinet.fortimanager.fmgr_firewall_address – Configure IPv4 addresses.
fortinet.fortimanager.fmgr_firewall_address6 – Configure IPv6 firewall addresses.
fortinet.fortimanager.fmgr_firewall_address6_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_address6_list – IP address list.
fortinet.fortimanager.fmgr_firewall_address6_subnetsegment – IPv6 subnet segments.
fortinet.fortimanager.fmgr_firewall_address6_tagging – Config object tagging
fortinet.fortimanager.fmgr_firewall_address6template – Configure IPv6 address templates.
fortinet.fortimanager.fmgr_firewall_address6template_subnetsegment – IPv6 subnet segments.
fortinet.fortimanager.fmgr_firewall_address6template_subnetsegment_values – Subnet segment values.
fortinet.fortimanager.fmgr_firewall_address_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_address_list – IP address list.
fortinet.fortimanager.fmgr_firewall_address_tagging – Config object tagging.
fortinet.fortimanager.fmgr_firewall_addrgrp – Configure IPv4 address groups.
fortinet.fortimanager.fmgr_firewall_addrgrp6 – Configure IPv6 address groups.
fortinet.fortimanager.fmgr_firewall_addrgrp6_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_addrgrp6_tagging – Config object tagging.
fortinet.fortimanager.fmgr_firewall_addrgrp_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_addrgrp_tagging – Config object tagging.
fortinet.fortimanager.fmgr_firewall_carrierendpointbwl – Carrier end point black/white list tables.
fortinet.fortimanager.fmgr_firewall_carrierendpointbwl_entries – Carrier end point black/white list.
fortinet.fortimanager.fmgr_firewall_gtp – Configure GTP.
fortinet.fortimanager.fmgr_firewall_gtp_ieremovepolicy – IE remove policy.
fortinet.fortimanager.fmgr_firewall_gtp_ievalidation – IE validation.
fortinet.fortimanager.fmgr_firewall_gtp_ippolicy – IP policy.
fortinet.fortimanager.fmgr_firewall_gtp_messageratelimit – Message rate limiting.
fortinet.fortimanager.fmgr_firewall_gtp_messageratelimitv0 – Message rate limiting for GTP version 0.
fortinet.fortimanager.fmgr_firewall_gtp_messageratelimitv1 – Message rate limiting for GTP version 1.
fortinet.fortimanager.fmgr_firewall_gtp_messageratelimitv2 – Message rate limiting for GTP version 2.
fortinet.fortimanager.fmgr_firewall_gtp_noippolicy – No IP policy.
fortinet.fortimanager.fmgr_firewall_gtp_perapnshaper – Per APN shaper.
fortinet.fortimanager.fmgr_firewall_identitybasedroute – Configure identity based routing.
fortinet.fortimanager.fmgr_firewall_identitybasedroute_rule – Rule.
fortinet.fortimanager.fmgr_firewall_internetservice – Show Internet Service application.
fortinet.fortimanager.fmgr_firewall_internetservice_entry – Entries in the Internet Service database.
fortinet.fortimanager.fmgr_firewall_internetservicecustom – Configure custom Internet Services.
fortinet.fortimanager.fmgr_firewall_internetservicecustom_disableentry – Disable entries in the Internet Service database.
fortinet.fortimanager.fmgr_firewall_internetservicecustom_disableentry_iprange – IP ranges in the disable entry.
fortinet.fortimanager.fmgr_firewall_internetservicecustom_entry – Entries added to the Internet Service database and custom database.
fortinet.fortimanager.fmgr_firewall_internetservicecustom_entry_portrange – Port ranges in the custom entry.
fortinet.fortimanager.fmgr_firewall_internetservicecustomgroup – Configure custom Internet Service group.
fortinet.fortimanager.fmgr_firewall_internetservicegroup – Configure group of Internet Service.
fortinet.fortimanager.fmgr_firewall_ippool – Configure IPv4 IP pools.
fortinet.fortimanager.fmgr_firewall_ippool6 – Configure IPv6 IP pools.
fortinet.fortimanager.fmgr_firewall_ippool6_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_ippool_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_ldbmonitor – Configure server load balancing health monitors.
fortinet.fortimanager.fmgr_firewall_mmsprofile – Configure MMS profiles.
fortinet.fortimanager.fmgr_firewall_mmsprofile_dupe – Duplicate configuration.
fortinet.fortimanager.fmgr_firewall_mmsprofile_flood – Flood configuration.
fortinet.fortimanager.fmgr_firewall_mmsprofile_notification – Notification configuration.
fortinet.fortimanager.fmgr_firewall_mmsprofile_notifmsisdn – Notification for MSISDNs.
fortinet.fortimanager.fmgr_firewall_multicastaddress – Configure multicast addresses.
fortinet.fortimanager.fmgr_firewall_multicastaddress6 – Configure IPv6 multicast address.
fortinet.fortimanager.fmgr_firewall_multicastaddress6_tagging – Config object tagging.
fortinet.fortimanager.fmgr_firewall_multicastaddress_tagging – Config object tagging.
fortinet.fortimanager.fmgr_firewall_profilegroup – Configure profile groups.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions – Configure protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_dns – Configure DNS protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_ftp – Configure FTP protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_http – Configure HTTP protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_imap – Configure IMAP protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_mailsignature – Configure Mail signature.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_mapi – Configure MAPI protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_nntp – Configure NNTP protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_pop3 – Configure POP3 protocol options.
fortinet.fortimanager.fmgr_firewall_profileprotocoloptions_smtp – Configure SMTP protocol options.
fortinet.fortimanager.fmgr_firewall_proxyaddress – Web proxy address configuration.
fortinet.fortimanager.fmgr_firewall_proxyaddress_headergroup – HTTP header group.
fortinet.fortimanager.fmgr_firewall_proxyaddress_tagging – Config object tagging.
fortinet.fortimanager.fmgr_firewall_proxyaddrgrp – Web proxy address group configuration.
fortinet.fortimanager.fmgr_firewall_proxyaddrgrp_tagging – Config object tagging.
fortinet.fortimanager.fmgr_firewall_schedule_group – Schedule group configuration.
fortinet.fortimanager.fmgr_firewall_schedule_onetime – Onetime schedule configuration.
fortinet.fortimanager.fmgr_firewall_schedule_recurring – Recurring schedule configuration.
fortinet.fortimanager.fmgr_firewall_service_category – Configure service categories.
fortinet.fortimanager.fmgr_firewall_service_custom – Configure custom services.
fortinet.fortimanager.fmgr_firewall_service_group – Configure service groups.
fortinet.fortimanager.fmgr_firewall_shaper_peripshaper – Configure per-IP traffic shaper.
fortinet.fortimanager.fmgr_firewall_shaper_trafficshaper – Configure shared traffic shaper.
fortinet.fortimanager.fmgr_firewall_shapingprofile – Configure shaping profiles.
fortinet.fortimanager.fmgr_firewall_shapingprofile_shapingentries – Define shaping entries of this shaping profile.
fortinet.fortimanager.fmgr_firewall_sslsshprofile – Configure SSL/SSH protocol options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_ftps – Configure FTPS options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_https – Configure HTTPS options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_imaps – Configure IMAPS options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_pop3s – Configure POP3S options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_smtps – Configure SMTPS options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_ssh – Configure SSH options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_ssl – Configure SSL options.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_sslexempt – Servers to exempt from SSL inspection.
fortinet.fortimanager.fmgr_firewall_sslsshprofile_sslserver – SSL servers.
fortinet.fortimanager.fmgr_firewall_vip – Configure virtual IP for IPv4.
fortinet.fortimanager.fmgr_firewall_vip46 – Configure IPv4 to IPv6 virtual IPs.
fortinet.fortimanager.fmgr_firewall_vip46_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_vip46_realservers – Real servers.
fortinet.fortimanager.fmgr_firewall_vip6 – Configure virtual IP for IPv6.
fortinet.fortimanager.fmgr_firewall_vip64 – Configure IPv6 to IPv4 virtual IPs.
fortinet.fortimanager.fmgr_firewall_vip64_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_vip64_realservers – Real servers.
fortinet.fortimanager.fmgr_firewall_vip6_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_vip6_realservers – Select the real servers that this server load balancing VIP will distribute traffic to.
fortinet.fortimanager.fmgr_firewall_vip6_sslciphersuites – SSL/TLS cipher suites acceptable from a client, ordered by priority.
fortinet.fortimanager.fmgr_firewall_vip6_sslserverciphersuites – SSL/TLS cipher suites to offer to a server, ordered by priority.
fortinet.fortimanager.fmgr_firewall_vip_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_vip_dynamicmapping_realservers – no description
fortinet.fortimanager.fmgr_firewall_vip_dynamicmapping_sslciphersuites – no description
fortinet.fortimanager.fmgr_firewall_vip_realservers – Select the real servers that this server load balancing VIP will distribute traffic to.
fortinet.fortimanager.fmgr_firewall_vip_sslciphersuites – SSL/TLS cipher suites acceptable from a client, ordered by priority.
fortinet.fortimanager.fmgr_firewall_vip_sslserverciphersuites – SSL/TLS cipher suites to offer to a server, ordered by priority.
fortinet.fortimanager.fmgr_firewall_vipgrp – Configure IPv4 virtual IP groups.
fortinet.fortimanager.fmgr_firewall_vipgrp46 – Configure IPv4 to IPv6 virtual IP groups.
fortinet.fortimanager.fmgr_firewall_vipgrp6 – Configure IPv6 virtual IP groups.
fortinet.fortimanager.fmgr_firewall_vipgrp64 – Configure IPv6 to IPv4 virtual IP groups.
fortinet.fortimanager.fmgr_firewall_vipgrp_dynamicmapping – no description
fortinet.fortimanager.fmgr_firewall_wildcardfqdn_custom – Config global/VDOM Wildcard FQDN address.
fortinet.fortimanager.fmgr_firewall_wildcardfqdn_group – Config global Wildcard FQDN address groups.
fortinet.fortimanager.fmgr_fmupdate_analyzer_virusreport – Send virus detection notification to FortiGuard.
fortinet.fortimanager.fmgr_fmupdate_avips_advancedlog – Enable/disable logging of FortiGuard antivirus and IPS update packages received by FortiManagers built-in FortiGuard.
fortinet.fortimanager.fmgr_fmupdate_avips_webproxy – Configure the web proxy for use with FortiGuard antivirus and IPS updates.
fortinet.fortimanager.fmgr_fmupdate_customurllist – Configure the URL database for rating and filtering.
fortinet.fortimanager.fmgr_fmupdate_diskquota – Configure disk space available for use by the Upgrade Manager.
fortinet.fortimanager.fmgr_fmupdate_fctservices – Configure FortiGuard to provide services to FortiClient installations.
fortinet.fortimanager.fmgr_fmupdate_fdssetting – Configure FortiGuard settings.
fortinet.fortimanager.fmgr_fmupdate_fdssetting_pushoverride – Enable/disable push updates, and override the default IP address and port used by FortiGuard to send antivirus and IPS push messages for…
fortinet.fortimanager.fmgr_fmupdate_fdssetting_pushoverridetoclient – Enable/disable push updates, and override the default IP address and port used by FortiGuard to send antivirus and IPS push messages for…
fortinet.fortimanager.fmgr_fmupdate_fdssetting_pushoverridetoclient_announceip – Announce IP addresses for the device.
fortinet.fortimanager.fmgr_fmupdate_fdssetting_serveroverride – Server override configure.
fortinet.fortimanager.fmgr_fmupdate_fdssetting_serveroverride_servlist – Override server.
fortinet.fortimanager.fmgr_fmupdate_fdssetting_updateschedule – Configure the schedule when built-in FortiGuard retrieves antivirus and IPS updates.
fortinet.fortimanager.fmgr_fmupdate_multilayer – Configure multilayer mode.
fortinet.fortimanager.fmgr_fmupdate_publicnetwork – Enable/disable access to the public FortiGuard.
fortinet.fortimanager.fmgr_fmupdate_serveraccesspriorities – Configure priorities for FortiGate units accessing antivirus updates and web filtering services.
fortinet.fortimanager.fmgr_fmupdate_serveraccesspriorities_privateserver – Configure multiple FortiManager units and private servers.
fortinet.fortimanager.fmgr_fmupdate_serveroverridestatus – Configure strict/loose server override.
fortinet.fortimanager.fmgr_fmupdate_service – Enable/disable services provided by the built-in FortiGuard.
fortinet.fortimanager.fmgr_fmupdate_webspam_fgdsetting – Configure the FortiGuard run parameters.
fortinet.fortimanager.fmgr_fmupdate_webspam_fgdsetting_serveroverride – Server override configure.
fortinet.fortimanager.fmgr_fmupdate_webspam_fgdsetting_serveroverride_servlist – Override server.
fortinet.fortimanager.fmgr_fmupdate_webspam_webproxy – Configure the web proxy for use with FortiGuard antivirus and IPS updates.
fortinet.fortimanager.fmgr_fsp_vlan – no description
fortinet.fortimanager.fmgr_fsp_vlan_dhcpserver – no description
fortinet.fortimanager.fmgr_fsp_vlan_dhcpserver_excluderange – no description
fortinet.fortimanager.fmgr_fsp_vlan_dhcpserver_iprange – no description
fortinet.fortimanager.fmgr_fsp_vlan_dhcpserver_options – no description
fortinet.fortimanager.fmgr_fsp_vlan_dhcpserver_reservedaddress – no description
fortinet.fortimanager.fmgr_fsp_vlan_dynamicmapping – no description
fortinet.fortimanager.fmgr_fsp_vlan_dynamicmapping_dhcpserver – no description
fortinet.fortimanager.fmgr_fsp_vlan_dynamicmapping_dhcpserver_excluderange – no description
fortinet.fortimanager.fmgr_fsp_vlan_dynamicmapping_dhcpserver_iprange – no description
fortinet.fortimanager.fmgr_fsp_vlan_dynamicmapping_dhcpserver_options – no description
fortinet.fortimanager.fmgr_fsp_vlan_dynamicmapping_dhcpserver_reservedaddress – no description
fortinet.fortimanager.fmgr_fsp_vlan_dynamicmapping_interface – no description
fortinet.fortimanager.fmgr_fsp_vlan_interface – no description
fortinet.fortimanager.fmgr_fsp_vlan_interface_ipv6 – no description
fortinet.fortimanager.fmgr_fsp_vlan_interface_secondaryip – no description
fortinet.fortimanager.fmgr_fsp_vlan_interface_vrrp – no description
fortinet.fortimanager.fmgr_generic – Build and send generic FortiManager API request.
fortinet.fortimanager.fmgr_gtp_apn – Configure APN for GTP.
fortinet.fortimanager.fmgr_gtp_apngrp – Configure APN groups for GTP.
fortinet.fortimanager.fmgr_gtp_iewhitelist – IE white list.
fortinet.fortimanager.fmgr_gtp_iewhitelist_entries – Entries of white list (to allow) for unknown or out-of-state IEs.
fortinet.fortimanager.fmgr_gtp_messagefilterv0v1 – Message filter for GTPv0/v1 messages.
fortinet.fortimanager.fmgr_gtp_messagefilterv2 – Message filter for GTPv2 messages.
fortinet.fortimanager.fmgr_gtp_tunnellimit – GTP tunnel limiter.
fortinet.fortimanager.fmgr_hotspot20_anqp3gppcellular – Configure 3GPP public land mobile network (PLMN).
fortinet.fortimanager.fmgr_hotspot20_anqp3gppcellular_mccmnclist – Mobile Country Code and Mobile Network Code configuration.
fortinet.fortimanager.fmgr_hotspot20_anqpipaddresstype – Configure IP address type availability.
fortinet.fortimanager.fmgr_hotspot20_anqpnairealm – Configure network access identifier (NAI) realm.
fortinet.fortimanager.fmgr_hotspot20_anqpnairealm_nailist – NAI list.
fortinet.fortimanager.fmgr_hotspot20_anqpnairealm_nailist_eapmethod – EAP Methods.
fortinet.fortimanager.fmgr_hotspot20_anqpnairealm_nailist_eapmethod_authparam – EAP auth param.
fortinet.fortimanager.fmgr_hotspot20_anqpnetworkauthtype – Configure network authentication type.
fortinet.fortimanager.fmgr_hotspot20_anqproamingconsortium – Configure roaming consortium.
fortinet.fortimanager.fmgr_hotspot20_anqproamingconsortium_oilist – Organization identifier list.
fortinet.fortimanager.fmgr_hotspot20_anqpvenuename – Configure venue name duple.
fortinet.fortimanager.fmgr_hotspot20_anqpvenuename_valuelist – Name list.
fortinet.fortimanager.fmgr_hotspot20_h2qpconncapability – Configure connection capability.
fortinet.fortimanager.fmgr_hotspot20_h2qpoperatorname – Configure operator friendly name.
fortinet.fortimanager.fmgr_hotspot20_h2qpoperatorname_valuelist – Name list.
fortinet.fortimanager.fmgr_hotspot20_h2qposuprovider – Configure online sign up (OSU) provider list.
fortinet.fortimanager.fmgr_hotspot20_h2qposuprovider_friendlyname – OSU provider friendly name.
fortinet.fortimanager.fmgr_hotspot20_h2qposuprovider_servicedescription – OSU service name.
fortinet.fortimanager.fmgr_hotspot20_h2qpwanmetric – Configure WAN metrics.
fortinet.fortimanager.fmgr_hotspot20_hsprofile – Configure hotspot profile.
fortinet.fortimanager.fmgr_hotspot20_qosmap – Configure QoS map set.
fortinet.fortimanager.fmgr_hotspot20_qosmap_dscpexcept – Differentiated Services Code Point (DSCP) exceptions.
fortinet.fortimanager.fmgr_hotspot20_qosmap_dscprange – Differentiated Services Code Point (DSCP) ranges.
fortinet.fortimanager.fmgr_icap_profile – Configure ICAP profiles.
fortinet.fortimanager.fmgr_icap_server – Configure ICAP servers.
fortinet.fortimanager.fmgr_ips_custom – Configure IPS custom signature.
fortinet.fortimanager.fmgr_ips_sensor – Configure IPS sensor.
fortinet.fortimanager.fmgr_ips_sensor_entries – IPS sensor filter.
fortinet.fortimanager.fmgr_ips_sensor_entries_exemptip – Traffic from selected source or destination IP addresses is exempt from this signature.
fortinet.fortimanager.fmgr_log_customfield – Configure custom log fields.
fortinet.fortimanager.fmgr_metafields_system_admin_user – no description
fortinet.fortimanager.fmgr_move – Move fortimanager defined Object.
fortinet.fortimanager.fmgr_pkg_central_dnat – no description
fortinet.fortimanager.fmgr_pkg_firewall_centralsnatmap – Configure central SNAT policies.
fortinet.fortimanager.fmgr_pkg_firewall_dospolicy – Configure IPv4 DoS policies.
fortinet.fortimanager.fmgr_pkg_firewall_dospolicy6 – Configure IPv6 DoS policies.
fortinet.fortimanager.fmgr_pkg_firewall_dospolicy6_anomaly – Anomaly name.
fortinet.fortimanager.fmgr_pkg_firewall_dospolicy_anomaly – Anomaly name.
fortinet.fortimanager.fmgr_pkg_firewall_interfacepolicy – Configure IPv4 interface policies.
fortinet.fortimanager.fmgr_pkg_firewall_interfacepolicy6 – Configure IPv6 interface policies.
fortinet.fortimanager.fmgr_pkg_firewall_interfacepolicy6_sectionvalue – Configure IPv6 interface policies.
fortinet.fortimanager.fmgr_pkg_firewall_interfacepolicy_sectionvalue – Configure IPv4 interface policies.
fortinet.fortimanager.fmgr_pkg_firewall_localinpolicy – Configure user defined IPv4 local-in policies.
fortinet.fortimanager.fmgr_pkg_firewall_localinpolicy6 – Configure user defined IPv6 local-in policies.
fortinet.fortimanager.fmgr_pkg_firewall_multicastpolicy – Configure multicast NAT policies.
fortinet.fortimanager.fmgr_pkg_firewall_multicastpolicy6 – Configure IPv6 multicast NAT policies.
fortinet.fortimanager.fmgr_pkg_firewall_policy – Configure IPv4 policies.
fortinet.fortimanager.fmgr_pkg_firewall_policy46 – Configure IPv4 to IPv6 policies.
fortinet.fortimanager.fmgr_pkg_firewall_policy6 – Configure IPv6 policies.
fortinet.fortimanager.fmgr_pkg_firewall_policy64 – Configure IPv6 to IPv4 policies.
fortinet.fortimanager.fmgr_pkg_firewall_policy6_sectionvalue – Configure IPv6 policies.
fortinet.fortimanager.fmgr_pkg_firewall_policy_sectionvalue – Configure IPv4 policies.
fortinet.fortimanager.fmgr_pkg_firewall_policy_vpndstnode – no description
fortinet.fortimanager.fmgr_pkg_firewall_policy_vpnsrcnode – no description
fortinet.fortimanager.fmgr_pkg_firewall_proxypolicy – Configure proxy policies.
fortinet.fortimanager.fmgr_pkg_firewall_proxypolicy_sectionvalue – Configure proxy policies.
fortinet.fortimanager.fmgr_pkg_firewall_shapingpolicy – Configure shaping policies.
fortinet.fortimanager.fmgr_pkg_footer_policy – no description
fortinet.fortimanager.fmgr_pkg_footer_policy6 – no description
fortinet.fortimanager.fmgr_pkg_footer_shapingpolicy – no description
fortinet.fortimanager.fmgr_pkg_header_policy – no description
fortinet.fortimanager.fmgr_pkg_header_policy6 – no description
fortinet.fortimanager.fmgr_pkg_header_shapingpolicy – no description
fortinet.fortimanager.fmgr_pm_devprof_adom – no description
fortinet.fortimanager.fmgr_pm_devprof_pkg – no description
fortinet.fortimanager.fmgr_pm_pkg – no description
fortinet.fortimanager.fmgr_pm_pkg_adom – no description
fortinet.fortimanager.fmgr_pm_pkg_global – no description
fortinet.fortimanager.fmgr_pm_wanprof_adom – no description
fortinet.fortimanager.fmgr_pm_wanprof_pkg – no description
fortinet.fortimanager.fmgr_qosprofile – Configure WiFi quality of service (QoS) profiles.
fortinet.fortimanager.fmgr_securityconsole_abort – Abort and cancel a security console task.
fortinet.fortimanager.fmgr_securityconsole_assign_package – Assign or unassign global policy package to ADOM packages.
fortinet.fortimanager.fmgr_securityconsole_import_dev_objs – Import objects from device to ADOM, or from ADOM to Global.
fortinet.fortimanager.fmgr_securityconsole_install_device – no description
fortinet.fortimanager.fmgr_securityconsole_install_package – Copy and install a policy package to devices.
fortinet.fortimanager.fmgr_securityconsole_install_preview – Generate install preview for a device.
fortinet.fortimanager.fmgr_securityconsole_package_cancel_install – Cancel policy install and clear preview cache. Only to be used when a preview cache is previously generated by install/package command.
fortinet.fortimanager.fmgr_securityconsole_package_clone – Clone a policy package within the same ADOM.
fortinet.fortimanager.fmgr_securityconsole_package_commit – Install policies to device from preview cache. Only to be used when a preview cache is previously generated by install/package command.
fortinet.fortimanager.fmgr_securityconsole_package_move – Move and/or rename a policy package within the same ADOM.
fortinet.fortimanager.fmgr_securityconsole_pblock_clone – no description
fortinet.fortimanager.fmgr_securityconsole_preview_result – Retrieve the result of previous install/preview command.
fortinet.fortimanager.fmgr_securityconsole_reinstall_package – Re-install a policy package that had been previously installed.
fortinet.fortimanager.fmgr_securityconsole_sign_certificate_template – Generate and sign certificate on the target device.
fortinet.fortimanager.fmgr_spamfilter_bwl – Configure anti-spam black/white list.
fortinet.fortimanager.fmgr_spamfilter_bwl_entries – Anti-spam black/white list entries.
fortinet.fortimanager.fmgr_spamfilter_bword – Configure AntiSpam banned word list.
fortinet.fortimanager.fmgr_spamfilter_bword_entries – Spam filter banned word.
fortinet.fortimanager.fmgr_spamfilter_dnsbl – Configure AntiSpam DNSBL/ORBL.
fortinet.fortimanager.fmgr_spamfilter_dnsbl_entries – Spam filter DNSBL and ORBL server.
fortinet.fortimanager.fmgr_spamfilter_iptrust – Configure AntiSpam IP trust.
fortinet.fortimanager.fmgr_spamfilter_iptrust_entries – Spam filter trusted IP addresses.
fortinet.fortimanager.fmgr_spamfilter_mheader – Configure AntiSpam MIME header.
fortinet.fortimanager.fmgr_spamfilter_mheader_entries – Spam filter mime header content.
fortinet.fortimanager.fmgr_spamfilter_profile – Configure AntiSpam profiles.
fortinet.fortimanager.fmgr_spamfilter_profile_gmail – Gmail.
fortinet.fortimanager.fmgr_spamfilter_profile_msnhotmail – MSN Hotmail.
fortinet.fortimanager.fmgr_spamfilter_profile_yahoomail – Yahoo! Mail.
fortinet.fortimanager.fmgr_sshfilter_profile – SSH filter profile.
fortinet.fortimanager.fmgr_sshfilter_profile_shellcommands – SSH command filter.
fortinet.fortimanager.fmgr_switchcontroller_lldpprofile – Configure FortiSwitch LLDP profiles.
fortinet.fortimanager.fmgr_switchcontroller_lldpprofile_customtlvs – Configuration method to edit custom TLV entries.
fortinet.fortimanager.fmgr_switchcontroller_lldpprofile_mednetworkpolicy – Configuration method to edit Media Endpoint Discovery (MED) network policy type-length-value (TLV) categories.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch – Configure FortiSwitch devices that are managed by this FortiGate.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_8021xsettings – Configuration method to edit FortiSwitch 802.1X global settings.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_customcommand – Configuration method to edit FortiSwitch commands to be pushed to this FortiSwitch device upon rebooting the FortiGate switch controller…
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_igmpsnooping – Configure FortiSwitch IGMP snooping global settings.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_mirror – Configuration method to edit FortiSwitch packet mirror.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_ports – Managed-switch port list.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_stormcontrol – Configuration method to edit FortiSwitch storm control for measuring traffic activity using data rates to prevent traffic disruption.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_stpsettings – Configuration method to edit Spanning Tree Protocol (STP) settings used to prevent bridge loops.
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_switchlog – Configuration method to edit FortiSwitch logging settings (logs are transferred to and inserted into the FortiGate event log).
fortinet.fortimanager.fmgr_switchcontroller_managedswitch_switchstpsettings – Configure spanning tree protocol (STP).
fortinet.fortimanager.fmgr_switchcontroller_qos_dot1pmap – Configure FortiSwitch QoS 802.1p.
fortinet.fortimanager.fmgr_switchcontroller_qos_ipdscpmap – Configure FortiSwitch QoS IP precedence/DSCP.
fortinet.fortimanager.fmgr_switchcontroller_qos_ipdscpmap_map – Maps between IP-DSCP value to COS queue.
fortinet.fortimanager.fmgr_switchcontroller_qos_qospolicy – Configure FortiSwitch QoS policy.
fortinet.fortimanager.fmgr_switchcontroller_qos_queuepolicy – Configure FortiSwitch QoS egress queue policy.
fortinet.fortimanager.fmgr_switchcontroller_qos_queuepolicy_cosqueue – COS queue configuration.
fortinet.fortimanager.fmgr_switchcontroller_securitypolicy_8021x – Configure 802.1x MAC Authentication Bypass (MAB) policies.
fortinet.fortimanager.fmgr_switchcontroller_securitypolicy_captiveportal – Names of VLANs that use captive portal authentication.
fortinet.fortimanager.fmgr_sys_api_sdnconnector – Query SDN connector data.
fortinet.fortimanager.fmgr_sys_generate_wsdl – Generate WSDL for specific module and objects.
fortinet.fortimanager.fmgr_sys_login_challenge – Answer a log in challenge question, used following a login/user or login/challenge command.
fortinet.fortimanager.fmgr_sys_login_user – Log into the device with user name and password. A new session cookies will be generated and returned as a property of the response object.
fortinet.fortimanager.fmgr_sys_logout – Log out a session.
fortinet.fortimanager.fmgr_sys_proxy_json – Send and receive JSON request to/from managed devices. The response will be an array of data, one for each queried device.
fortinet.fortimanager.fmgr_system_admin_group – User group.
fortinet.fortimanager.fmgr_system_admin_group_member – Group members.
fortinet.fortimanager.fmgr_system_admin_ldap – LDAP server entry configuration.
fortinet.fortimanager.fmgr_system_admin_ldap_adom – Admin domain.
fortinet.fortimanager.fmgr_system_admin_profile – Admin profile.
fortinet.fortimanager.fmgr_system_admin_profile_datamaskcustomfields – Customized datamask fields.
fortinet.fortimanager.fmgr_system_admin_radius – Configure radius.
fortinet.fortimanager.fmgr_system_admin_setting – Admin setting.
fortinet.fortimanager.fmgr_system_admin_tacacs – TACACS+ server entry configuration.
fortinet.fortimanager.fmgr_system_admin_user – Admin user.
fortinet.fortimanager.fmgr_system_admin_user_adom – Admin domain.
fortinet.fortimanager.fmgr_system_admin_user_adomexclude – Excluding admin domain.
fortinet.fortimanager.fmgr_system_admin_user_appfilter – App filter.
fortinet.fortimanager.fmgr_system_admin_user_dashboard – Custom dashboard widgets.
fortinet.fortimanager.fmgr_system_admin_user_dashboardtabs – Custom dashboard.
fortinet.fortimanager.fmgr_system_admin_user_ipsfilter – IPS filter.
fortinet.fortimanager.fmgr_system_admin_user_metadata – Configure meta data.
fortinet.fortimanager.fmgr_system_admin_user_policypackage – Policy package access.
fortinet.fortimanager.fmgr_system_admin_user_restrictdevvdom – Restricted to these devices/VDOMs.
fortinet.fortimanager.fmgr_system_admin_user_webfilter – Web filter.
fortinet.fortimanager.fmgr_system_alertconsole – Alert console.
fortinet.fortimanager.fmgr_system_alertemail – Configure alertemail.
fortinet.fortimanager.fmgr_system_alertevent – Alert events.
fortinet.fortimanager.fmgr_system_alertevent_alertdestination – Alert destination.
fortinet.fortimanager.fmgr_system_autodelete – Automatic deletion policy for logs, reports, archived, and quarantined files.
fortinet.fortimanager.fmgr_system_autodelete_dlpfilesautodeletion – Automatic deletion policy for DLP archives.
fortinet.fortimanager.fmgr_system_autodelete_logautodeletion – Automatic deletion policy for device logs.
fortinet.fortimanager.fmgr_system_autodelete_quarantinefilesautodeletion – Automatic deletion policy for quarantined files.
fortinet.fortimanager.fmgr_system_autodelete_reportautodeletion – Automatic deletion policy for reports.
fortinet.fortimanager.fmgr_system_backup_allsettings – Scheduled backup settings.
fortinet.fortimanager.fmgr_system_certificate_ca – CA certificate.
fortinet.fortimanager.fmgr_system_certificate_crl – Certificate Revocation List.
fortinet.fortimanager.fmgr_system_certificate_local – Local keys and certificates.
fortinet.fortimanager.fmgr_system_certificate_oftp – OFTP certificates and keys.
fortinet.fortimanager.fmgr_system_certificate_remote – Remote certificate.
fortinet.fortimanager.fmgr_system_certificate_ssh – SSH certificates and keys.
fortinet.fortimanager.fmgr_system_connector – Configure connector.
fortinet.fortimanager.fmgr_system_customlanguage – Configure custom languages.
fortinet.fortimanager.fmgr_system_dhcp_server – Configure DHCP servers.
fortinet.fortimanager.fmgr_system_dhcp_server_excluderange – Exclude one or more ranges of IP addresses from being assigned to clients.
fortinet.fortimanager.fmgr_system_dhcp_server_iprange – DHCP IP range configuration.
fortinet.fortimanager.fmgr_system_dhcp_server_options – DHCP options.
fortinet.fortimanager.fmgr_system_dhcp_server_reservedaddress – Options for the DHCP server to assign IP settings to specific MAC addresses.
fortinet.fortimanager.fmgr_system_dm – Configure dm.
fortinet.fortimanager.fmgr_system_dns – DNS configuration.
fortinet.fortimanager.fmgr_system_externalresource – Configure external resource.
fortinet.fortimanager.fmgr_system_fips – Settings for FIPS-CC mode.
fortinet.fortimanager.fmgr_system_fortiguard – Configure FortiGuard services.
fortinet.fortimanager.fmgr_system_fortiview_autocache – FortiView auto-cache settings.
fortinet.fortimanager.fmgr_system_fortiview_setting – FortiView settings.
fortinet.fortimanager.fmgr_system_geoipcountry – no description
fortinet.fortimanager.fmgr_system_geoipoverride – Configure geographical location mapping for IP address(es) to override mappings from FortiGuard.
fortinet.fortimanager.fmgr_system_geoipoverride_iprange – Table of IP ranges assigned to country.
fortinet.fortimanager.fmgr_system_global – Global range attributes.
fortinet.fortimanager.fmgr_system_guiact – System settings through GUI.
fortinet.fortimanager.fmgr_system_ha – HA configuration.
fortinet.fortimanager.fmgr_system_interface – Interface configuration.
fortinet.fortimanager.fmgr_system_interface_ipv6 – IPv6 of interface.
fortinet.fortimanager.fmgr_system_locallog_disk_filter – Filter for disk logging.
fortinet.fortimanager.fmgr_system_locallog_disk_setting – Settings for local disk logging.
fortinet.fortimanager.fmgr_system_locallog_fortianalyzer2_filter – Filter for FortiAnalyzer2 logging.
fortinet.fortimanager.fmgr_system_locallog_fortianalyzer2_setting – Settings for locallog to fortianalyzer.
fortinet.fortimanager.fmgr_system_locallog_fortianalyzer3_filter – Filter for FortiAnalyzer3 logging.
fortinet.fortimanager.fmgr_system_locallog_fortianalyzer3_setting – Settings for locallog to fortianalyzer.
fortinet.fortimanager.fmgr_system_locallog_fortianalyzer_filter – Filter for FortiAnalyzer logging.
fortinet.fortimanager.fmgr_system_locallog_fortianalyzer_setting – Settings for locallog to fortianalyzer.
fortinet.fortimanager.fmgr_system_locallog_memory_filter – Filter for memory logging.
fortinet.fortimanager.fmgr_system_locallog_memory_setting – Settings for memory buffer.
fortinet.fortimanager.fmgr_system_locallog_setting – Settings for locallog logging.
fortinet.fortimanager.fmgr_system_locallog_syslogd2_filter – Filter for syslog logging.
fortinet.fortimanager.fmgr_system_locallog_syslogd2_setting – Settings for remote syslog server.
fortinet.fortimanager.fmgr_system_locallog_syslogd3_filter – Filter for syslog logging.
fortinet.fortimanager.fmgr_system_locallog_syslogd3_setting – Settings for remote syslog server.
fortinet.fortimanager.fmgr_system_locallog_syslogd_filter – Filter for syslog logging.
fortinet.fortimanager.fmgr_system_locallog_syslogd_setting – Settings for remote syslog server.
fortinet.fortimanager.fmgr_system_log_alert – Log based alert settings.
fortinet.fortimanager.fmgr_system_log_ioc – IoC settings.
fortinet.fortimanager.fmgr_system_log_maildomain – FortiMail domain setting.
fortinet.fortimanager.fmgr_system_log_settings – Log settings.
fortinet.fortimanager.fmgr_system_log_settings_rollinganalyzer – Log rolling policy for Network Analyzer logs.
fortinet.fortimanager.fmgr_system_log_settings_rollinglocal – Log rolling policy for local logs.
fortinet.fortimanager.fmgr_system_log_settings_rollingregular – Log rolling policy for device logs.
fortinet.fortimanager.fmgr_system_logfetch_clientprofile – Log-fetch client profile settings.
fortinet.fortimanager.fmgr_system_logfetch_clientprofile_devicefilter – List of device filter.
fortinet.fortimanager.fmgr_system_logfetch_clientprofile_logfilter – Log content filters.
fortinet.fortimanager.fmgr_system_logfetch_serversettings – Log-fetch server settings.
fortinet.fortimanager.fmgr_system_mail – Alert emails.
fortinet.fortimanager.fmgr_system_meta – no description
fortinet.fortimanager.fmgr_system_meta_sysmetafields – no description
fortinet.fortimanager.fmgr_system_metadata_admins – Configure admins.
fortinet.fortimanager.fmgr_system_ntp – NTP settings.
fortinet.fortimanager.fmgr_system_ntp_ntpserver – NTP server.
fortinet.fortimanager.fmgr_system_objecttagging – Configure object tagging.
fortinet.fortimanager.fmgr_system_passwordpolicy – Password policy.
fortinet.fortimanager.fmgr_system_replacemsggroup – Configure replacement message groups.
fortinet.fortimanager.fmgr_system_replacemsggroup_admin – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_alertmail – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_auth – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_custommessage – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_devicedetectionportal – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_ec – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_fortiguardwf – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_ftp – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_http – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_icap – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_mail – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_mm1 – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_mm3 – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_mm4 – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_mm7 – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_mms – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_nacquar – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_nntp – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_spam – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_sslvpn – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_trafficquota – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_utm – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsggroup_webproxy – Replacement message table entries.
fortinet.fortimanager.fmgr_system_replacemsgimage – Configure replacement message images.
fortinet.fortimanager.fmgr_system_report_autocache – Report auto-cache settings.
fortinet.fortimanager.fmgr_system_report_estbrowsetime – Report estimated browse time settings
fortinet.fortimanager.fmgr_system_report_group – Report group.
fortinet.fortimanager.fmgr_system_report_group_chartalternative – Chart alternatives.
fortinet.fortimanager.fmgr_system_report_group_groupby – Group-by variables.
fortinet.fortimanager.fmgr_system_report_setting – Report settings.
fortinet.fortimanager.fmgr_system_route – Routing table configuration.
fortinet.fortimanager.fmgr_system_route6 – Routing table configuration.
fortinet.fortimanager.fmgr_system_saml – Global settings for SAML authentication.
fortinet.fortimanager.fmgr_system_sdnconnector – Configure connection to SDN Connector.
fortinet.fortimanager.fmgr_system_sdnconnector_externalip – Configure GCP external IP.
fortinet.fortimanager.fmgr_system_sdnconnector_nic – Configure Azure network interface.
fortinet.fortimanager.fmgr_system_sdnconnector_nic_ip – Configure IP configuration.
fortinet.fortimanager.fmgr_system_sdnconnector_route – Configure GCP route.
fortinet.fortimanager.fmgr_system_sdnconnector_routetable – Configure Azure route table.
fortinet.fortimanager.fmgr_system_sdnconnector_routetable_route – Configure Azure route.
fortinet.fortimanager.fmgr_system_smsserver – Configure SMS server for sending SMS messages to support user authentication.
fortinet.fortimanager.fmgr_system_snmp_community – SNMP community configuration.
fortinet.fortimanager.fmgr_system_snmp_community_hosts – Allow hosts configuration.
fortinet.fortimanager.fmgr_system_snmp_community_hosts6 – Allow hosts configuration for IPv6.
fortinet.fortimanager.fmgr_system_snmp_sysinfo – SNMP configuration.
fortinet.fortimanager.fmgr_system_snmp_user – SNMP user configuration.
fortinet.fortimanager.fmgr_system_sql – SQL settings.
fortinet.fortimanager.fmgr_system_sql_customindex – List of SQL index fields.
fortinet.fortimanager.fmgr_system_sql_tsindexfield – List of SQL text search index fields.
fortinet.fortimanager.fmgr_system_syslog – Syslog servers.
fortinet.fortimanager.fmgr_system_virtualwirepair – Configure virtual wire pairs.
fortinet.fortimanager.fmgr_system_workflow_approvalmatrix – workflow approval matrix.
fortinet.fortimanager.fmgr_system_workflow_approvalmatrix_approver – Approver.
fortinet.fortimanager.fmgr_template – no description
fortinet.fortimanager.fmgr_templategroup – no description
fortinet.fortimanager.fmgr_user_adgrp – Configure FSSO groups.
fortinet.fortimanager.fmgr_user_device – Configure devices.
fortinet.fortimanager.fmgr_user_device_dynamicmapping – no description
fortinet.fortimanager.fmgr_user_device_tagging – Config object tagging.
fortinet.fortimanager.fmgr_user_devicecategory – Configure device categories.
fortinet.fortimanager.fmgr_user_devicegroup – Configure device groups.
fortinet.fortimanager.fmgr_user_devicegroup_dynamicmapping – no description
fortinet.fortimanager.fmgr_user_devicegroup_tagging – Config object tagging.
fortinet.fortimanager.fmgr_user_fortitoken – Configure FortiToken.
fortinet.fortimanager.fmgr_user_fsso – Configure Fortinet Single Sign On (FSSO) agents.
fortinet.fortimanager.fmgr_user_fsso_dynamicmapping – no description
fortinet.fortimanager.fmgr_user_fssopolling – Configure FSSO active directory servers for polling mode.
fortinet.fortimanager.fmgr_user_fssopolling_adgrp – LDAP Group Info.
fortinet.fortimanager.fmgr_user_group – Configure user groups.
fortinet.fortimanager.fmgr_user_group_guest – Guest User.
fortinet.fortimanager.fmgr_user_group_match – Group matches.
fortinet.fortimanager.fmgr_user_ldap – Configure LDAP server entries.
fortinet.fortimanager.fmgr_user_ldap_dynamicmapping – no description
fortinet.fortimanager.fmgr_user_local – Configure local users.
fortinet.fortimanager.fmgr_user_passwordpolicy – Configure user password policy.
fortinet.fortimanager.fmgr_user_peer – Configure peer users.
fortinet.fortimanager.fmgr_user_peergrp – Configure peer groups.
fortinet.fortimanager.fmgr_user_pop3 – POP3 server entry configuration.
fortinet.fortimanager.fmgr_user_pxgrid – no description
fortinet.fortimanager.fmgr_user_radius – Configure RADIUS server entries.
fortinet.fortimanager.fmgr_user_radius_accountingserver – Additional accounting servers.
fortinet.fortimanager.fmgr_user_radius_dynamicmapping – no description
fortinet.fortimanager.fmgr_user_securityexemptlist – Configure security exemption list.
fortinet.fortimanager.fmgr_user_securityexemptlist_rule – Configure rules for exempting users from captive portal authentication.
fortinet.fortimanager.fmgr_user_tacacs – Configure TACACS+ server entries.
fortinet.fortimanager.fmgr_user_tacacs_dynamicmapping – no description
fortinet.fortimanager.fmgr_vap – Configure Virtual Access Points (VAPs).
fortinet.fortimanager.fmgr_vap_dynamicmapping – no description
fortinet.fortimanager.fmgr_vap_macfilterlist – Create a list of MAC addresses for MAC address filtering.
fortinet.fortimanager.fmgr_vap_mpskkey – Pre-shared keys that can be used to connect to this virtual access point.
fortinet.fortimanager.fmgr_vap_portalmessageoverrides – Individual message overrides.
fortinet.fortimanager.fmgr_vap_vlanpool – VLAN pool.
fortinet.fortimanager.fmgr_vapgroup – Configure virtual Access Point (VAP) groups.
fortinet.fortimanager.fmgr_voip_profile – Configure VoIP profiles.
fortinet.fortimanager.fmgr_vpn_certificate_ca – CA certificate.
fortinet.fortimanager.fmgr_vpn_certificate_ocspserver – OCSP server configuration.
fortinet.fortimanager.fmgr_vpn_certificate_remote – Remote certificate as a PEM file.
fortinet.fortimanager.fmgr_vpnmgr_node – VPN node for VPN Manager. Must specify vpntable and scope member.
fortinet.fortimanager.fmgr_vpnmgr_node_iprange – no description
fortinet.fortimanager.fmgr_vpnmgr_node_ipv4excluderange – no description
fortinet.fortimanager.fmgr_vpnmgr_node_protectedsubnet – no description
fortinet.fortimanager.fmgr_vpnmgr_node_summaryaddr – no description
fortinet.fortimanager.fmgr_vpnmgr_vpntable – no description
fortinet.fortimanager.fmgr_vpnsslweb_hostchecksoftware – SSL-VPN host check software.
fortinet.fortimanager.fmgr_vpnsslweb_hostchecksoftware_checkitemlist – Check item list.
fortinet.fortimanager.fmgr_vpnsslweb_portal_bookmarkgroup – Portal bookmark group.
fortinet.fortimanager.fmgr_vpnsslweb_portal_bookmarkgroup_bookmarks – Bookmark table.
fortinet.fortimanager.fmgr_vpnsslweb_portal_bookmarkgroup_bookmarks_formdata – Form data.
fortinet.fortimanager.fmgr_vpnsslweb_portal_macaddrcheckrule – Client MAC address check rule.
fortinet.fortimanager.fmgr_vpnsslweb_portal_oschecklist – SSL VPN OS checks.
fortinet.fortimanager.fmgr_vpnsslweb_portal_splitdns – Split DNS for SSL VPN.
fortinet.fortimanager.fmgr_waf_mainclass – Hidden table for datasource.
fortinet.fortimanager.fmgr_waf_profile – Web application firewall configuration.
fortinet.fortimanager.fmgr_waf_profile_addresslist – Black address list and white address list.
fortinet.fortimanager.fmgr_waf_profile_constraint – WAF HTTP protocol restrictions.
fortinet.fortimanager.fmgr_waf_profile_constraint_contentlength – HTTP content length in request.
fortinet.fortimanager.fmgr_waf_profile_constraint_exception – HTTP constraint exception.
fortinet.fortimanager.fmgr_waf_profile_constraint_headerlength – HTTP header length in request.
fortinet.fortimanager.fmgr_waf_profile_constraint_hostname – Enable/disable hostname check.
fortinet.fortimanager.fmgr_waf_profile_constraint_linelength – HTTP line length in request.
fortinet.fortimanager.fmgr_waf_profile_constraint_malformed – Enable/disable malformed HTTP request check.
fortinet.fortimanager.fmgr_waf_profile_constraint_maxcookie – Maximum number of cookies in HTTP request.
fortinet.fortimanager.fmgr_waf_profile_constraint_maxheaderline – Maximum number of HTTP header line.
fortinet.fortimanager.fmgr_waf_profile_constraint_maxrangesegment – Maximum number of range segments in HTTP range line.
fortinet.fortimanager.fmgr_waf_profile_constraint_maxurlparam – Maximum number of parameters in URL.
fortinet.fortimanager.fmgr_waf_profile_constraint_method – Enable/disable HTTP method check.
fortinet.fortimanager.fmgr_waf_profile_constraint_paramlength – Maximum length of parameter in URL, HTTP POST request or HTTP body.
fortinet.fortimanager.fmgr_waf_profile_constraint_urlparamlength – Maximum length of parameter in URL.
fortinet.fortimanager.fmgr_waf_profile_constraint_version – Enable/disable HTTP version check.
fortinet.fortimanager.fmgr_waf_profile_method – Method restriction.
fortinet.fortimanager.fmgr_waf_profile_method_methodpolicy – HTTP method policy.
fortinet.fortimanager.fmgr_waf_profile_signature – WAF signatures.
fortinet.fortimanager.fmgr_waf_profile_signature_customsignature – Custom signature.
fortinet.fortimanager.fmgr_waf_profile_signature_mainclass – Main signature class.
fortinet.fortimanager.fmgr_waf_profile_urlaccess – URL access list
fortinet.fortimanager.fmgr_waf_profile_urlaccess_accesspattern – URL access pattern.
fortinet.fortimanager.fmgr_waf_signature – Hidden table for datasource.
fortinet.fortimanager.fmgr_waf_subclass – Hidden table for datasource.
fortinet.fortimanager.fmgr_wanopt_authgroup – Configure WAN optimization authentication groups.
fortinet.fortimanager.fmgr_wanopt_peer – Configure WAN optimization peers.
fortinet.fortimanager.fmgr_wanopt_profile – Configure WAN optimization profiles.
fortinet.fortimanager.fmgr_wanopt_profile_cifs – Enable/disable CIFS (Windows sharing) WAN Optimization and configure CIFS WAN Optimization features.
fortinet.fortimanager.fmgr_wanopt_profile_ftp – Enable/disable FTP WAN Optimization and configure FTP WAN Optimization features.
fortinet.fortimanager.fmgr_wanopt_profile_http – Enable/disable HTTP WAN Optimization and configure HTTP WAN Optimization features.
fortinet.fortimanager.fmgr_wanopt_profile_mapi – Enable/disable MAPI email WAN Optimization and configure MAPI WAN Optimization features.
fortinet.fortimanager.fmgr_wanopt_profile_tcp – Enable/disable TCP WAN Optimization and configure TCP WAN Optimization features.
fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink – Configure redundant internet connections using SD-WAN (formerly virtual WAN link).
fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_healthcheck – SD-WAN status checking or health checking. Identify a server on the Internet and determine how SD-WAN verifies that the FortiGate can co…
fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_healthcheck_sla – Service level agreement (SLA).
fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_members – Physical FortiGate interfaces added to the virtual-wan-link.
fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_service – Create SD-WAN rules or priority rules (also called services) to control how sessions are distributed to physical interfaces in the SD-WAN.
fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_service_sla – Service level agreement (SLA).
fortinet.fortimanager.fmgr_webfilter_categories – no description
fortinet.fortimanager.fmgr_webfilter_content – Configure Web filter banned word table.
fortinet.fortimanager.fmgr_webfilter_content_entries – Configure banned word entries.
fortinet.fortimanager.fmgr_webfilter_contentheader – Configure content types used by Web filter.
fortinet.fortimanager.fmgr_webfilter_contentheader_entries – Configure content types used by web filter.
fortinet.fortimanager.fmgr_webfilter_ftgdlocalcat – Configure FortiGuard Web Filter local categories.
fortinet.fortimanager.fmgr_webfilter_ftgdlocalrating – Configure local FortiGuard Web Filter local ratings.
fortinet.fortimanager.fmgr_webfilter_profile – Configure Web filter profiles.
fortinet.fortimanager.fmgr_webfilter_profile_ftgdwf – FortiGuard Web Filter settings.
fortinet.fortimanager.fmgr_webfilter_profile_ftgdwf_filters – FortiGuard filters.
fortinet.fortimanager.fmgr_webfilter_profile_ftgdwf_quota – FortiGuard traffic quota settings.
fortinet.fortimanager.fmgr_webfilter_profile_override – Web Filter override settings.
fortinet.fortimanager.fmgr_webfilter_profile_urlextraction – Configure URL Extraction
fortinet.fortimanager.fmgr_webfilter_profile_web – Web content filtering settings.
fortinet.fortimanager.fmgr_webfilter_profile_youtubechannelfilter – YouTube channel filter.
fortinet.fortimanager.fmgr_webfilter_urlfilter – Configure URL filter lists.
fortinet.fortimanager.fmgr_webfilter_urlfilter_entries – URL filter entries.
fortinet.fortimanager.fmgr_webproxy_forwardserver – Configure forward-server addresses.
fortinet.fortimanager.fmgr_webproxy_forwardservergroup – Configure a forward server group consisting or multiple forward servers. Supports failover and load balancing.
fortinet.fortimanager.fmgr_webproxy_forwardservergroup_serverlist – Add web forward servers to a list to form a server group. Optionally assign weights to each server.
fortinet.fortimanager.fmgr_webproxy_profile – Configure web proxy profiles.
fortinet.fortimanager.fmgr_webproxy_profile_headers – Configure HTTP forwarded requests headers.
fortinet.fortimanager.fmgr_webproxy_wisp – Configure Wireless Internet service provider (WISP) servers.
fortinet.fortimanager.fmgr_widsprofile – Configure wireless intrusion detection system (WIDS) profiles.
fortinet.fortimanager.fmgr_wtpprofile – Configure WTP profiles or FortiAP profiles that define radio settings for manageable FortiAP platforms.
fortinet.fortimanager.fmgr_wtpprofile_denymaclist – List of MAC addresses that are denied access to this WTP, FortiAP, or AP.
fortinet.fortimanager.fmgr_wtpprofile_lan – WTP LAN port mapping.
fortinet.fortimanager.fmgr_wtpprofile_lbs – Set various location based service (LBS) options.
fortinet.fortimanager.fmgr_wtpprofile_platform – WTP, FortiAP, or AP platform.
fortinet.fortimanager.fmgr_wtpprofile_radio1 – Configuration options for radio 1.
fortinet.fortimanager.fmgr_wtpprofile_radio2 – Configuration options for radio 2.
fortinet.fortimanager.fmgr_wtpprofile_splittunnelingacl – Split tunneling ACL filter list.
fortinet.fortios¶
fortinet.fortios.fortios_alertemail_setting – Configure alert email settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_antivirus_heuristic – Configure global heuristic options in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_antivirus_profile – Configure AntiVirus profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_antivirus_quarantine – Configure quarantine options in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_antivirus_settings – Configure AntiVirus settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_application_custom – Configure custom application signatures in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_application_group – Configure firewall application groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_application_list – Configure application control lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_application_name – Configure application signatures in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_application_rule_settings – Configure application rule settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_authentication_rule – Configure Authentication Rules in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_authentication_scheme – Configure Authentication Schemes in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_authentication_setting – Configure authentication setting in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_certificate_ca – CA certificate in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_certificate_crl – Certificate Revocation List as a PEM file in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_certificate_local – Local keys and certificates in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_dlp_filepattern – Configure file patterns used by DLP blocking in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_dlp_fp_doc_source – Create a DLP fingerprint database by allowing the FortiGate to access a file server containing files from which to create fingerprints in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_dlp_fp_sensitivity – Create self-explanatory DLP sensitivity levels to be used when setting sensitivity under config fp-doc-source in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_dlp_sensor – Configure DLP sensors in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_dlp_settings – Designate logical storage for DLP fingerprint database in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_dnsfilter_domain_filter – Configure DNS domain filters in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_dnsfilter_profile – Configure DNS domain filter profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_endpoint_control_client – Configure endpoint control client lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_endpoint_control_forticlient_ems – Configure FortiClient Enterprise Management Server (EMS) entries in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_endpoint_control_forticlient_registration_sync – Configure FortiClient registration synchronization settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_endpoint_control_profile – Configure FortiClient endpoint control profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_endpoint_control_registered_forticlient – Registered FortiClient list in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_endpoint_control_settings – Configure endpoint control settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_extender_controller_extender – Extender controller configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_facts – Get facts about fortios devices (about to be deprecated).
fortinet.fortios.fortios_firewall_address – Configure IPv4 addresses in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_address6 – Configure IPv6 firewall addresses in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_address6_template – Configure IPv6 address templates in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_addrgrp – Configure IPv4 address groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_addrgrp6 – Configure IPv6 address groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_auth_portal – Configure firewall authentication portals in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_central_snat_map – Configure central SNAT policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_dnstranslation – Configure DNS translation in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_dos_policy – Configure IPv4 DoS policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_dos_policy6 – Configure IPv6 DoS policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_identity_based_route – Configure identity based routing in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_interface_policy – Configure IPv4 interface policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_interface_policy6 – Configure IPv6 interface policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_internet_service – Show Internet Service application in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_internet_service_custom – Configure custom Internet Services in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_internet_service_custom_group – Configure custom Internet Service group in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_internet_service_group – Configure group of Internet Service in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ip_translation – Configure firewall IP-translation in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ipmacbinding_setting – Configure IP to MAC binding settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ipmacbinding_table – Configure IP to MAC address pairs in the IP/MAC binding table in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ippool – Configure IPv4 IP pools in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ippool6 – Configure IPv6 IP pools in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ipv6_eh_filter – Configure IPv6 extension header filter in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ldb_monitor – Configure server load balancing health monitors in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_local_in_policy – Configure user defined IPv4 local-in policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_local_in_policy6 – Configure user defined IPv6 local-in policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_multicast_address – Configure multicast addresses in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_multicast_address6 – Configure IPv6 multicast address in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_multicast_policy – Configure multicast NAT policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_multicast_policy6 – Configure IPv6 multicast NAT policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_policy – Configure IPv4 policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_policy46 – Configure IPv4 to IPv6 policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_policy6 – Configure IPv6 policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_policy64 – Configure IPv6 to IPv4 policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_profile_group – Configure profile groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_profile_protocol_options – Configure protocol options in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_proxy_address – Web proxy address configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_proxy_addrgrp – Web proxy address group configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_proxy_policy – Configure proxy policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_schedule_group – Schedule group configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_schedule_onetime – Onetime schedule configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_schedule_recurring – Recurring schedule configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_service_category – Configure service categories in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_service_custom – Configure custom services in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_service_group – Configure service groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_shaper_per_ip_shaper – Configure per-IP traffic shaper in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_shaper_traffic_shaper – Configure shared traffic shaper in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_shaping_policy – Configure shaping policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_shaping_profile – Configure shaping profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_sniffer – Configure sniffer in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ssh_host_key – SSH proxy host public keys in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ssh_local_ca – SSH proxy local CA in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ssh_local_key – SSH proxy local keys in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ssh_setting – SSH proxy settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ssl_server – Configure SSL servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ssl_setting – SSL proxy settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ssl_ssh_profile – Configure SSL/SSH protocol options in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_ttl_policy – Configure TTL policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vip – Configure virtual IP for IPv4 in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vip46 – Configure IPv4 to IPv6 virtual IPs in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vip6 – Configure virtual IP for IPv6 in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vip64 – Configure IPv6 to IPv4 virtual IPs in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vipgrp – Configure IPv4 virtual IP groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vipgrp46 – Configure IPv4 to IPv6 virtual IP groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vipgrp6 – Configure IPv6 virtual IP groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_vipgrp64 – Configure IPv6 to IPv4 virtual IP groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_wildcard_fqdn_custom – Config global/VDOM Wildcard FQDN address in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_firewall_wildcard_fqdn_group – Config global Wildcard FQDN address groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ftp_proxy_explicit – Configure explicit FTP proxy settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_icap_profile – Configure ICAP profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_icap_server – Configure ICAP servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ips_custom – Configure IPS custom signature in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ips_decoder – Configure IPS decoder in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ips_global – Configure IPS global parameter in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ips_rule – Configure IPS rules in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ips_rule_settings – Configure IPS rule setting in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ips_sensor – Configure IPS sensor in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ips_settings – Configure IPS VDOM parameter in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_custom_field – Configure custom log fields in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_disk_filter – Configure filters for local disk logging. Use these filters to determine the log messages to record according to severity and type in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_disk_setting – Settings for local disk logging in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_eventfilter – Configure log event filters in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer2_filter – Filters for FortiAnalyzer in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer2_setting – Global FortiAnalyzer settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer3_filter – Filters for FortiAnalyzer in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer3_setting – Global FortiAnalyzer settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer_filter – Filters for FortiAnalyzer in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer_override_filter – Override filters for FortiAnalyzer in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer_override_setting – Override FortiAnalyzer settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortianalyzer_setting – Global FortiAnalyzer settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortiguard_filter – Filters for FortiCloud in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortiguard_override_filter – Override filters for FortiCloud in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortiguard_override_setting – Override global FortiCloud logging settings for this VDOM in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_fortiguard_setting – Configure logging to FortiCloud in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_gui_display – Configure how log messages are displayed on the GUI in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_memory_filter – Filters for memory buffer in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_memory_global_setting – Global settings for memory logging in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_memory_setting – Settings for memory buffer in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_null_device_filter – Filters for null device logging in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_null_device_setting – Settings for null device logging in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_setting – Configure general log settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd2_filter – Filters for remote system server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd2_setting – Global settings for remote syslog server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd3_filter – Filters for remote system server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd3_setting – Global settings for remote syslog server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd4_filter – Filters for remote system server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd4_setting – Global settings for remote syslog server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd_filter – Filters for remote system server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd_override_filter – Override filters for remote system server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd_override_setting – Override settings for remote syslog server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_syslogd_setting – Global settings for remote syslog server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_threat_weight – Configure threat weight settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_webtrends_filter – Filters for WebTrends in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_log_webtrends_setting – Settings for WebTrends in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_registration_forticare – Add a FortiCare license in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_registration_vdom – Add a VDOM license in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_report_chart – Report chart widget configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_report_dataset – Report dataset configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_report_layout – Report layout configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_report_setting – Report setting configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_report_style – Report style configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_report_theme – Report themes configuratio in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_access_list – Configure access lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_access_list6 – Configure IPv6 access lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_aspath_list – Configure Autonomous System (AS) path lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_auth_path – Configure authentication based routing in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_bfd – Configure BFD in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_bfd6 – Configure IPv6 BFD in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_bgp – Configure BGP in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_community_list – Configure community lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_isis – Configure IS-IS in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_key_chain – Configure key-chain in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_multicast – Configure router multicast in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_multicast6 – Configure IPv6 multicast in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_multicast_flow – Configure multicast-flow in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_ospf – Configure OSPF in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_ospf6 – Configure IPv6 OSPF in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_policy – Configure IPv4 routing policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_policy6 – Configure IPv6 routing policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_prefix_list – Configure IPv4 prefix lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_prefix_list6 – Configure IPv6 prefix lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_rip – Configure RIP in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_ripng – Configure RIPng in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_route_map – Configure route maps in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_setting – Configure router settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_static – Configure IPv4 static routing tables in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_router_static6 – Configure IPv6 static routing tables in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_bwl – Configure anti-spam black/white list in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_bword – Configure AntiSpam banned word list in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_dnsbl – Configure AntiSpam DNSBL/ORBL in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_fortishield – Configure FortiGuard - AntiSpam in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_iptrust – Configure AntiSpam IP trust in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_mheader – Configure AntiSpam MIME header in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_options – Configure AntiSpam options in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_spamfilter_profile – Configure AntiSpam profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_ssh_filter_profile – SSH filter profile in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_802_1x_settings – Configure global 802.1X settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_custom_command – Configure the FortiGate switch controller to send custom commands to managed FortiSwitch devices in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_global – Configure FortiSwitch global settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_igmp_snooping – Configure FortiSwitch IGMP snooping global settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_lldp_profile – Configure FortiSwitch LLDP profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_lldp_settings – Configure FortiSwitch LLDP settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_mac_sync_settings – Configure global MAC synchronization settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_managed_switch – Configure FortiSwitch devices that are managed by this FortiGate in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_network_monitor_settings – Configure network monitor settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_qos_dot1p_map – Configure FortiSwitch QoS 802.1p in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_qos_ip_dscp_map – Configure FortiSwitch QoS IP precedence/DSCP in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_qos_qos_policy – Configure FortiSwitch QoS policy in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_qos_queue_policy – Configure FortiSwitch QoS egress queue policy in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_quarantine – Configure FortiSwitch quarantine support in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_security_policy_802_1x – Configure 802.1x MAC Authentication Bypass (MAB) policies in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_security_policy_captive_portal – Names of VLANs that use captive portal authentication in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_sflow – Configure FortiSwitch sFlow in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_storm_control – Configure FortiSwitch storm control in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_stp_settings – Configure FortiSwitch spanning tree protocol (STP) in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_switch_group – Configure FortiSwitch switch groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_switch_interface_tag – Configure switch object tags in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_switch_log – Configure FortiSwitch logging (logs are transferred to and inserted into FortiGate event log) in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_switch_profile – Configure FortiSwitch switch profile in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_system – Configure system-wide switch controller settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_virtual_port_pool – Configure virtual pool in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_switch_controller_vlan – Configure VLANs for switch controller in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_3g_modem_custom – 3G MODEM custom in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_accprofile – Configure access profiles for system administrators in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_admin – Configure admin users in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_affinity_interrupt – Configure interrupt affinity in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_affinity_packet_redistribution – Configure packet redistribution in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_alarm – Configure alarm in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_alias – Configure alias command in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_api_user – Configure API users in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_arp_table – Configure ARP table in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_auto_install – Configure USB auto installation in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_auto_script – Configure auto script in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_automation_action – Action for automation stitches in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_automation_destination – Automation destinations in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_automation_stitch – Automation stitches in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_automation_trigger – Trigger for automation stitches in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_autoupdate_push_update – Configure push updates in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_autoupdate_schedule – Configure update schedule in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_autoupdate_tunneling – Configure web proxy tunnelling for the FDN in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_central_management – Configure central management in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_cluster_sync – Configure FortiGate Session Life Support Protocol (FGSP) session synchronization in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_config_backup_restore – Backup/restore fortigate configuration
fortinet.fortios.fortios_system_console – Configure console in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_csf – Add this FortiGate to a Security Fabric or set up a new Security Fabric on this FortiGate in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_custom_language – Configure custom languages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ddns – Configure DDNS in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_dedicated_mgmt – Configure dedicated management in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_dhcp6_server – Configure DHCPv6 servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_dhcp_server – Configure DHCP servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_dns – Configure DNS in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_dns_database – Configure DNS databases in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_dns_server – Configure DNS servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_dscp_based_priority – Configure DSCP based priority table in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_email_server – Configure the email server used by the FortiGate various things. For example, for sending email messages to users to support user authentication features in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_external_resource – Configure external resource in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_fips_cc – Configure FIPS-CC mode in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_fm – Configure FM in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_fortiguard – Configure FortiGuard services in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_fortimanager – Configure FortiManager in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_fortisandbox – Configure FortiSandbox in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_fsso_polling – Configure Fortinet Single Sign On (FSSO) server in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ftm_push – Configure FortiToken Mobile push services in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_geoip_override – Configure geographical location mapping for IP address(es) to override mappings from FortiGuard in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_global – Configure global attributes in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_gre_tunnel – Configure GRE tunnel in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ha – Configure HA in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ha_monitor – Configure HA monitor in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_interface – Configure interfaces in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ipip_tunnel – Configure IP in IP Tunneling in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ips_urlfilter_dns – Configure IPS URL filter DNS servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ips_urlfilter_dns6 – Configure IPS URL filter IPv6 DNS servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ipv6_neighbor_cache – Configure IPv6 neighbor cache table in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ipv6_tunnel – Configure IPv6/IPv4 in IPv6 tunnel in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_link_monitor – Configure Link Health Monitor in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_lte_modem – Configure USB LTE/WIMAX devices in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_mac_address_table – Configure MAC address tables in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_management_tunnel – Management tunnel configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_mobile_tunnel – Configure Mobile tunnels, an implementation of Network Mobility (NEMO) extensions for Mobile IPv4 RFC5177 in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_modem – Configure MODEM in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_nat64 – Configure NAT64 in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_netflow – Configure NetFlow in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_network_visibility – Configure network visibility settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_ntp – Configure system NTP information in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_object_tagging – Configure object tagging in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_password_policy – Configure password policy for locally defined administrator passwords and IPsec VPN pre-shared keys in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_password_policy_guest_admin – Configure the password policy for guest administrators in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_physical_switch – Configure physical switches in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_pppoe_interface – Configure the PPPoE interfaces in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_probe_response – Configure system probe response in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_proxy_arp – Configure proxy-ARP in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_admin – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_alertmail – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_auth – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_device_detection_portal – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_ec – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_fortiguard_wf – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_ftp – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_group – Configure replacement message groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_http – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_icap – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_image – Configure replacement message images in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_mail – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_nac_quar – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_nntp – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_spam – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_sslvpn – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_traffic_quota – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_utm – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_replacemsg_webproxy – Replacement messages in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_resource_limits – Configure resource limits in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_sdn_connector – Configure connection to SDN Connector in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_session_helper – Configure session helper in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_session_ttl – Configure global session TTL timers for this FortiGate in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_settings – Configure VDOM settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_sflow – Configure sFlow in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_sit_tunnel – Configure IPv6 tunnel over IPv4 in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_sms_server – Configure SMS server for sending SMS messages to support user authentication in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_snmp_community – SNMP community configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_snmp_sysinfo – SNMP system info configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_snmp_user – SNMP user configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_storage – Configure logical storage in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_stp – Configure Spanning Tree Protocol (STP) in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_switch_interface – Configure software switch interfaces by grouping physical and WiFi interfaces in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_tos_based_priority – Configure Type of Service (ToS) based priority table to set network traffic priorities in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom – Configure virtual domain in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom_dns – Configure DNS servers for a non-management VDOM in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom_exception – Global configuration objects that can be configured independently for all VDOMs or for the defined VDOM scope in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom_link – Configure VDOM links in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom_netflow – Configure NetFlow per VDOM in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom_property – Configure VDOM property in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom_radius_server – Configure a RADIUS server to use as a RADIUS Single Sign On (RSSO) server for this VDOM in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vdom_sflow – Configure sFlow per VDOM to add or change the IP address and UDP port that FortiGate sFlow agents in this VDOM use to send sFlow datagrams to an sFlow collector in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_virtual_switch – Configure virtual hardware switch interfaces in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_virtual_wan_link – Configure redundant internet connections using SD-WAN (formerly virtual WAN link) in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_virtual_wire_pair – Configure virtual wire pairs in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vmlicense – Update VM license using uploaded file. Reboots immediately if successful in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_vxlan – Configure VXLAN devices in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_wccp – Configure WCCP in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_system_zone – Configure zones to group two or more interfaces. When a zone is created you can configure policies for the zone instead of individual interfaces in the zone in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_adgrp – Configure FSSO groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_device – Configure devices in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_device_access_list – Configure device access control lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_device_category – Configure device categories in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_device_group – Configure device groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_domain_controller – Configure domain controller entries in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_fortitoken – Configure FortiToken in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_fsso – Configure Fortinet Single Sign On (FSSO) agents in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_fsso_polling – Configure FSSO active directory servers for polling mode in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_group – Configure user groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_krb_keytab – Configure Kerberos keytab entries in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_ldap – Configure LDAP server entries in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_local – Configure local users in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_password_policy – Configure user password policy in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_peer – Configure peer users in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_peergrp – Configure peer groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_pop3 – POP3 server entry configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_quarantine – Configure quarantine support in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_radius – Configure RADIUS server entries in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_security_exempt_list – Configure security exemption list in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_setting – Configure user authentication setting in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_user_tacacsplus – Configure TACACS+ server entries in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_voip_profile – Configure VoIP profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_certificate_ca – CA certificate in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_certificate_crl – Certificate Revocation List as a PEM file in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_certificate_local – Local keys and certificates in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_certificate_ocsp_server – OCSP server configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_certificate_remote – Remote certificate as a PEM file in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_certificate_setting – VPN certificate setting in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_concentrator – Concentrator configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_forticlient – Configure FortiClient policy realm in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_manualkey – Configure IPsec manual keys in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_manualkey_interface – Configure IPsec manual keys in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_phase1 – Configure VPN remote gateway in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_phase1_interface – Configure VPN remote gateway in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_phase2 – Configure VPN autokey tunnel in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ipsec_phase2_interface – Configure VPN autokey tunnel in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_l2tp – Configure L2TP in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ocvpn – Configure One-Click VPN settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_pptp – Configure PPTP in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ssl_settings – Configure SSL VPN in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ssl_web_host_check_software – SSL-VPN host check software in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ssl_web_portal – Portal in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ssl_web_realm – Realm in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ssl_web_user_bookmark – Configure SSL VPN user bookmark in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_vpn_ssl_web_user_group_bookmark – Configure SSL VPN user group bookmark in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_waf_main_class – Hidden table for datasource in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_waf_profile – Web application firewall configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_waf_signature – Hidden table for datasource in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_waf_sub_class – Hidden table for datasource in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_auth_group – Configure WAN optimization authentication groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_cache_service – Designate cache-service for wan-optimization and webcache in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_content_delivery_network_rule – Configure WAN optimization content delivery network rules in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_peer – Configure WAN optimization peers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_profile – Configure WAN optimization profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_remote_storage – Configure a remote cache device as Web cache storage in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_settings – Configure WAN optimization settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wanopt_webcache – Configure global Web cache settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_debug_url – Configure debug URL addresses in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_explicit – Configure explicit Web proxy settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_forward_server – Configure forward-server addresses in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_forward_server_group – Configure a forward server group consisting or multiple forward servers. Supports failover and load balancing in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_global – Configure Web proxy global settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_profile – Configure web proxy profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_url_match – Exempt URLs from web proxy forwarding and caching in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_web_proxy_wisp – Configure Wireless Internet service provider (WISP) servers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_content – Configure Web filter banned word table in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_content_header – Configure content types used by Web filter in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_fortiguard – Configure FortiGuard Web Filter service in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_ftgd_local_cat – Configure FortiGuard Web Filter local categories in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_ftgd_local_rating – Configure local FortiGuard Web Filter local ratings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_ips_urlfilter_cache_setting – Configure IPS URL filter cache settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_ips_urlfilter_setting – Configure IPS URL filter settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_ips_urlfilter_setting6 – Configure IPS URL filter settings for IPv6 in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_override – Configure FortiGuard Web Filter administrative overrides in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_profile – Configure Web filter profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_search_engine – Configure web filter search engines in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_webfilter_urlfilter – Configure URL filter lists in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_ap_status – Configure access point status (rogue | accepted | suppressed) in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_ble_profile – Configure Bluetooth Low Energy profile in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_bonjour_profile – Configure Bonjour profiles. Bonjour is Apple’s zero configuration networking protocol. Bonjour profiles allow APs and FortiAPs to connnect to networks using Bonjour in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_global – Configure wireless controller global settings in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_anqp_3gpp_cellular – Configure 3GPP public land mobile network (PLMN) in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_anqp_ip_address_type – Configure IP address type availability in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_anqp_nai_realm – Configure network access identifier (NAI) realm in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_anqp_network_auth_type – Configure network authentication type in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_anqp_roaming_consortium – Configure roaming consortium in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_anqp_venue_name – Configure venue name duple in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_h2qp_conn_capability – Configure connection capability in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_h2qp_operator_name – Configure operator friendly name in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_h2qp_osu_provider – Configure online sign up (OSU) provider list in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_h2qp_wan_metric – Configure WAN metrics in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_hs_profile – Configure hotspot profile in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_icon – Configure OSU provider icon in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_hotspot20_qos_map – Configure QoS map set in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_inter_controller – Configure inter wireless controller operation in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_qos_profile – Configure WiFi quality of service (QoS) profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_setting – VDOM wireless controller configuration in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_timers – Configure CAPWAP timers in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_utm_profile – Configure UTM (Unified Threat Management) profile in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_vap – Configure Virtual Access Points (VAPs) in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_vap_group – Configure virtual Access Point (VAP) groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_wids_profile – Configure wireless intrusion detection system (WIDS) profiles in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_wtp – Configure Wireless Termination Points (WTPs), that is, FortiAPs or APs to be managed by FortiGate in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_wtp_group – Configure WTP groups in Fortinet’s FortiOS and FortiGate.
fortinet.fortios.fortios_wireless_controller_wtp_profile – Configure WTP profiles or FortiAP profiles that define radio settings for manageable FortiAP platforms in Fortinet’s FortiOS and FortiGate.
frr.frr¶
frr.frr.frr_bgp – Configure global BGP settings on Free Range Routing(FRR).
frr.frr.frr_facts – Collect facts from remote devices running Free Range Routing (FRR).
gluster.gluster¶
gluster.gluster.geo_rep – Manage geo-replication sessions
gluster.gluster.gluster_heal_info – Gather information on self-heal or rebalance status
gluster.gluster.gluster_peer – Attach/Detach peers to/from the cluster
gluster.gluster.gluster_volume – Manage GlusterFS volumes
google.cloud¶
google.cloud.gcp_appengine_firewall_rule – Creates a GCP FirewallRule
google.cloud.gcp_appengine_firewall_rule_info – Gather info for GCP FirewallRule
google.cloud.gcp_bigquery_dataset – Creates a GCP Dataset
google.cloud.gcp_bigquery_dataset_info – Gather info for GCP Dataset
google.cloud.gcp_bigquery_table – Creates a GCP Table
google.cloud.gcp_bigquery_table_info – Gather info for GCP Table
google.cloud.gcp_bigtable_instance – Creates a GCP Instance
google.cloud.gcp_bigtable_instance_info – Gather info for GCP Instance
google.cloud.gcp_cloudbuild_trigger – Creates a GCP Trigger
google.cloud.gcp_cloudbuild_trigger_info – Gather info for GCP Trigger
google.cloud.gcp_cloudfunctions_cloud_function – Creates a GCP CloudFunction
google.cloud.gcp_cloudfunctions_cloud_function_info – Gather info for GCP CloudFunction
google.cloud.gcp_cloudscheduler_job – Creates a GCP Job
google.cloud.gcp_cloudscheduler_job_info – Gather info for GCP Job
google.cloud.gcp_cloudtasks_queue – Creates a GCP Queue
google.cloud.gcp_cloudtasks_queue_info – Gather info for GCP Queue
google.cloud.gcp_compute_address – Creates a GCP Address
google.cloud.gcp_compute_address_info – Gather info for GCP Address
google.cloud.gcp_compute_autoscaler – Creates a GCP Autoscaler
google.cloud.gcp_compute_autoscaler_info – Gather info for GCP Autoscaler
google.cloud.gcp_compute_backend_bucket – Creates a GCP BackendBucket
google.cloud.gcp_compute_backend_bucket_info – Gather info for GCP BackendBucket
google.cloud.gcp_compute_backend_service – Creates a GCP BackendService
google.cloud.gcp_compute_backend_service_info – Gather info for GCP BackendService
google.cloud.gcp_compute_disk – Creates a GCP Disk
google.cloud.gcp_compute_disk_info – Gather info for GCP Disk
google.cloud.gcp_compute_external_vpn_gateway – Creates a GCP ExternalVpnGateway
google.cloud.gcp_compute_external_vpn_gateway_info – Gather info for GCP ExternalVpnGateway
google.cloud.gcp_compute_firewall – Creates a GCP Firewall
google.cloud.gcp_compute_firewall_info – Gather info for GCP Firewall
google.cloud.gcp_compute_forwarding_rule – Creates a GCP ForwardingRule
google.cloud.gcp_compute_forwarding_rule_info – Gather info for GCP ForwardingRule
google.cloud.gcp_compute_global_address – Creates a GCP GlobalAddress
google.cloud.gcp_compute_global_address_info – Gather info for GCP GlobalAddress
google.cloud.gcp_compute_global_forwarding_rule – Creates a GCP GlobalForwardingRule
google.cloud.gcp_compute_global_forwarding_rule_info – Gather info for GCP GlobalForwardingRule
google.cloud.gcp_compute_health_check – Creates a GCP HealthCheck
google.cloud.gcp_compute_health_check_info – Gather info for GCP HealthCheck
google.cloud.gcp_compute_http_health_check – Creates a GCP HttpHealthCheck
google.cloud.gcp_compute_http_health_check_info – Gather info for GCP HttpHealthCheck
google.cloud.gcp_compute_https_health_check – Creates a GCP HttpsHealthCheck
google.cloud.gcp_compute_https_health_check_info – Gather info for GCP HttpsHealthCheck
google.cloud.gcp_compute_image – Creates a GCP Image
google.cloud.gcp_compute_image_info – Gather info for GCP Image
google.cloud.gcp_compute_instance – Creates a GCP Instance
google.cloud.gcp_compute_instance_group – Creates a GCP InstanceGroup
google.cloud.gcp_compute_instance_group_info – Gather info for GCP InstanceGroup
google.cloud.gcp_compute_instance_group_manager – Creates a GCP InstanceGroupManager
google.cloud.gcp_compute_instance_group_manager_info – Gather info for GCP InstanceGroupManager
google.cloud.gcp_compute_instance_info – Gather info for GCP Instance
google.cloud.gcp_compute_instance_template – Creates a GCP InstanceTemplate
google.cloud.gcp_compute_instance_template_info – Gather info for GCP InstanceTemplate
google.cloud.gcp_compute_interconnect_attachment – Creates a GCP InterconnectAttachment
google.cloud.gcp_compute_interconnect_attachment_info – Gather info for GCP InterconnectAttachment
google.cloud.gcp_compute_network – Creates a GCP Network
google.cloud.gcp_compute_network_endpoint_group – Creates a GCP NetworkEndpointGroup
google.cloud.gcp_compute_network_endpoint_group_info – Gather info for GCP NetworkEndpointGroup
google.cloud.gcp_compute_network_info – Gather info for GCP Network
google.cloud.gcp_compute_node_group – Creates a GCP NodeGroup
google.cloud.gcp_compute_node_group_info – Gather info for GCP NodeGroup
google.cloud.gcp_compute_node_template – Creates a GCP NodeTemplate
google.cloud.gcp_compute_node_template_info – Gather info for GCP NodeTemplate
google.cloud.gcp_compute_region_autoscaler – Creates a GCP RegionAutoscaler
google.cloud.gcp_compute_region_autoscaler_info – Gather info for GCP RegionAutoscaler
google.cloud.gcp_compute_region_backend_service – Creates a GCP RegionBackendService
google.cloud.gcp_compute_region_backend_service_info – Gather info for GCP RegionBackendService
google.cloud.gcp_compute_region_disk – Creates a GCP RegionDisk
google.cloud.gcp_compute_region_disk_info – Gather info for GCP RegionDisk
google.cloud.gcp_compute_region_health_check – Creates a GCP RegionHealthCheck
google.cloud.gcp_compute_region_health_check_info – Gather info for GCP RegionHealthCheck
google.cloud.gcp_compute_region_instance_group_manager – Creates a GCP RegionInstanceGroupManager
google.cloud.gcp_compute_region_instance_group_manager_info – Gather info for GCP RegionInstanceGroupManager
google.cloud.gcp_compute_region_target_http_proxy – Creates a GCP RegionTargetHttpProxy
google.cloud.gcp_compute_region_target_http_proxy_info – Gather info for GCP RegionTargetHttpProxy
google.cloud.gcp_compute_region_target_https_proxy – Creates a GCP RegionTargetHttpsProxy
google.cloud.gcp_compute_region_target_https_proxy_info – Gather info for GCP RegionTargetHttpsProxy
google.cloud.gcp_compute_region_url_map – Creates a GCP RegionUrlMap
google.cloud.gcp_compute_region_url_map_info – Gather info for GCP RegionUrlMap
google.cloud.gcp_compute_reservation – Creates a GCP Reservation
google.cloud.gcp_compute_reservation_info – Gather info for GCP Reservation
google.cloud.gcp_compute_resource_policy – Creates a GCP ResourcePolicy
google.cloud.gcp_compute_resource_policy_info – Gather info for GCP ResourcePolicy
google.cloud.gcp_compute_route – Creates a GCP Route
google.cloud.gcp_compute_route_info – Gather info for GCP Route
google.cloud.gcp_compute_router – Creates a GCP Router
google.cloud.gcp_compute_router_info – Gather info for GCP Router
google.cloud.gcp_compute_snapshot – Creates a GCP Snapshot
google.cloud.gcp_compute_snapshot_info – Gather info for GCP Snapshot
google.cloud.gcp_compute_ssl_certificate – Creates a GCP SslCertificate
google.cloud.gcp_compute_ssl_certificate_info – Gather info for GCP SslCertificate
google.cloud.gcp_compute_ssl_policy – Creates a GCP SslPolicy
google.cloud.gcp_compute_ssl_policy_info – Gather info for GCP SslPolicy
google.cloud.gcp_compute_subnetwork – Creates a GCP Subnetwork
google.cloud.gcp_compute_subnetwork_info – Gather info for GCP Subnetwork
google.cloud.gcp_compute_target_http_proxy – Creates a GCP TargetHttpProxy
google.cloud.gcp_compute_target_http_proxy_info – Gather info for GCP TargetHttpProxy
google.cloud.gcp_compute_target_https_proxy – Creates a GCP TargetHttpsProxy
google.cloud.gcp_compute_target_https_proxy_info – Gather info for GCP TargetHttpsProxy
google.cloud.gcp_compute_target_instance – Creates a GCP TargetInstance
google.cloud.gcp_compute_target_instance_info – Gather info for GCP TargetInstance
google.cloud.gcp_compute_target_pool – Creates a GCP TargetPool
google.cloud.gcp_compute_target_pool_info – Gather info for GCP TargetPool
google.cloud.gcp_compute_target_ssl_proxy – Creates a GCP TargetSslProxy
google.cloud.gcp_compute_target_ssl_proxy_info – Gather info for GCP TargetSslProxy
google.cloud.gcp_compute_target_tcp_proxy – Creates a GCP TargetTcpProxy
google.cloud.gcp_compute_target_tcp_proxy_info – Gather info for GCP TargetTcpProxy
google.cloud.gcp_compute_target_vpn_gateway – Creates a GCP TargetVpnGateway
google.cloud.gcp_compute_target_vpn_gateway_info – Gather info for GCP TargetVpnGateway
google.cloud.gcp_compute_url_map – Creates a GCP UrlMap
google.cloud.gcp_compute_url_map_info – Gather info for GCP UrlMap
google.cloud.gcp_compute_vpn_tunnel – Creates a GCP VpnTunnel
google.cloud.gcp_compute_vpn_tunnel_info – Gather info for GCP VpnTunnel
google.cloud.gcp_container_cluster – Creates a GCP Cluster
google.cloud.gcp_container_cluster_info – Gather info for GCP Cluster
google.cloud.gcp_container_node_pool – Creates a GCP NodePool
google.cloud.gcp_container_node_pool_info – Gather info for GCP NodePool
google.cloud.gcp_dns_managed_zone – Creates a GCP ManagedZone
google.cloud.gcp_dns_managed_zone_info – Gather info for GCP ManagedZone
google.cloud.gcp_dns_resource_record_set – Creates a GCP ResourceRecordSet
google.cloud.gcp_dns_resource_record_set_info – Gather info for GCP ResourceRecordSet
google.cloud.gcp_filestore_instance – Creates a GCP Instance
google.cloud.gcp_filestore_instance_info – Gather info for GCP Instance
google.cloud.gcp_iam_role – Creates a GCP Role
google.cloud.gcp_iam_role_info – Gather info for GCP Role
google.cloud.gcp_iam_service_account – Creates a GCP ServiceAccount
google.cloud.gcp_iam_service_account_info – Gather info for GCP ServiceAccount
google.cloud.gcp_iam_service_account_key – Creates a GCP ServiceAccountKey
google.cloud.gcp_kms_crypto_key – Creates a GCP CryptoKey
google.cloud.gcp_kms_crypto_key_info – Gather info for GCP CryptoKey
google.cloud.gcp_kms_key_ring – Creates a GCP KeyRing
google.cloud.gcp_kms_key_ring_info – Gather info for GCP KeyRing
google.cloud.gcp_logging_metric – Creates a GCP Metric
google.cloud.gcp_logging_metric_info – Gather info for GCP Metric
google.cloud.gcp_mlengine_model – Creates a GCP Model
google.cloud.gcp_mlengine_model_info – Gather info for GCP Model
google.cloud.gcp_mlengine_version – Creates a GCP Version
google.cloud.gcp_mlengine_version_info – Gather info for GCP Version
google.cloud.gcp_pubsub_subscription – Creates a GCP Subscription
google.cloud.gcp_pubsub_subscription_info – Gather info for GCP Subscription
google.cloud.gcp_pubsub_topic – Creates a GCP Topic
google.cloud.gcp_pubsub_topic_info – Gather info for GCP Topic
google.cloud.gcp_redis_instance – Creates a GCP Instance
google.cloud.gcp_redis_instance_info – Gather info for GCP Instance
google.cloud.gcp_resourcemanager_project – Creates a GCP Project
google.cloud.gcp_resourcemanager_project_info – Gather info for GCP Project
google.cloud.gcp_runtimeconfig_config – Creates a GCP Config
google.cloud.gcp_runtimeconfig_config_info – Gather info for GCP Config
google.cloud.gcp_runtimeconfig_variable – Creates a GCP Variable
google.cloud.gcp_runtimeconfig_variable_info – Gather info for GCP Variable
google.cloud.gcp_serviceusage_service – Creates a GCP Service
google.cloud.gcp_serviceusage_service_info – Gather info for GCP Service
google.cloud.gcp_sourcerepo_repository – Creates a GCP Repository
google.cloud.gcp_sourcerepo_repository_info – Gather info for GCP Repository
google.cloud.gcp_spanner_database – Creates a GCP Database
google.cloud.gcp_spanner_database_info – Gather info for GCP Database
google.cloud.gcp_spanner_instance – Creates a GCP Instance
google.cloud.gcp_spanner_instance_info – Gather info for GCP Instance
google.cloud.gcp_sql_database – Creates a GCP Database
google.cloud.gcp_sql_database_info – Gather info for GCP Database
google.cloud.gcp_sql_instance – Creates a GCP Instance
google.cloud.gcp_sql_instance_info – Gather info for GCP Instance
google.cloud.gcp_sql_ssl_cert – Creates a GCP SslCert
google.cloud.gcp_sql_user – Creates a GCP User
google.cloud.gcp_sql_user_info – Gather info for GCP User
google.cloud.gcp_storage_bucket – Creates a GCP Bucket
google.cloud.gcp_storage_bucket_access_control – Creates a GCP BucketAccessControl
google.cloud.gcp_storage_default_object_acl – Creates a GCP DefaultObjectACL
google.cloud.gcp_storage_object – Creates a GCP Object
google.cloud.gcp_tpu_node – Creates a GCP Node
google.cloud.gcp_tpu_node_info – Gather info for GCP Node
hetzner.hcloud¶
hetzner.hcloud.hcloud_certificate – Create and manage certificates on the Hetzner Cloud.
hetzner.hcloud.hcloud_certificate_info – Gather infos about your Hetzner Cloud certificates.
hetzner.hcloud.hcloud_datacenter_info – Gather info about the Hetzner Cloud datacenters.
hetzner.hcloud.hcloud_firewall – Create and manage firewalls on the Hetzner Cloud.
hetzner.hcloud.hcloud_floating_ip – Create and manage cloud Floating IPs on the Hetzner Cloud.
hetzner.hcloud.hcloud_floating_ip_info – Gather infos about the Hetzner Cloud Floating IPs.
hetzner.hcloud.hcloud_image_info – Gather infos about your Hetzner Cloud images.
hetzner.hcloud.hcloud_load_balancer – Create and manage cloud Load Balancers on the Hetzner Cloud.
hetzner.hcloud.hcloud_load_balancer_info – Gather infos about your Hetzner Cloud Load Balancers.
hetzner.hcloud.hcloud_load_balancer_network – Manage the relationship between Hetzner Cloud Networks and Load Balancers
hetzner.hcloud.hcloud_load_balancer_service – Create and manage the services of cloud Load Balancers on the Hetzner Cloud.
hetzner.hcloud.hcloud_load_balancer_target – Manage Hetzner Cloud Load Balancer targets
hetzner.hcloud.hcloud_load_balancer_type_info – Gather infos about the Hetzner Cloud Load Balancer types.
hetzner.hcloud.hcloud_location_info – Gather infos about your Hetzner Cloud locations.
hetzner.hcloud.hcloud_network – Create and manage cloud Networks on the Hetzner Cloud.
hetzner.hcloud.hcloud_network_info – Gather info about your Hetzner Cloud networks.
hetzner.hcloud.hcloud_rdns – Create and manage reverse DNS entries on the Hetzner Cloud.
hetzner.hcloud.hcloud_route – Create and delete cloud routes on the Hetzner Cloud.
hetzner.hcloud.hcloud_server – Create and manage cloud servers on the Hetzner Cloud.
hetzner.hcloud.hcloud_server_info – Gather infos about your Hetzner Cloud servers.
hetzner.hcloud.hcloud_server_network – Manage the relationship between Hetzner Cloud Networks and servers
hetzner.hcloud.hcloud_server_type_info – Gather infos about the Hetzner Cloud server types.
hetzner.hcloud.hcloud_ssh_key – Create and manage ssh keys on the Hetzner Cloud.
hetzner.hcloud.hcloud_ssh_key_info – Gather infos about your Hetzner Cloud ssh_keys.
hetzner.hcloud.hcloud_subnetwork – Manage cloud subnetworks on the Hetzner Cloud.
hetzner.hcloud.hcloud_volume – Create and manage block Volume on the Hetzner Cloud.
hetzner.hcloud.hcloud_volume_info – Gather infos about your Hetzner Cloud Volumes.
ibm.qradar¶
ibm.qradar.deploy – Trigger a qradar configuration deployment
ibm.qradar.log_source_management – Manage Log Sources in QRadar
ibm.qradar.offense_action – Take action on a QRadar Offense
ibm.qradar.offense_info – Obtain information about one or many QRadar Offenses, with filter options
ibm.qradar.offense_note – Create or update a QRadar Offense Note
ibm.qradar.rule – Manage state of QRadar Rules, with filter options
ibm.qradar.rule_info – Obtain information about one or many QRadar Rules, with filter options
infinidat.infinibox¶
infinidat.infinibox.infini_cluster – Create, Delete and Modify Host Cluster on Infinibox
infinidat.infinibox.infini_export – Create, Delete or Modify NFS Exports on Infinibox
infinidat.infinibox.infini_export_client – Create, Delete or Modify NFS Client(s) for existing exports on Infinibox
infinidat.infinibox.infini_fs – Create, Delete or Modify filesystems on Infinibox
infinidat.infinibox.infini_host – Create, Delete and Modify Hosts on Infinibox
infinidat.infinibox.infini_map – Create and Delete mapping of a volume to a host on Infinibox
infinidat.infinibox.infini_pool – Create, Delete and Modify Pools on Infinibox
infinidat.infinibox.infini_port – Add and Delete fiber channel and iSCSI ports to a host on Infinibox
infinidat.infinibox.infini_user – Create, Delete and Modify a User on Infinibox
infinidat.infinibox.infini_vol – Create, Delete or Modify volumes on Infinibox
inspur.sm¶
inspur.sm.ad_group – Manage active directory group information.
inspur.sm.ad_group_info – Get active directory group information.
inspur.sm.ad_info – Get active directory information.
inspur.sm.adapter_info – Get adapter information.
inspur.sm.add_ad_group – Add active directory group information.
inspur.sm.add_ldap_group – Add ldap group information.
inspur.sm.add_ldisk – Create logical disk.
inspur.sm.add_user – Create user.
inspur.sm.add_user_group – Create user group.
inspur.sm.alert_policy_info – Get alert policy.
inspur.sm.audit_log_info – Get BMC audit log information.
inspur.sm.auto_capture_info – Get auto capture screen information.
inspur.sm.backplane_info – Get disk backplane information.
inspur.sm.backup – Backup server settings.
inspur.sm.bios_export – Export BIOS config.
inspur.sm.bios_import – Import BIOS config.
inspur.sm.bios_info – Get BIOS setup.
inspur.sm.bmc_info – Get BMC information.
inspur.sm.boot_image_info – Get bmc boot image information.
inspur.sm.boot_option_info – Get BIOS boot options.
inspur.sm.clear_audit_log – Clear BMC audit log.
inspur.sm.clear_event_log – Clear event log.
inspur.sm.clear_system_log – Clear BMC system log.
inspur.sm.collect_blackbox – Collect blackbox log.
inspur.sm.collect_log – Collect logs.
inspur.sm.connect_media_info – Get remote images redirection information.
inspur.sm.cpu_info – Get CPU information.
inspur.sm.del_ad_group – Delete active directory group information.
inspur.sm.del_ldap_group – Delete ldap group information.
inspur.sm.del_session – Delete session.
inspur.sm.del_user – Delete user.
inspur.sm.del_user_group – Delete user group.
inspur.sm.dns_info – Get dns information.
inspur.sm.download_auto_screenshot – Download auto screenshots.
inspur.sm.download_manual_screenshot – Download manual screenshots.
inspur.sm.edit_ad – Set active directory information.
inspur.sm.edit_ad_group – Set active directory group information.
inspur.sm.edit_alert_policy – Set alert policy.
inspur.sm.edit_auto_capture – Set auto capture screen.
inspur.sm.edit_bios – Set BIOS setup attributes.
inspur.sm.edit_boot_image – Set bmc boot image.
inspur.sm.edit_boot_option – Set BIOS boot options.
inspur.sm.edit_connect_media – Start/Stop virtual media Image
inspur.sm.edit_dns – Set dns information.
inspur.sm.edit_event_log_policy – Set event log policy.
inspur.sm.edit_fan – Set fan information.
inspur.sm.edit_fru – Set fru settings.
inspur.sm.edit_ipv4 – Set ipv4 information.
inspur.sm.edit_ipv6 – Set ipv6 information.
inspur.sm.edit_kvm – Set KVM.
inspur.sm.edit_ldap – Set ldap information.
inspur.sm.edit_ldap_group – Set ldap group information.
inspur.sm.edit_ldisk – Set logical disk.
inspur.sm.edit_log_setting – Set bmc system and audit log setting.
inspur.sm.edit_manual_capture – Set manual capture screen.
inspur.sm.edit_media_instance – Set Virtual Media Instance
inspur.sm.edit_ncsi – Set ncsi information.
inspur.sm.edit_network – Set network information.
inspur.sm.edit_network_bond – Set network bond.
inspur.sm.edit_network_link – Set network link.
inspur.sm.edit_ntp – Set NTP.
inspur.sm.edit_pass_user – Change user password.
inspur.sm.edit_pdisk – Set physical disk.
inspur.sm.edit_power_budget – Set power budget information.
inspur.sm.edit_power_restore – Set power restore information.
inspur.sm.edit_power_status – Set power status information.
inspur.sm.edit_preserve_config – Set preserve config.
inspur.sm.edit_priv_user – Change user privilege.
inspur.sm.edit_psu_config – Set psu config information.
inspur.sm.edit_psu_peak – Set psu peak information.
inspur.sm.edit_restore_factory_default – Set preserver config.
inspur.sm.edit_service – Set service settings.
inspur.sm.edit_smtp – Set SMTP information.
inspur.sm.edit_snmp – Set snmp.
inspur.sm.edit_snmp_trap – Set snmp trap.
inspur.sm.edit_threshold – Set threshold information.
inspur.sm.edit_uid – Set UID.
inspur.sm.edit_user_group – Set user group.
inspur.sm.edit_virtual_media – Set virtual media.
inspur.sm.edit_vlan – Set vlan information.
inspur.sm.event_log_info – Get event log information.
inspur.sm.event_log_policy_info – Get event log policy information.
inspur.sm.fan_info – Get fan information.
inspur.sm.fru_info – Get fru information.
inspur.sm.fw_version_info – Get firmware version information.
inspur.sm.hard_disk_info – Get hard disk information.
inspur.sm.kvm_info – Get KVM information.
inspur.sm.ldap_group – Manage ldap group information.
inspur.sm.ldap_group_info – Get ldap group information.
inspur.sm.ldap_info – Get ldap information.
inspur.sm.ldisk_info – Get logical disks information.
inspur.sm.log_setting_info – Get bmc log setting information.
inspur.sm.media_instance_info – Get Virtual Media Instance information.
inspur.sm.mem_info – Get memory information.
inspur.sm.ncsi_info – Get ncsi information.
inspur.sm.network_bond_info – Get network bond information.
inspur.sm.network_info – Get network information.
inspur.sm.network_link_info – Get network link information.
inspur.sm.ntp_info – Get NTP information.
inspur.sm.pcie_info – Get PCIE information.
inspur.sm.pdisk_info – Get physical disks information.
inspur.sm.power_budget_info – Get power budget information.
inspur.sm.power_consumption_info – Get power consumption information.
inspur.sm.power_restore_info – Get power restore information.
inspur.sm.power_status_info – Get power status information.
inspur.sm.preserve_config_info – Get preserve config information.
inspur.sm.psu_config_info – Get psu config information.
inspur.sm.psu_info – Get psu information.
inspur.sm.psu_peak_info – Get psu peak information.
inspur.sm.raid_info – Get RAID/HBA card and controller information.
inspur.sm.reset_bmc – BMC reset.
inspur.sm.reset_kvm – KVM reset.
inspur.sm.restore – Restore server settings.
inspur.sm.self_test_info – Get self test information.
inspur.sm.sensor_info – Get sensor information.
inspur.sm.server_info – Get server status information.
inspur.sm.service_info – Get service information.
inspur.sm.session_info – Get online session information.
inspur.sm.smtp_info – Get SMTP information.
inspur.sm.snmp_info – Get snmp get/set information.
inspur.sm.snmp_trap_info – Get snmp trap information.
inspur.sm.system_log_info – Get BMC system log information.
inspur.sm.temp_info – Get temp information.
inspur.sm.threshold_info – Get threshold information.
inspur.sm.uid_info – Get UID information.
inspur.sm.update_cpld – Update CPLD.
inspur.sm.update_fw – Update firmware.
inspur.sm.user – Manage user.
inspur.sm.user_group – Manage user group.
inspur.sm.user_group_info – Get user group information.
inspur.sm.user_info – Get user information.
inspur.sm.virtual_media_info – Get Virtual Media information.
inspur.sm.volt_info – Get volt information.
junipernetworks.junos¶
junipernetworks.junos.junos_acl_interfaces – ACL interfaces resource module
junipernetworks.junos.junos_acls – ACLs resource module
junipernetworks.junos.junos_banner – Manage multiline banners on Juniper JUNOS devices
junipernetworks.junos.junos_bgp_global – Manages BGP Global configuration on devices running Juniper JUNOS.
junipernetworks.junos.junos_command – Run arbitrary commands on an Juniper JUNOS device
junipernetworks.junos.junos_config – Manage configuration on devices running Juniper JUNOS
junipernetworks.junos.junos_facts – Collect facts from remote devices running Juniper Junos
junipernetworks.junos.junos_interface – (deprecated, removed after 2022-06-01) Manage Interface on Juniper JUNOS network devices
junipernetworks.junos.junos_interfaces – Junos Interfaces resource module
junipernetworks.junos.junos_l2_interface – (deprecated, removed after 2022-06-01) Manage L2 Interface on Juniper JUNOS network devices
junipernetworks.junos.junos_l2_interfaces – L2 interfaces resource module
junipernetworks.junos.junos_l3_interface – (deprecated, removed after 2022-06-01) Manage L3 interfaces on Juniper JUNOS network devices
junipernetworks.junos.junos_l3_interfaces – L3 interfaces resource module
junipernetworks.junos.junos_lacp – Global Link Aggregation Control Protocol (LACP) Junos resource module
junipernetworks.junos.junos_lacp_interfaces – LACP interfaces resource module
junipernetworks.junos.junos_lag_interfaces – Link Aggregation Juniper JUNOS resource module
junipernetworks.junos.junos_linkagg – (deprecated, removed after 2022-06-01) Manage link aggregation groups on Juniper JUNOS network devices
junipernetworks.junos.junos_lldp – (deprecated, removed after 2022-06-01) Manage LLDP configuration on Juniper JUNOS network devices
junipernetworks.junos.junos_lldp_global – LLDP resource module
junipernetworks.junos.junos_lldp_interface – (deprecated, removed after 2022-06-01) Manage LLDP interfaces configuration on Juniper JUNOS network devices
junipernetworks.junos.junos_lldp_interfaces – LLDP interfaces resource module
junipernetworks.junos.junos_logging – Manage logging on network devices
junipernetworks.junos.junos_netconf – Configures the Junos Netconf system service
junipernetworks.junos.junos_ospf_interfaces – OSPF Interfaces Resource Module.
junipernetworks.junos.junos_ospfv2 – OSPFv2 resource module
junipernetworks.junos.junos_ospfv3 – OSPFv3 resource module
junipernetworks.junos.junos_package – Installs packages on remote devices running Junos
junipernetworks.junos.junos_ping – Tests reachability using ping from devices running Juniper JUNOS
junipernetworks.junos.junos_rpc – Runs an arbitrary RPC over NetConf on an Juniper JUNOS device
junipernetworks.junos.junos_scp – Transfer files from or to remote devices running Junos
junipernetworks.junos.junos_static_route – (deprecated, removed after 2022-06-01) Manage static IP routes on Juniper JUNOS network devices
junipernetworks.junos.junos_static_routes – Static routes resource module
junipernetworks.junos.junos_system – Manage the system attributes on Juniper JUNOS devices
junipernetworks.junos.junos_user – Manage local user accounts on Juniper JUNOS devices
junipernetworks.junos.junos_vlan – (deprecated, removed after 2022-06-01) Manage VLANs on Juniper JUNOS network devices
junipernetworks.junos.junos_vlans – VLANs resource module
junipernetworks.junos.junos_vrf – Manage the VRF definitions on Juniper JUNOS devices
kubernetes.core¶
kubernetes.core.helm – Manages Kubernetes packages with the Helm package manager
kubernetes.core.helm_info – Get information from Helm package deployed inside the cluster
kubernetes.core.helm_plugin – Manage Helm plugins
kubernetes.core.helm_plugin_info – Gather information about Helm plugins
kubernetes.core.helm_repository – Manage Helm repositories.
kubernetes.core.helm_template – Render chart templates
kubernetes.core.k8s – Manage Kubernetes (K8s) objects
kubernetes.core.k8s_auth – Authenticate to Kubernetes clusters which require an explicit login step
kubernetes.core.k8s_cluster_info – Describe Kubernetes (K8s) cluster, APIs available and their respective versions
kubernetes.core.k8s_exec – Execute command in Pod
kubernetes.core.k8s_info – Describe Kubernetes (K8s) objects
kubernetes.core.k8s_log – Fetch logs from Kubernetes resources
kubernetes.core.k8s_rollback – Rollback Kubernetes (K8S) Deployments and DaemonSets
kubernetes.core.k8s_scale – Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job.
kubernetes.core.k8s_service – Manage Services on Kubernetes
mellanox.onyx¶
mellanox.onyx.onyx_aaa – Configures AAA parameters
mellanox.onyx.onyx_bfd – Configures BFD parameters
mellanox.onyx.onyx_bgp – Configures BGP on Mellanox ONYX network devices
mellanox.onyx.onyx_buffer_pool – Configures Buffer Pool
mellanox.onyx.onyx_command – Run commands on remote devices running Mellanox ONYX
mellanox.onyx.onyx_config – Manage Mellanox ONYX configuration sections
mellanox.onyx.onyx_facts – Collect facts from Mellanox ONYX network devices
mellanox.onyx.onyx_igmp – Configures IGMP global parameters
mellanox.onyx.onyx_igmp_interface – Configures IGMP interface parameters
mellanox.onyx.onyx_igmp_vlan – Configures IGMP Vlan parameters
mellanox.onyx.onyx_interface – Manage Interfaces on Mellanox ONYX network devices
mellanox.onyx.onyx_l2_interface – Manage Layer-2 interface on Mellanox ONYX network devices
mellanox.onyx.onyx_l3_interface – Manage L3 interfaces on Mellanox ONYX network devices
mellanox.onyx.onyx_linkagg – Manage link aggregation groups on Mellanox ONYX network devices
mellanox.onyx.onyx_lldp – Manage LLDP configuration on Mellanox ONYX network devices
mellanox.onyx.onyx_lldp_interface – Manage LLDP interfaces configuration on Mellanox ONYX network devices
mellanox.onyx.onyx_magp – Manage MAGP protocol on Mellanox ONYX network devices
mellanox.onyx.onyx_mlag_ipl – Manage IPL (inter-peer link) on Mellanox ONYX network devices
mellanox.onyx.onyx_mlag_vip – Configures MLAG VIP on Mellanox ONYX network devices
mellanox.onyx.onyx_ntp – Manage NTP general configurations and ntp keys configurations on Mellanox ONYX network devices
mellanox.onyx.onyx_ntp_servers_peers – Configures NTP peers and servers parameters
mellanox.onyx.onyx_ospf – Manage OSPF protocol on Mellanox ONYX network devices
mellanox.onyx.onyx_pfc_interface – Manage priority flow control on ONYX network devices
mellanox.onyx.onyx_protocol – Enables/Disables protocols on Mellanox ONYX network devices
mellanox.onyx.onyx_ptp_global – Configures PTP Global parameters
mellanox.onyx.onyx_ptp_interface – Configures PTP on interface
mellanox.onyx.onyx_qos – Configures QoS
mellanox.onyx.onyx_snmp – Manages SNMP general configurations on Mellanox ONYX network devices
mellanox.onyx.onyx_snmp_hosts – Configures SNMP host parameters
mellanox.onyx.onyx_snmp_users – Configures SNMP User parameters
mellanox.onyx.onyx_syslog_files – Configure file management syslog module
mellanox.onyx.onyx_syslog_remote – Configure remote syslog module
mellanox.onyx.onyx_traffic_class – Configures Traffic Class
mellanox.onyx.onyx_username – Configure username module
mellanox.onyx.onyx_vlan – Manage VLANs on Mellanox ONYX network devices
mellanox.onyx.onyx_vxlan – Configures Vxlan
mellanox.onyx.onyx_wjh – Configure what-just-happend module
netapp.aws¶
netapp.aws.aws_netapp_cvs_active_directory – NetApp AWS CloudVolumes Service Manage Active Directory.
netapp.aws.aws_netapp_cvs_filesystems – NetApp AWS Cloud Volumes Service Manage FileSystem.
netapp.aws.aws_netapp_cvs_pool – NetApp AWS Cloud Volumes Service Manage Pools.
netapp.aws.aws_netapp_cvs_snapshots – NetApp AWS Cloud Volumes Service Manage Snapshots.
netapp.elementsw¶
netapp.elementsw.na_elementsw_access_group – NetApp Element Software Manage Access Groups
netapp.elementsw.na_elementsw_access_group_volumes – NetApp Element Software Add/Remove Volumes to/from Access Group
netapp.elementsw.na_elementsw_account – NetApp Element Software Manage Accounts
netapp.elementsw.na_elementsw_admin_users – NetApp Element Software Manage Admin Users
netapp.elementsw.na_elementsw_backup – NetApp Element Software Create Backups
netapp.elementsw.na_elementsw_check_connections – NetApp Element Software Check connectivity to MVIP and SVIP.
netapp.elementsw.na_elementsw_cluster – NetApp Element Software Create Cluster
netapp.elementsw.na_elementsw_cluster_config – Configure Element SW Cluster
netapp.elementsw.na_elementsw_cluster_pair – NetApp Element Software Manage Cluster Pair
netapp.elementsw.na_elementsw_cluster_snmp – Configure Element SW Cluster SNMP
netapp.elementsw.na_elementsw_drive – NetApp Element Software Manage Node Drives
netapp.elementsw.na_elementsw_info – NetApp Element Software Info
netapp.elementsw.na_elementsw_initiators – Manage Element SW initiators
netapp.elementsw.na_elementsw_ldap – NetApp Element Software Manage ldap admin users
netapp.elementsw.na_elementsw_network_interfaces – NetApp Element Software Configure Node Network Interfaces
netapp.elementsw.na_elementsw_node – NetApp Element Software Node Operation
netapp.elementsw.na_elementsw_qos_policy – NetApp Element Software create/modify/rename/delete QOS Policy
netapp.elementsw.na_elementsw_snapshot – NetApp Element Software Manage Snapshots
netapp.elementsw.na_elementsw_snapshot_restore – NetApp Element Software Restore Snapshot
netapp.elementsw.na_elementsw_snapshot_schedule – NetApp Element Software Snapshot Schedules
netapp.elementsw.na_elementsw_vlan – NetApp Element Software Manage VLAN
netapp.elementsw.na_elementsw_volume – NetApp Element Software Manage Volumes
netapp.elementsw.na_elementsw_volume_clone – NetApp Element Software Create Volume Clone
netapp.elementsw.na_elementsw_volume_pair – NetApp Element Software Volume Pair
netapp.ontap¶
netapp.ontap.na_ontap_active_directory – NetApp ONTAP configure active directory
netapp.ontap.na_ontap_aggregate – NetApp ONTAP manage aggregates.
netapp.ontap.na_ontap_autosupport – NetApp ONTAP Autosupport
netapp.ontap.na_ontap_autosupport_invoke – NetApp ONTAP send AutoSupport message
netapp.ontap.na_ontap_broadcast_domain – NetApp ONTAP manage broadcast domains.
netapp.ontap.na_ontap_broadcast_domain_ports – NetApp ONTAP manage broadcast domain ports
netapp.ontap.na_ontap_cg_snapshot – NetApp ONTAP manage consistency group snapshot
netapp.ontap.na_ontap_cifs – NetApp ONTAP Manage cifs-share
netapp.ontap.na_ontap_cifs_acl – NetApp ONTAP manage cifs-share-access-control
netapp.ontap.na_ontap_cifs_local_group_member – NetApp Ontap - Add or remove CIFS local group member
netapp.ontap.na_ontap_cifs_local_user_modify – NetApp ONTAP modify local CIFS user.
netapp.ontap.na_ontap_cifs_server – NetApp ONTAP CIFS server configuration
netapp.ontap.na_ontap_cluster – NetApp ONTAP cluster - create a cluster and add/remove nodes.
netapp.ontap.na_ontap_cluster_ha – NetApp ONTAP Manage HA status for cluster
netapp.ontap.na_ontap_cluster_peer – NetApp ONTAP Manage Cluster peering
netapp.ontap.na_ontap_command – NetApp ONTAP Run any cli command, the username provided needs to have console login permission.
netapp.ontap.na_ontap_debug – NetApp ONTAP Debug netapp-lib import and connection.
netapp.ontap.na_ontap_disk_options – NetApp ONTAP modify storage disk options
netapp.ontap.na_ontap_disks – NetApp ONTAP Assign disks to nodes
netapp.ontap.na_ontap_dns – NetApp ONTAP Create, delete, modify DNS servers.
netapp.ontap.na_ontap_domain_tunnel – NetApp ONTAP domain tunnel
netapp.ontap.na_ontap_efficiency_policy – NetApp ONTAP manage efficiency policies (sis policies)
netapp.ontap.na_ontap_export_policy – NetApp ONTAP manage export-policy
netapp.ontap.na_ontap_export_policy_rule – NetApp ONTAP manage export policy rules
netapp.ontap.na_ontap_fcp – NetApp ONTAP Start, Stop and Enable FCP services.
netapp.ontap.na_ontap_file_directory_policy – NetApp ONTAP create, delete, or modify vserver security file-directory policy
netapp.ontap.na_ontap_firewall_policy – NetApp ONTAP Manage a firewall policy
netapp.ontap.na_ontap_firmware_upgrade – NetApp ONTAP firmware upgrade for SP, shelf, ACP, and disk.
netapp.ontap.na_ontap_flexcache – NetApp ONTAP FlexCache - create/delete relationship
netapp.ontap.na_ontap_fpolicy_event – NetApp ONTAP FPolicy policy event configuration
netapp.ontap.na_ontap_fpolicy_ext_engine – NetApp ONTAP fPolicy external engine configuration.
netapp.ontap.na_ontap_fpolicy_policy – NetApp ONTAP - Create, delete or modify an FPolicy policy.
netapp.ontap.na_ontap_fpolicy_scope – NetApp ONTAP - Create, delete or modify an FPolicy policy scope configuration.
netapp.ontap.na_ontap_fpolicy_status – NetApp ONTAP - Enables or disables the specified fPolicy policy
netapp.ontap.na_ontap_igroup – NetApp ONTAP iSCSI or FC igroup configuration
netapp.ontap.na_ontap_igroup_initiator – NetApp ONTAP igroup initiator configuration
netapp.ontap.na_ontap_info – NetApp information gatherer
netapp.ontap.na_ontap_interface – NetApp ONTAP LIF configuration
netapp.ontap.na_ontap_ipspace – NetApp ONTAP Manage an ipspace
netapp.ontap.na_ontap_iscsi – NetApp ONTAP manage iSCSI service
netapp.ontap.na_ontap_iscsi_security – NetApp ONTAP Manage iscsi security.
netapp.ontap.na_ontap_job_schedule – NetApp ONTAP Job Schedule
netapp.ontap.na_ontap_kerberos_realm – NetApp ONTAP vserver nfs kerberos realm
netapp.ontap.na_ontap_ldap – NetApp ONTAP LDAP
netapp.ontap.na_ontap_ldap_client – NetApp ONTAP LDAP client
netapp.ontap.na_ontap_license – NetApp ONTAP protocol and feature licenses
netapp.ontap.na_ontap_log_forward – NetApp ONTAP Log Forward Configuration
netapp.ontap.na_ontap_login_messages – Setup login banner and message of the day
netapp.ontap.na_ontap_lun – NetApp ONTAP manage LUNs
netapp.ontap.na_ontap_lun_copy – NetApp ONTAP copy LUNs
netapp.ontap.na_ontap_lun_map – NetApp ONTAP LUN maps
netapp.ontap.na_ontap_lun_map_reporting_nodes – NetApp ONTAP LUN maps reporting nodes
netapp.ontap.na_ontap_mcc_mediator – NetApp ONTAP Add and Remove MetroCluster Mediator
netapp.ontap.na_ontap_metrocluster – NetApp ONTAP set up a MetroCluster
netapp.ontap.na_ontap_metrocluster_dr_group – NetApp ONTAP manage MetroCluster DR Group
netapp.ontap.na_ontap_motd – Setup motd
netapp.ontap.na_ontap_name_service_switch – NetApp ONTAP Manage name service switch
netapp.ontap.na_ontap_ndmp – NetApp ONTAP NDMP services configuration
netapp.ontap.na_ontap_net_ifgrp – NetApp Ontap modify network interface group
netapp.ontap.na_ontap_net_port – NetApp ONTAP network ports.
netapp.ontap.na_ontap_net_routes – NetApp ONTAP network routes
netapp.ontap.na_ontap_net_subnet – NetApp ONTAP Create, delete, modify network subnets.
netapp.ontap.na_ontap_net_vlan – NetApp ONTAP network VLAN
netapp.ontap.na_ontap_nfs – NetApp ONTAP NFS status
netapp.ontap.na_ontap_node – NetApp ONTAP Modify or Rename a node.
netapp.ontap.na_ontap_ntfs_dacl – NetApp Ontap create, delate or modify NTFS DACL (discretionary access control list)
netapp.ontap.na_ontap_ntfs_sd – NetApp ONTAP create, delete or modify NTFS security descriptor
netapp.ontap.na_ontap_ntp – NetApp ONTAP NTP server
netapp.ontap.na_ontap_nvme – NetApp ONTAP Manage NVMe Service
netapp.ontap.na_ontap_nvme_namespace – NetApp ONTAP Manage NVME Namespace
netapp.ontap.na_ontap_nvme_subsystem – NetApp ONTAP Manage NVME Subsystem
netapp.ontap.na_ontap_object_store – NetApp ONTAP manage object store config.
netapp.ontap.na_ontap_ports – NetApp ONTAP add/remove ports
netapp.ontap.na_ontap_portset – NetApp ONTAP Create/Delete portset
netapp.ontap.na_ontap_qos_adaptive_policy_group – NetApp ONTAP Adaptive Quality of Service policy group.
netapp.ontap.na_ontap_qos_policy_group – NetApp ONTAP manage policy group in Quality of Service.
netapp.ontap.na_ontap_qtree – NetApp ONTAP manage qtrees
netapp.ontap.na_ontap_quota_policy – NetApp Ontap create, assign, rename or delete quota policy
netapp.ontap.na_ontap_quotas – NetApp ONTAP Quotas
netapp.ontap.na_ontap_rest_cli – NetApp ONTAP Run any cli command, the username provided needs to have console login permission.
netapp.ontap.na_ontap_rest_info – NetApp ONTAP information gatherer using REST APIs
netapp.ontap.na_ontap_restit – NetApp ONTAP Run any REST API on ONTAP
netapp.ontap.na_ontap_security_certificates – NetApp ONTAP manage security certificates.
netapp.ontap.na_ontap_security_config – NetApp ONTAP modify security config for SSL.
netapp.ontap.na_ontap_security_key_manager – NetApp ONTAP security key manager.
netapp.ontap.na_ontap_service_processor_network – NetApp ONTAP service processor network
netapp.ontap.na_ontap_snaplock_clock – NetApp ONTAP Sets the snaplock compliance clock.
netapp.ontap.na_ontap_snapmirror – NetApp ONTAP or ElementSW Manage SnapMirror
netapp.ontap.na_ontap_snapmirror_policy – NetApp ONTAP create, delete or modify SnapMirror policies
netapp.ontap.na_ontap_snapshot – NetApp ONTAP manage Snapshots
netapp.ontap.na_ontap_snapshot_policy – NetApp ONTAP manage Snapshot Policy
netapp.ontap.na_ontap_snmp – NetApp ONTAP SNMP community
netapp.ontap.na_ontap_snmp_traphosts – NetApp ONTAP SNMP traphosts.
netapp.ontap.na_ontap_software_update – NetApp ONTAP Update Software
netapp.ontap.na_ontap_ssh_command – NetApp ONTAP Run any cli command over plain SSH using paramiko.
netapp.ontap.na_ontap_storage_auto_giveback – Enables or disables NetApp ONTAP storage auto giveback for a specified node
netapp.ontap.na_ontap_storage_failover – Enables or disables NetApp Ontap storage failover for a specified node
netapp.ontap.na_ontap_svm – NetApp ONTAP SVM
netapp.ontap.na_ontap_svm_options – NetApp ONTAP Modify SVM Options
netapp.ontap.na_ontap_ucadapter – NetApp ONTAP UC adapter configuration
netapp.ontap.na_ontap_unix_group – NetApp ONTAP UNIX Group
netapp.ontap.na_ontap_unix_user – NetApp ONTAP UNIX users
netapp.ontap.na_ontap_user – NetApp ONTAP user configuration and management
netapp.ontap.na_ontap_user_role – NetApp ONTAP user role configuration and management
netapp.ontap.na_ontap_volume – NetApp ONTAP manage volumes.
netapp.ontap.na_ontap_volume_autosize – NetApp ONTAP manage volume autosize
netapp.ontap.na_ontap_volume_clone – NetApp ONTAP manage volume clones.
netapp.ontap.na_ontap_volume_efficiency – NetApp ONTAP enables, disables or modifies volume efficiency
netapp.ontap.na_ontap_volume_snaplock – NetApp ONTAP manage volume snaplock retention.
netapp.ontap.na_ontap_vscan – NetApp ONTAP Vscan enable/disable.
netapp.ontap.na_ontap_vscan_on_access_policy – NetApp ONTAP Vscan on access policy configuration.
netapp.ontap.na_ontap_vscan_on_demand_task – NetApp ONTAP Vscan on demand task configuration.
netapp.ontap.na_ontap_vscan_scanner_pool – NetApp ONTAP Vscan Scanner Pools Configuration.
netapp.ontap.na_ontap_vserver_cifs_security – NetApp ONTAP vserver CIFS security modification
netapp.ontap.na_ontap_vserver_peer – NetApp ONTAP Vserver peering
netapp.ontap.na_ontap_wait_for_condition – NetApp ONTAP wait_for_condition. Loop over a get status request until a condition is met.
netapp.ontap.na_ontap_wwpn_alias – NetApp ONTAP set FCP WWPN Alias
netapp.ontap.na_ontap_zapit – NetApp ONTAP Run any ZAPI on ONTAP
netapp_eseries.santricity¶
netapp_eseries.santricity.na_santricity_alerts – NetApp E-Series manage email notification settings
netapp_eseries.santricity.na_santricity_alerts_syslog – NetApp E-Series manage syslog servers receiving storage system alerts.
netapp_eseries.santricity.na_santricity_asup – NetApp E-Series manage auto-support settings
netapp_eseries.santricity.na_santricity_auditlog – NetApp E-Series manage audit-log configuration
netapp_eseries.santricity.na_santricity_auth – NetApp E-Series set or update the password for a storage array device or SANtricity Web Services Proxy.
netapp_eseries.santricity.na_santricity_client_certificate – NetApp E-Series manage remote server certificates.
netapp_eseries.santricity.na_santricity_discover – NetApp E-Series discover E-Series storage systems
netapp_eseries.santricity.na_santricity_drive_firmware – NetApp E-Series manage drive firmware
netapp_eseries.santricity.na_santricity_facts – NetApp E-Series retrieve facts about NetApp E-Series storage arrays
netapp_eseries.santricity.na_santricity_firmware – NetApp E-Series manage firmware.
netapp_eseries.santricity.na_santricity_global – NetApp E-Series manage global settings configuration
netapp_eseries.santricity.na_santricity_host – NetApp E-Series manage eseries hosts
netapp_eseries.santricity.na_santricity_hostgroup – NetApp E-Series manage array host groups
netapp_eseries.santricity.na_santricity_ib_iser_interface – NetApp E-Series manage InfiniBand iSER interface configuration
netapp_eseries.santricity.na_santricity_iscsi_interface – NetApp E-Series manage iSCSI interface configuration
netapp_eseries.santricity.na_santricity_iscsi_target – NetApp E-Series manage iSCSI target configuration
netapp_eseries.santricity.na_santricity_ldap – NetApp E-Series manage LDAP integration to use for authentication
netapp_eseries.santricity.na_santricity_lun_mapping – NetApp E-Series manage lun mappings
netapp_eseries.santricity.na_santricity_mgmt_interface – NetApp E-Series manage management interface configuration
netapp_eseries.santricity.na_santricity_nvme_interface – NetApp E-Series manage NVMe interface configuration
netapp_eseries.santricity.na_santricity_proxy_drive_firmware_upload – NetApp E-Series manage proxy drive firmware files
netapp_eseries.santricity.na_santricity_proxy_firmware_upload – NetApp E-Series manage proxy firmware uploads.
netapp_eseries.santricity.na_santricity_proxy_systems – NetApp E-Series manage SANtricity web services proxy storage arrays
netapp_eseries.santricity.na_santricity_server_certificate – NetApp E-Series manage the storage system’s server SSL certificates.
netapp_eseries.santricity.na_santricity_snapshot – NetApp E-Series storage system’s snapshots.
netapp_eseries.santricity.na_santricity_storagepool – NetApp E-Series manage volume groups and disk pools
netapp_eseries.santricity.na_santricity_syslog – NetApp E-Series manage syslog settings
netapp_eseries.santricity.na_santricity_volume – NetApp E-Series manage storage volumes (standard and thin)
netapp_eseries.santricity.netapp_e_alerts – NetApp E-Series manage email notification settings
netapp_eseries.santricity.netapp_e_amg – NetApp E-Series create, remove, and update asynchronous mirror groups
netapp_eseries.santricity.netapp_e_amg_role – NetApp E-Series update the role of a storage array within an Asynchronous Mirror Group (AMG).
netapp_eseries.santricity.netapp_e_amg_sync – NetApp E-Series conduct synchronization actions on asynchronous mirror groups.
netapp_eseries.santricity.netapp_e_asup – NetApp E-Series manage auto-support settings
netapp_eseries.santricity.netapp_e_auditlog – NetApp E-Series manage audit-log configuration
netapp_eseries.santricity.netapp_e_auth – NetApp E-Series set or update the password for a storage array.
netapp_eseries.santricity.netapp_e_drive_firmware – NetApp E-Series manage drive firmware
netapp_eseries.santricity.netapp_e_facts – NetApp E-Series retrieve facts about NetApp E-Series storage arrays
netapp_eseries.santricity.netapp_e_firmware – NetApp E-Series manage firmware.
netapp_eseries.santricity.netapp_e_flashcache – NetApp E-Series manage SSD caches
netapp_eseries.santricity.netapp_e_global – NetApp E-Series manage global settings configuration
netapp_eseries.santricity.netapp_e_host – NetApp E-Series manage eseries hosts
netapp_eseries.santricity.netapp_e_hostgroup – NetApp E-Series manage array host groups
netapp_eseries.santricity.netapp_e_iscsi_interface – NetApp E-Series manage iSCSI interface configuration
netapp_eseries.santricity.netapp_e_iscsi_target – NetApp E-Series manage iSCSI target configuration
netapp_eseries.santricity.netapp_e_ldap – NetApp E-Series manage LDAP integration to use for authentication
netapp_eseries.santricity.netapp_e_lun_mapping – NetApp E-Series create, delete, or modify lun mappings
netapp_eseries.santricity.netapp_e_mgmt_interface – NetApp E-Series management interface configuration
netapp_eseries.santricity.netapp_e_snapshot_group – NetApp E-Series manage snapshot groups
netapp_eseries.santricity.netapp_e_snapshot_images – NetApp E-Series create and delete snapshot images
netapp_eseries.santricity.netapp_e_snapshot_volume – NetApp E-Series manage snapshot volumes.
netapp_eseries.santricity.netapp_e_storage_system – NetApp E-Series Web Services Proxy manage storage arrays
netapp_eseries.santricity.netapp_e_storagepool – NetApp E-Series manage volume groups and disk pools
netapp_eseries.santricity.netapp_e_syslog – NetApp E-Series manage syslog settings
netapp_eseries.santricity.netapp_e_volume – NetApp E-Series manage storage volumes (standard and thin)
netapp_eseries.santricity.netapp_e_volume_copy – NetApp E-Series create volume copy pairs
netbox.netbox¶
netbox.netbox.netbox_aggregate – Creates or removes aggregates from Netbox
netbox.netbox.netbox_cable – Create, update or delete cables within Netbox
netbox.netbox.netbox_circuit – Create, update or delete circuits within Netbox
netbox.netbox.netbox_circuit_termination – Create, update or delete circuit terminations within Netbox
netbox.netbox.netbox_circuit_type – Create, update or delete circuit types within Netbox
netbox.netbox.netbox_cluster – Create, update or delete clusters within Netbox
netbox.netbox.netbox_cluster_group – Create, update or delete cluster groups within Netbox
netbox.netbox.netbox_cluster_type – Create, update or delete cluster types within Netbox
netbox.netbox.netbox_console_port – Create, update or delete console ports within Netbox
netbox.netbox.netbox_console_port_template – Create, update or delete console port templates within Netbox
netbox.netbox.netbox_console_server_port – Create, update or delete console server ports within Netbox
netbox.netbox.netbox_console_server_port_template – Create, update or delete console server port templates within Netbox
netbox.netbox.netbox_device – Create, update or delete devices within Netbox
netbox.netbox.netbox_device_bay – Create, update or delete device bays within Netbox
netbox.netbox.netbox_device_bay_template – Create, update or delete device bay templates within Netbox
netbox.netbox.netbox_device_interface – Creates or removes interfaces on devices from Netbox
netbox.netbox.netbox_device_interface_template – Creates or removes interfaces on devices from Netbox
netbox.netbox.netbox_device_role – Create, update or delete devices roles within Netbox
netbox.netbox.netbox_device_type – Create, update or delete device types within Netbox
netbox.netbox.netbox_front_port – Create, update or delete front ports within Netbox
netbox.netbox.netbox_front_port_template – Create, update or delete front port templates within Netbox
netbox.netbox.netbox_inventory_item – Creates or removes inventory items from Netbox
netbox.netbox.netbox_ip_address – Creates or removes IP addresses from Netbox
netbox.netbox.netbox_ipam_role – Creates or removes ipam roles from Netbox
netbox.netbox.netbox_manufacturer – Create or delete manufacturers within Netbox
netbox.netbox.netbox_platform – Create or delete platforms within Netbox
netbox.netbox.netbox_power_feed – Create, update or delete power feeds within Netbox
netbox.netbox.netbox_power_outlet – Create, update or delete power outlets within Netbox
netbox.netbox.netbox_power_outlet_template – Create, update or delete power outlet templates within Netbox
netbox.netbox.netbox_power_panel – Create, update or delete power panels within Netbox
netbox.netbox.netbox_power_port – Create, update or delete power ports within Netbox
netbox.netbox.netbox_power_port_template – Create, update or delete power port templates within Netbox
netbox.netbox.netbox_prefix – Creates or removes prefixes from Netbox
netbox.netbox.netbox_provider – Create, update or delete providers within Netbox
netbox.netbox.netbox_rack – Create, update or delete racks within Netbox
netbox.netbox.netbox_rack_group – Create, update or delete racks groups within Netbox
netbox.netbox.netbox_rack_role – Create, update or delete racks roles within Netbox
netbox.netbox.netbox_rear_port – Create, update or delete rear ports within Netbox
netbox.netbox.netbox_rear_port_template – Create, update or delete rear port templates within Netbox
netbox.netbox.netbox_region – Creates or removes regions from Netbox
netbox.netbox.netbox_rir – Create, update or delete RIRs within Netbox
netbox.netbox.netbox_route_target – Creates or removes route targets from Netbox
netbox.netbox.netbox_service – Creates or removes service from Netbox
netbox.netbox.netbox_site – Creates or removes sites from Netbox
netbox.netbox.netbox_tag – Creates or removes tags from Netbox
netbox.netbox.netbox_tenant – Creates or removes tenants from Netbox
netbox.netbox.netbox_tenant_group – Creates or removes tenant groups from Netbox
netbox.netbox.netbox_virtual_chassis – Create, update or delete virtual chassis within Netbox
netbox.netbox.netbox_virtual_machine – Create, update or delete virtual_machines within Netbox
netbox.netbox.netbox_vlan – Create, update or delete vlans within Netbox
netbox.netbox.netbox_vlan_group – Create, update or delete vlans groups within Netbox
netbox.netbox.netbox_vm_interface – Creates or removes interfaces from virtual machines in Netbox
netbox.netbox.netbox_vrf – Create, update or delete vrfs within Netbox
ngine_io.cloudstack¶
ngine_io.cloudstack.cs_account – Manages accounts on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_affinitygroup – Manages affinity groups on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_cluster – Manages host clusters on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_configuration – Manages configuration on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_disk_offering – Manages disk offerings on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_domain – Manages domains on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_facts – Gather facts on instances of Apache CloudStack based clouds.
ngine_io.cloudstack.cs_firewall – Manages firewall rules on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_host – Manages hosts on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_image_store – Manages CloudStack Image Stores.
ngine_io.cloudstack.cs_instance – Manages instances and virtual machines on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_instance_info – Gathering information from the API of instances from Apache CloudStack based clouds.
ngine_io.cloudstack.cs_instance_nic – Manages NICs of an instance on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_instance_nic_secondaryip – Manages secondary IPs of an instance on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_instance_password_reset – Allows resetting VM the default passwords on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_instancegroup – Manages instance groups on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_ip_address – Manages public IP address associations on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_iso – Manages ISO images on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_loadbalancer_rule – Manages load balancer rules on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_loadbalancer_rule_member – Manages load balancer rule members on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_network – Manages networks on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_network_acl – Manages network access control lists (ACL) on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_network_acl_rule – Manages network access control list (ACL) rules on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_network_offering – Manages network offerings on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_physical_network – Manages physical networks on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_pod – Manages pods on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_portforward – Manages port forwarding rules on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_project – Manages projects on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_region – Manages regions on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_resourcelimit – Manages resource limits on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_role – Manages user roles on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_role_permission – Manages role permissions on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_router – Manages routers on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_securitygroup – Manages security groups on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_securitygroup_rule – Manages security group rules on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_service_offering – Manages service offerings on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_snapshot_policy – Manages volume snapshot policies on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_sshkeypair – Manages SSH keys on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_staticnat – Manages static NATs on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_storage_pool – Manages Primary Storage Pools on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_template – Manages templates on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_traffic_type – Manages traffic types on CloudStack Physical Networks
ngine_io.cloudstack.cs_user – Manages users on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_vlan_ip_range – Manages VLAN IP ranges on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_vmsnapshot – Manages VM snapshots on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_volume – Manages volumes on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_vpc – Manages VPCs on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_vpc_offering – Manages vpc offerings on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_vpn_connection – Manages site-to-site VPN connections on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_vpn_customer_gateway – Manages site-to-site VPN customer gateway configurations on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_vpn_gateway – Manages site-to-site VPN gateways on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_zone – Manages zones on Apache CloudStack based clouds.
ngine_io.cloudstack.cs_zone_info – Gathering information about zones from Apache CloudStack based clouds.
ngine_io.exoscale¶
ngine_io.exoscale.exo_dns_domain – Manages domain records on Exoscale DNS API.
ngine_io.exoscale.exo_dns_record – Manages DNS records on Exoscale DNS.
ngine_io.vultr¶
ngine_io.vultr.vultr_account_info – Get information about the Vultr account.
ngine_io.vultr.vultr_block_storage – Manages block storage volumes on Vultr.
ngine_io.vultr.vultr_block_storage_info – Get information about the Vultr block storage volumes available.
ngine_io.vultr.vultr_dns_domain – Manages DNS domains on Vultr.
ngine_io.vultr.vultr_dns_domain_info – Gather information about the Vultr DNS domains available.
ngine_io.vultr.vultr_dns_record – Manages DNS records on Vultr.
ngine_io.vultr.vultr_firewall_group – Manages firewall groups on Vultr.
ngine_io.vultr.vultr_firewall_group_info – Gather information about the Vultr firewall groups available.
ngine_io.vultr.vultr_firewall_rule – Manages firewall rules on Vultr.
ngine_io.vultr.vultr_network – Manages networks on Vultr.
ngine_io.vultr.vultr_network_info – Gather information about the Vultr networks available.
ngine_io.vultr.vultr_os_info – Get information about the Vultr OSes available.
ngine_io.vultr.vultr_plan_baremetal_info – Gather information about the Vultr Bare Metal plans available.
ngine_io.vultr.vultr_plan_info – Gather information about the Vultr plans available.
ngine_io.vultr.vultr_region_info – Gather information about the Vultr regions available.
ngine_io.vultr.vultr_server – Manages virtual servers on Vultr.
ngine_io.vultr.vultr_server_baremetal – Manages baremetal servers on Vultr.
ngine_io.vultr.vultr_server_info – Gather information about the Vultr servers available.
ngine_io.vultr.vultr_ssh_key – Manages ssh keys on Vultr.
ngine_io.vultr.vultr_ssh_key_info – Get information about the Vultr SSH keys available.
ngine_io.vultr.vultr_startup_script – Manages startup scripts on Vultr.
ngine_io.vultr.vultr_startup_script_info – Gather information about the Vultr startup scripts available.
ngine_io.vultr.vultr_user – Manages users on Vultr.
ngine_io.vultr.vultr_user_info – Get information about the Vultr user available.
openstack.cloud¶
openstack.cloud.auth – Retrieve an auth token
openstack.cloud.baremetal_inspect – Explicitly triggers baremetal node introspection in ironic.
openstack.cloud.baremetal_node – Create/Delete Bare Metal Resources from OpenStack
openstack.cloud.baremetal_node_action – Activate/Deactivate Bare Metal Resources from OpenStack
openstack.cloud.baremetal_node_introspection – Introspect Ironic nodes
openstack.cloud.catalog_service – Manage OpenStack Identity services
openstack.cloud.coe_cluster – Add/Remove COE cluster from OpenStack Cloud
openstack.cloud.coe_cluster_template – Add/Remove COE cluster template from OpenStack Cloud
openstack.cloud.compute_flavor – Manage OpenStack compute flavors
openstack.cloud.compute_flavor_info – Retrieve information about one or more flavors
openstack.cloud.config – Get OpenStack Client config
openstack.cloud.dns_zone – Manage OpenStack DNS zones
openstack.cloud.endpoint – Manage OpenStack Identity service endpoints
openstack.cloud.federation_idp – manage a federation Identity Provider
openstack.cloud.federation_idp_info – Get the information about the available federation identity providers
openstack.cloud.federation_mapping – Manage a federation mapping
openstack.cloud.federation_mapping_info – Get the information about the available federation mappings
openstack.cloud.floating_ip – Add/Remove floating IP from an instance
openstack.cloud.group_assignment – Associate OpenStack Identity users and groups
openstack.cloud.host_aggregate – Manage OpenStack host aggregates
openstack.cloud.identity_domain – Manage OpenStack Identity Domains
openstack.cloud.identity_domain_info – Retrieve information about one or more OpenStack domains
openstack.cloud.identity_group – Manage OpenStack Identity Groups
openstack.cloud.identity_group_info – Retrieve info about one or more OpenStack groups
openstack.cloud.identity_role – Manage OpenStack Identity Roles
openstack.cloud.identity_role_info – Retrive information about roles
openstack.cloud.identity_user – Manage OpenStack Identity Users
openstack.cloud.identity_user_info – Retrieve information about one or more OpenStack users
openstack.cloud.image – Add/Delete images from OpenStack Cloud
openstack.cloud.image_info – Retrieve information about an image within OpenStack.
openstack.cloud.keypair – Add/Delete a keypair from OpenStack
openstack.cloud.keypair_info – Get information about keypairs from OpenStack
openstack.cloud.keystone_federation_protocol – manage a federation Protocol
openstack.cloud.keystone_federation_protocol_info – get information about federation Protocols
openstack.cloud.lb_health_monitor – Add/Delete a health m nonitor to a pool in the load balancing service from OpenStack Cloud
openstack.cloud.lb_listener – Add/Delete a listener for a load balancer from OpenStack Cloud
openstack.cloud.lb_member – Add/Delete a member for a pool in load balancer from OpenStack Cloud
openstack.cloud.lb_pool – Add/Delete a pool in the load balancing service from OpenStack Cloud
openstack.cloud.loadbalancer – Add/Delete load balancer from OpenStack Cloud
openstack.cloud.network – Creates/removes networks from OpenStack
openstack.cloud.networks_info – Retrieve information about one or more OpenStack networks.
openstack.cloud.object – Create or Delete objects and containers from OpenStack
openstack.cloud.object_container – Manage Swift container.
openstack.cloud.port – Add/Update/Delete ports from an OpenStack cloud.
openstack.cloud.port_info – Retrieve information about ports within OpenStack.
openstack.cloud.project – Manage OpenStack Projects
openstack.cloud.project_access – Manage OpenStack compute flavors access
openstack.cloud.project_info – Retrieve information about one or more OpenStack projects
openstack.cloud.quota – Manage OpenStack Quotas
openstack.cloud.recordset – Manage OpenStack DNS recordsets
openstack.cloud.role_assignment – Associate OpenStack Identity users and roles
openstack.cloud.router – Create or delete routers from OpenStack
openstack.cloud.routers_info – Retrieve information about one or more OpenStack routers.
openstack.cloud.security_group – Add/Delete security groups from an OpenStack cloud.
openstack.cloud.security_group_info – Lists security groups
openstack.cloud.security_group_rule – Add/Delete rule from an existing security group
openstack.cloud.security_group_rule_info – Querying security group rules
openstack.cloud.server – Create/Delete Compute Instances from OpenStack
openstack.cloud.server_action – Perform actions on Compute Instances from OpenStack
openstack.cloud.server_group – Manage OpenStack server groups
openstack.cloud.server_info – Retrieve information about one or more compute instances
openstack.cloud.server_metadata – Add/Update/Delete Metadata in Compute Instances from OpenStack
openstack.cloud.server_volume – Attach/Detach Volumes from OpenStack VM’s
openstack.cloud.stack – Add/Remove Heat Stack
openstack.cloud.stack_info – Retrive information about Heat stacks
openstack.cloud.subnet – Add/Remove subnet to an OpenStack network
openstack.cloud.subnets_info – Retrieve information about one or more OpenStack subnets.
openstack.cloud.volume – Create/Delete Cinder Volumes
openstack.cloud.volume_backup – Add/Delete Volume backup
openstack.cloud.volume_backup_info – Get Backups
openstack.cloud.volume_info – Retrive information about volumes
openstack.cloud.volume_snapshot – Create/Delete Cinder Volume Snapshots
openstack.cloud.volume_snapshot_info – Get volume snapshots
openvswitch.openvswitch¶
openvswitch.openvswitch.openvswitch_bond – Manage Open vSwitch bonds
openvswitch.openvswitch.openvswitch_bridge – Manage Open vSwitch bridges
openvswitch.openvswitch.openvswitch_db – Configure open vswitch database.
openvswitch.openvswitch.openvswitch_port – Manage Open vSwitch ports
ovirt.ovirt¶
ovirt.ovirt.ovirt_affinity_group – Module to manage affinity groups in oVirt/RHV
ovirt.ovirt.ovirt_affinity_label – Module to manage affinity labels in oVirt/RHV
ovirt.ovirt.ovirt_affinity_label_info – Retrieve information about one or more oVirt/RHV affinity labels
ovirt.ovirt.ovirt_api_info – Retrieve information about the oVirt/RHV API
ovirt.ovirt.ovirt_auth – Module to manage authentication to oVirt/RHV
ovirt.ovirt.ovirt_cluster – Module to manage clusters in oVirt/RHV
ovirt.ovirt.ovirt_cluster_info – Retrieve information about one or more oVirt/RHV clusters
ovirt.ovirt.ovirt_datacenter – Module to manage data centers in oVirt/RHV
ovirt.ovirt.ovirt_datacenter_info – Retrieve information about one or more oVirt/RHV datacenters
ovirt.ovirt.ovirt_disk – Module to manage Virtual Machine and floating disks in oVirt/RHV
ovirt.ovirt.ovirt_disk_info – Retrieve information about one or more oVirt/RHV disks
ovirt.ovirt.ovirt_event – Create or delete an event in oVirt/RHV
ovirt.ovirt.ovirt_event_info – This module can be used to retrieve information about one or more oVirt/RHV events
ovirt.ovirt.ovirt_external_provider – Module to manage external providers in oVirt/RHV
ovirt.ovirt.ovirt_external_provider_info – Retrieve information about one or more oVirt/RHV external providers
ovirt.ovirt.ovirt_group – Module to manage groups in oVirt/RHV
ovirt.ovirt.ovirt_group_info – Retrieve information about one or more oVirt/RHV groups
ovirt.ovirt.ovirt_host – Module to manage hosts in oVirt/RHV
ovirt.ovirt.ovirt_host_info – Retrieve information about one or more oVirt/RHV hosts
ovirt.ovirt.ovirt_host_network – Module to manage host networks in oVirt/RHV
ovirt.ovirt.ovirt_host_pm – Module to manage power management of hosts in oVirt/RHV
ovirt.ovirt.ovirt_host_storage_info – Retrieve information about one or more oVirt/RHV HostStorages (applicable only for block storage)
ovirt.ovirt.ovirt_instance_type – Module to manage Instance Types in oVirt/RHV
ovirt.ovirt.ovirt_job – Module to manage jobs in oVirt/RHV
ovirt.ovirt.ovirt_mac_pool – Module to manage MAC pools in oVirt/RHV
ovirt.ovirt.ovirt_network – Module to manage logical networks in oVirt/RHV
ovirt.ovirt.ovirt_network_info – Retrieve information about one or more oVirt/RHV networks
ovirt.ovirt.ovirt_nic – Module to manage network interfaces of Virtual Machines in oVirt/RHV
ovirt.ovirt.ovirt_nic_info – Retrieve information about one or more oVirt/RHV virtual machine network interfaces
ovirt.ovirt.ovirt_permission – Module to manage permissions of users/groups in oVirt/RHV
ovirt.ovirt.ovirt_permission_info – Retrieve information about one or more oVirt/RHV permissions
ovirt.ovirt.ovirt_quota – Module to manage datacenter quotas in oVirt/RHV
ovirt.ovirt.ovirt_quota_info – Retrieve information about one or more oVirt/RHV quotas
ovirt.ovirt.ovirt_role – Module to manage roles in oVirt/RHV
ovirt.ovirt.ovirt_scheduling_policy_info – Retrieve information about one or more oVirt scheduling policies
ovirt.ovirt.ovirt_snapshot – Module to manage Virtual Machine Snapshots in oVirt/RHV
ovirt.ovirt.ovirt_snapshot_info – Retrieve information about one or more oVirt/RHV virtual machine snapshots
ovirt.ovirt.ovirt_storage_connection – Module to manage storage connections in oVirt
ovirt.ovirt.ovirt_storage_domain – Module to manage storage domains in oVirt/RHV
ovirt.ovirt.ovirt_storage_domain_info – Retrieve information about one or more oVirt/RHV storage domains
ovirt.ovirt.ovirt_storage_template_info – Retrieve information about one or more oVirt/RHV templates relate to a storage domain.
ovirt.ovirt.ovirt_storage_vm_info – Retrieve information about one or more oVirt/RHV virtual machines relate to a storage domain.
ovirt.ovirt.ovirt_system_option_info – Retrieve information about one oVirt/RHV system options.
ovirt.ovirt.ovirt_tag – Module to manage tags in oVirt/RHV
ovirt.ovirt.ovirt_tag_info – Retrieve information about one or more oVirt/RHV tags
ovirt.ovirt.ovirt_template – Module to manage virtual machine templates in oVirt/RHV
ovirt.ovirt.ovirt_template_info – Retrieve information about one or more oVirt/RHV templates
ovirt.ovirt.ovirt_user – Module to manage users in oVirt/RHV
ovirt.ovirt.ovirt_user_info – Retrieve information about one or more oVirt/RHV users
ovirt.ovirt.ovirt_vm – Module to manage Virtual Machines in oVirt/RHV
ovirt.ovirt.ovirt_vm_info – Retrieve information about one or more oVirt/RHV virtual machines
ovirt.ovirt.ovirt_vm_os_info – Retrieve information on all supported oVirt/RHV operating systems
ovirt.ovirt.ovirt_vmpool – Module to manage VM pools in oVirt/RHV
ovirt.ovirt.ovirt_vmpool_info – Retrieve information about one or more oVirt/RHV vmpools
ovirt.ovirt.ovirt_vnic_profile – Module to manage vNIC profile of network in oVirt/RHV
ovirt.ovirt.ovirt_vnic_profile_info – Retrieve information about one or more oVirt/RHV vnic profiles
purestorage.flasharray¶
purestorage.flasharray.purefa_alert – Configure Pure Storage FlashArray alert email settings
purestorage.flasharray.purefa_apiclient – Manage FlashArray API Clients
purestorage.flasharray.purefa_arrayname – Configure Pure Storage FlashArray array name
purestorage.flasharray.purefa_banner – Configure Pure Storage FlashArray GUI and SSH MOTD message
purestorage.flasharray.purefa_connect – Manage replication connections between two FlashArrays
purestorage.flasharray.purefa_console – Enable or Disable Pure Storage FlashArray Console Lock
purestorage.flasharray.purefa_directory – Manage FlashArray File System Directories
purestorage.flasharray.purefa_dns – Configure FlashArray DNS settings
purestorage.flasharray.purefa_ds – Configure FlashArray Directory Service
purestorage.flasharray.purefa_dsrole – Configure FlashArray Directory Service Roles
purestorage.flasharray.purefa_endpoint – Manage VMware protocol-endpoints on Pure Storage FlashArrays
purestorage.flasharray.purefa_eula – Sign Pure Storage FlashArray EULA
purestorage.flasharray.purefa_export – Manage FlashArray File System Exports
purestorage.flasharray.purefa_fs – Manage FlashArray File Systems
purestorage.flasharray.purefa_hg – Manage hostgroups on Pure Storage FlashArrays
purestorage.flasharray.purefa_host – Manage hosts on Pure Storage FlashArrays
purestorage.flasharray.purefa_info – Collect information from Pure Storage FlashArray
purestorage.flasharray.purefa_inventory – Collect information from Pure Storage FlashArray
purestorage.flasharray.purefa_maintenance – Configure Pure Storage FlashArray Maintence Windows
purestorage.flasharray.purefa_network – Manage network interfaces in a Pure Storage FlashArray
purestorage.flasharray.purefa_ntp – Configure Pure Storage FlashArray NTP settings
purestorage.flasharray.purefa_offload – Create, modify and delete NFS, S3 or Azure offload targets
purestorage.flasharray.purefa_pg – Manage protection groups on Pure Storage FlashArrays
purestorage.flasharray.purefa_pgsched – Manage protection groups replication schedules on Pure Storage FlashArrays
purestorage.flasharray.purefa_pgsnap – Manage protection group snapshots on Pure Storage FlashArrays
purestorage.flasharray.purefa_phonehome – Enable or Disable Pure Storage FlashArray Phonehome
purestorage.flasharray.purefa_pod – Manage AC pods in Pure Storage FlashArrays
purestorage.flasharray.purefa_pod_replica – Manage ActiveDR pod replica links between Pure Storage FlashArrays
purestorage.flasharray.purefa_policy – Manage FlashArray File System Policies
purestorage.flasharray.purefa_proxy – Configure FlashArray phonehome HTTPs proxy settings
purestorage.flasharray.purefa_ra – Enable or Disable Pure Storage FlashArray Remote Assist
purestorage.flasharray.purefa_smis – Enable or disable FlashArray SMI-S features
purestorage.flasharray.purefa_smtp – Configure FlashArray SMTP settings
purestorage.flasharray.purefa_snap – Manage volume snapshots on Pure Storage FlashArrays
purestorage.flasharray.purefa_snmp – Configure FlashArray SNMP Managers
purestorage.flasharray.purefa_subnet – Manage network subnets in a Pure Storage FlashArray
purestorage.flasharray.purefa_syslog – Configure Pure Storage FlashArray syslog settings
purestorage.flasharray.purefa_timeout – Configure Pure Storage FlashArray GUI idle timeout
purestorage.flasharray.purefa_user – Create, modify or delete FlashArray local user account
purestorage.flasharray.purefa_vg – Manage volume groups on Pure Storage FlashArrays
purestorage.flasharray.purefa_vlan – Manage network VLAN interfaces in a Pure Storage FlashArray
purestorage.flasharray.purefa_vnc – Enable or Disable VNC port for installed apps
purestorage.flasharray.purefa_volume – Manage volumes on Pure Storage FlashArrays
purestorage.flasharray.purefa_volume_tags – Manage volume tags on Pure Storage FlashArrays
purestorage.flashblade¶
purestorage.flashblade.purefb_alert – Configure Pure Storage FlashBlade alert email settings
purestorage.flashblade.purefb_banner – Configure Pure Storage FlashBlade GUI and SSH MOTD message
purestorage.flashblade.purefb_bladename – Configure Pure Storage FlashBlade name
purestorage.flashblade.purefb_bucket – Manage Object Store Buckets on a Pure Storage FlashBlade.
purestorage.flashblade.purefb_bucket_replica – Manage bucket replica links between Pure Storage FlashBlades
purestorage.flashblade.purefb_certgrp – Manage FlashBlade Certifcate Groups
purestorage.flashblade.purefb_certs – Manage FlashBlade SSL Certifcates
purestorage.flashblade.purefb_connect – Manage replication connections between two FlashBlades
purestorage.flashblade.purefb_dns – Configure Pure Storage FlashBlade DNS settings
purestorage.flashblade.purefb_ds – Configure FlashBlade Directory Service
purestorage.flashblade.purefb_dsrole – Configure FlashBlade Management Directory Service Roles
purestorage.flashblade.purefb_fs – Manage filesystemon Pure Storage FlashBlade`
purestorage.flashblade.purefb_fs_replica – Manage filesystem replica links between Pure Storage FlashBlades
purestorage.flashblade.purefb_info – Collect information from Pure Storage FlashBlade
purestorage.flashblade.purefb_inventory – Collect information from Pure Storage FlashBlade
purestorage.flashblade.purefb_lifecycle – Manage FlashBlade object lifecycles
purestorage.flashblade.purefb_network – Manage network interfaces in a Pure Storage FlashBlade
purestorage.flashblade.purefb_ntp – Configure Pure Storage FlashBlade NTP settings
purestorage.flashblade.purefb_phonehome – Enable or Disable Pure Storage FlashBlade Phone Home
purestorage.flashblade.purefb_policy – Manage FlashBlade policies
purestorage.flashblade.purefb_proxy – Configure FlashBlade phonehome HTTPs proxy settings
purestorage.flashblade.purefb_ra – Enable or Disable Pure Storage FlashBlade Remote Assist
purestorage.flashblade.purefb_remote_cred – Create, modify and delete FlashBlade object store remote credentials
purestorage.flashblade.purefb_s3acc – Create or delete FlashBlade Object Store accounts
purestorage.flashblade.purefb_s3user – Create or delete FlashBlade Object Store account users
purestorage.flashblade.purefb_smtp – Configure SMTP for Pure Storage FlashBlade
purestorage.flashblade.purefb_snap – Manage filesystem snapshots on Pure Storage FlashBlades
purestorage.flashblade.purefb_snmp_agent – Configure the FlashBlade SNMP Agent
purestorage.flashblade.purefb_snmp_mgr – Configure FlashBlade SNMP Managers
purestorage.flashblade.purefb_subnet – Manage network subnets in a Pure Storage FlashBlade
purestorage.flashblade.purefb_syslog – Configure Pure Storage FlashBlade syslog settings
purestorage.flashblade.purefb_target – Manage remote S3-capable targets for a FlashBlade
purestorage.flashblade.purefb_user – Modify FlashBlade local user account password
sensu.sensu_go¶
sensu.sensu_go.asset – Manage Sensu assets
sensu.sensu_go.asset_info – List Sensu assets
sensu.sensu_go.bonsai_asset – Add Sensu assets from Bonsai
sensu.sensu_go.check – Manage Sensu checks
sensu.sensu_go.check_info – List Sensu checks
sensu.sensu_go.cluster – Manage Sensu Go clusters
sensu.sensu_go.cluster_info – List available Sensu Go clusters
sensu.sensu_go.cluster_role – Manage Sensu cluster roles
sensu.sensu_go.cluster_role_binding – Manage Sensu cluster role bindings
sensu.sensu_go.cluster_role_binding_info – List Sensu cluster role bindings
sensu.sensu_go.cluster_role_info – List Sensu cluster roles
sensu.sensu_go.datastore – Manage Sensu external datastore providers
sensu.sensu_go.datastore_info – List external Sensu datastore providers
sensu.sensu_go.entity – Manage Sensu entities
sensu.sensu_go.entity_info – List Sensu entities
sensu.sensu_go.etcd_replicator – Manage Sensu Go etcd replicators
sensu.sensu_go.etcd_replicator_info – List available Sensu Go etcd replicators
sensu.sensu_go.event – Manage Sensu events
sensu.sensu_go.event_info – List Sensu events
sensu.sensu_go.filter – Manage Sensu filters
sensu.sensu_go.filter_info – List Sensu info
sensu.sensu_go.handler_info – List Sensu handlers
sensu.sensu_go.handler_set – Manage Sensu handler set
sensu.sensu_go.hook – Manage Sensu hooks
sensu.sensu_go.hook_info – List Sensu hooks
sensu.sensu_go.mutator – Manage Sensu mutators
sensu.sensu_go.mutator_info – List Sensu mutators
sensu.sensu_go.namespace – Manage Sensu namespaces
sensu.sensu_go.namespace_info – List Sensu namespaces
sensu.sensu_go.pipe_handler – Manage Sensu pipe handler
sensu.sensu_go.role – Manage Sensu roles
sensu.sensu_go.role_binding – Manage Sensu role bindings
sensu.sensu_go.role_binding_info – List Sensu role bindings
sensu.sensu_go.role_info – List Sensu roles
sensu.sensu_go.secret – Manage Sensu Go secrets
sensu.sensu_go.secret_info – List available Sensu Go secrets
sensu.sensu_go.secrets_provider_env – Manage Sensu Env secrets provider
sensu.sensu_go.secrets_provider_info – List Sensu secrets providers
sensu.sensu_go.secrets_provider_vault – Manage Sensu VaultProvider secrets providers
sensu.sensu_go.silence – Manage Sensu silences
sensu.sensu_go.silence_info – List Sensu silence entries
sensu.sensu_go.socket_handler – Manage Sensu TCP/UDP handler
sensu.sensu_go.tessen – Manage Sensu’s Tessen configuration
sensu.sensu_go.user – Manage Sensu users
sensu.sensu_go.user_info – List Sensu users
servicenow.servicenow¶
servicenow.servicenow.snow_record – Manage records in ServiceNow
servicenow.servicenow.snow_record_find – Search for multiple records from ServiceNow
splunk.es¶
splunk.es.adaptive_response_notable_event – Manage Splunk Enterprise Security Notable Event Adaptive Responses
splunk.es.correlation_search – Manage Splunk Enterprise Security Correlation Searches
splunk.es.correlation_search_info – Manage Splunk Enterprise Security Correlation Searches
splunk.es.data_input_monitor – Manage Splunk Data Inputs of type Monitor
splunk.es.data_input_network – Manage Splunk Data Inputs of type TCP or UDP
t_systems_mms.icinga_director¶
t_systems_mms.icinga_director.icinga_command – Manage commands in Icinga2
t_systems_mms.icinga_director.icinga_command_info – Query commands in Icinga2
t_systems_mms.icinga_director.icinga_command_template – Manage command templates in Icinga2
t_systems_mms.icinga_director.icinga_command_template_info – Query command templates in Icinga2
t_systems_mms.icinga_director.icinga_endpoint – Manage endpoints in Icinga2
t_systems_mms.icinga_director.icinga_endpoint_info – Query endpoints in Icinga2
t_systems_mms.icinga_director.icinga_host – Manage hosts in Icinga2
t_systems_mms.icinga_director.icinga_host_info – Query hosts in Icinga2
t_systems_mms.icinga_director.icinga_host_template – Manage host templates in Icinga2
t_systems_mms.icinga_director.icinga_host_template_info – Query host templates in Icinga2
t_systems_mms.icinga_director.icinga_hostgroup – Manage hostgroups in Icinga2
t_systems_mms.icinga_director.icinga_hostgroup_info – Query hostgroups in Icinga2
t_systems_mms.icinga_director.icinga_notification – Manage notifications in Icinga2
t_systems_mms.icinga_director.icinga_notification_info – Query notifications in Icinga2
t_systems_mms.icinga_director.icinga_notification_template – Manage notification templates in Icinga2
t_systems_mms.icinga_director.icinga_notification_template_info – Query notification templates in Icinga2
t_systems_mms.icinga_director.icinga_service – Manage services in Icinga2
t_systems_mms.icinga_director.icinga_service_apply – Manage service apply rules in Icinga2
t_systems_mms.icinga_director.icinga_service_apply_info – Query service apply rules in Icinga2
t_systems_mms.icinga_director.icinga_service_info – Query services in Icinga2
t_systems_mms.icinga_director.icinga_service_template – Manage service templates in Icinga2
t_systems_mms.icinga_director.icinga_service_template_info – Query service templates in Icinga2
t_systems_mms.icinga_director.icinga_servicegroup – Manage servicegroups in Icinga2
t_systems_mms.icinga_director.icinga_servicegroup_info – Query servicegroups in Icinga2
t_systems_mms.icinga_director.icinga_timeperiod – Manage timeperiods in Icinga2
t_systems_mms.icinga_director.icinga_timeperiod_info – Query timeperiods in Icinga2
t_systems_mms.icinga_director.icinga_user – Manage users in Icinga2
t_systems_mms.icinga_director.icinga_user_group – Manage users groups in Icinga2
t_systems_mms.icinga_director.icinga_user_group_info – Query user groups in Icinga2
t_systems_mms.icinga_director.icinga_user_info – Query users in Icinga2
t_systems_mms.icinga_director.icinga_user_template – Manage user templates in Icinga2
t_systems_mms.icinga_director.icinga_user_template_info – Query user templates in Icinga2
t_systems_mms.icinga_director.icinga_zone – Manage zones in Icinga2
t_systems_mms.icinga_director.icinga_zone_info – Query zones in Icinga2
theforeman.foreman¶
theforeman.foreman.activation_key – Manage Activation Keys
theforeman.foreman.architecture – Manage Architectures
theforeman.foreman.auth_source_ldap – Manage LDAP Authentication Sources
theforeman.foreman.bookmark – Manage Bookmarks
theforeman.foreman.compute_attribute – Manage Compute Attributes
theforeman.foreman.compute_profile – Manage Compute Profiles
theforeman.foreman.compute_resource – Manage Compute Resources
theforeman.foreman.config_group – Manage (Puppet) Config Groups
theforeman.foreman.content_credential – Manage Content Credentials
theforeman.foreman.content_upload – Upload content to a repository
theforeman.foreman.content_view – Manage Content Views
theforeman.foreman.content_view_filter – Manage Content View Filters
theforeman.foreman.content_view_version – Manage Content View Versions
theforeman.foreman.domain – Manage Domains
theforeman.foreman.external_usergroup – Manage External User Groups
theforeman.foreman.global_parameter – Manage Global Parameters
theforeman.foreman.hardware_model – Manage Hardware Models
theforeman.foreman.host – Manage Hosts
theforeman.foreman.host_collection – Manage Host Collections
theforeman.foreman.host_power – Manage Power State of Hosts
theforeman.foreman.hostgroup – Manage Hostgroups
theforeman.foreman.http_proxy – Manage HTTP Proxies
theforeman.foreman.image – Manage Images
theforeman.foreman.installation_medium – Manage Installation Media
theforeman.foreman.job_invocation – Invoke Remote Execution Jobs
theforeman.foreman.job_template – Manage Job Templates
theforeman.foreman.lifecycle_environment – Manage Lifecycle Environments
theforeman.foreman.location – Manage Locations
theforeman.foreman.operatingsystem – Manage Operating Systems
theforeman.foreman.organization – Manage Organizations
theforeman.foreman.os_default_template – Manage Default Template Associations To Operating Systems
theforeman.foreman.partition_table – Manage Partition Table Templates
theforeman.foreman.product – Manage Products
theforeman.foreman.provisioning_template – Manage Provisioning Templates
theforeman.foreman.puppet_environment – Manage Puppet Environments
theforeman.foreman.realm – Manage Realms
theforeman.foreman.redhat_manifest – Interact with a Red Hat Satellite Subscription Manifest
theforeman.foreman.repository – Manage Repositories
theforeman.foreman.repository_set – Enable/disable Red Hat Repositories available through subscriptions
theforeman.foreman.repository_sync – Sync a Repository or Product
theforeman.foreman.resource_info – Gather information about resources
theforeman.foreman.role – Manage Roles
theforeman.foreman.scap_content – Manage SCAP content
theforeman.foreman.scap_tailoring_file – Manage SCAP Tailoring Files
theforeman.foreman.scc_account – Manage SUSE Customer Center Accounts
theforeman.foreman.scc_product – Subscribe SUSE Customer Center Account Products
theforeman.foreman.setting – Manage Settings
theforeman.foreman.smart_class_parameter – Manage Smart Class Parameters
theforeman.foreman.smart_proxy – Manage Smart Proxies
theforeman.foreman.snapshot – Manage Snapshots
theforeman.foreman.status_info – Get status info
theforeman.foreman.subnet – Manage Subnets
theforeman.foreman.subscription_manifest – Manage Subscription Manifests
theforeman.foreman.sync_plan – Manage Sync Plans
theforeman.foreman.templates_import – Sync Templates from a repository
theforeman.foreman.user – Manage Users
theforeman.foreman.usergroup – Manage User Groups
vyos.vyos¶
vyos.vyos.vyos_banner – Manage multiline banners on VyOS devices
vyos.vyos.vyos_command – Run one or more commands on VyOS devices
vyos.vyos.vyos_config – Manage VyOS configuration on remote device
vyos.vyos.vyos_facts – Get facts about vyos devices.
vyos.vyos.vyos_firewall_global – FIREWALL global resource module
vyos.vyos.vyos_firewall_interfaces – FIREWALL interfaces resource module
vyos.vyos.vyos_firewall_rules – FIREWALL rules resource module
vyos.vyos.vyos_interface – (deprecated, removed after 2022-06-01) Manage Interface on VyOS network devices
vyos.vyos.vyos_interfaces – Interfaces resource module
vyos.vyos.vyos_l3_interface – (deprecated, removed after 2022-06-01) Manage L3 interfaces on VyOS network devices
vyos.vyos.vyos_l3_interfaces – L3 interfaces resource module
vyos.vyos.vyos_lag_interfaces – LAG interfaces resource module
vyos.vyos.vyos_linkagg – (deprecated, removed after 2022-06-01) Manage link aggregation groups on VyOS network devices
vyos.vyos.vyos_lldp – (deprecated, removed after 2022-06-01) Manage LLDP configuration on VyOS network devices
vyos.vyos.vyos_lldp_global – LLDP global resource module
vyos.vyos.vyos_lldp_interface – (deprecated, removed after 2022-06-01) Manage LLDP interfaces configuration on VyOS network devices
vyos.vyos.vyos_lldp_interfaces – LLDP interfaces resource module
vyos.vyos.vyos_logging – Manage logging on network devices
vyos.vyos.vyos_ospf_interfaces – OSPF Interfaces Resource Module.
vyos.vyos.vyos_ospfv2 – OSPFv2 resource module
vyos.vyos.vyos_ospfv3 – OSPFV3 resource module
vyos.vyos.vyos_ping – Tests reachability using ping from VyOS network devices
vyos.vyos.vyos_static_route – (deprecated, removed after 2022-06-01) Manage static IP routes on Vyatta VyOS network devices
vyos.vyos.vyos_static_routes – Static routes resource module
vyos.vyos.vyos_system – Run set system commands on VyOS devices
vyos.vyos.vyos_user – Manage the collection of local users on VyOS device
vyos.vyos.vyos_vlan – Manage VLANs on VyOS network devices
wti.remote¶
wti.remote.cpm_alarm_info – Get alarm information from WTI OOB and PDU devices
wti.remote.cpm_config_backup – Get parameters from WTI OOB and PDU devices
wti.remote.cpm_config_restore – Get parameters from WTI OOB and PDU devices
wti.remote.cpm_current_info – Get the Current Information of a WTI device
wti.remote.cpm_firmware_info – Get firmware information from WTI OOB and PDU devices
wti.remote.cpm_interface_config – Set network interface parameters in WTI OOB and PDU devices
wti.remote.cpm_interface_info – Get network interface parameters from WTI OOB and PDU devices
wti.remote.cpm_iptables_config – Set network IPTables parameters in WTI OOB and PDU devices
wti.remote.cpm_iptables_info – Get network IPTABLES parameters from WTI OOB and PDU devices
wti.remote.cpm_plugconfig – Get and Set Plug Parameters on WTI OOB and PDU power devices
wti.remote.cpm_plugcontrol – Get and Set Plug actions on WTI OOB and PDU power devices
wti.remote.cpm_power_info – Get the Power Information of a WTI device
wti.remote.cpm_serial_port_config – Set Serial port parameters in WTI OOB and PDU devices
wti.remote.cpm_serial_port_info – Get Serial port parameters in WTI OOB and PDU devices
wti.remote.cpm_snmp_config – Set network IPTables parameters in WTI OOB and PDU devices
wti.remote.cpm_snmp_info – Get network SNMP parameters from WTI OOB and PDU devices
wti.remote.cpm_status_info – Get general status information from WTI OOB and PDU devices
wti.remote.cpm_temp_info – Get temperature information from WTI OOB and PDU devices
wti.remote.cpm_time_config – Set Time/Date parameters in WTI OOB and PDU devices.
wti.remote.cpm_time_info – Get Time/Date parameters in WTI OOB and PDU devices
wti.remote.cpm_user – Get various status and parameters from WTI OOB and PDU devices