Installation¶
Dependencies¶
Install dependencies on the managed node.
Bootstrap¶
Use the bootstrap script to finish setting up the managed node by installing [ansible-core
][10] as well as the required collections.
Warning
Always inspect a shell script before running it!
Set variables used in the script.
Code
Run the script.
Code
Note
Debian based systems install ansible-core via apt
, else via pipx
.
Add the pipx
bin
dir temporarily to PATH
, if applicable.
Alternatively, add it permanently to .bashrc
, if applicable.