mirror of
https://gitlab.com/ser-cal/m346.git
synced 2024-11-22 16:41:57 +01:00
KN04 Teilauftrag B) ergänzt
This commit is contained in:
parent
cda8bb35e2
commit
bc06bc7203
11
KN04/KN04.md
11
KN04/KN04.md
@ -96,7 +96,7 @@ users:
|
||||
home: /home/ubuntu
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys:
|
||||
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7uUevS7iVPRPFAmdCAIAk7xg7szJUBhmRhLlNgGg3hQb8Zify0Mvm28yO/BW9XUdgW85pmcmbpyP7Y+pDkWHEFbWBjFdTgmYyoszn08fIsApcVJkauqDLmaz9Fd+FtyZGFJapdgR34nLiT1meklO8/Z/mynSYFuzAWClmRiyZXPok2qQJM/xqZRCudatskYJFobiS/+9pSvohIMT/WLhaBsJStctK1QWWQTuPsfO/6QKFkM378qUeJ74lGBfd7cU0Z3i0B3t9r/bhVu0vsyfQdbiWqL3Bhzl2n/KHaDi2t4mcJwEVIDyzr+6vkSLdu3X09vCcsJPGnLirTHVUGo07 calisto-1
|
||||
- ssh-rsa <Public-Key> <Name_des_Keybesitzers>
|
||||
disable_root: false
|
||||
package_update: true
|
||||
packages:
|
||||
@ -113,7 +113,7 @@ write_files:
|
||||
write_files:
|
||||
- content: |
|
||||
<?php
|
||||
$ihrname = "Calisto";
|
||||
$ihrname = "IhrNachname";
|
||||
?>
|
||||
|
||||
<html>
|
||||
@ -121,9 +121,9 @@ write_files:
|
||||
<title><?php echo $ihrname; ?></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mein Lieblingsverein</h1>
|
||||
<h1>Passender Titel</h1>
|
||||
<br />
|
||||
<img src="https://calistos-kn04-bucket2.s3.amazonaws.com/fcz.jpg" alt="Bild aus S3-Bucket">
|
||||
<img src="URL des Bildes auf dem S3-Bucket" alt="Bild aus S3-Bucket">
|
||||
</body>
|
||||
</html>
|
||||
path: /var/www/html/test.php
|
||||
@ -133,9 +133,6 @@ runcmd:
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
##### Schritte
|
||||
|
||||
1. Öffnen Sie die [AWS Management Console](https://aws.amazon.com/console/).
|
||||
|
Loading…
Reference in New Issue
Block a user