so a galaxy can include playbooks!

This commit is contained in:
2026-08-25 00:14:32 +05:30
parent 9b6b618a71
commit 1c9e4c84a7
+14
View File
@@ -0,0 +1,14 @@
- name: setup server
hosts: all
tasks:
- name: ping all
ansible.builtin.ping:
- name: install base pkgs
- name: install tailscale repo
when: #tailscale not in distro
- name: authenticate with tailscale
- name: start mosh
- name: harden ssh
- name: setup firewall
- name: create a services user
- name: clone repo to services directory