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.

34 lines
690 B

* system-config
system-config is my personal config for GNU/Linux systems.
* Installation
- Install Ansible
- clone repo:
#+BEGIN_SRC shell
git clone https://gitlab.com/KKlochko/system-config/
#+END_SRC
- Check variable at =system-config/roles/common/vars/main.yaml=
Change =username=, choose options (True/False).
- Open repository folder
#+BEGIN_SRC shell
cd system-config
#+END_SRC
- Install dependencies
#+BEGIN_SRC shell
ansible-galaxy collection install -r requirements.yaml
#+END_SRC
- Run playbook as sudo user
#+BEGIN_SRC shell
ansible-playbook main.yaml -K
#+END_SRC
* Author
Kostiantyn Klochko (c) 2023
* License
Under GNU GPL v3 license