Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 494 Bytes

README.org

File metadata and controls

22 lines (20 loc) · 494 Bytes

ansible-debian-setup

Description

Simple ansible playbook to quickly setup debian server.

What it does

  • Sets up ssh-key only authentication
  • Changes hostname and hosts file
  • Sets en.US.UTF-8 locale
  • Installs usefull packages
  • Creates and mounts swap file

Usage

  • Clone this repository
  • Run script
chmod + basic-setup.sh
./basic-setups.sh {{ your_machine }}
  • Enter variables in prompts