https://github.com/francomile/ansible-role-common
Ansible Role Common
https://github.com/francomile/ansible-role-common
ansible-role common linux
Last synced: 5 months ago
JSON representation
Ansible Role Common
- Host: GitHub
- URL: https://github.com/francomile/ansible-role-common
- Owner: francomile
- License: gpl-2.0
- Created: 2024-06-15T22:29:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T23:50:29.000Z (about 2 years ago)
- Last Synced: 2025-06-05T00:59:27.958Z (about 1 year ago)
- Topics: ansible-role, common, linux
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ansible Common Role
[](https://github.com/francomile/ansible-role-common/actions/workflows/ansible_lint.yml)
[](https://github.com/francomile/ansible-role-common/actions/workflows/push_to_galaxy.yml)
## Actions of the Role
* Update all packages to the latest version
* Install common packages
* Remove insecure legacy packages
* Set Timezone
* Set limits.conf
* Update `journald.conf`
* Update rsyslog logrotate
* Set vm.swappiness default
## Common Usage
```yaml
roles:
- {
role: francomile.common,
tags: ["common"]
}
```
## Run the playbook
```shell
ansible-playbook -i inventory playbook.yaml --tags "common"
```