Skip to content

Commit

Permalink
Bumped minimum Ansible version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trippsc2 committed Aug 9, 2024
1 parent 7e8f12f commit 109da48
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: trippsc2
name: zabbix
version: 1.1.0
version: 1.1.1
readme: README.md
authors:
- Jim Tarpley
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
2 changes: 1 addition & 1 deletion roles/agent2/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.agent2
Version: 1.1.0
Version: 1.1.1

This role installs the Zabbix Agent 2 on a Linux or Windows machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/agent2/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: This role installs the Zabbix Agent 2 on a Linux or Windows machine.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Debian
Expand Down
2 changes: 1 addition & 1 deletion roles/host/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.host
Version: 1.1.0
Version: 1.1.1

This role configures a host within Zabbix Server.

Expand Down
2 changes: 1 addition & 1 deletion roles/host/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ galaxy_info:

platforms: []

min_ansible_version: '2.14'
min_ansible_version: '2.15'

collections:
- ansible.utils
Expand Down
2 changes: 1 addition & 1 deletion roles/nginx/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.nginx
Version: 1.1.0
Version: 1.1.1

This role installs NGINX as a web frontend for Zabbix Server on a Linux machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/nginx/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: This role installs NGINX as a web frontend for Zabbix Server on a Linux machine.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Debian
Expand Down
2 changes: 1 addition & 1 deletion roles/repo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.repo
Version: 1.1.0
Version: 1.1.1

This role installs the Zabbix official repository on a Linux machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/repo/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: This role installs the Zabbix official repository on a Linux machine.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Debian
Expand Down
2 changes: 1 addition & 1 deletion roles/server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.server
Version: 1.1.0
Version: 1.1.1

This role installs and configures the Zabbix server on a Linux machine.

Expand Down
2 changes: 1 addition & 1 deletion roles/server/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: This role installs and configures the Zabbix server on a Linux machine.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Debian
Expand Down
2 changes: 1 addition & 1 deletion roles/server_postgresql/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.zabbix.server_postgresql
Version: 1.1.0
Version: 1.1.1

['This role installs PostgreSQL server for use by a Zabbix server.', 'This role uses trippsc2.postgresql.install to install PostgreSQL.']

Expand Down
2 changes: 1 addition & 1 deletion roles/server_postgresql/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ galaxy_info:
- This role uses trippsc2.postgresql.install to install PostgreSQL.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Debian
Expand Down

0 comments on commit 109da48

Please sign in to comment.