update readme for deploy instructions
This commit is contained in:
parent
03719384b8
commit
5a447aa206
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -4,6 +4,21 @@ Ansible cat
|
||||||
|
|
||||||
This repo contains the ansible role needed to deploy the [cat](https://git.zeus.gent/zeuswpi/cat) project
|
This repo contains the ansible role needed to deploy the [cat](https://git.zeus.gent/zeuswpi/cat) project
|
||||||
|
|
||||||
|
Usage
|
||||||
|
------
|
||||||
|
Add the src of this repo to your requirements.yml file.
|
||||||
|
|
||||||
|
- src: git+https://git.zeus.gent/zeuswpi/ansible__cat
|
||||||
|
|
||||||
|
Then use following command to install the role
|
||||||
|
|
||||||
|
ansible-galaxy install -r requirements.yml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
How ansible works
|
||||||
|
=================
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue