Changes between Version 6 and Version 7 of Csle2022/Agenda/Ansible
- Timestamp:
- Oct 21, 2022, 9:54:02 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/Ansible
v6 v7 23 23 Import the VM to Virtualbox.[[BR]] 24 24 25 Username and Password: [[BR]]25 Username and Password: '''docker''' [[BR]] 26 26 27 27 May have to create Virtualbox Host-Only Network Adapter[[BR]] … … 40 40 '''Setup Nodes''' 41 41 42 '' 'Install Ansible'''42 ''In control node'' 43 43 44 Login as root to the control node.44 Login as root to the node and install Ansible 45 45 46 46 {{{ 47 47 apt install ansible 48 48 }}} 49 50 ''In each managed node'' 51 49 52 50 53