Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LSO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
LSO
Commits
1530c14f
Commit
1530c14f
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
update documentation
parent
2ca78df8
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!71
Publish LSO version 1.0
,
!69
Feature/remove old endpoints
Pipeline
#85170
passed
1 year ago
Stage: tox
Stage: documentation
Stage: trigger_jenkins_build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-4
0 additions, 4 deletions
README.md
docs/source/quickstart.rst
+3
-0
3 additions, 0 deletions
docs/source/quickstart.rst
with
3 additions
and
4 deletions
README.md
+
0
−
4
View file @
1530c14f
...
...
@@ -11,7 +11,3 @@ Build documentation using `build-docs.sh`, and check out the quickstart page.
### Docker deployment
Run the following from the root, then refer to the above documentation for usage.
```
bash
./docker/docker-start.sh
```
This diff is collapsed.
Click to expand it.
docs/source/quickstart.rst
+
3
−
0
View file @
1530c14f
...
...
@@ -18,6 +18,7 @@ An example Docker compose file is presented below:
image: goat-lso:$LSO_VERSION_TAG
environment:
SETTINGS_FILENAME: /app/config.json
ANSIBLE_ROLES_PATH: /app/lso/ansible_roles
volumes:
- "/home/user/config.json:/app/config.json:ro"
- "/home/user/ansible_inventory:/opt/ansible_inventory:ro"
...
...
@@ -30,6 +31,8 @@ This will expose the API on port 8080. The container requires some more files to
* A ``config.json`` that references to the location where the Ansible playbooks are stored **inside the container**.
* An Ansible inventory for all host and group variables that are used in the playbooks
* A public/private key pair for SSH authentication on external machines that are targeted by Ansible playbooks.
* Any Ansible-specific configuration (such as ``collections_path``, ``roles_path``, etc.) should be set using
environment variables. ``ANSIBLE_ROLES_PATH`` is given as an example in the Docker compose snippet above.
Install the module
------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment