Commit 7e2a130
Changed files (1)
README.md
@@ -39,23 +39,22 @@
`$ ssh root@tmc` # expect failure
`$ ssh ubuntu@tmc -A`
-* Setup python
+* Setup python & ansible
```
sudo apt update
sudo sudo apt install -y software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt update
- sudo apt install -y python3.8 python3.8-dev python3.8-distutils python3.8-venv libffi-dev git gcc g++ libapt-pkg-dev
+ sudo apt install -y python3.9 python3.9-dev python3.9-distutils python3.9-venv libffi-dev git gcc g++ libapt-pkg-dev
mkdir git
cd git
git clone git@github.com:bryfry/trustme.click.git
cd trustme.click
- python3.8 -m venv tmc_venv
+ python3.9 -m venv tmc_venv
source tmc_venv/bin/activate
- python3.8 -m pip install --upgrade pip wheel
- python3.8 -m pip install git+https://salsa.debian.org/apt-team/python-apt.git@1.8.6
- python3.8 -m pip install ansible
+ python3.9 -m pip install --upgrade pip wheel
+ python3.9 -m pip install git+https://salsa.debian.org/apt-team/python-apt.git@1.8.6
+ python3.9 -m pip install ansible
```
* Run ansible playbook