Changes between Version 5 and Version 6 of Csle2022/Agenda/Ansible


Ignore:
Timestamp:
Oct 20, 2022, 11:30:22 AM (2 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/Ansible

    v5 v6  
    11== Ansible Lab ==
    22
    3 In this lab, you will install and use Ansible to install MySQL/MariaDB remotely.
     3In this lab, you will install and use Ansible to install MySQL/MariaDB and create database remotely.
    44
    55'''Requirements:'''
     
    2727May have to create Virtualbox Host-Only Network Adapter[[BR]]
    2828
     29
     30{{{
    2931File > Host Network Manager > Create
     32}}}
    3033
    3134Test internet connectivity.[[BR]]
     
    3942'''Install Ansible'''
    4043
    41 Login as root to the master node.
     44Login as root to the control node.
    4245
    4346{{{
     
    5053
    5154'''Create the Playbook'''
     55
     56'''Run the Playbook'''