]> arthur.barton.de Git - ansible-collection-boilerplate.git/blob - docs/scripts.md
Release 1.0.1
[ansible-collection-boilerplate.git] / docs / scripts.md
1 # Ansible Boilerplate Collection Scripts
2
3 The Ansible Boilerplate Collection contains some scripts which are stored in the
4 `bin/` directory, in the project itself as well as in projects using the
5 Boilerplate Collection.
6
7 ## "ansible-boilerplate" Script
8
9 Management script for the Ansible Boilerplate Collection itself. Used to
10 initialize new projects as well as upgrading (activating) dependent projects
11 using this collection.
12
13 ## "a" Wrapper Script for "ansible" Command
14
15 Wrapper for the `ansible` command.
16
17 ## "ap" and "aps" Wrapper Scripts for "ansible-playbook" Command
18
19 The `ap` script is a wrapper for the `ansible-playbook` command. The `aps`
20 script uses the `ap` command and runs it with the "site play".