{"id":20472916,"url":"https://github.com/dgibbs64/ansible-role-linux_admin_packages","last_synced_at":"2026-01-04T17:02:36.548Z","repository":{"id":41221894,"uuid":"498108249","full_name":"dgibbs64/ansible-role-linux_admin_packages","owner":"dgibbs64","description":"An Ansible role that installs useful packages for Linux Administrators","archived":false,"fork":false,"pushed_at":"2024-05-22T15:54:18.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T17:00:58.083Z","etag":null,"topics":["ansible","ansible-role"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dgibbs64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dgibbs64","patreon":"dgibbs","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-05-30T22:01:52.000Z","updated_at":"2024-06-06T23:30:27.918Z","dependencies_parsed_at":"2023-11-21T12:29:39.503Z","dependency_job_id":"0bf351bd-22b8-4bf7-aa23-cdc4b0cb3c6f","html_url":"https://github.com/dgibbs64/ansible-role-linux_admin_packages","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgibbs64%2Fansible-role-linux_admin_packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgibbs64%2Fansible-role-linux_admin_packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgibbs64%2Fansible-role-linux_admin_packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgibbs64%2Fansible-role-linux_admin_packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgibbs64","download_url":"https://codeload.github.com/dgibbs64/ansible-role-linux_admin_packages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244734096,"owners_count":20501014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role"],"created_at":"2024-11-15T14:22:27.558Z","updated_at":"2026-01-04T17:02:36.479Z","avatar_url":"https://github.com/dgibbs64.png","language":"Shell","funding_links":["https://github.com/sponsors/dgibbs64","https://patreon.com/dgibbs"],"categories":[],"sub_categories":[],"readme":"# linux_admin_packages\n\nAn [Ansible](https://www.ansible.com) role that installs useful packages for Linux Administrators\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://app.codacy.com/gh/dgibbs64/ansible-role-linux_admin_packages\"\u003e\u003cimg src=\"https://img.shields.io/codacy/grade/1a892d499efd4dabb73beffa8d64ed01?logo=codacy\u0026style=flat-square\" alt=\"Codacy grade\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/dgibbs64/ansible-role-linux_admin_packages/actions/workflows/molecule.yml\"\u003e\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/dgibbs64/ansible-role-linux_admin_packages/molecule.yml?label=molecule\u0026logo=ansible\u0026style=flat-square\"\u003e\u003c/a\u003e \u003ca href=\"https://galaxy.ansible.com/dgibbs64/linux_admin_packages\"\u003e\u003cimg alt=\"GitHub tag (latest by date)\" src=\"https://img.shields.io/github/v/tag/dgibbs64/ansible-role-linux_admin_packages?color=EE0000\u0026label=release\u0026logo=ansible\u0026style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"/LICENSE.md\"\u003e\u003cimg src=\"https://img.shields.io/github/license/dgibbs64/ansible-role-linux_admin_packages?style=flat-square\" alt=\"MIT License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\nThis role:\n\n- installs various useful packages for Linux Administrators on Debian and RedHat based distros.\n- adds global basic vimrc from [amix](https://github.com/amix/vimrc).\n- adds date stamps to history.\n- enables systat logging `/var/log/sysstat`.\n- installs neoVim, removes other vi/vim packages and can disable mouse support for current and root user.\n\nPlease see [vars/main.yml](https://github.com/dgibbs64/ansible-role-linux_admin_packages/blob/main/vars/main.yml) for the list of packages installed.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\n```yaml\n---\nhistory_time_format: true\nsystat_logging_enabled: true\nvimrc: true\ndisable_neovim_mouse_support: false\n```\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n```yaml\n---\n- name: Linux Admin Packages\n  hosts: all\n  roles:\n    - role: \"dgibbs64.linux_admin_packages\"\n```\n\n## License\n\nMIT\n\n## Author Information\n\n- [Daniel Gibbs](https://danielgibbs.co.uk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgibbs64%2Fansible-role-linux_admin_packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgibbs64%2Fansible-role-linux_admin_packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgibbs64%2Fansible-role-linux_admin_packages/lists"}