Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The playbooks for use on the deploy node are stored in the deploy/playbook directory of the source repository. These playbooks refer to other files in the source code, so the entire directory tree should be copied onto the deploy node. The easiest way to do this is by cloning the git repository directly as shown below:

git clone <repositoryrepository-url>url

Note, using the --depth=1 option can save some disk space if you don't need to modify the source code.

...