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
- Host: GitHub
- URL: https://github.com/rjayroach/prepd-roles
- Owner: rjayroach
- Created: 2016-07-14T06:09:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T14:51:00.000Z (about 7 years ago)
- Last Synced: 2025-03-28T00:44:02.249Z (about 1 year ago)
- Topics: ansible-roles
- Language: Python
- Homepage:
- Size: 368 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.