A set of scripts to configure my system
Find a file
2024-01-20 12:35:55 +05:00
playbooks feat: multimedia playbook 2024-01-20 12:28:58 +05:00
.editorconfig Add editorconfig 2023-11-01 16:01:33 +05:00
.gitignore feat!: migrate to ansible 2024-01-13 16:42:43 +05:00
LICENSE Initial commit 2023-11-01 16:00:06 +05:00
README.md docs: add a note about ansible 2024-01-20 12:35:55 +05:00

System from scratch

A set of ansible scripts to configure my system.

Example

ansible-playbook -i inventory.ini [--connection=local] [--ask-become] playbooks/ping.yml

Note that inventory.ini is not included in the repo.

Inventory example

[odhosts]
192.168.0.1

Why is this repository public?

This repository can serve as a source of inspiration. Ansible allows you not only to initially configure the system, but also to synchronize settings between several computers.