Skip to content

Commit

Permalink
Merge pull request #123 from f5devcentral/mmabis-dev-class10
Browse files Browse the repository at this point in the history
changing documents for 401 lab for appworld
  • Loading branch information
VDI-Tech-Guy authored Dec 11, 2024
2 parents eef3f3a + 136dc95 commit 6956363
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 381 deletions.
4 changes: 2 additions & 2 deletions docs/class10/AS3/01-Deploy-SSL-Enabled-App_Services_as3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Running this template assumes that a F5 BIG-IP instance, necessary webservers an

.. code::
cd ~/f5-bd-ansible-labs/201-F5-Advanced/AS3/01-Deploy-SSL-Enabled-App_Services-AS3/
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/AS3/01-Deploy-SSL-Enabled-App_Services-AS3/
3. Run the Ansible Playbook ‘Deploy-SSL-Enabled-App_Services.yaml’:

Expand All @@ -37,7 +37,7 @@ TESTING AND VALIDATION

Using the External Client (UDF --> Components --> External Client --> Access --> Firefox)

- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``201 - Labs`` and Select ``Use Case 1 - HTTP or Use Case 1 - HTTPS``
- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``401 - Labs`` and Select ``Use Case 1 - HTTP or Use Case 1 - HTTPS``
- OR within the browser you can browse to https://10.1.20.30/
- You will need to bypass the certificate warning (within Firefox Warning --> Advanced --> Accept the Risk and Continue)

Expand Down
4 changes: 2 additions & 2 deletions docs/class10/AS3/02-Replace-Application-Certificates_as3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Running this template assumes that a F5 BIG-IP instance, necessary webservers an

.. code::
cd ~/f5-bd-ansible-labs/201-F5-Advanced/AS3/02-Replace-Application-Certificates-AS3/
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/AS3/02-Replace-Application-Certificates-AS3/
3. Run the Ansible Playbook ‘Replace-Application-Certificates.yaml’:
Expand Down Expand Up @@ -153,7 +153,7 @@ TESTING AND VALIDATION

Using the External Client (UDF --> Components --> External Client --> Access --> Firefox)

- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``201 - Labs`` and Select ``Use Case 2``
- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``401 - Labs`` and Select ``Use Case 2``
- OR within the browser you can browse to https://10.1.20.30:8081/
- From a client browser, access the VIP on port 8081 to view the new self-signed certificate (https://10.1.20.30:8081)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Use Case 04: Application Maintenance with AS3
Use Case 03: Application Maintenance with AS3
=============================================

OVERVIEW
Expand All @@ -21,7 +21,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/04-Application-Maintenance-AS3
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/AS3/03-Application-Maintenance-AS3
3. Run the Ansible Playbook ‘Application-Maintenance.yaml’

Expand All @@ -46,7 +46,7 @@ This section assumes knowledge of how to operate BIG-IP commands and networking.

Using the External Client (UDF --> Components --> External Client --> Access --> Firefox)

- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``201 - Labs`` and Select ``Use Case 4``
- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``401 - Labs`` and Select ``Use Case 3``
- OR within the browser you can browse to https://10.1.20.30:8083/
- Browse the page and notice that only NODE2 is the only responsive Node as Node 1 was disabled.

Expand Down
75 changes: 0 additions & 75 deletions docs/class10/AS3/03-WAF-Policy-Management_as3.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Use Case 05: WAF (XML) Policy Management in a Role with AS3
Use Case 04: WAF (XML) Policy Management in a Role with AS3
===========================================================

OVERVIEW
Expand All @@ -21,7 +21,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/05-WAF-Policy-Management-Role-AS3/
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/AS3/04-WAF-Policy-Management-AS3/
3. Launch the Ansible playbook 'WAF-Policy-Management-Role.yaml':

Expand All @@ -47,7 +47,7 @@ TESTING AND VALIDATION

Using the External Client (UDF --> Components --> External Client --> Access --> Firefox)

- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``201 - Labs`` and Select ``Use Case 5``
- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``401 - Labs`` and Select ``Use Case 4``
- OR within the browser you can browse to https://10.1.20.30:8084/
- Access the URL's present in the f5_vars.yml file to see the WAF policy in action

Expand Down
105 changes: 0 additions & 105 deletions docs/class10/AS3/06-WAF-Policy-Management-JuiceShop-Roles_as3.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/class10/Modules/00-Backup-Restore-Role.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/Modules/00-Backup-Restore-Role/
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/Modules/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
4 changes: 2 additions & 2 deletions docs/class10/Modules/01-Deploy-SSL-Enabled-App_Services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Running this template assumes that a F5 BIG-IP instance, necessary webservers an

.. code:: bash
cd ~/f5-bd-ansible-labs/201-F5-Advanced/Modules/01-Deploy-SSL-Enabled-App_Services/
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/Modules/01-Deploy-SSL-Enabled-App_Services/
3. **(Optional)** Edit 'f5_vars.yml' file to customize the existing variables.
Expand All @@ -48,7 +48,7 @@ TESTING AND VALIDATION

Using the External Client (UDF --> Components --> External Client --> Access --> Firefox)

- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``201 - Labs`` and Select ``Use Case 1 - HTTP or Use Case 1 - HTTPS``
- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``401 - Labs`` and Select ``Use Case 1 - HTTP or Use Case 1 - HTTPS``
- OR within the browser you can browse to https://10.1.20.30/
- You will need to bypass the certificate warning (within Firefox Warning --> Advanced --> Accept the Risk and Continue)

Expand Down
4 changes: 2 additions & 2 deletions docs/class10/Modules/02-Replace-Application-Certificates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Running this template assumes that a F5 BIG-IP instance, necessary webservers an

.. code:: bash
cd ~/f5-bd-ansible-labs/201-F5-Advanced/Modules/02-Replace-Application-Certificates
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/Modules/02-Replace-Application-Certificates
3. **(Optional)** Edit 'f5_vars.yml' file to customize your variables.
Expand Down Expand Up @@ -50,7 +50,7 @@ TESTING AND VALIDATION

Using the External Client (UDF --> Components --> External Client --> Access --> Firefox)

- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``201 - Labs`` and Select ``Use Case 2``
- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``401 - Labs`` and Select ``Use Case 2``
- OR within the browser you can browse to https://10.1.20.30:8081/
- From a client browser, access the VIP on port 8081 to view the new self-signed certificate (https://10.1.20.30:8081)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Use Case 04: Application Maintenance
Use Case 03: Application Maintenance
====================================

OVERVIEW
Expand All @@ -21,7 +21,7 @@ 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-Application-Maintenance
cd ~/f5-bd-ansible-labs/401-F5-AppWorld-Lab/Modules/03-Application-Maintenance
3. **(Optional)** Edit 'f5_vars.yml' file to customize your variables for your environment.
Expand Down Expand Up @@ -50,7 +50,7 @@ This section assumes knowledge of how to operate BIG-IP commands and networking.

Using the External Client (UDF --> Components --> External Client --> Access --> Firefox)

- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``201 - Labs`` and Select ``Use Case 4``
- In the Bookmarks bar you can select the ``Ansible Labs`` Folder and goto ``401 - Labs`` and Select ``Use Case 3``
- OR within the browser you can browse to https://10.1.20.30:8083/
- Browse the page and notice that only NODE2 is the only responsive Node as Node 1 was disabled.

Expand Down
Loading

0 comments on commit 6956363

Please sign in to comment.