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


Ignore:
Timestamp:
Nov 10, 2022, 11:00:35 AM (2 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/Ansible

    v9 v10  
    6969Continue by entering the prompts.
    7070
    71 ''In each managed node''
     71''In control node''
    7272
     73{{{
     74cat /home/ubuntu/.ssh/id_rsa.pub
     75}}}
    7376
     77''In managed node''
     78
     79Copy the ssh keys generated on the master node and save it in the authorized_keys file on both worker nodes.
     80
     81{{{
     82nano /home/node/.ssh/authorized_keys
     83}}}
    7484
    7585'''Create the Playbook - In control node'''