Files
ansibleclass/index.php
2023-06-13 12:01:45 +02:00

4 lines
68 B
PHP

<?PHP
echo "Welcome to your new webserver: ";
echo gethostname();
?>