Skip to content

Releases: jpartain89/ansible-role-ddclient

Big Template Change

05 Apr 11:23
0def709
Compare
Choose a tag to compare

Totally changed how my template works!

Updates!

19 May 19:16
Compare
Choose a tag to compare
  • Variable Updates
  • Moved the variable for where the git repo is cloned to vars/main.yml
  • Commented out the ddclient_conf dictionary
  • Variable Changes
  • Changed the variable name for the register option on the first task
  • Removed cache_valid_time_var and put 86400
  • Added owner, group, and mode to the sync task
  • Moved the service tasks into handlers
  • Created Handlers File

  • Created build matrix

  • Updated the role name in the test play

  • Added debug line to see output variables

  • UPdated variables

  • Removed group user and mode from synchronize step

  • Fixed when conditional

  • Fixed variable

  • Fixed synchronize source location

v1.2.2: Develop (#1)

25 May 07:25
Compare
Choose a tag to compare
* Variable Updates

- Moved the variable for where the git repo is cloned to `vars/main.yml`
- Commented out the `ddclient_conf` dictionary

* Variable Changes

- Changed the variable name for the `register` option on the first task
- Removed `cache_valid_time_var` and put `86400`
- Added `owner`, `group`, and `mode` to the sync task
- Moved the `service` tasks into `handlers`

* Created Handlers File

* Created build matrix

* Updated the role name in the test play

* Added debug line to see output variables

* UPdated variables

* Removed `group` `user` and `mode` from synchronize step

* Fixed `when` conditional

* Fixed variable

* Fixed synchronize source location

v1.2.0: Develop (#1)

25 May 07:24
Compare
Choose a tag to compare
* Variable Updates

- Moved the variable for where the git repo is cloned to `vars/main.yml`
- Commented out the `ddclient_conf` dictionary

* Variable Changes

- Changed the variable name for the `register` option on the first task
- Removed `cache_valid_time_var` and put `86400`
- Added `owner`, `group`, and `mode` to the sync task
- Moved the `service` tasks into `handlers`

* Created Handlers File

* Created build matrix

* Updated the role name in the test play

* Added debug line to see output variables

* UPdated variables

* Removed `group` `user` and `mode` from synchronize step

* Fixed `when` conditional

* Fixed variable

* Fixed synchronize source location