summaryrefslogtreecommitdiff
path: root/lamp/tests
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2026-09-17 22:50:01 +0200
committerjerome <jerome@xlinfo.fr>2026-09-17 22:50:01 +0200
commit2dd8db66765e3eff5a6a9e0c016a70d55b55ea4b (patch)
tree12e5934032b493cfc37f1b82dbedbd111204abf3 /lamp/tests
downloadlamp-2dd8db66765e3eff5a6a9e0c016a70d55b55ea4b.tar.gz
lamp-2dd8db66765e3eff5a6a9e0c016a70d55b55ea4b.zip
git initial
Diffstat (limited to 'lamp/tests')
-rw-r--r--lamp/tests/inventory2
-rw-r--r--lamp/tests/test.yml5
2 files changed, 7 insertions, 0 deletions
diff --git a/lamp/tests/inventory b/lamp/tests/inventory
new file mode 100644
index 0000000..878877b
--- /dev/null
+++ b/lamp/tests/inventory
@@ -0,0 +1,2 @@
+localhost
+
diff --git a/lamp/tests/test.yml b/lamp/tests/test.yml
new file mode 100644
index 0000000..10107f3
--- /dev/null
+++ b/lamp/tests/test.yml
@@ -0,0 +1,5 @@
+---
+- hosts: localhost
+ remote_user: root
+ roles:
+ - lamp \ No newline at end of file