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
8eaeffa1
Commit
8eaeffa1
authored
Jan 28, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c2402a8f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
hypervisor.yml
hypervisor.yml
+2
-0
includes/docker.yml
includes/docker.yml
+1
-0
install_srvpro.yml
install_srvpro.yml
+1
-0
pter.yml
pter.yml
+3
-1
No files found.
hypervisor.yml
View file @
8eaeffa1
...
...
@@ -39,11 +39,13 @@
systemd
:
name
:
libvirtd
state
:
started
enabled
:
true
-
name
:
ksmtuned
become
:
true
systemd
:
name
:
ksmtuned
state
:
started
enabled
:
true
when
:
"
ansible_distribution
!=
'CentOS'"
-
name
:
stop firewalld
become
:
true
...
...
includes/docker.yml
View file @
8eaeffa1
...
...
@@ -55,6 +55,7 @@
systemd
:
name
:
docker
state
:
started
enabled
:
true
-
name
:
docker user group
become
:
true
user
:
...
...
install_srvpro.yml
View file @
8eaeffa1
...
...
@@ -155,3 +155,4 @@
systemd
:
name
:
redis
state
:
started
enabled
:
true
pter.yml
View file @
8eaeffa1
...
...
@@ -3,6 +3,7 @@
remote_user
:
root
vars
:
nodejs_version
:
10
pter_release
:
v0.6.12
tasks
:
-
name
:
nodejs
include
:
includes/nodejs.yml
...
...
@@ -29,12 +30,13 @@
-
daemon-data
-
name
:
download daemon
unarchive
:
src
:
https://github.com/pterodactyl/daemon/releases/download/v0.6.12/daemon.tar.gz
src
:
'
https://github.com/pterodactyl/daemon/releases/download/{{pter_release}}/daemon.tar.gz'
dest
:
/srv/daemon
creates
:
/srv/daemon/src
remote_src
:
true
extra_opts
:
-
--strip-components=1
notify
:
launch
-
name
:
npm install
npm
:
path
:
/srv/daemon
...
...
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