commit 8133c6fdb9c2af4926212de63fe90f779fa028f7 Author: badjware Date: Wed Nov 1 23:38:12 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..389ba39 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# ---> Ansible +*.retry + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# ---> Vim +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a8722c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# raspberrypi-kiosk + +Ansible role to setup a raspberry pi in kiosk mode \ No newline at end of file