Skip to content
Snippets Groups Projects
Commit 2a440c97 authored by Florentin Labelle's avatar Florentin Labelle
Browse files

Update cloudinit.yaml

parent 45a887c3
No related branches found
No related tags found
No related merge requests found
#cloud-config
apt_upgrade: true
ssh_pwauth: 1
packages:
- zsh
- curl
- python3-pip
- git
- ca-certificates
runcmd:
- apt install -y zsh curl python3-pip git ca-certificates fail2ban
- mkdir -p /etc/zsh
- git clone https://github.com/robbyrussell/oh-my-zsh.git /etc/zsh/.oh-my-zsh
- mkdir -p /etc/zsh/.oh-my-viarezo
......@@ -15,7 +20,9 @@ runcmd:
users:
- name: viazero
primary_group: viazero
groups:
- users
lock_passwd: false
shell: /bin/zsh
sudo: ALL=(ALL) NOPASSWD:ALL
passwd: $6$verysalted$3KiLlglj4rarzH9ajldKC3xVLdPpOBAGu2GLhcU.U68VPWmk/IeU5P.0NrKzsbTtKvvaOG2UnpEO6tN6iYILI/
passwd: $6$guerande$DRCPGRYGGDUkgmgKVRivCIVfFX7oqQTAJ9Y1AosRgHoCe6BMpnMsCgANvc5DbOdogmwSyaYZ1F5O7ItK.GqlE.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment