A set of scripts to configure my system
Find a file
2024-01-13 16:42:43 +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
ping.yml feat!: migrate to ansible 2024-01-13 16:42:43 +05:00
README.md feat!: migrate to ansible 2024-01-13 16:42:43 +05:00

System from scratch

A set of ansible scripts to configure my system.

Example

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

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

Inventory example

[od-hosts]
192.168.0.1