File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,17 @@ This role installs and configures HAProxy on hosts and also allows changing the
115115
116116## Dependencies
117117
118- None.
118+ ``` yaml
119+ collections :
120+ - name : community.general
121+ version : " >=4.1.0"
122+ - name : ansible.posix
123+ version : " >=1.0.0"
124+ ` ` `
125+
126+ ` ` ` bash
127+ ansible-galaxy install -r requirements.yml
128+ ```
119129
120130## Example Playbook
121131
Original file line number Diff line number Diff line change 1+ ---
2+ collections :
3+ - name : community.general
4+ version : " >=4.1.0"
5+ - name : ansible.posix
6+ version : " >=1.0.0"
Original file line number Diff line number Diff line change 77 when : not haproxy_distribution_lb_change
88 ansible.builtin.include_tasks : config.yml
99
10-
1110- name : Change distribution of HAProxy Backends
1211 when : haproxy_distribution_lb_change
1312 ansible.builtin.include_tasks : distribution.yml
You can’t perform that action at this time.
0 commit comments