diff options
| author | jerome <jerome@xlinfo.fr> | 2026-09-17 22:50:01 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2026-09-17 22:50:01 +0200 |
| commit | 2dd8db66765e3eff5a6a9e0c016a70d55b55ea4b (patch) | |
| tree | 12e5934032b493cfc37f1b82dbedbd111204abf3 /lamp/tests | |
| download | lamp-2dd8db66765e3eff5a6a9e0c016a70d55b55ea4b.tar.gz lamp-2dd8db66765e3eff5a6a9e0c016a70d55b55ea4b.zip | |
git initial
Diffstat (limited to 'lamp/tests')
| -rw-r--r-- | lamp/tests/inventory | 2 | ||||
| -rw-r--r-- | lamp/tests/test.yml | 5 |
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 |
