Skip to content

Commit

Permalink
Add ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
turkenh committed Sep 20, 2017
1 parent e9ad24d commit 83da9e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
.DS_Store
workspace
workspace
tutorials/progress.yaml
4 changes: 3 additions & 1 deletion images/ansible-tutorial/Dockerfile
Expand Up @@ -6,7 +6,9 @@ COPY tutorials /tutorials

WORKDIR /root

RUN mkdir -p /root/.ssh
RUN mkdir -p /root/.ssh && mkdir /etc/ansible

COPY images/common/ansible.cfg /etc/ansible/ansible.cfg

COPY ["images/common/id_rsa", "images/common/id_rsa.pub", "/root/.ssh/"]
COPY ["images/common/.vimrc", "images/common/.profile", "/root/"]
Expand Down
2 changes: 2 additions & 0 deletions images/common/ansible.cfg
@@ -0,0 +1,2 @@
[defaults]
host_key_checking = False
2 changes: 0 additions & 2 deletions tutorials/progress.yaml

This file was deleted.

0 comments on commit 83da9e9

Please sign in to comment.