Go to file
directlx d841e04a39 Add SSH setup script for passwordless authentication
Script handles:
- Generating ed25519 SSH key if not present
- Setting up SSH for existing users
- Creating new users via admin account with:
  - Home directory and .ssh setup
  - sudo/wheel group membership
  - Passwordless sudo configuration
- Connection verification

Usage: ./scripts/setup-ssh.sh <ip> <user> [admin_user]

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 06:55:19 -05:00
files Initial Ansible project structure 2026-02-04 06:37:33 -05:00
group_vars Initial Ansible project structure 2026-02-04 06:37:33 -05:00
host_vars Initial Ansible project structure 2026-02-04 06:37:33 -05:00
inventory Add infrastructure hosts to inventory 2026-02-04 06:51:43 -05:00
playbooks Initial Ansible project structure 2026-02-04 06:37:33 -05:00
roles Initial Ansible project structure 2026-02-04 06:37:33 -05:00
scripts Add SSH setup script for passwordless authentication 2026-02-04 06:55:19 -05:00
templates Initial Ansible project structure 2026-02-04 06:37:33 -05:00
.gitignore Initial Ansible project structure 2026-02-04 06:37:33 -05:00
README.md Initial commit 2026-02-04 11:26:42 +00:00
ansible.cfg Initial Ansible project structure 2026-02-04 06:37:33 -05:00

README.md

dlx-ansible