Repo containing Ansible playbooks for Debian-based distros customization
- Ansible installed
- generate key pair and copy it to managed host
ssh-keygen -t ed25519 -C "ansible key" -f ~/.ssh/ansible
ssh-copy-id -i ~/.ssh/ansible.pub <user>@<host>- in ansible.cfg file -> specify remote user
- you can test playbooks on Ubuntu running inside container (see ubuntu-container folder)
ansible-playbook --ask-become-pass <playbook-name>.yml| file | description | image |
|---|---|---|
| custom_prompt | customization for PS1 variable | ![]() |
