mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-07-25 11:53:52 +00:00
Shift sample inventory to be single file
This commit is contained in:
parent
f9a2a0cda3
commit
bbcc2eaa9d
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue