You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

690 B

system-config

system-config is my personal config for GNU/Linux systems.

Installation

  • Install Ansible
  • clone repo:

      git clone https://gitlab.com/KKlochko/system-config/
  • Check variable at system-config/roles/common/vars/main.yaml Change username, choose options (True/False).
  • Open repository folder

      cd system-config
  • Install dependencies

      ansible-galaxy collection install -r requirements.yaml
  • Run playbook as sudo user

      ansible-playbook main.yaml -K

Author

Kostiantyn Klochko (c) 2023

License

Under GNU GPL v3 license