https://github.com/aplatform64/system
Ansible Roles for automating operating system management
https://github.com/aplatform64/system
ansible-role
Last synced: about 1 year ago
JSON representation
Ansible Roles for automating operating system management
- Host: GitHub
- URL: https://github.com/aplatform64/system
- Owner: aplatform64
- License: apache-2.0
- Created: 2022-03-07T21:07:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T00:19:24.000Z (over 2 years ago)
- Last Synced: 2025-05-20T01:42:02.327Z (about 1 year ago)
- Topics: ansible-role
- Language: Shell
- Homepage: https://github.com/serdigital64/aplatform64
- Size: 326 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible Collection: serdigital64.system
## About
Ansible Roles for automating operating system management.
This collection is part of the [A:Platform64](https://github.com/aplatform64/aplatform64) project for automated infrastructure-as-code management.
## Content
| role | purpose |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| [sys_dconf](https://aplatform64.readthedocs.io/en/latest/roles/sys_dconf) | Manage provisioning of the DConf service |
| [sys_fonts](https://aplatform64.readthedocs.io/en/latest/roles/sys_fonts) | Manage OS fonts provisioning |
| [sys_gui_cinnamon](https://aplatform64.readthedocs.io/en/latest/roles/sys_gui_cinnamon) | Manage provisioning of the Cinnamon desktop environment |
| [sys_kernel](https://aplatform64.readthedocs.io/en/latest/roles/sys_kernel) | Manage OS Kernel configuration |
| [sys_mc](https://aplatform64.readthedocs.io/en/latest/roles/sys_mc) | Manage provisioning of the Midnight Commander tool |
| [sys_package](https://aplatform64.readthedocs.io/en/latest/roles/sys_package) | Manage application packages |
| [sys_repository](https://aplatform64.readthedocs.io/en/latest/roles/sys_repository) | Manage application package repositories |
| [sys_shell](https://aplatform64.readthedocs.io/en/latest/roles/sys_shell) | Manage Unix shells provisioning |
| [sys_subsystem](https://aplatform64.readthedocs.io/en/latest/roles/sys_subsystem) | Manage Linux subsystem configuration |
| [sys_sudo](https://aplatform64.readthedocs.io/en/latest/roles/sys_sudo) | Manage SuDo provisioning |
| [sys_tools](https://aplatform64.readthedocs.io/en/latest/roles/sys_tools) | Manage basic OS tools provisioning |
| [sys_user](https://aplatform64.readthedocs.io/en/latest/roles/sys_user) | Manage Unix users and groups provisioning |
## Deployment
### Dependencies
- Ansible Collections:
- ansible.posix
- community.general
- serdigital64.automation
- serdigital64.backup
- serdigital64.development
- serdigital64.devops
### Installation Procedure
Manually install Ansible Collections from the Ansible Galaxy repository:
```shell
ansible-galaxy collection install --upgrade serdigital64.system
```
Automatic installation is also available by deploying [A:Platform64](https://aplatform64.readthedocs.io/en/latest/#deployment)
## Contributing
Help on implementing new features and maintaining the code base is welcomed.
Please see the [guidelines](https://aplatform64.readthedocs.io/en/latest/CONTRIBUTING/) for further details.
## Author
- [SerDigital64](https://serdigital64.github.io/)
## License
[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)