Skip to content

Commit 8c1caec

Browse files
authored
Update README.md
1 parent e908eb1 commit 8c1caec

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,61 @@ POST /Helm-template
224224
| `pods.stateless` | `boolean` | **Required** |
225225
| `pods.ingress` | `dict` | **Required** |
226226

227+
#### Post Ansible install Nginx
228+
229+
```
230+
POST /ansible-install/nginx
231+
```
232+
233+
| Request Body | Type | Description |
234+
| :-------- | :------- | :-------------------------------- |
235+
| `ansible_user` | `string` | **Required** |
236+
| `ansible_port` | `string` | **Required** |
237+
| `os` | `string` | **Required** |
238+
| `hosts` | `list` | **Required** |
239+
| `version` | `string` | **Required** |
240+
241+
242+
#### Post Ansible install Docker
243+
244+
```
245+
POST /ansible-install/docker
246+
```
247+
248+
| Request Body | Type | Description |
249+
| :-------- | :------- | :-------------------------------- |
250+
| `ansible_user` | `string` | **Required** |
251+
| `ansible_port` | `string` | **Required** |
252+
| `os` | `string` | **Required** |
253+
| `hosts` | `list` | **Required** |
254+
255+
#### Post Ansible install Kubernetese
256+
257+
```
258+
POST /ansible-install/kuber
259+
```
260+
261+
| Request Body | Type | Description |
262+
| :-------- | :------- | :-------------------------------- |
263+
| `ansible_user` | `string` | **Required** |
264+
| `ansible_port` | `string` | **Required** |
265+
| `os` | `string` | **Required** |
266+
| `hosts` | `list` | **Required** |
267+
| `version` | `string` | **Required** |
268+
| `k8s_worker_nodes` | `list` | **Required** |
269+
| `k8s_master_nodes` | `list` | **Required** |
270+
271+
#### Post docker compose generation
272+
273+
```
274+
POST /docker-compose
275+
```
276+
277+
| Request Body | Type | Description |
278+
| :-------- | :------- | :-------------------------------- |
279+
| `networks.app_network.driver` | `string` | **Required** |
280+
| `version` | `string` | **Required** |
281+
| `services` | `list` | **Required** |
227282

228283
## Tech Stack
229284

0 commit comments

Comments
 (0)