diff options
| author | spmfox <spmfox@foxwd.com> | 2023-09-02 22:43:49 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-09-02 22:43:49 -0400 |
| commit | 20efab9ee2b7df918268ca29002eb74a3526e465 (patch) | |
| tree | fb97310473ca40972d7060c8261ce6a4bbcaefa3 /docs/sample-environment/inventory.yml | |
| parent | eefd66e9b979d44da014f1a22319be06a5acb0d2 (diff) | |
initial
Diffstat (limited to 'docs/sample-environment/inventory.yml')
| -rw-r--r-- | docs/sample-environment/inventory.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/sample-environment/inventory.yml b/docs/sample-environment/inventory.yml new file mode 100644 index 0000000..fd933a3 --- /dev/null +++ b/docs/sample-environment/inventory.yml @@ -0,0 +1,14 @@ +pod: + name: wordpress + ports: + - "8080:80" + +containers: + - name: wordpress-db + path: "docs/sample-environment/wordpress" + file: "wordpress-db.containerfile" + runlabel: "start" + - name: wordpress-app + path: "docs/sample-environment/wordpress" + file: "wordpress-app.containerfile" + runlabel: "start" |
