Commit ec8d43d

bryfry <116113+bryfry@users.noreply.github.com>
2020-03-25 11:42:46
Update README.md
1 parent 6210256
Changed files (1)
README.md
@@ -7,7 +7,8 @@
 * <kbd>Ctrl</kbd>-<kbd>]</kbd> to exit console
 
 ### Pre-ansible changes
-`ssh root@tmc`
+
+`ssh root@tmc -A`
 
 * Disable root ssh access
 
@@ -25,6 +26,8 @@
    
   `$ sudo systemctl restart ssh`
   
+`ssh ubuntu@tmc -A`
+  
 * Setup python
 
    ```
@@ -43,3 +46,7 @@
    python3.8 -m pip install git+https://salsa.debian.org/apt-team/python-apt.git@1.8.6
    python3.8 -m pip install ansible
    ```
+  
+* Run ansible playbook
+
+  `$ ansible-playbook main`