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

21 lines
300 B
Markdown

# System from scratch
A set of ansible scripts to configure my system.
## Example
```bash
ansible-playbook -i inventory.ini [--connection=local] [--ask-become] playbooks/ping.yml
```
Note that `inventory.ini` is not included in the repo.
## Inventory example
```ini
[odhosts]
192.168.0.1
```