10 lines
443 B
Markdown
Raw Normal View History

2023-08-17 16:02:52 +02:00
# Ansible-Deploy-Docker
2023-08-17 16:07:11 +02:00
Simple ansible playbook to deploy latest docker/docker-compose via ansible.
2023-08-17 16:04:42 +02:00
2023-10-21 13:16:04 +02:00
Remember to change <CHANGE_ME> in playbook and <YOUR KEY HERE> in bash script.
2023-08-17 16:07:11 +02:00
2023-10-21 13:15:23 +02:00
Also a bash script that creates a "ansible" user. You'll need to write your public key in script.
2023-08-17 16:07:11 +02:00
It is a good option to create a paswordless ssh key and copy it onto every machine you want to work with.
2023-10-21 13:15:23 +02:00
Bash script is configured to work only with public keys.