Implementa K3S-Cluster

This commit is contained in:
2023-09-24 21:14:26 -03:00
parent a9eb18c332
commit 18d6da38cc
2 changed files with 57 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
echo -e "\n${extra_key}" >> /home/ubuntu/.ssh/authorized_keys;
echo -e "${extra_key}" >> /home/ubuntu/.ssh/authorized_keys;
echo -e "${terraform_key}" >> /home/ubuntu/.ssh/authorized_keys;
echo "export TERM='xterm-256color';" > /home/ubuntu/.profile;