Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible-hook
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘旋尧
ansible-hook
Commits
e34bce4a
Commit
e34bce4a
authored
Apr 02, 2018
by
刘旋尧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ook
parent
c0fd0d81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletions
+23
-1
main.yml
roles/git/tasks/main.yml
+21
-1
test.yml
test.yml
+2
-0
No files found.
roles/git/tasks/main.yml
View file @
e34bce4a
...
@@ -2,6 +2,25 @@
...
@@ -2,6 +2,25 @@
-
name
:
先拉取代码
-
name
:
先拉取代码
git
:
repo={{ projects[project].repo }} dest={{ projects[project].dir }} accept_hostkey=yes clone=yes update=yes force=yes
git
:
repo={{ projects[project].repo }} dest={{ projects[project].dir }} accept_hostkey=yes clone=yes update=yes force=yes
-
name
:
切换到master
command
:
"
git
checkout
master"
args
:
chdir
:
"
{{
projects[project].dir
}}"
when
:
type==test
-
name
:
合并dev
command
:
"
git
merge
dev"
args
:
chdir
:
"
{{
projects[project].dir
}}"
when
:
type==test
-
name
:
推送到master
command
:
"
git
push
origin
master"
args
:
chdir
:
"
{{
projects[project].dir
}}"
when
:
type==test
-
name
:
更新到指定版本
-
name
:
更新到指定版本
command
:
"
git
checkout
{{
commit
}}"
command
:
"
git
checkout
{{
commit
}}"
args
:
args
:
...
@@ -18,7 +37,7 @@
...
@@ -18,7 +37,7 @@
-
name
:
生成需要刷新的cdn url列表
-
name
:
生成需要刷新的cdn url列表
template
:
src=urls.j2 dest=~/cdnurls owner=root group=root mode=0644
template
:
src=urls.j2 dest=~/cdnurls owner=root group=root mode=0644
when
:
projects[project].sync2qiniu is defined
when
:
projects[project].sync2qiniu is defined
-
name
:
同步到qiniu
-
name
:
同步到qiniu
command
:
"
qshell
cdnrefresh
~/cdnurls"
command
:
"
qshell
cdnrefresh
~/cdnurls"
when
:
projects[project].sync2qiniu is defined
when
:
projects[project].sync2qiniu is defined
\ No newline at end of file
test.yml
View file @
e34bce4a
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
-
name
:
执行hook
-
name
:
执行hook
hosts
:
test
hosts
:
test
become
:
yes
become
:
yes
vars
:
type
:
test
vars_files
:
vars_files
:
-
vars/main.yml
-
vars/main.yml
roles
:
roles
:
...
...
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