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
a3f35988
Commit
a3f35988
authored
Jan 02, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add utility
parent
b6ae7380
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
1 deletion
+28
-1
files/pter/pter.json.j2
files/pter/pter.json.j2
+0
-0
files/utility/docker-compose.yml
files/utility/docker-compose.yml
+0
-0
files/utility/sources.list
files/utility/sources.list
+11
-0
pter.yml
pter.yml
+1
-1
utility-pre.yml
utility-pre.yml
+16
-0
No files found.
pter.json.j2
→
files/pter/
pter.json.j2
View file @
a3f35988
File moved
files/utility/docker-compose.yml
0 → 100644
View file @
a3f35988
files/utility/sources.list
0 → 100644
View file @
a3f35988
deb http://mirrors.163.com/debian buster main contrib non-free
deb http://mirrors.163.com/debian buster-updates main contrib non-free
deb http://mirrors.163.com/debian-security buster/updates main
deb http://mirrors.163.com/debian buster-backports main contrib non-free
deb http://mirrors.163.com/debian buster-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian buster main contrib non-free
deb-src http://mirrors.163.com/debian buster-updates main contrib non-free
deb-src http://mirrors.163.com/debian-security buster/updates main
deb-src http://mirrors.163.com/debian buster-backports main contrib non-free
deb-src http://mirrors.163.com/debian buster-proposed-updates main contrib non-free
pter.yml
View file @
a3f35988
...
...
@@ -109,7 +109,7 @@
production
:
true
-
name
:
core.json
template
:
src
:
pter.json.j2
src
:
files/pter/
pter.json.j2
dest
:
/srv/daemon/config/core.json
notify
:
launch
-
name
:
certs
...
...
utility-pre.yml
0 → 100644
View file @
a3f35988
---
-
hosts
:
utility
remote_user
:
root
tasks
:
-
name
:
hostname
hostname
:
name
:
utility
-
name
:
hosts for sudo
lineinfile
:
dest
:
/etc/hosts
regexp
:
"
^127.0.1.1"
line
:
"
127.0.1.1
utility"
-
name
:
apt source
copy
:
src
:
files/utility/sources.list
dest
:
/etc/apt/sources.list
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