24 lines
834 B
YAML
24 lines
834 B
YAML
roles:
|
|
# Prepare
|
|
- src: git+ssh://git@gitlab.com/nikitsim_roles/base_nftables.git
|
|
name: base_nftables
|
|
- src: git+ssh://git@gitlab.com/nikitsim_roles/base.git
|
|
name: base
|
|
- src: git+ssh://git@gitlab.com/nikitsim_roles/base_users.git
|
|
name: base_users
|
|
- src: https://github.com/ctorgalson/ansible-role-oh-my-zsh.git
|
|
name: ansible-role-oh-my-zsh
|
|
- src: git+ssh://git@gitlab.com/nikitsim_roles/dns.git
|
|
name: dns
|
|
- src: git+ssh://git@gitlab.com/nikitsim_roles/chrony.git
|
|
name: chrony
|
|
- src: git+ssh://git@gitlab.com/nikitsim_roles/mount.git
|
|
name: mount
|
|
- src: git+ssh://git@gitlab.com/nikitsim_roles/network_interfaces.git
|
|
name: network_interfaces
|
|
- src: https://github.com/geerlingguy/ansible-role-docker.git
|
|
name: ansible-role-docker
|
|
|
|
collections:
|
|
# Prepare
|
|
- name: community.general |