job for running ansible or containers
Description
Currently it is impossible to run ansible or other containers from rundeck container
For example ansible containers that periodically perform some tasks
Possible solutions
- expose docker socket from vm to the rundeck
- create custom image that extends rundeck and installs docker
- run containers from rundeck container
- create custom image that extends rundeck and installs ansible
- run ansible from rundeck container
- create dedicated host for running ansible or containers
- use ssh to run jobs on that host
- create dedicated container for running ansible or containers
- expose docker socket from vm to that container
- create custom image that extends dind and installs ssh server
- use ssh to run jobs from that container
- make jobs check and install ansible when needed, every time they are run
- run ansible from rundeck container
We need to pick one. Any opinions, other suggestions?