]> arthur.barton.de Git - ansible-collection-boilerplate.git/log
ansible-collection-boilerplate.git
10 months agonsible-boilerplate: Try to get the "upgrade" logic right
Alexander Barton [Sun, 2 Jul 2023 19:14:14 +0000 (21:14 +0200)]
nsible-boilerplate: Try to get the "upgrade" logic right

Don't try to install the Python package "ansible" and the Ansible
collection "alexbarton.boilerplate" first, depend on the Python
requirements.txt and Ansible Galaxy requirements.yml files for this.

This enables the user to specify the sources (and versions) that are
required for the specific project (and no longer requires the environment
variable BOILERPLATE_COLLECTION_SRC to be set, for example).

12 months agoThe "a" wrapper requires the bash(1) interpreter!
Alexander Barton [Mon, 29 May 2023 11:26:45 +0000 (13:26 +0200)]
The "a" wrapper requires the bash(1) interpreter!

It makes use of bash arrays, for example.

12 months agoAdd a bit more documentation
Alexander Barton [Thu, 25 May 2023 15:16:04 +0000 (17:16 +0200)]
Add a bit more documentation

12 months agoInitial commit
Alexander Barton [Wed, 19 Apr 2023 10:24:13 +0000 (12:24 +0200)]
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.