1
0

Compare commits

..

4 Commits

Author SHA1 Message Date
Charles Vaillancourt
680023da4c Added some more python exercises 2024-10-25 23:43:57 +02:00
Florent Le Lain
6708bc4cd4 add app binary 2024-10-25 23:43:25 +02:00
Florent Le Lain
dc6774c778 update README file 2023-10-06 17:41:53 +02:00
Arnaud Morin
96bf638364 Add readme
Signed-off-by: Arnaud Morin <arnaud.morin@gmail.com>
2023-10-06 09:38:12 +02:00

View File

@ -78,9 +78,9 @@ Push your Dockerfile in the ex2 folder.
In ex3 folder, you will find an incomplete `openrc` file. In ex3 folder, you will find an incomplete `openrc` file.
You will need to amend the file to configure the correct `OS_USERNAME`, `OS_PASSWORD` and `OS_REGION_NAME` with the one that we gave to you. You will need to amend the file to configure the correct `OS_USERNAME` and `OS_PASSWORD` with the one that we gave to you.
Then, using `terraform`, can you write a plan to boot a `d2-4` with a floating IP. Then, using `terraform`, can you write a plan to boot a `d2-4` on `GRA7` region with a floating IP.
Bonus, on that instance, make sure a web server (`nginx`) is running. Bonus, on that instance, make sure a web server (`nginx`) is running.