]> arthur.barton.de Git - ansible-collection-boilerplate.git/commit
Initial commit
authorAlexander Barton <alex@barton.de>
Wed, 19 Apr 2023 10:24:13 +0000 (12:24 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 25 May 2023 12:29:01 +0000 (14:29 +0200)
commitc942cbb65d957b0b32d8915ea0855b2a3ecf1c14
tree4ec35135d55c24e89c3d82f01f2f1328de384b23
Initial commit

This implements the core functionality, including the "ansible-boilerplate"
script, Ansible wrapper scripts "a", "ap" and "aps", the Makefile, and
boilerplate configuration files for Ansible, ansible-lint, yamllint, etc.
19 files changed:
.ansible-lint [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
.yamllint.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.boilerplate [new file with mode: 0644]
README.md [new file with mode: 0644]
ansible.cfg [new file with mode: 0644]
bin/a [new file with mode: 0755]
bin/ansible-boilerplate [new file with mode: 0755]
bin/ap [new file with mode: 0755]
bin/aps [new file with mode: 0755]
galaxy.yml [new file with mode: 0644]
meta/runtime.yml [new file with mode: 0644]
playbooks/ping.yml [new file with mode: 0644]
requirements.txt [new file with mode: 0644]