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
368c4101
Commit
368c4101
authored
May 20, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates
parent
c4521d6c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
6 deletions
+26
-6
.gitignore
.gitignore
+1
-0
hypervisor.yml
hypervisor.yml
+1
-1
install_srvpro.yml
install_srvpro.yml
+2
-2
samba.yml
samba.yml
+15
-0
template.yml
template.yml
+1
-1
update_srvpro.yml
update_srvpro.yml
+6
-2
No files found.
.gitignore
View file @
368c4101
...
...
@@ -63,3 +63,4 @@ typings/
*.retry
/roles/init
/files/samba-data
hypervisor.yml
View file @
368c4101
...
...
@@ -15,7 +15,7 @@
-
name
:
cpufreq
become
:
true
copy
:
content
:
'
{{cpu
power
}}'
content
:
'
{{cpu
freq
}}'
dest
:
'
{{item.path}}/scaling_governor'
unsafe_writes
:
true
with_items
:
'
{{freq_list.files}}'
...
...
install_srvpro.yml
View file @
368c4101
...
...
@@ -63,12 +63,12 @@
shell
:
./premake5 gmake
args
:
chdir
:
'
{{home_path}}/ygopro'
when
:
'
not
no_lua_safe
is
defined
'
when
:
'
not
no_lua_safe'
-
name
:
premake5 gmake unsafe
shell
:
env YGOPRO_NO_LUA_SAFE=1 ./premake5 gmake
args
:
chdir
:
'
{{home_path}}/ygopro'
when
:
'
no_lua_safe
is
defined
'
when
:
'
no_lua_safe'
-
name
:
build
make
:
chdir
:
'
{{home_path}}/ygopro/build'
...
...
samba.yml
0 → 100644
View file @
368c4101
-
hosts
:
fileserver
remote_user
:
root
tasks
:
-
name
:
directory
file
:
path
:
'
{{docker_compose_path}}'
state
:
directory
-
name
:
docker-compose file
copy
:
src
:
'
./files/samba-data/{{
inventory_hostname_short
}}/docker-compose.yml'
dest
:
'
~/fileserver/docker-compose.yml'
-
name
:
docker-compose up -d
docker_compose
:
project_src
:
~/fileserver
remove_orphans
:
true
template.yml
View file @
368c4101
...
...
@@ -111,7 +111,7 @@
iptables
:
chain
:
FORWARD
flush
:
true
when
:
'
hypervisor
is
defined
'
when
:
'
ansible_virtualization_role
==
"host"
'
-
name
:
apt
become
:
true
apt
:
...
...
update_srvpro.yml
View file @
368c4101
...
...
@@ -13,6 +13,10 @@
force
:
true
accept_hostkey
:
true
track_submodules
:
true
-
name
:
srvpro npm
npm
:
path
:
'
{{home_path}}/ygopro-server'
registry
:
https://registry.npm.taobao.org
-
name
:
challonge
git
:
repo
:
'
https://github.com/moecube/challonge'
...
...
@@ -57,12 +61,12 @@
shell
:
./premake5 gmake
args
:
chdir
:
'
{{home_path}}/ygopro-new'
when
:
'
not
no_lua_safe
is
defined
'
when
:
'
not
no_lua_safe'
-
name
:
premake5 gmake unsafe
shell
:
env YGOPRO_NO_LUA_SAFE=1 ./premake5 gmake
args
:
chdir
:
'
{{home_path}}/ygopro-new'
when
:
'
no_lua_safe
is
defined
'
when
:
'
no_lua_safe'
-
name
:
build
make
:
chdir
:
'
{{home_path}}/ygopro-new/build'
...
...
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