We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b441f5a commit a8102f8Copy full SHA for a8102f8
README.md
@@ -1,2 +1,16 @@
1
# nexus
2
-Sonatype Nexus Repository Manager 3
+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
14
+ansible-playbook deploy.yaml -i inventories/production/hosts --vault-id ~/.tokens/master_id
15
16
0 commit comments