Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
playbooks
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
playbooks
Commits
96c78515
Commit
96c78515
authored
Feb 15, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new
parent
87d1b2eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
gocq-relogin.yml
gocq-relogin.yml
+10
-0
mys-sync.yml
mys-sync.yml
+8
-0
tasks/gocq-fetch-qr.yml
tasks/gocq-fetch-qr.yml
+5
-0
No files found.
gocq-relogin.yml
0 → 100644
View file @
96c78515
---
-
hosts
:
gocq
remote_user
:
root
tasks
:
-
name
:
restart
docker_compose
:
project_src
:
'
{{
ansible_user_dir
}}/{{
service_path
}}'
restarted
:
true
-
name
:
fetch-qr
include_tasks
:
./tasks/gocq-fetch-qr.yml
mys-sync.yml
0 → 100644
View file @
96c78515
---
-
hosts
:
mys
tasks
:
-
name
:
mys
synchronize
:
src
:
~/test/mys/workspace/
dest
:
~/mys-workspace
#delete: true
tasks/gocq-fetch-qr.yml
0 → 100644
View file @
96c78515
-
name
:
fetch-qr
fetch
:
src
:
'
{{
ansible_user_dir
}}/{{
service_path
}}/templates/qrcode.png'
dest
:
'
../collector/gocq-qr/qrcode-{{inventory_hostname_short}}.png'
flat
:
true
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