Skip to content

Commit a8102f8

Browse files
committed
Update README
1 parent b441f5a commit a8102f8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# nexus
2-
Sonatype Nexus Repository Manager 3
2+
Sonatype Nexus Repository Manager 3 on Docker Swarm
3+
4+
## Requirements
5+
- Ansible 2.10+
6+
7+
## Installing Dependencies
8+
```bash
9+
ansible-galaxy install -r roles/requirements.yaml -p ./roles --force
10+
```
11+
12+
## Deploy to Docker Swarm
13+
```bash
14+
ansible-playbook deploy.yaml -i inventories/production/hosts --vault-id ~/.tokens/master_id
15+
```
16+

0 commit comments

Comments
 (0)