Commit ec8d43d
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`