Skip to content

Commit 2f85adc

Browse files
author
vcmirko
committed
adding ansible.cfg file
1 parent ec25efa commit 2f85adc

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Ansible has now default yaml stdout
13+
1014
## [4.0.15] - 2023-08-09
1115

1216
### Added

server/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,8 @@ RUN npm i --only=production
9494
# Copy transpiled js from builder stage into the final image
9595
COPY --from=tmp_builder /app/dist ./dist
9696

97+
# Copy the ansible.cfg file to /etc/ansible/ directory
98+
COPY ansible.cfg /etc/ansible/ansible.cfg
99+
97100
# Use js files to run the application
98101
ENTRYPOINT ["node", "./dist/index.js"]

server/ansible.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[defaults]
2+
stdout_callback = yaml

0 commit comments

Comments
 (0)