Changes between Version 5 and Version 6 of Csle2022/Agenda/Ansible
- Timestamp:
- Oct 20, 2022, 11:30:22 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/Ansible
v5 v6 1 1 == Ansible Lab == 2 2 3 In this lab, you will install and use Ansible to install MySQL/MariaDB remotely.3 In this lab, you will install and use Ansible to install MySQL/MariaDB and create database remotely. 4 4 5 5 '''Requirements:''' … … 27 27 May have to create Virtualbox Host-Only Network Adapter[[BR]] 28 28 29 30 {{{ 29 31 File > Host Network Manager > Create 32 }}} 30 33 31 34 Test internet connectivity.[[BR]] … … 39 42 '''Install Ansible''' 40 43 41 Login as root to the masternode.44 Login as root to the control node. 42 45 43 46 {{{ … … 50 53 51 54 '''Create the Playbook''' 55 56 '''Run the Playbook'''