bootstrap and ping playbooks for new ansible
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user