A set of scripts to configure my system
Find a file
2024-01-13 17:10:54 +05:00
playbooks feat: add dev playbook 2024-01-13 17:10:54 +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 chore: group playbooks 2024-01-13 16:56:59 +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