Skip to content

Releases: imp1sh/ansible_managemynetwork

v0.4.3

26 Jan 11:42
Compare
Choose a tag to compare
  • motd IP fallback, insert from facts if not defined otherwise
  • dehydrated
    breaking change: now supporting per-certificate config
    dehydrated_domains variable structure changed
    dehydrated_domains:
      - name: "www.gosix.net"
        altnames:
          - "gosix.net"
        config:
          CHALLENGETYPE: "http-01"
          WELLKNOWN: "/var/www/dehydrated"
          HOOK: "/var/lib/dehydrated/nginxhook.sh"
          HOOK_CHAIN: "no"
main domain name now is in name attribute
all altnames are now in altnames list
per-certificate configuration options are in config attribute
see: https://github.com/dehydrated-io/dehydrated/blob/master/docs/per-certificate-config.md

v0.4.2

17 Jan 07:02
Compare
Choose a tag to compare

small fixes in

  • motd
  • borgmatic

v0.4.1

11 Jan 15:29
Compare
Choose a tag to compare
  • template optimized for motd
  • added options for firewall, network and wireless to
    • not force not using restart handler
    • backup old config
      openwrt_[firewall|network|wireless]skiprestart
      openwrt
      [firewall|network|wireless]_backupconfig
  • breaking changes in borgmatic
    • borgmatic by default now coming in pip venv
    • deleted vars:
    • borgmatic_sshkey_targethost
    • borgmatic_sshkey_user
    • changed vars:
    borgmatic_repositories:
      backupuser@target1:
        type: ssh
        targetuser: backupuser
        targethost: target1.example.com
        subdir: subdirexample
      backupuser@target2:
        type: ssh
        targetuser: backupuser
        targethost: target2.example.com
        subdir: subdirexample
  • docs updated
  • new cleanup role, thx @Almapi

v0.4.0

25 Dec 18:37
Compare
Choose a tag to compare

This is the first release where I merged the OpenWrt collection into ManageMyNetwork (MMN).
I updated (hopefully) all of the docs. Since the documentation is now also part of the github repo, everybody can now contribute.

v0.3.2

25 Dec 10:13
Compare
Choose a tag to compare

This is the last release without containing the ansible_openwrt collection. Those two will be merged. The main reason for that is that there are several roles (e.g. zabbix-agent) that need to be merged as it makes no sense to develop them in seperate spaces.

  • several fixes and optimizations
  • zabbix-agent2 is now being used in zabbix-agent role

v0.3.1

22 Nov 15:41
Compare
Choose a tag to compare
  • updated ansible compatibility definitions

v0.3.0

15 Nov 15:14
Compare
Choose a tag to compare
  • podman role now also supports OpenWrt
  • nftables role moved from nftwall collection to managemynetwork

v0.2.6

08 Nov 08:21
Compare
Choose a tag to compare
  • breaking: sshkeys role. The user attribute to associate a key with a user is now a list and the attribute name change from user to users.
  • role packages now can also handle RHEL 7 version
  • moved pg_hba config in postgres to different position (up)

v0.2.5

27 Sep 10:16
Compare
Choose a tag to compare

Bugfix for ansible_groups to set attributes correctly

v0.2.4

21 Sep 10:41
Compare
Choose a tag to compare

add RedHat support for sudo role