system-from-scratch/README.md

21 lines
276 B
Markdown
Raw Normal View History

2023-11-01 16:10:08 +05:00
# System from scratch
2024-01-13 16:42:43 +05:00
A set of ansible scripts to configure my system.
## Example
```bash
ansible-playbook -i inventory.ini ping.yml [--connection=local]
```
Note that `inventory.ini` is not included in the repo.
## Inventory example
```ini
[od-hosts]
192.168.0.1
```