Skip to content

Instantly share code, notes, and snippets.

View sony-level's full-sized avatar
🏠
Working from home

ディレーン sony-level

🏠
Working from home
View GitHub Profile
@sony-level
sony-level / install-ansible.sh
Last active March 17, 2026 08:58
Automated install ansible
#!/usr/bin/env bash
set -Eeuo pipefail
# ============================================================
# _ _ _ ____ ___ ____ _ _____
# / \ | \ | / ___|_ _| __ )| | | ____|
# / _ \ | \| \___ \| || _ \| | | _|
# / ___ \| |\ |___) | || |_) | |___| |___
# /_/ \_\_| \_|____/___|____/|_____|_____|
#
@sony-level
sony-level / install-terraform.sh
Last active March 17, 2026 13:48
Automated Terraform installer with OS detection, GPG verification, and timestamped logs
#!/usr/bin/env bash
set -Eeuo pipefail
# ============================================================
# _______ __
# /_ __/___ _____________ _/ /___ _________ ___
# / / / _ \/ ___/ ___/ __ `/ / __ \/ ___/ __ `__ \
# / / / __/ / / / / /_/ / / /_/ / / / / / / / /
# /_/ \___/_/ /_/ \__,_/_/\____/_/ /_/ /_/ /_/
#