https://github.com/ericcames/group-automation
Group Membership Automation
https://github.com/ericcames/group-automation
ansible-code-bot-scan
Last synced: 3 months ago
JSON representation
Group Membership Automation
- Host: GitHub
- URL: https://github.com/ericcames/group-automation
- Owner: ericcames
- Created: 2023-07-29T18:49:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T18:56:58.000Z (over 2 years ago)
- Last Synced: 2025-10-26T02:48:17.545Z (8 months ago)
- Topics: ansible-code-bot-scan
- Homepage: https://github.com/ericcames/Group-Automation
- Size: 895 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Group Membership Automation
## Email Groups




### Notes
+ The inventory for the playbook will be the list of mail exchange servers where group changes are made.
+ You will need the commands to do adds and subtracts from the target email group.
+ You can talk to your upstream systems with the [uri module](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/uri_module.html) or the [mysql_query module](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_query_module.html).
+ Incremental updates to the target email group are less work for the mail exchange servers.