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 0ba55c1 commit fded9be
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: ad
version: 1.2.6
version: 1.2.7
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/authorize_dhcp_server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.ad.authorize_dhcp_server
Version: 1.2.6
Version: 1.2.7

This role authorizes a domain member as a DHCP Server in Active Directory.

Expand Down
2 changes: 1 addition & 1 deletion roles/authorize_dhcp_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 authorizes a domain member as a DHCP Server in Active Directory.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

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

# Ansible Role: trippsc2.ad.domain_controller
Version: 1.2.6
Version: 1.2.7

This role configures the Windows Server machine as an Active Directory Domain Controller.

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

min_ansible_version: '2.14'
min_ansible_version: '2.15'

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

# Ansible Role: trippsc2.ad.linux_member
Version: 1.2.6
Version: 1.2.7

This role joins a Linux system to an Active Directory domain.

Expand Down
2 changes: 1 addition & 1 deletion roles/linux_member/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ galaxy_info:
Before running this role, the system should use be able to resolve the AD domain name and domain controllers via DNS.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

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

# Ansible Role: trippsc2.ad.testing_domain_controller
Version: 1.2.6
Version: 1.2.7

This role creates an Active Directory domain on the Windows machine for use during Molecule testing.

Expand Down
2 changes: 1 addition & 1 deletion roles/testing_domain_controller/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: This role creates an Active Directory domain on the Windows machine for use during Molecule testing.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

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

# Ansible Role: trippsc2.ad.testing_domain_member
Version: 1.2.6
Version: 1.2.7

This role joins a Windows machine to a test Active Directory Domain during Molecule testing.

Expand Down
2 changes: 1 addition & 1 deletion roles/testing_domain_member/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: This role joins a Windows machine to a test Active Directory Domain during Molecule testing.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

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

# Ansible Role: trippsc2.ad.testing_standalone_win
Version: 1.2.6
Version: 1.2.7

This role configures DNS on a standalone (non-domain) Windows machine to use the domain controller for DNS and registers its IP address in DNS.

Expand Down
2 changes: 1 addition & 1 deletion roles/testing_standalone_win/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
description: This role configures DNS on a standalone (non-domain) Windows machine to use the domain controller for DNS and registers its IP address in DNS.
license: MIT

min_ansible_version: '2.14'
min_ansible_version: '2.15'

platforms:
- name: Windows
Expand Down

0 comments on commit fded9be

Please sign in to comment.