Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.04 KB

demo

Demo of Check Point policy automated through Ansible and versioned in Git

Run

Add the folllwing admin user to you test check point management server enviroment

username: api_user

password: vpn123

Add the IP of your target to your /etc/ansible/hosts inventory file and execute:

ansible-pull -d /tmp/ansible-pull -U https://github.com/jimoq/demo.git demo_playbook.yml -e "target=192.168.233.71" -l 192.168.233.71

Or clone the repository and execute:

ansible-playbook demo_playbook.yml -e "target=192.168.233.71" -i 192.168.233.71,

References