mirror of
https://gitlab.com/KKlochko/system-config.git
synced 2026-09-19 03:47:44 +00:00
34 lines
690 B
Org Mode
34 lines
690 B
Org Mode
* 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
|