-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8b0f11
commit fa0d2c6
Showing
23 changed files
with
79 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
objects: | ||
role: {} | ||
plugins: | ||
become: {} | ||
cache: {} | ||
callback: {} | ||
cliconf: {} | ||
connection: {} | ||
filter: {} | ||
httpapi: {} | ||
inventory: {} | ||
lookup: {} | ||
module: {} | ||
netconf: {} | ||
shell: {} | ||
strategy: {} | ||
test: {} | ||
vars: {} | ||
version: 1.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,32 @@ | ||
--- | ||
ancestor: 1.4.2 | ||
releases: | ||
1.5.0: | ||
release_date: "2023-07-13" | ||
changes: | ||
release_summary: Added the release changelog. | ||
minor_changes: | ||
- Required Ansible Lint rule for change logs. | ||
release_summary: Added the release changelog. | ||
release_date: "2023-07-13" | ||
1.6.0: | ||
release_date: "2023-07-18" | ||
changes: | ||
release_summary: Added VM blueprints and simple VNET role. | ||
major_changes: | ||
- Added a VNET role to provide an example of simple VNET creation. | ||
breaking_changes: | ||
- Removed OS-specific playbook and role tasks and created a generic VM creation model based on VM blueprints. | ||
- Added and removed playbooks to account for role changes. | ||
- Removed OS-specific playbook and role tasks and created a generic VM creation | ||
model based on VM blueprints. | ||
major_changes: | ||
- Added a VNET role to provide an example of simple VNET creation. | ||
minor_changes: | ||
- Readme updates | ||
release_summary: Added VM blueprints and simple VNET role. | ||
release_date: "2023-07-18" | ||
1.7.0: | ||
changes: | ||
breaking_changes: | ||
- Playbook paths have changed. | ||
major_changes: | ||
- Moved playbooks into playbooks folder so that playbooks may be called from | ||
`namespace.collection.playbook` syntax. | ||
- Updated dependency versions. | ||
release_summary: | ||
Moved playbooks into playbooks folder and updated dependency | ||
versions. | ||
release_date: "2023-07-18" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
namespace: azure | ||
name: infrastructure_config_demos | ||
version: 1.6.0 | ||
version: 1.7.0 | ||
readme: README.md | ||
authors: | ||
- Scott Harwell <[email protected]> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
collections: | ||
- name: azure.azcollection | ||
version: 1.16.0 | ||
version: 1.18.1 | ||
- name: ansible.windows | ||
version: 2.0.0 | ||
- name: community.general | ||
version: 7.1.0 | ||
version: 8.0.0 |