Skip to content

Commit

Permalink
update doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VDI-Tech-Guy committed Dec 12, 2024
1 parent 136dc95 commit e101355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/class10/AS3/00-Backup-Restore-Role_as3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Running this template assumes that a F5 BIG-IP instance, necessary webservers an

.. code:: bash
cd ~/f5-bd-ansible-labs/201-F5-Advanced/AS3/00-Backup-Restore-Role/
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/AS3/00-Backup-Restore-Role/
3. **(Optional)** Edit 'f5_vars.yml' file in the vars folder to customize the existing variables. For example: File-Name: ‘mybackup.ucs'

Expand Down
6 changes: 3 additions & 3 deletions docs/class10/Modules/04-WAF-Policy-Management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ Running this template assumes that a F5 BIG-IP instance, necessary webservers an

.. code:: bash
cd ~/f5-bd-ansible-labs/201-F5-Advanced/Modules/04-WAF-Policy-Management-Role/
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/Modules/04-WAF-Policy-Management/
3. **(Optional)** Edit 'vars/f5_vars.yml' file to customize your variables.
Here you can add/remove IP addresses and URLs from the 'Blocked_IPs' and 'Blocked_URLs' list

4. Launch the Ansible playbook 'WAF-Policy-Management-Role.yaml':
4. Launch the Ansible playbook 'WAF-Policy-Management.yaml':

.. code:: bash
ansible-navigator run WAF-Policy-Management-Role.yaml --mode stdout
ansible-navigator run WAF-Policy-Management.yaml --mode stdout
This template will configure the F5 BIG-IP to provision the `WAF module <https://www.f5.com/products/security/advanced-waf>`__, create a Virtual IP (VIP) including a Pool and nodes, a WAF policy for the use case, then modify the policy to block IP’s and URL’s.

Expand Down

0 comments on commit e101355

Please sign in to comment.