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.
KKlochko 69b3933abc
Added basic modules.
2 years ago
roles/common Added basic modules. 2 years ago
.gitignore Added basic modules. 2 years ago
CHANGELOG.org Added basic modules. 2 years ago
COPYING Added basic modules. 2 years ago
README.org Added basic modules. 2 years ago
main.yaml Added basic modules. 2 years ago
requirements.yaml Added basic modules. 2 years ago

README.org

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