This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
NextCloud-prep/data/cloud-init.cfg

12 lines
309 B
INI

#cloud-config
hostname: test
manage_etc_hosts: false
ssh_pwauth: true
disable_root: true
users:
- name: installer
hashed_passwd: $6$Ri2GEhfA1j/8eb1w$GFvPvQyFS0dwwzFMd3sB4XMZNCD0F.df4ugHJVaNYiD/QDgkcGo2Yh4LZ05lANkVrJyuWNMOTMA4RWnZ7M64c0
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
lock_passwd: false