Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
Statistical-Genetics
jass
Merge requests
!96
Draft: Newmain
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Newmain
newmain
into
master
Overview
0
Commits
11
Pipelines
0
Changes
124
Closed
Bryan BRANCOTTE
requested to merge
newmain
into
master
1 year ago
Overview
0
Commits
11
Pipelines
0
Changes
124
Expand
0
0
Merge request reports
Compare
master
version 2
7467a216
1 year ago
version 1
6c89b5b6
1 year ago
master (base)
and
latest version
latest version
748c87ef
11 commits,
1 year ago
version 2
7467a216
9 commits,
1 year ago
version 1
6c89b5b6
6 commits,
1 year ago
124 files
+
4385
−
32785
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
124
Search (e.g. *.vue) (Ctrl+P)
ansible/README.md deleted
100644 → 0
+
0
−
13
Options
# JASS ansible playbooks
This repository contains the playbooks to manage a JASS instance with ansible
-
`system.yaml`
: install system requirements
-
`deploy.yaml`
: download/update JASS and perform required procedures to migrate and restart
## how to use these ?
```
ansible-playbook -v -i ./hosts_system system.yaml --ask-become-pass --extra-vars "deploy_user_name=jass repo_api_token=XXXXXX"
ansible-playbook -v -i ./hosts_deploy deploy.yaml --ask-become-pass --extra-vars "deploy_user_name=jass repo_api_token=XXXXXX"
```
Loading