No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-12-29 15:57:52 +00:00
files Updated for Ubuntu 2204 2023-07-21 12:41:01 +01:00
.gitignore packages install 2022-05-27 21:18:09 +01:00
aptpackages.yml Update aptpackages.yml 2023-02-16 22:09:22 +00:00
base.retry Updated for Ubuntu 2204 2023-07-21 12:41:01 +01:00
base.yml Updated for Ubuntu 2204 2023-07-21 12:41:01 +01:00
cloudtools.yml chore: updated readme.md and cloudtools 2023-12-29 15:56:09 +00:00
inventory chore: updated readme.md and cloudtools 2023-12-29 15:56:09 +00:00
README.md chore: another readme.md update 2023-12-29 15:57:52 +00:00
ubuntuonly.yml Updated for Ubuntu 2204 2023-07-21 12:41:01 +01:00

  1. sshkey needs copying up

  2. Edit /etc/sudoers daed ALL=(ALL) NOPASSWD: ALL

  3. 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