1. Getting Started¶
The purpose of this guide is to provide a sampling of hands-on exercises to better understand deployment of BIG-IP using Ansible.
1.2. Connect to lab¶
Accessing the lab environment.
- Open a browser and go to http://training.f5agility.com. Enter your Class# and Student# as provided by your instructor.
- Look for the xubuntu-jumpbox-vxx. You will use the xubuntu jumpbox for all the labs. (see below)
- You can click on RDP to RDP to the Xubuntu jumpbox or you can select the CONSOLE link and access the jumpbox via your browser. The CONSOLE link requires you turn off pop-up blockers.
| Component | VLAN/IP Address(es) | Credentials |
|---|---|---|
| Jump Host |
|
|
| Ansible Host |
|
|
| BIG-IP01 |
|
|
| Lamp Host |
|
|
Connect to BIG-IP admin gui
- From Jumpbox, open BIG-IP Admin GUI
- Open Chrome browser found on launchpad at bottom of screen
- Click on
bigip01on favorites bar - Login with username:
adminand password:admin
Connecting to ansible host.
- From Jumpbox, SSH to Ansible host.
- Open Terminal Emulator Window found on launchpad at bottom of screen
- Type
ssh root@10.1.1.150 - Type
yeswhen asked “Are you sure…”
- Change directory to /root/ansible/mod1.
- Type
cd ansible/mod1
- Type