Changes between Version 9 and Version 10 of Csle2022/Agenda/Ansible
- Timestamp:
- Nov 10, 2022, 11:00:35 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/Ansible
v9 v10 69 69 Continue by entering the prompts. 70 70 71 ''In each managednode''71 ''In control node'' 72 72 73 {{{ 74 cat /home/ubuntu/.ssh/id_rsa.pub 75 }}} 73 76 77 ''In managed node'' 78 79 Copy the ssh keys generated on the master node and save it in the authorized_keys file on both worker nodes. 80 81 {{{ 82 nano /home/node/.ssh/authorized_keys 83 }}} 74 84 75 85 '''Create the Playbook - In control node'''