diff options
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 |
