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 2efb991 commit 45a8271Copy full SHA for 45a8271
inventories/custom/osseclab/templates/controller_config.j2
@@ -3,7 +3,7 @@ systemd-machine-id-setup
3
hostnamectl set-hostname controller
4
echo controller > /etc/hostname
5
echo "" > /etc/motd
6
-echo "curl -s https://raw.githubusercontent.com/goffinet/ansible-ccna-lab/master/tests/setup-controller.sh -o setup.sh" > readme.txt
+echo "curl -s https://raw.githubusercontent.com/goffinet/ansible-ccna-lab/master/tests/almalinux9-controller.sh -o setup.sh" > readme.txt
7
echo "bash setup.sh ; reboot" >> readme.txt
8
{% for interface in interfaces %}
9
nmcli c mod "{{ interface['id'] }}" ipv4.method manual ipv4.addresses {{ interface['ipv4_address'] }}
0 commit comments