- 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
roles:
- {
role: francomile.common,
tags: ["common"]
}
ansible-playbook -i inventory playbook.yaml --tags "common"