system-from-scratch/README.md
2024-01-13 16:51:44 +05:00

290 B

System from scratch

A set of ansible scripts to configure my system.

Example

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

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

Inventory example

[odhosts]
192.168.0.1