Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Radon Particles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps22FallPub
Radon Particles
Commits
70e134ed
Commit
70e134ed
authored
2 years ago
by
dehury
Browse files
Options
Downloads
Patches
Plain Diff
Removing virtualenv pkg installation from dockerengine create ope.
parent
14795605
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nodetypes/radon.nodes.docker/DockerEngineUT/files/create/create-centos.yml
+20
-21
20 additions, 21 deletions
...odes.docker/DockerEngineUT/files/create/create-centos.yml
with
20 additions
and
21 deletions
nodetypes/radon.nodes.docker/DockerEngineUT/files/create/create-centos.yml
+
20
−
21
View file @
70e134ed
...
...
@@ -12,13 +12,13 @@
yum
:
name
:
"
*"
state
:
latest
-
name
:
Create target directory
file
:
path=/etc/docker/
state=directory
-
name
:
Create target directory
file
:
path=/etc/docker/
state=directory
mode=0755
-
name
:
configure docker network address, ahead of time, to solve issues with docker default network collision with UT VPN
copy
:
copy
:
dest
:
/etc/docker/daemon.json
content
:
|
{
...
...
@@ -37,7 +37,6 @@
-
device-mapper-persistent-data
-
lvm2
-
python3-pip
-
virtualenv
-
python3-setuptools
-
name
:
Add Docker repo
...
...
@@ -85,7 +84,7 @@
state
:
started
enabled
:
yes
become
:
yes
-
name
:
Install Docker Module for Python
pip
:
name
:
"
docker"
...
...
@@ -98,32 +97,32 @@
# - curl
# - gnupg
# - software-properties-common
# - name: Add Docker GPG key
# apt_key:
# url: https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg
# id: 0EBFCD88
# state: present
# - name: Add Docker repository
# apt_repository:
# filename: docker
# repo: deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} stable
# update_cache: true
# - name: Create target directory
# file:
# path=/tmp/docker/
# state=directory
# - name: Create target directory
# file:
# path=/tmp/docker/
# state=directory
# mode=0755
# - name: Create target directory
# file:
# path=/etc/docker/
# state=directory
# - name: Create target directory
# file:
# path=/etc/docker/
# state=directory
# mode=0755
# - name: configure docker network address, ahead of time, to solve issues with docker default network collision with UT VPN
# copy:
# copy:
# dest: /etc/docker/daemon.json
# content: |
# {
...
...
@@ -136,7 +135,7 @@
# - name: Install docker-ce
# apt:
# name: docker-ce
# - name: Start and enable docker service
# service:
# name: docker
...
...
@@ -144,4 +143,4 @@
# state: started
# when: ansible_os_family == "Debian"
\ No newline at end of file
# when: ansible_os_family == "Debian"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment