We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9a2b9 commit 6092d63Copy full SHA for 6092d63
inventories/custom/osseclab/templates/controller_config.j2
@@ -3,6 +3,7 @@ systemd-machine-id-setup
3
hostnamectl set-hostname controller
4
echo controller > /etc/hostname
5
echo "" > /etc/motd
6
+sed -i 's/^#PermitRootLogin .*/PermitRootLogin yes/g' /etc/ssh/sshd_config
7
echo "curl -s https://raw.githubusercontent.com/goffinet/ansible-ccna-lab/master/tests/almalinux9-controller.sh -o setup.sh" > readme.txt
8
echo "bash setup.sh ; reboot" >> readme.txt
9
{% for interface in interfaces %}
0 commit comments