Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 474 Bytes

Setup for sbrk

Pre-requisite

Local workstation:

ansible-galaxy collection install community.general

Remote server

Have a user that can ssh, is in sudoers, and doesn't need a password.

Then run:

pacman -S python

Structure

  • playbooks contains ansible playbooks to run,
  • roles contains ansible roles,
  • group_vars contains variables of the setup.

Basic Usage

ansible-playbook playbooks/all.yml