-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.yml
58 lines (46 loc) · 2.04 KB
/
requirements.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
## This will isntall only for this project (Allows have multiple versions, or
## even commit AP-ALB with your main repository)
# ansible-galaxy install -r requirements.yml --roles-path roles/
## This will install for multiple projects on your Ansible default roles path
## like /home/YOURUSERNAME/.ansible/roles/ap-application-load-balancer
# ansible-galaxy install -r requirements.yml
# from galaxy
- src: fititnt.ap_application_load_balancer
version: "v0.8.7-beta"
# from galaxy
- src: fititnt.ap_application_load_balancer_extras
# version: "v0.2.0-alpha"
# from galaxy
- src: brianshumate.consul
# Tested with v2.5.3, 2019-11-14
# from galaxy ansible-galaxy install githubixx.ansible_role_wireguard
- src: githubixx.ansible_role_wireguard
# Tested with v4.1.1, 2019-11-11
## MariaDB Galera Cluster roles
# They seems to not be on Ansible Galaxy
# Copy https://github.com/openstack/ansible-config_template/blob/master/action/config_template.py
# to your Ansible actions, like e.g ~/.ansible/plugins/action/config_template.py
# from https://github.com/openstack/ansible-config_template/releases/tag/1.0.0
#- src: https://github.com/openstack/ansible-config_template
# name: "config_template"
# version: "1.0.0"
# # Tested with queens-em, 2019-11-14
# from https://github.com/openstack/openstack-ansible-apt_package_pinning/releases/tag/queens-em
- src: https://github.com/openstack/openstack-ansible-apt_package_pinning
name: "apt_package_pinning"
# version: "queens-em"
version: "master"
# Tested with queens-em, 2019-11-14
# from https://github.com/openstack/openstack-ansible-galera_client/releases/tag/queens-em
- src: https://github.com/openstack/openstack-ansible-galera_client
name: "galera_client"
# version: "queens-em"
version: "master"
# Tested with queens-em, 2019-11-14
# from https://github.com/openstack/openstack-ansible-galera_server/releases/tag/queens-em
- src: https://github.com/openstack/openstack-ansible-galera_server
name: "galera_server"
# version: "queens-em"
version: "master"
# Tested with queens-em, 2019-11-14