Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jupyter-deploy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
jupyter-deploy
Commits
3b344455
Commit
3b344455
authored
Apr 11, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formats
parent
a7b580fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
ansible/deploy.yaml
ansible/deploy.yaml
+7
-0
ansible/inventory.example.yaml
ansible/inventory.example.yaml
+11
-0
No files found.
ansible/deploy.yaml
View file @
3b344455
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
{{instance.name}}:{{instance.password}}:1000:1000
{{instance.name}}:{{instance.password}}:1000:1000
{% endfor %}
{% endfor %}
dest
:
'
{{jupyter_root}}/sftp_users.conf'
dest
:
'
{{jupyter_root}}/sftp_users.conf'
notify
:
restart_sftp
-
name
:
docker-compose up -d
-
name
:
docker-compose up -d
docker_compose
:
docker_compose
:
project_src
:
'
{{
jupyter_root
}}'
project_src
:
'
{{
jupyter_root
}}'
...
@@ -99,3 +100,9 @@
...
@@ -99,3 +100,9 @@
services
:
services
:
-
nginx
-
nginx
restarted
:
true
restarted
:
true
-
name
:
restart_sftp
docker_compose
:
project_src
:
'
{{
jupyter_root
}}'
services
:
-
sftp
restarted
:
true
ansible/inventory.example.yaml
0 → 100644
View file @
3b344455
jupyter
:
vars
:
ansible_ssh_user
:
root
ansible_python_interpreter
:
python3
nginx_image
:
git-registry.mycard.moe/nanahira/docker-nginx-plus
jupyter_image
:
git-registry.mycard.moe/nanahira/docker-gdut-notebook:latest
data_file
:
../output/gdut.yaml
certs_path
:
/path/to/certs/yuzurisa.com
jupyter_root
:
~/jupyter
hosts
:
jupyter.momobako.com
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment