|
4 | 4 |
|
5 | 5 | <div class="table-inputs"> |
6 | 6 |
|
7 | | -| Input Name | Default Value | Short Description of the Input Value | |
8 | | -| :------------------------------------------- | :---------------------------------- | :------------------------------------------------------------ | |
9 | | -| [name](#name) **\*** <CB /> | - | Docker Stack/Project Name | |
10 | | -| [file](#file) <CB /> | `docker-compose.yaml` | Docker Stack/Compose File(s) | |
11 | | -| [mode](#mode) **¹** <CB /> | `swarm` | Deploy Mode [`swarm`, `compose`] | |
12 | | -| [args](#args) **¹** <CB /> | `--remove-orphans --force-recreate` | Additional **Compose** Arguments | |
13 | | -| [host](#host) **\*** <CB /> | - | Remote Docker Hostname or IP | |
14 | | -| [port](#port) <CB /> | `22` | Remote Docker Port | |
15 | | -| [user](#user) **\*** <CB /> | - | Remote Docker Username | |
16 | | -| [pass](#pass) **\*** <CB /> | - | Remote Docker Password | |
17 | | -| [ssh_key](#ssh_key) **\*** <CB /> | - | Remote SSH Key File | |
18 | | -| [disable_keyscan](#disable_keyscan) <CB /> | `false` | Disable SSH Keyscan `ssh-keyscan` | |
19 | | -| [env_file](#env_file) <CB /> | - | Exported Environment File | |
20 | | -| [detach](#detach) **²** <CB /> | `true` | Detach Flag, `false`, to disable | |
21 | | -| [prune](#prune) **²** <CB /> | `false` | Prune Flag, `true`, to enable | |
22 | | -| [resolve_image](#resolve_image) **²** <CB /> | `always` | Resolve [`always`, `changed`, `never`] | |
23 | | -| [registry_auth](#registry_auth) **²** <CB /> | `false` | Enable Registry Authentication | |
24 | | -| [registry_host](#registry_host) <CB /> | - | Registry Authentication Host | |
25 | | -| [registry_user](#registry_user) <CB /> | - | Registry Authentication Username | |
26 | | -| [registry_pass](#registry_pass) <CB /> | - | Registry Authentication Password | |
27 | | -| [summary](#summary) <CB /> | `true` | Add Job Summary | |
| 7 | +| Input Name | Default Value | Short Description | |
| 8 | +| :------------------------------------------- | :---------------------------------- | :------------------------------------- | |
| 9 | +| [name](#name) **\*** <CB /> | - | Docker Stack/Project Name | |
| 10 | +| [file](#file) <CB /> | `docker-compose.yaml` | Docker Stack/Compose File(s) | |
| 11 | +| [mode](#mode) **¹** <CB /> | `swarm` | Deploy Mode [`swarm`, `compose`] | |
| 12 | +| [args](#args) **¹** <CB /> | `--remove-orphans --force-recreate` | Additional **Compose** Arguments | |
| 13 | +| [host](#host) **\*** <CB /> | - | Remote Docker Hostname or IP | |
| 14 | +| [port](#port) <CB /> | `22` | Remote Docker Port | |
| 15 | +| [user](#user) **\*** <CB /> | - | Remote Docker Username | |
| 16 | +| [pass](#pass) **\*** <CB /> | - | Remote Docker Password | |
| 17 | +| [ssh_key](#ssh_key) **\*** <CB /> | - | Remote SSH Key File | |
| 18 | +| [disable_keyscan](#disable_keyscan) <CB /> | `false` | Disable SSH Keyscan `ssh-keyscan` | |
| 19 | +| [env_file](#env_file) <CB /> | - | Exported Environment File | |
| 20 | +| [detach](#detach) **²** <CB /> | `true` | Detach Flag, `false`, to disable | |
| 21 | +| [prune](#prune) **²** <CB /> | `false` | Prune Flag, `true`, to enable | |
| 22 | +| [resolve_image](#resolve_image) **²** <CB /> | `always` | Resolve [`always`, `changed`, `never`] | |
| 23 | +| [registry_auth](#registry_auth) **²** <CB /> | `false` | Enable Registry Authentication | |
| 24 | +| [registry_host](#registry_host) <CB /> | - | Registry Authentication Host | |
| 25 | +| [registry_user](#registry_user) <CB /> | - | Registry Authentication Username | |
| 26 | +| [registry_pass](#registry_pass) <CB /> | - | Registry Authentication Password | |
| 27 | +| [summary](#summary) <CB /> | `true` | Add Job Summary | |
28 | 28 |
|
29 | 29 | </div> |
30 | 30 |
|
|
0 commit comments