No description
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| files | ||
| .gitignore | ||
| aptpackages.yml | ||
| base.retry | ||
| base.yml | ||
| cloudtools.yml | ||
| inventory | ||
| README.md | ||
| ubuntuonly.yml | ||
-
sshkey needs copying up
-
Edit /etc/sudoers daed ALL=(ALL) NOPASSWD: ALL
-
Make sure python pointing to right version on target
sudo apt install python3 python-is-python3
4a. Install all apt packages and cloud tools
ansible-playbook -i inventory aptpackages.yml -b -K
or
4b. Install just base OS packages (no cloud tools)
ansible-playbook -i inventory base.yml -u daed -b -K
Troubleshooting across many machines
ansible linux -a "hostname" -u daed -b -K --inventory-file=./inventory