Skip to content

Ansible playbook to automate some pfSense firewall tasks

Notifications You must be signed in to change notification settings

neil-jones/ansible-pfsense

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pfSense firewall ansible playbook

Ansible playbook to automate some pfSense firewall tasks, all tasks will be excecuted by using roles.

Current automated tasks

  • Install python into pfSense firewalls
  • Patch old pfSense release againts POODLE vulnerability, disabling SSLv3 support in lighttpd

Excecute playbook

Excecute the playbook using the following command:

ansible-playbook -i hosts site.yml

The above command will execute all tasks, if you already have python installed in you firewall you can execute the poodle path task by execute:

ansible-playbook -i hosts --tags "sslv3" site.yml

About

Ansible playbook to automate some pfSense firewall tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published