Beginning-Ansible-Concepts-.../README.md
2022-04-23 08:57:49 +01:00

24 lines
1 KiB
Markdown

# Apress Source Code
This repository accompanies [*Beginning Ansible Concepts and Application: Provisioning, Configuring, and Managing Servers, Applications and their Dependencies*](https://www.link.springer.com/book/10.1007/9781484281727) by Shaun R Smith and Peter Membrey (Apress, 2022).
[comment]: #cover
![Cover image](9781484281727.JPG)
Download the files as a zip using the green button, or clone the repository to your machine using Git.
## How to use
There are various files and folders in this repository. Broadly these consist of:
1. [Vagrantfile](Vagrantfile) - for automating the development environment
2. Various chapter directories - each chapter has the source code for the end-state of that Chapter's exercise
3. [wp-config.php.j2](wp-config.php.j2) - referenced in Chapter 13 only
## Releases
Release v1.0 corresponds to the code in the published book, without corrections or updates.
## Contributions
See the file Contributing.md for more information on how you can contribute to this repository.