1
0
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
Arnaud Morin
2022-01-08 23:55:35 +01:00
parent 30dbc29659
commit 1bfed12966
3 changed files with 13 additions and 9 deletions

View File

@@ -12,3 +12,10 @@ Your job now will be to create 2 roles:
* one role for all tasks related to deploying nginx as a proxy
* for this one, you must also use some variables as input parameters for both ports (80 and 8080 in the previous lessons)
# Cleanup
Once you're done, destroy the demo docker:
```
docker stop demo
```