Merge branch 'master' of /git/ansible
This commit is contained in:
commit
28b4ff6ee8
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- sudo
|
- sudo
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" and 'os-control' not in group_names }
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: put openshift 3.4 repo on os- systems
|
- name: put openshift 3.4 repo on os- systems
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- openvpn
|
- openvpn
|
||||||
tags:
|
tags:
|
||||||
|
- openvpn
|
||||||
- packages
|
- packages
|
||||||
when: ansible_distribution_major_version|int < 8
|
when: ansible_distribution_major_version|int < 8
|
||||||
|
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- openvpn
|
- openvpn
|
||||||
tags:
|
tags:
|
||||||
|
- openvpn
|
||||||
- packages
|
- packages
|
||||||
when: ansible_distribution_major_version|int > 7 and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int > 7 and ansible_cmdline.ostree is not defined
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue