Deprecated

Removed in 2.12

i

Reason:Consolidating code base. | Alternative:Use U(https://galaxy.ansible.com/PaloAltoNetworks/paloaltonetworks) instead.

community.general.panos_pg (0.1.1) — module

create a security profiles group

Authors: Luigi Mori (@jtschichold), Ivan Bojer (@ivanbojer)

deprecated | supported by community

Install collection

Install with ansible-galaxy collection install community.general:==0.1.1


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.1

Description

Create a security profile group


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: setup security profile group
  panos_pg:
    ip_address: "192.168.1.1"
    password: "admin"
    username: "admin"
    pg_name: "pg-default"
    virus: "default"
    spyware: "default"
    vulnerability: "default"

Inputs

    
virus:
    description:
    - name of the anti-virus profile

commit:
    default: 'yes'
    description:
    - commit if changed
    type: bool

pg_name:
    description:
    - name of the security profile group
    required: true

spyware:
    description:
    - name of the spyware profile

password:
    description:
    - Password for authentication.
    required: true
    type: str

username:
    default: admin
    description:
    - Username for authentication.
    type: str

wildfire:
    description:
    - name of the wildfire analysis profile

ip_address:
    description:
    - IP address (or hostname) of PAN-OS device.
    required: true
    type: str

file_blocking:
    description:
    - name of the file blocking profile

url_filtering:
    description:
    - name of the url filtering profile

vulnerability:
    description:
    - name of the vulnerability profile

data_filtering:
    description:
    - name of the data filtering profile