Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc fixes for lab testers #126

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/class10/AS3/04-WAF-Policy-Management_as3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Running this template assumes that a F5 BIG-IP instance, necessary webservers an

.. note::

This Playbook modifies the provisioning of modules on the BIG-IP and will take some time to complete as the new module comes online.
This Playbook modifies the provisioning of modules using Declarative Onboarding (DO) on the BIG-IP and will take some time to complete as the new module comes online.

.. attention::

Expand Down
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 @@ -19,7 +19,7 @@ RUN THE TEMPLATE

Running this template assumes that a F5 BIG-IP instance, necessary webservers and Ansible node are available. To deploy a sandbox infrastructure in AWS users can use the `Ansible Workshops <https://github.com/ansible/workshops>`__

1. Login to the Ansible Host
1. Ensure you are using a terminal from VSCode (UDF --> Ansible-Node --> Access --> Code-Server --> Password: Ansible123! --> Trust --> Terminal --> New Terminal)

2. Change Directory in the Ansible Host to the use-cases repo previously downloaded

Expand Down
4 changes: 2 additions & 2 deletions docs/class10/class10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The use cases templates are built for the F5 UDF ennvironment. These usecases ca

With a F5 UDF environment and these scenario use cases, users can/will be able to

- Understand the differences between Imparative (iRest API) and Declarative (AS3) coding
- Test common deployment scenarios with imparative coding and seeing the same scenarios in declarative coding.
- Understand the differences between Imperative (iControl REST API) and Declarative (AS3) coding
- Test common deployment scenarios with Imperative coding and seeing the same scenarios in declarative coding.
- Test deployments with Ansible Automation Platform.

.. attention::
Expand Down
Loading