浏览代码

Shift sample inventory to be single file

Antony Messerli 5 年之前
父节点
当前提交
bbcc2eaa9d
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Dockerfile-build
  2. 1 1
      README.md
  3. 0 0
      inventory

+ 1 - 1
Dockerfile-build

@@ -20,7 +20,7 @@ COPY . /ansible
 RUN \
  echo "**** running ansible ****" && \
  cd /ansible && \
- ansible-playbook -i inventory/all site.yml
+ ansible-playbook -i inventory site.yml
 
 # runtime stage
 FROM alpine:3.10

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ This is a seperate repo for now but will more than likely roll into the existing
 To generate, run:
 
 ```
-ansible-playbook -i inventory/all site.yml
+ansible-playbook -i inventory site.yml
 ```
 
 The build output will be located in /var/www/html on Debian OSs.

+ 0 - 0
inventory/all → inventory