Changes between Version 8 and Version 9 of Csle2022/Agenda/Ansible


Ignore:
Timestamp:
Nov 9, 2022, 8:41:38 AM (2 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/Ansible

    v8 v9  
    5050''In each managed node''
    5151
     52Login as root to the node and install Ansible
     53
     54{{{
     55apt install python3.10
     56}}}
    5257
    5358
    54 '''Setup Passwordless SSH - In each managed node'''
     59'''Setup Passwordless SSH'''
     60
     61''In each node''
     62
     63Login as normal user.
     64
     65{{{
     66ssh user > ssh-keygen -t rsa
     67}}}
     68
     69Continue by entering the prompts.
     70
     71''In each managed node''
     72
    5573
    5674