Deploy Hackazon App using F5 Declarative AS3 TemplateΒΆ

Delete hackazon_vs

  1. From the BIG-IP GUI, select Local Traffic->Virtual Servers page
  2. Select check box next to hackazon_vs then click delete.
  3. Select delete again to confirm deletion.
  4. Open a browser and go to https://<Elastic IP> for the Hackazon website. It should no longer be working.

Deploy F5 Application Services

  1. On the Super-NetOps host, type ansible-playbook playbooks/hackazon.yaml.

  2. Enter BIG-IP Username and Password when prompted.

    Note

    This will deploy the new app services along with associated waf_baseCredentials, waf_log and hackazon-clientssl.prf created in previous labs.

    ../../_images/image418.png
  3. From the BIG-IP GUI, select Local Traffic->Virtual Servers page and note no virtual server is listed.

  4. On the Partition drop down menu select Hackazon to reveal serviceMain virtual server.

    ../../_images/image419.png
  5. Open a browser and go to https://<Elastic IP> for the Hackazon website. It should now be working again.