Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericcames/group-automation
Group Membership Automation
https://github.com/ericcames/group-automation
ansible-code-bot-scan
Last synced: 10 days ago
JSON representation
Group Membership Automation
- Host: GitHub
- URL: https://github.com/ericcames/group-automation
- Owner: ericcames
- Created: 2023-07-29T18:49:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T18:56:58.000Z (8 months ago)
- Last Synced: 2024-03-20T20:13:36.554Z (8 months ago)
- Topics: ansible-code-bot-scan
- Homepage: https://github.com/ericcames/Group-Automation
- Size: 895 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Group Membership Automation
## Email Groups
![image](https://github.com/ericcames/Group-Automation/assets/99105520/e4c1e86e-e213-4a55-ba27-1be5c8c402e7)
![image](https://github.com/ericcames/Group-Automation/assets/99105520/814153ed-7754-4e30-a24d-796ec0023185)
![image](https://github.com/ericcames/Group-Automation/assets/99105520/01aeb26c-cf72-4251-a090-d24a4857c498)
![image](https://github.com/ericcames/Group-Automation/assets/99105520/6fcfc39b-0bc1-41f2-822a-fccd67ae568d)### 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.