diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:36:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:36:53 +0100 |
| commit | 8284b08b9ac4f2972b7f1e68175facbcaea09153 (patch) | |
| tree | 7f97287fa3fb47da5e37e094ac544b0b6d61dec6 | |
| parent | 9f2ebc2cce3af0e685677c23f2098c115e034adf (diff) | |
add Makefile
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8e8f914 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +all: ansible-playbook -i inventory.yml playbook.yml |
