Viewing profile — dkoeji89oe
dkoeji89oe
HN member- Joined
- Sat, Sep 22, 2018, 4:36 PM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About dkoeji89oe
No profile information was provided.
Recent public activity
-
comment
Comment #18052900
exactly. this is particularly important if you ever rely on 3rd party modules. a common pattern is to spin up VMs, apply config management, then validate config management as part …
-
comment
Comment #18051251
...you run goss during the process of developing your ansible roles. Ansible roles are code. Goss allows you to test that code well before you're attempting to create real systems.…
-
comment
Comment #18049627
That sounds a lot like "if my code is bad, I'll find out when it breaks in production, so why test?". Tests allow you to make changes to your ansible configs, then test that the an…
-
comment
Comment #18046831
https://github.com/przemyslawpluta/node-youtube-dl/blob/mast... except for those times it downloads a youtube-dl binary. https://github.com/przemyslawpluta/node-youtube-dl/blob/mas…
-
comment
Comment #18046669
For the same reason you write unit or integration tests.