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
89ecfe64
Commit
89ecfe64
authored
Jan 02, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
45520f72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
47 deletions
+47
-47
utility.yml
utility.yml
+47
-47
No files found.
utility.yml
View file @
89ecfe64
---
---
-
hosts
:
utility
-
hosts
:
utility
remote_user
:
root
remote_user
:
root
tasks
:
tasks
:
-
name
:
pre packages
-
name
:
pre packages
apt
:
apt
:
update_cache
:
true
update_cache
:
true
name
:
curl,wget,apt-transport-https,lsb-release,gnupg
name
:
curl,wget,apt-transport-https,lsb-release,gnupg
state
:
latest
state
:
latest
-
name
:
Docker key
-
name
:
Docker key
apt_key
:
apt_key
:
url
:
https://mirrors.aliyun.com/docker-ce/linux/debian/gpg
url
:
https://mirrors.aliyun.com/docker-ce/linux/debian/gpg
-
name
:
Docker source
-
name
:
Docker source
apt_repository
:
apt_repository
:
repo
:
deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable
repo
:
deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable
filename
:
docker
filename
:
docker
-
name
:
apt
-
name
:
apt
apt
:
apt
:
update_cache
:
true
update_cache
:
true
name
:
docker-ce,python-backports-shutil-get-terminal-size,python-backports.ssl-match-hostname,python-pip,rsync
name
:
docker-ce,python-backports-shutil-get-terminal-size,python-backports.ssl-match-hostname,python-pip,rsync
state
:
latest
state
:
latest
-
name
:
docker service
-
name
:
docker service
systemd
:
systemd
:
name
:
docker
name
:
docker
state
:
started
state
:
started
-
name
:
docker-compose pip
-
name
:
docker-compose pip
pip
:
pip
:
name
:
pip
name
:
pip
state
:
latest
state
:
latest
extra_args
:
-i https://mirrors.aliyun.com/pypi/simple/
extra_args
:
-i https://mirrors.aliyun.com/pypi/simple/
-
name
:
docker-compose
-
name
:
docker-compose
pip
:
pip
:
name
:
docker-compose
name
:
docker-compose
state
:
latest
state
:
latest
extra_args
:
-i https://mirrors.aliyun.com/pypi/simple/
extra_args
:
-i https://mirrors.aliyun.com/pypi/simple/
-
name
:
utility directory
-
name
:
utility directory
file
:
file
:
path
:
/root/utility
path
:
/root/utility
state
:
directory
state
:
directory
-
name
:
related files
-
name
:
related files
synchronize
:
synchronize
:
src
:
./files/utility/
src
:
./files/utility/
dest
:
/root/utility
dest
:
/root/utility
-
name
:
docker-compose up -d
-
name
:
docker-compose up -d
docker_service
:
docker_service
:
project_src
:
/root/utility
project_src
:
/root/utility
remove_orphans
:
true
remove_orphans
:
true
pull
:
true
pull
:
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