Skip to content

Commit 267d192

Browse files
authored
Merge pull request #100 from cisagov/dav3r-patch-1
Default to installing cyhy_core_version v1.2.0 and cyhy_commander_version v1.1.0
2 parents b6f5f1b + 4336561 commit 267d192

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ None.
1515

1616
| Variable | Description | Default | Required |
1717
|----------|-------------|---------|----------|
18-
| cyhy\_commander\_cyhy\_core\_version | The version of cisagov/cyhy-core to use; must be a valid git reference. | `v1.1.14` | No |
18+
| cyhy\_commander\_cyhy\_core\_version | The version of cisagov/cyhy-core to use; must be a valid git reference. | `v1.2.0` | No |
1919
| cyhy\_commander\_domainsync\_frequency | The frequency of running `cyhy-domainsync`, the hostname housekeeping script. Must be a calendar event in the [format understood by systemd](https://www.freedesktop.org/software/systemd/man/latest/systemd.time.html#Calendar%20Events). | `daily` | No |
2020
| cyhy\_commander\_file\_owner\_group | The name of the group that should own any non-system files or directories created by this role. | [Omitted](https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#making-variables-optional) | No |
2121
| cyhy\_commander\_file\_owner\_username | The name of the user that should own any non-system files or directories created by this role. | [Omitted](https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#making-variables-optional) | No |
2222
| cyhy\_commander\_install\_geoipupdate | Whether to install the MaxMind geoipupdate tool. | `false` | No |
2323
| cyhy\_commander\_maxmind\_account\_id | The MaxMind account ID for access to a GeoIP2 database subscription. | n/a | Yes |
2424
| cyhy\_commander\_maxmind\_license\_key | The MaxMind license key that provides access to a GeoIP2 database subscription. | n/a | Yes |
25-
| cyhy\_commander\_version | The version of cisagov/cyhy-commander to install; must be a valid git reference. | `v1.0.0` | No |
25+
| cyhy\_commander\_version | The version of cisagov/cyhy-commander to install; must be a valid git reference. | `v1.1.0` | No |
2626

2727
## Dependencies ##
2828

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# The version of cisagov/cyhy-core to use; must be a valid git reference.
3-
cyhy_commander_cyhy_core_version: v1.1.14
3+
cyhy_commander_cyhy_core_version: v1.2.0
44

55
# Frequency must be a calendar event in the format understood by systemd
66
# https://www.freedesktop.org/software/systemd/man/latest/systemd.time.html#Calendar%20Events
@@ -11,4 +11,4 @@ cyhy_commander_domainsync_frequency: daily
1111
cyhy_commander_install_geoipupdate: false
1212

1313
# The version of cisagov/cyhy-commander to use; must be a valid git reference
14-
cyhy_commander_version: v1.0.0
14+
cyhy_commander_version: v1.1.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.3.2

0 commit comments

Comments
 (0)