Ansible
Ansible/SSH is the default deployment target. It will connect to inventory hosts via the connection plugin (defaults to SSH) and executes ansible modules.
| Option | Description | Support |
|---|---|---|
| files | Map of files to copy | native copy module |
| templates | Map of templates to render | native template module |
| containers | List of containers to exectute | docker_systemd_service role |
| commands | List of commands to execute. | native shell module |
| mounts | Map of NFS mounts | native fstab module |
| sysctls | Sysctl variables to set | native sysctl module |
| env_vars | Environment variables to set | /etc/environment |