mirror of
https://github.com/skoobasteeve/ansible-server-setup.git
synced 2026-03-20 19:38:57 +00:00
11 lines
181 B
YAML
11 lines
181 B
YAML
---
|
|
- name: Configure servers for use on my home network
|
|
hosts: all
|
|
remote_user: "{{ remote_user }}"
|
|
become: true
|
|
|
|
roles:
|
|
- common
|
|
- librenms-client
|
|
- tailscale
|