Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
Fixed broken documentation.
  • Loading branch information
trippsc2 committed Jun 30, 2024
1 parent c3b6f20 commit 5b34d82
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.2
version: 1.2.3
readme: README.md
authors:
- Jim Tarpley
Expand Down
4 changes: 2 additions & 2 deletions 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.2
Version: 1.2.3

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

Expand All @@ -14,7 +14,7 @@ This role authorizes a domain member as a DHCP Server in Active Directory.
## Dependencies
| Role |
| ---- |
| |
| trippsc2.windows.install_psgallery |

| Collection |
| ---------- |
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 @@ -20,4 +20,4 @@ collections:
- trippsc2.windows

dependencies:
- trippsc2.windows.install_psgallery
- role: trippsc2.windows.install_psgallery
4 changes: 2 additions & 2 deletions 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.2
Version: 1.2.3

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

Expand All @@ -14,7 +14,7 @@ This role configures the Windows Server machine as an Active Directory Domain Co
## Dependencies
| Role |
| ---- |
| |
| trippsc2.windows.install_psgallery |

| Collection |
| ---------- |
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 @@ -24,4 +24,4 @@ collections:
- trippsc2.windows

dependencies:
- trippsc2.windows.install_psgallery
- role: trippsc2.windows.install_psgallery
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.2
Version: 1.2.3

This role joins a Linux machine to a Windows domain.

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.2
Version: 1.2.3

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_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.2
Version: 1.2.3

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_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.2
Version: 1.2.3

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

0 comments on commit 5b34d82

Please sign in to comment.