Palo Alto Automation: Filter Address Group Objects using Ansible json_query filter Playbook Example

Опубликовано: 31 Март 2024
на канале: NetworkEvolution
383
3

#paloalto #paloaltofirewall #ansibletutorial
𝗧𝗼 𝗔𝗰𝗰𝗲𝘀𝘀 𝘁𝗵𝗲 𝗙𝘂𝗹𝗹 𝗖𝗼𝗻𝘁𝗲𝗻𝘁 𝗘𝗻𝗿𝗼𝗹𝗹 𝗶𝗻 𝗼𝘂𝗿 𝗶𝗻-𝗱𝗲𝗽𝘁𝗵 𝗨𝗱𝗲𝗺𝘆 𝗖𝗼𝘂𝗿𝘀𝗲 (Mastering Ansible Automation):
https://www.udemy.com/course/ansible-...

Playlist Palo Alto Automation Using Ansible
   • PaloAlto Automation Using Ansible:  P...  

Ansible Masterclass GitHub
https://github.com/network-evolution/...

Playlist: Ansible Leraning For Network Engineers
   • Network Automation using Ansible Part...  


𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁: 𝗣𝘆𝘁𝗵𝗼𝗻 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗳𝗼𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝘀(𝟭𝟮𝟬+ 𝗩𝗶𝗱𝗲𝗼𝘀)
   • Welcome to NetworkEvolution !!  

---
name: Gather PaloAlto Facts
gather_facts: false
hosts: PA01
connection: local
vars:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
tasks:
name: Print pa facts
paloaltonetworks.panos.panos_address_group:
provider: "{{ palo_cred }}"
state: gathered
gathered_filter: "*"
register: addr_group

name: Print addr obj
ansible.builtin.debug:
msg: "{{ addr_group }}"

name: Print group contains WAN_DNS_01
ansible.builtin.debug:
msg: "{{ addr_group.gathered | json_query('[?contains(static_value, `WAN_DNS_01`)]') }}"

name: Print group contains LAN_host01
ansible.builtin.debug:
msg: "{{ addr_group.gathered | json_query('[?contains(static_value, `LAN_host01`)]') }}"

palo alto address group object automation using ansible
panos address group example
palo alto automation configuration state example
palo alto auth provider
ansible json_query filter example
ansible filter using jmes path library
gather address group objects
how to apply filter on address group objects
palo alto automation get gathered filter data
address objects and filtering example palo alto automation
palo alto firewall automation example
install jmespath for running json_query filter
pip install jmespath for ansible to run json query
palo alto address objects automation
palo alto tutorial
palo alto group config using scripts

paloalto automation and object filtering using regex pattern
conditions for object identification in ansible
paloalto ansible galaxy example
In this video we will see how to gather paloalto address objects using ansible
how to apply paloalto gathered_filter in paloalto module
panos address object example ansible
get panos configured address objects ansible playbook
ansible task for panos address
panos_address_object
panos configuration state in ansible task
palo alto provider setup
ip netmask palo alto address object types
automate ip range address objects
add or manage fqdn address objects
paloalto ansible gathered_filter parameter
how to use ansible vault for encrypting paloalto credentials
paloalto module tutorial
palo alto automation using ansible
palo alto tutorial
address management using ansible galaxy collection
how to automate paloalto task using Ansible
install palo alto collection in python virtual environment
install paloalto collection using ansible-galaxy collection install paloaltonetworks.panos
add paloAlto device in the ansible inventory
install paloalto library dependencies in ansible environment
setup ansible environment for paloalto automation
paloalto playbook example
install paloalto modulle for ansible
install all the python dependencies
ansible community package details
how to install paloalto modules and collection
gather facts of paloalto PANOS device
PAN OS ansible playbook
panos automation ansible playbook
PAN OS 10.0 ansible playbook
palo alto ansible playbooks
palo alto ansible collection
palo alto ansible galaxy
palo alto ansible github
palo alto ansible automation
palo alto ansible provider
palo alto ansible support
palo alto ansible module
palo alto api ansible
ansible and palo alto
ansible backup palo alto config
palo alto ansible commit
palo alto configuration ansible
palo alto networks ansible collection
ansible palo alto configuration
palo alto ansible playbook example
ansible palo alto example
palo alto ansible facts
palo alto firewall ansible
palo alto firewall ansible modules
ansible palo alto gather facts
ansible playbook for palo alto
ansible for palo alto
github palo alto ansible
ansible galaxy palo alto
red hat ansible palo alto
ansible palo alto
palo alto ansible playbook
palo alto ansible modules
palo alto networks ansible
palo alto automation
palo alto automation tutorial
palo alto automation example
palo alto beginner
palo alto step by step automation


Смотрите видео Palo Alto Automation: Filter Address Group Objects using Ansible json_query filter Playbook Example онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал NetworkEvolution 31 Март 2024. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 383 раз и оно понравилось 3 посетителям.