bootstrap and ping playbooks for new ansible

This commit is contained in:
2021-12-22 10:09:00 -05:00
parent d8ed170ecc
commit ebae058a0b
9 changed files with 89 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
venvironment='venv'
sudo apt install -y python-is-python3 python3-pip python3-argcomplete
sudo apt install -y python-is-python3 python3-pip python3-argcomplete sshpass
python -m pip install --user virtualenv
python -m virtualenv ${venvironment}