dockerized ansible execution environment
-
create dockerized ansible execution environment for a new project
make docker_ac_create_new -
start dockerized execution environment
make docker_ac_start
or
-
install dockerized ansible execution environment
make docker_ac_start
use execution environment
./docker_ac/exec.sh ansible --version
-
create user's ssh key
make ssh_key USER=user HOST=host1.example
./docker_ac/exec.sh ansible-playbook -k playbook/main_play.yml