blob: 30fecdda52bef6daf7816fe0db48d43e47314da4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
- name: include system playbook
ansible.builtin.import_playbook: site.system.yml
- name: include network playbook
ansible.builtin.import_playbook: site.network.yml
- name: include services playbook
ansible.builtin.import_playbook: site.services.yml
# # internal git user and directory - different than the public one for cgit
# - role: git
# git_dir: /data/git-internal
# git_user: git-internal
# - hosts: all
# roles:
# - role: wireguard
|