A set of scripts to configure my system
playbooks | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
README.md |
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