Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 782 Bytes
MaaS icon

ServerManagement

Simple home project employing Ansible automation framework for managing Debian distro Linux servers. This project contains few ansible playbooks e.g. playbooks for installing software packages or playbooks for installing applications prerequisites like the Longhorn K8s distributed block storage.

Requirements

Install requirements using ansible-galaxy with the following command:

ansible-galaxy install -r requirements.yml 

Execution

You can simply run the playbooks with the following commands:

ansible-playbook addUsersAndPackages.yml
ansible-playbook longhornRequirements.yml