Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 324 Bytes

ansible-base

Base directory for Ansible playbooks

Main usage

That is primarily my own start for a new Ansible Playbook. But feel free to look around ...

Start by copying the Makefile.template to Makefile. This avoids conflicts with updates in the repository.

cp -a Makefile.template Makefile
make all