An open API service indexing awesome lists of open source software.

https://github.com/rjayroach/prepd-roles

Ansible roles for prepd
https://github.com/rjayroach/prepd-roles

ansible-roles

Last synced: about 2 months ago
JSON representation

Ansible roles for prepd

Awesome Lists containing this project

README

          

# Ansible Roles

Custom Ansible roles primarily intended to be included in a project derived from [prepd-project]
(https://github.com/rjayroach/prepd-project/) to provide a set of infrastructure blueprints.

## Using

Add these roles as a submodule in the 'roles' directory of an existing repo:

```bash
git submodule add git@github.com:rjayroach/ansible-roles roles
```

Updating the submodule to the latest code on master:

```bash
git submodule update --remote --merge
```

## Updating Code

Code changed in the submodule can be [committed and pushed]
(https://chrisjean.com/git-submodules-adding-using-removing-and-updating) like any other repo.