No description
Find a file
2025-12-08 22:29:58 +01:00
.ansible first commit 2025-12-08 22:29:58 +01:00
collections first commit 2025-12-08 22:29:58 +01:00
inventory first commit 2025-12-08 22:29:58 +01:00
roles first commit 2025-12-08 22:29:58 +01:00
vars first commit 2025-12-08 22:29:58 +01:00
.gitignore first commit 2025-12-08 22:29:58 +01:00
adhoc.docker.yml first commit 2025-12-08 22:29:58 +01:00
adhoc.nginx.yml first commit 2025-12-08 22:29:58 +01:00
adhoc.ntfy.login.yml first commit 2025-12-08 22:29:58 +01:00
adhoc.ntfy.storage.yml first commit 2025-12-08 22:29:58 +01:00
adhoc.os.updates.yml first commit 2025-12-08 22:29:58 +01:00
adhoc.server.setup.yml first commit 2025-12-08 22:29:58 +01:00
ansible.cfg first commit 2025-12-08 22:29:58 +01:00
LICENSE first commit 2025-12-08 22:29:58 +01:00
README.md first commit 2025-12-08 22:29:58 +01:00
renovate.json first commit 2025-12-08 22:29:58 +01:00

ansible

Hetzner cloud config

#cloud-config
package_update: true
package_upgrade: true
packages:
  - sudo
  - vim
users:
  - name: YOUR_USER
    sudo: ALL=(ALL) NOPASSWD:ALL
    shell: /bin/bash
    ssh_authorized_keys:
      - YOUR_KEY
runcmd:
  - reboot