Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 099f0ba

Browse files
committed
HW4
1 parent 7d70ff1 commit 099f0ba

File tree

16 files changed

+445
-445
lines changed

16 files changed

+445
-445
lines changed

.gitattributes

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
*.yml text eol=lf
2-
*.md text eol=lf
3-
*.sh text eol=lf
4-
*.ps1 text eol=lf
5-
*.ini text eol=lf
6-
*.j2 text eol=lf
7-
*.pub text eol=lf
8-
*.key text eol=lf
9-
Vagrantfile text eol=lf
10-
*.pdf binary
11-
*.pptx binary
12-
*.odg binary
13-
*.png binary
14-
*.jpeg binary
1+
*.yml text eol=lf
2+
*.md text eol=lf
3+
*.sh text eol=lf
4+
*.ps1 text eol=lf
5+
*.ini text eol=lf
6+
*.j2 text eol=lf
7+
*.pub text eol=lf
8+
*.key text eol=lf
9+
Vagrantfile text eol=lf
10+
*.pdf binary
11+
*.pptx binary
12+
*.odg binary
13+
*.png binary
14+
*.jpeg binary

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
*~
2-
*.swp
3-
*.vagrant*
4-
*.retry
5-
*.vdi
6-
*.box
7-
*.pyc
8-
*.log
1+
*~
2+
*.swp
3+
*.vagrant*
4+
*.retry
5+
*.vdi
6+
*.box
7+
*.pyc
8+
*.log

student_files/01/docker_run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
docker run --name ubuntu_ansible -p 80:80/tcp --rm -d myansible:latest
1+
docker run --name ubuntu_ansible -p 80:80/tcp --rm -d myansible:latest
22
REM docker -D run --name ubuntu_ansible --rm -v c:/Users/alipin/eclipse-workspace/com.t-systems.caem.ptest/caem/lib:/caem/lib -d myansible:latest

0 commit comments

Comments
 (0)