Zimbra Distribution Lists with Ansible
Unfortunately there is no Zimbra module for Ansible but with the zmprov command it’s still possible to do some Ansible magic. Users Zimbra Distribution Lists Ansible task Users A list of ...
Unfortunately there is no Zimbra module for Ansible but with the zmprov command it’s still possible to do some Ansible magic. Users Zimbra Distribution Lists Ansible task Users A list of ...
Some small snippets to make our ACL life more easier. Create a network object-group for every VLAN Create network object-groups Create service object-groups Create a network object-group ...
Here is a solution I came up with to create Active Directory users and groups with the win_domain_user and win_domain_group module. It is basically a snippet of my Active Directory role. Defaul...
Ansible’s ios_config is a real lifesaver for cisco based configuration management. But here are some things which I encountered and want to share. IP Access list Switch interface IP Access ...
Making an Ansible deployment via Gitlab CI is easy but also flexible enough to parameterize the deployment. Requirements Ansible Gitlab Jobs test deplo...