unit_type string | repo_path string | commit_id string | stars int32 | unit_prefix string | shard int32 | license_types list | files list | quality dict | flags dict |
|---|---|---|---|---|---|---|---|---|---|
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/nwjs | 8,063 | [
"no_license"
] | [
{
"path": "roles/nwjs/tasks/main.yml",
"content": "---\n- name: NW.js\n tags:\n - nwjs\n block:\n - name: Download and unpack NW.js {{ nwjs_version }}\n ansible.builtin.unarchive:\n src: https://dl.nwjs.io/v{{ nwjs_version }}/nwjs-sdk-v{{ nwjs_version }}-linux-x64.tar.gz\n dest: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/obs_studio | 8,063 | [
"no_license"
] | [
{
"path": "roles/obs_studio/tasks/main.yml",
"content": "- name: OBS Studio\n tags:\n - obs-studio\n - obs\n - obs_studio\n\n block:\n - name: Install OBS Studio (flatpak)\n community.general.flatpak:\n name: com.obsproject.Studio\n state: present\n remote: flathub\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/obsidian | 8,063 | [
"no_license"
] | [
{
"path": "roles/obsidian/tasks/main.yml",
"content": "---\n- name: Obsidian\n tags:\n - obsidian\n block:\n# - name: Check latest obsidian\n# ansible.builtin.uri:\n# url: https://api.github.com/repos/obsidianmd/obsidian-releases/releases/latest\n# return_content: true\n# register: obsidian... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/ocaml | 8,063 | [
"no_license"
] | [
{
"path": "roles/ocaml/tasks/main.yml",
"content": "---\n- name: OCaml\n tags:\n - ocaml\n block:\n - name: Check latest opam\n ansible.builtin.uri:\n url: https://api.github.com/repos/ocaml/opam/releases/latest\n return_content: true\n register: opam\n\n # https://githu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/onlyoffice | 8,063 | [
"no_license"
] | [
{
"path": "roles/onlyoffice/tasks/main.yml",
"content": "---\n# - name: Install\n# ansible.builtin.command: snap install onlyoffice-desktopeditors\n# become: true\n# ignore_errors: true\n# tags:\n# - snap\n# - onlyoffice\n#\n\n- name: Install onlyoffice (flatpak)\n community.general.flatpak... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/openapi-generator-cli | 8,063 | [
"no_license"
] | [
{
"path": "roles/openapi-generator-cli/tasks/main.yml",
"content": "---\n- name: OpenAPI Generator CLI\n tags:\n - openapi-generator-cli\n block:\n - name: Get JAR\n ansible.builtin.get_url:\n url: 'https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.4.0/openapi-gener... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/openldap | 8,063 | [
"no_license"
] | [
{
"path": "roles/openldap/tasks/main.yml",
"content": "- name: OpenLDAP\n tags:\n - openldap\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n # Provides `ldapsearch`, `ldapadd`, etc binaries\n - openldap-clients\n state: present\n become: true\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/p4merge | 8,063 | [
"no_license"
] | [
{
"path": "roles/p4merge/tasks/main.yml",
"content": "---\n# https://www.perforce.com/downloads/perforce/r23.1/bin.linux26x86_64/p4v.tgz\n# https://cdist2.perforce.com/perforce/r23.1/bin.linux26x86_64/p4v.tgz\n\n- name: Create installation dir\n ansible.builtin.file:\n dest: \"{{ ansible_user_dir }}/opt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/packagekit | 8,063 | [
"no_license"
] | [
{
"path": "roles/packagekit/tasks/main.yml",
"content": "- name: PackageKit\n tags:\n - packagekit\n - PackageKit\n block:\n - name: Remove PackageKit\n ansible.builtin.dnf:\n name:\n - PackageKit\n - PackageKit-command-not-found\n - PackageKit-glib\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/pcmanfm | 8,063 | [
"no_license"
] | [
{
"path": "roles/pcmanfm/tasks/main.yml",
"content": "- name: PcManFm\n tags:\n - pcmanfm\n - file-manager\n block:\n - name: Install\n ansible.builtin.dnf:\n name: pcmanfm\n state: present\n become: true\n\n - name: Create config dirs\n ansible.builtin.file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/php | 8,063 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: PHP\n tags:\n - never\n - php\n block:\n - name: Install PHP and Composer\n ansible.builtin.dnf:\n name:\n - php\n - composer # Dependency Manager for PHP\n state: present\n become: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/picom | 8,063 | [
"no_license"
] | [
{
"path": "roles/picom/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - picom\n state: present\n become: true\n tags:\n - picom\n\n- name: Symlink config\n ansible.builtin.file:\n src: \"{{ role_path }}/files\"\n dest: \"{{ ansible_user_dir }}/.con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/pipewire | 8,063 | [
"no_license"
] | [
{
"path": "roles/pipewire/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - pipewire\n - wireplumber\n - qpwgraph # PipeWire Graph Qt GUI Interface: https://gitlab.freedesktop.org/rncbc/qpwgraph\n state: present\n become: true\n tags:\n - pipewir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1694,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/plymouth | 8,063 | [
"no_license"
] | [
{
"path": "roles/plymouth/tasks/main.yml",
"content": "---\n- name: Plymouth\n tags:\n - never\n - plymouth\n block:\n - name: Install plymouth\n ansible.builtin.dnf:\n name:\n - plymouth\n - plymouth-core-libs\n - plymouth-graphics-libs\n - plymout... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/podman-desktop | 8,063 | [
"no_license"
] | [
{
"path": "roles/podman-desktop/tasks/main.yml",
"content": "---\n\n# TODO: https://github.com/containers/podman-desktop/releases/download/v1.1.0/podman-desktop-1.1.0.tar.gz\n- name: Podman Dekstop\n tags:\n - podman-desktop\n - podman\n - docker\n block:\n - name: Install podman-desktop\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/polkit | 8,063 | [
"no_license"
] | [
{
"path": "roles/polkit/tasks/main.yml",
"content": "---\n- name: Polkit\n tags:\n - polkit\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - polkit\n # - polkit-gnome\n state: present\n become: true\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/polybar | 8,063 | [
"no_license"
] | [
{
"path": "roles/polybar/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - polybar\n state: present\n become: true\n tags:\n - polybar\n\n- name: Symlink config\n ansible.builtin.file:\n src: \"{{ role_path }}/files\"\n dest: \"{{ ansible_user_dir }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7148,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/popeye | 8,063 | [
"no_license"
] | [
{
"path": "roles/popeye/tasks/main.yml",
"content": "- name: Popeye\n tags:\n - popeye\n block:\n - name: Create install dir\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/opt/popeye\"\n state: directory\n mode: \"0755\"\n\n - name: Check latest popeye release\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1016,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/postman | 8,063 | [
"no_license"
] | [
{
"path": "roles/postman/tasks/main.yml",
"content": "---\n- name: Postman\n tags:\n - postman\n - postman-cli\n block:\n - name: Download and unpack Postman\n ansible.builtin.unarchive:\n src: https://dl.pstmn.io/download/latest/linux64\n dest: \"{{ ansible_user_dir }}/opt\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1543,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/powershell | 8,063 | [
"no_license"
] | [
{
"path": "roles/powershell/tasks/main.yml",
"content": "---\n- name: Powershell\n tags:\n - never\n - powershell\n - pwsh\n block:\n - name: Create powershell install directory\n ansible.builtin.file:\n path: \"{{ powershell_install_dir }}\"\n state: directory\n mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/pulseaudio | 8,063 | [
"no_license"
] | [
{
"path": "roles/pulseaudio/files/.gitignore",
"content": "# Ignore everything\n*\n\n# But not these files...\n!.gitignore\n!/default.pa\n!/client.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/pulseaudio/tasks/main.yml",
"content... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/pulumi | 8,063 | [
"no_license"
] | [
{
"path": "roles/pulumi/tasks/main.yml",
"content": "---\n- name: Pulumi\n tags:\n - pulumi\n block:\n - name: Check latest pulumi\n ansible.builtin.uri:\n url: https://api.github.com/repos/pulumi/pulumi/releases/latest\n return_content: true\n register: pulumi_latest\n\n\n # https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/pycharm | 8,063 | [
"no_license"
] | [
{
"path": "roles/pycharm/vars/main.yml",
"content": "---\npycharm_version: 2023.2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/pycharm/tasks/main.yml",
"content": "---\n\n- name: PyCharm\n tags:\n - never\n - pycharm\n - py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1604,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/pypoetry | 8,063 | [
"no_license"
] | [
{
"path": "roles/pypoetry/tasks/main.yml",
"content": "---\n- name: poetry\n tags:\n - poetry\n - pypoetry\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - poetry # Python dependency management and packaging made easy\n - python3-devel\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/python | 8,063 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Python\n tags:\n - python\n - python3\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - python3\n - python3-pip\n - pipx\n - python3-virtualenv\n - python3-wheel\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2290,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/ranger | 8,063 | [
"no_license"
] | [
{
"path": "roles/ranger/files/commands.py",
"content": "# You always need to import ranger.api.commands here to get the Command class:\nfrom ranger.api.commands import *\n\n\nclass fzf_select(Command):\n \"\"\"\n :fzf_select\n Find a file using fzf.\n With a prefix argument to select only direct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3502,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/redisinsight | 8,063 | [
"no_license"
] | [
{
"path": "roles/redisinsight/tasks/main.yml",
"content": "---\n# https://download.redisinsight.redis.com/latest/RedisInsight-v2-linux-x86_64.AppImage\n# - name: Install redisinsight\n# ansible.builtin.get_url:\n# url: \"https://download.redisinsight.redis.com/latest/RedisInsight-v2-linux-x86_64.AppIm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/redshift | 8,063 | [
"no_license"
] | [
{
"path": "roles/redshift/files/config/gammastep/config.ini",
"content": "[general]\ntemp-day=5700\ntemp-night=3600\ngamma=0.8\nadjustment-method=randr\nlocation-provider=manual\n[manual]\nlat=55.7\nlon=12.6\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/ripdrag | 8,063 | [
"no_license"
] | [
{
"path": "roles/ripdrag/tasks/main.yml",
"content": "---\n\n- name: RipDrag\n tags:\n - ripdrag\n - com.github.nik012003.ripdrag\n block:\n - name: Install devel dependencies\n ansible.builtin.dnf:\n name:\n - gtk4-devel\n state: present\n become: true\n\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/rnote | 8,063 | [
"no_license"
] | [
{
"path": "roles/rnote/tasks/main.yml",
"content": "- name: RNote\n tags:\n - rnote\n block:\n - name: Install rnote (flatpak)\n community.general.flatpak:\n name: com.github.flxzt.rnote\n state: present\n remote: flathub\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/rofi | 8,063 | [
"no_license"
] | [
{
"path": "roles/rofi/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - rofi\n - dmenu\n state: present\n become: true\n tags:\n - rofi\n - dmenu\n\n- name: Symlink config\n ansible.builtin.file:\n src: \"{{ role_path }}/files\"\n dest: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/rust | 8,063 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "---\n- name: Rust\n tags:\n - rust\n - cargo\n block:\n - name: Install if cargo is installed\n ansible.builtin.stat:\n path: \"{{ ansible_user_dir }}/.local/bin/cargo\"\n register: cargo_stat\n ignore_errors: true\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/scheduler | 8,063 | [
"no_license"
] | [
{
"path": "roles/scheduler/tasks/main.yml",
"content": "---\n- name: Scheduler\n tags:\n - scheduler\n - linux-scheduler\n\n block:\n # Improves gaming performance:\n # - https://pagure.io/fedora-workstation/issue/228\n # - https://github.com/pop-os/system76-scheduler/releases/tag/1.1.0\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/selinux | 8,063 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "- name: SeLinux\n tags:\n - selinux\n when: ansible_distribution == 'Fedora'\n block:\n # - name: Disable SeLinux kernel boot option\n # ansible.builtin.command: grubby --update-kernel ALL --args selinux=0\n # become: True\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/snap | 8,063 | [
"no_license"
] | [
{
"path": "roles/snap/tasks/main.yml",
"content": "---\n# - name: Install\n# ansible.builtin.apt:\n# name: snapd\n# state: present\n# become: true\n# tags:\n# - snap\n\n- name: Allow snap to refresh only on certain times of day\n ansible.builtin.command: snap set system refresh.timer=4:00... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/sniffnet | 8,063 | [
"no_license"
] | [
{
"path": "roles/sniffnet/tasks/main.yml",
"content": "---\n- name: Install build deps\n ansible.builtin.dnf:\n name:\n - fontconfig-devel\n state: present\n become: true\n tags:\n - never\n - sniffnet\n\n- name: Install sniffnet (CARGO)\n community.general.cargo:\n name:\n - sn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/splunk | 8,063 | [
"no_license"
] | [
{
"path": "roles/splunk/tasks/main.yml",
"content": "---\n# Sources: https://aur.archlinux.org/packages/splunk\n# https://aur.archlinux.org/splunk.git\n\n- name: Download and unpack splunk\n ansible.builtin.unarchive:\n src: https://download.splunk.com/products/splunk/releases/{{ splunk_basever... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/spotify | 8,063 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "---\n- name: Spotify\n tags:\n - spotify\n block:\n - name: Install spotify\n community.general.flatpak:\n name: com.spotify.Client\n state: present\n remote: flathub\n\n - name: Install playerctl\n ansible.builtin.dnf:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4906,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/sqlplus | 8,063 | [
"no_license"
] | [
{
"path": "roles/sqlplus/tasks/main.yml",
"content": "---\n- name: SQLPlus (Oracle SQL)\n tags:\n - never\n - sqlplus\n - oracle-sql\n\n block:\n - name: Install SQLPlus (DNF)\n ansible.builtin.dnf:\n name:\n - https://download.oracle.com/otn_software/linux/instantclient/o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/ssh | 8,063 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Ssh\n tags:\n - ssh\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - openssh-askpass\n become: True\n\n - name: Create items\n ansible.builtin.file:\n path: \"{{ item }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/st | 8,063 | [
"no_license"
] | [
{
"path": "roles/st/tasks/main.yml",
"content": "---\n- name: st-term\n tags:\n - st-term\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - st\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/starship | 8,063 | [
"no_license"
] | [
{
"path": "roles/starship/files/starship.toml",
"content": "# Get editor completions based on the config schema\n\"$schema\" = 'https://starship.rs/config-schema.json'\n\n# Inserts a blank line between shell prompts\nadd_newline = true\ncommand_timeout = 2000 # Measured in milliseconds\n\n# format=\"$os $... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2900,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/sudo | 8,063 | [
"no_license"
] | [
{
"path": "roles/sudo/tasks/main.yml",
"content": "---\n- name: Allow specific SUID programs without password for user {{ ansible_user_id }}\n ansible.builtin.lineinfile:\n path: /etc/sudoers.d/01-user-{{ ansible_user_id }}\n line: \"{{ ansible_user_id }} ALL=(ALL) NOPASSWD: {{ item }}\"\n regexp:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/swapfile | 8,063 | [
"no_license"
] | [
{
"path": "roles/swapfile/tasks/main.yml",
"content": "---\n- name: Swap\n when: ansible_env.RUNNING_INSIDE_DOCKER is undefined and ansible_env.RUNNING_INSIDE_VM is undefined and modify_filesystem\n tags:\n - swapfile\n - swap\n block:\n # swapon --show\n\n - name: Check if running btrfs \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2550,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/syncthing | 8,063 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - syncthing\n state: present\n become: true\n tags:\n - syncthing\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/sysctl | 8,063 | [
"no_license"
] | [
{
"path": "roles/sysctl/tasks/main.yml",
"content": "---\n- name: SysCtl\n tags:\n - sysctl\n - systemctl\n block:\n # See https://fedoraproject.org/wiki/Changes/IncreaseVmMaxMapCount\n - name: Setup vm.max_map_count\n ansible.builtin.lineinfile:\n path: /etc/sysctl.conf\n line: vm.ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/systemd-coredump | 8,063 | [
"no_license"
] | [
{
"path": "roles/systemd-coredump/tasks/main.yml",
"content": "---\n- name: Systemd-coredump\n tags:\n - systemd-coredump\n - coredump\n block:\n - name: Create config dir\n ansible.builtin.file:\n path: \"/etc/systemd/coredump.conf.d\"\n state: directory\n mode: \"0755\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/systemd-journald | 8,063 | [
"no_license"
] | [
{
"path": "roles/systemd-journald/tasks/main.yml",
"content": "---\n- name: Systemd-journald\n tags:\n - systemd-journald\n - journald\n block:\n - name: Setup Journal Max disk space usage (100M)\n ansible.builtin.lineinfile:\n path: /etc/systemd/journald.conf\n line: 'SystemMa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/systemd-oomd | 8,063 | [
"no_license"
] | [
{
"path": "roles/systemd-oomd/tasks/main.yml",
"content": "---\n- name: Systemd-oomd\n tags:\n - systemd-oomd\n - oomd\n block:\n # systemd-analyze cat-config systemd/oomd.conf\n - name: Create config dir\n ansible.builtin.file:\n path: \"/etc/systemd/oomd.conf.d\"\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/systemd-user | 8,063 | [
"no_license"
] | [
{
"path": "roles/systemd-user/tasks/main.yml",
"content": "---\n- name: Systemd User configuration\n tags:\n - systemd-user\n block:\n - name: Symlink config\n ansible.builtin.file:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n state: link\n loop:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/tailwindcss | 8,063 | [
"no_license"
] | [
{
"path": "roles/tailwindcss/tasks/main.yml",
"content": "---\n- name: TailwindCSS\n tags:\n - tailwind\n - tailwindcss\n block:\n - name: Check latest tailwindcss\n ansible.builtin.uri:\n url: https://api.github.com/repos/tailwindlabs/tailwindcss/releases/latest\n return_conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/teams-for-linux | 8,063 | [
"no_license"
] | [
{
"path": "roles/teams-for-linux/tasks/main.yml",
"content": "---\n- name: Teams For Linux\n tags:\n - never\n - teams-for-linux\n block:\n - name: Import key\n ansible.builtin.rpm_key:\n state: present\n key: https://repo.teamsforlinux.de/teams-for-linux.asc\n become: true\n\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/telegram | 8,063 | [
"no_license"
] | [
{
"path": "roles/telegram/tasks/main.yml",
"content": "---\n- name: Telegram\n when: ansible_user_id == \"dparo\" and ansible_hostname is regex('^dparo.*')\n tags:\n - telegram\n block:\n - name: Download and unpack Telegram\n ansible.builtin.unarchive:\n src: https://telegram.org/dl/de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2436,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/terraform | 8,063 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n- name: Terraform\n tags:\n - never\n - terraform\n - terragrunt\n block:\n - name: Enable hashicorp.repo (https://rpm.releases.hashicorp.com/fedora/hashicorp.repo)\n ansible.builtin.get_url:\n dest: /etc/yum.repos.d/hash... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/textadept | 8,063 | [
"no_license"
] | [
{
"path": "roles/textadept/tasks/main.yml",
"content": "---\n- name: Textadept\n tags:\n - never\n - textadept\n block:\n - name: Check latest textadept\n ansible.builtin.uri:\n url: https://api.github.com/repos/orbitalquark/textadept/releases/latest\n return_content: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1327,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/thunderbird | 8,063 | [
"no_license"
] | [
{
"path": "roles/thunderbird/tasks/main.yml",
"content": "- name: Thunderbird\n tags:\n - never\n - thunderbird\n - mozilla-thunderbird\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - thunderbird\n state: present\n become: true\n\n - name: Syml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/tmux | 8,063 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: Tmux\n tags:\n - tmux\n\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - tmux\n - python3-tmux\n state: present\n become: true\n\n - when: False\n block:\n - name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/tomcat | 8,063 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "- name: Tomcat\n tags:\n - never\n - tomcat\n block:\n - name: Download and unpack\n ansible.builtin.unarchive:\n src: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.80/bin/apache-tomcat-9.0.80.tar.gz\n dest: \"{{ ansible_user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/trunkrs | 8,063 | [
"no_license"
] | [
{
"path": "roles/trunkrs/tasks/main.yml",
"content": "---\n# https://trunkrs.dev/\n\n- name: Check latest trunkrs\n ansible.builtin.uri:\n url: https://api.github.com/repos/thedodd/trunk/releases/latest\n return_content: true\n register: trunkrs_latest\n tags:\n - trunkrs\n\n- name: Download and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/user | 8,063 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: Sets additional groups for user {{ ansible_env.USER }}\n ansible.builtin.user:\n name: \"{{ ansible_env.USER }}\"\n append: true\n groups:\n - wheel\n - video\n - input\n become: true\n tags:\n - user\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/vagrant | 8,063 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "---\n- name: Vagrant\n tags:\n - never\n - vagrant\n block:\n - name: Enable hashicorp.repo (https://rpm.releases.hashicorp.com/fedora/hashicorp.repo)\n ansible.builtin.get_url:\n dest: /etc/yum.repos.d/hashicorp.repo\n url:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/vault | 8,063 | [
"no_license"
] | [
{
"path": "roles/vault/tasks/main.yml",
"content": "---\n- name: HashiCorp Vault\n tags:\n - never\n - vault\n - hashicorp-vault\n block:\n - name: Enable hashicorp.repo (https://rpm.releases.hashicorp.com/fedora/hashicorp.repo)\n ansible.builtin.get_url:\n dest: /etc/yum.repos.d/h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/virt_manager | 8,063 | [
"no_license"
] | [
{
"path": "roles/virt_manager/tasks/main.yml",
"content": "---\n# Download also one of:\n# - stable: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win-guest-tools.exe\n# - latest: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2033,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/vscode | 8,063 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: Import key\n ansible.builtin.rpm_key:\n state: present\n key: https://packages.microsoft.com/keys/microsoft.asc\n become: true\n tags:\n - vscode\n\n- name: Enable vscode repo\n ansible.builtin.copy:\n dest: /etc/yum.repos.d/v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1412,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/wayland | 8,063 | [
"no_license"
] | [
{
"path": "roles/wayland/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - wayland-utils\n - wlroots\n - xdg-desktop-portal-wlr\n - wl-clipboard\n - foot\n state: present\n become: true\n tags:\n - wayland\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/wget | 8,063 | [
"no_license"
] | [
{
"path": "roles/wget/tasks/main.yml",
"content": "---\n- name: Wget\n tags:\n - wget\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - wget\n state: present\n become: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/wireshark | 8,063 | [
"no_license"
] | [
{
"path": "roles/wireshark/tasks/main.yml",
"content": "---\n- name: Wireshark\n tags:\n - never\n - wireshark\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - wireshark\n - tcpdump\n state: present\n become: true\n\n - name: Add user to w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/x509 | 8,063 | [
"no_license"
] | [
{
"path": "roles/x509/tasks/main.yml",
"content": "---\n# https://docs.fedoraproject.org/en-US/quick-docs/using-shared-system-certificates/\n\n- name: X509\n tags:\n - x509\n - certs\n when: ansible_env.RUNNING_INSIDE_DOCKER is undefined and ansible_distribution == 'Fedora'\n block:\n - name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/xdg_terminal_exec | 8,063 | [
"no_license"
] | [
{
"path": "roles/xdg_terminal_exec/tasks/main.yml",
"content": "- name: XDG Terminal Exec\n tags:\n - xdg\n - xdg-terminal-exec\n block:\n - name: Create items\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: \"0755\"\n loop:\n - \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/xorg | 8,063 | [
"no_license"
] | [
{
"path": "roles/xorg/files/setup_background.sh",
"content": "#!/usr/bin/env bash\n\nset -x\n\nset_wallpaper() {\n for v in \"$@\"; do\n if [ \"$v\" != \"\" ] && [ -f \"$v\" ]; then\n if test -n \"$WAYLAND_DISPLAY\"; then\n (swaybg --mode fill --image \"$v\" || nitrogen -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 12436,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/xsettingsd | 8,063 | [
"no_license"
] | [
{
"path": "roles/xsettingsd/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - xsettingsd\n state: present\n become: true\n tags:\n - xsettingsd\n\n- name: Symlink config\n ansible.builtin.file:\n src: \"{{ role_path }}/files\"\n dest: \"{{ ansible_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/yum_repos | 8,063 | [
"no_license"
] | [
{
"path": "roles/yum_repos/tasks/main.yml",
"content": "---\n- name: Yum Repos\n tags:\n - fedora\n - yum.repos.d\n - rpmfusion\n when: ansible_distribution == 'Fedora'\n block:\n # Make sure fedora.repo and fedora-cisco-openh264.repo are installed\n - name: Enable Fedora repos\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/zathura | 8,063 | [
"no_license"
] | [
{
"path": "roles/zathura/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - zathura\n - girara\n - zathura-pdf-poppler\n state: present\n become: true\n tags:\n - zathura\n\n- name: Symlink config\n ansible.builtin.file:\n src: \"{{ role_path ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/zed | 8,063 | [
"no_license"
] | [
{
"path": "roles/zed/files/config/settings.json",
"content": "{\n // BASIC\n \"telemetry\": {\n \"diagnostics\": false,\n \"metrics\": false\n },\n \"file_scan_exclusions\": [\n \"**/.git\",\n \"**/.svn\",\n \"**/.hg\",\n \"**/CVS\",\n \"**/.DS_St... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2741,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/zig | 8,063 | [
"no_license"
] | [
{
"path": "roles/zig/tasks/main.yml",
"content": "---\n- name: Zig\n tags:\n - never\n - zig\n block:\n - when: True\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - zig\n state: present\n become: true\n - when: Fals... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/zk_notebook | 8,063 | [
"no_license"
] | [
{
"path": "roles/zk_notebook/tasks/main.yml",
"content": "---\n- name: ZK Notebook\n tags:\n - zk\n - zk-notebook\n block:\n\n - name: Check latest zk-org/zk\n ansible.builtin.uri:\n url: https://api.github.com/repos/zk-org/zk/releases/latest\n return_content: true\n regis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1057,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/zsh | 8,063 | [
"no_license"
] | [
{
"path": "roles/zsh/files/.zlogin",
"content": "# .zlogin is for login shells. It is sourced on the start of a login shell but after .zshrc,\n# if the shell is also interactive.\n# This file is often used to start X using startx.\n# Some systems start X on boot, so this file is not always very useful.\n\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 32201,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/zswap | 8,063 | [
"no_license"
] | [
{
"path": "roles/zswap/tasks/main.yml",
"content": "---\n- name: ZSwap\n tags:\n - zswap\n block:\n # grep -r . /sys/module/zswap/parameters/\n - name: Enable zswap by kernel boot parameter (Modifies /etc/default/grub)\n ansible.builtin.command: grubby --update-kernel=ALL --args=\"{{ item }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | shortword/home-ansible | a47824f3102e4f8f69734287b411b4c40074d599 | 1 | roles/base | 8,063 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Base system setup\n block:\n - name: Import basline package install tasks\n ansible.builtin.import_tasks: pkg_install.yml\n - name: Import user setup tasks\n ansible.builtin.import_tasks: user_setup.yml\n - name: Import unattended upg... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4936,
"all_permissive": false
} |
ansible_role | shortword/home-ansible | a47824f3102e4f8f69734287b411b4c40074d599 | 1 | roles/devel | 8,063 | [
"no_license"
] | [
{
"path": "roles/devel/tasks/conda.yml",
"content": "---\n- name: Install conda\n block:\n - name: Check variables\n ansible.builtin.assert:\n that:\n - username is defined\n - homedir is defined\n\n - name: Check miniconda\n ansible.builtin.stat:\n path: \"{{ homedir }}/loc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2189,
"all_permissive": false
} |
ansible_role | shortword/home-ansible | a47824f3102e4f8f69734287b411b4c40074d599 | 1 | roles/docker | 8,063 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Docker |\n block:\n - name: Docker | Pull script\n ansible.builtin.get_url:\n url: \"https://get.docker.com/\"\n dest: /tmp/docker_install.sh\n mode: '0700'\n register: docker_dl\n\n - name: Docker | Run script\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | shortword/home-ansible | a47824f3102e4f8f69734287b411b4c40074d599 | 1 | roles/dualboot | 8,063 | [
"no_license"
] | [
{
"path": "roles/dualboot/tasks/main.yml",
"content": "---\n- name: Setup dualboot to boot last OS\n block:\n - name: Set grub to use last OS booted - DEFAULT\n ansible.builtin.lineinfile:\n path: /etc/default/grub\n regexp: \"GRUB_DEFAULT=\"\n line: \"GRUB_DEFAULT=saved\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | shortword/home-ansible | a47824f3102e4f8f69734287b411b4c40074d599 | 1 | roles/gui | 8,063 | [
"no_license"
] | [
{
"path": "roles/gui/tasks/main.yml",
"content": "---\n- name: Install GUI programs\n block:\n - name: Install spotify\n community.general.snap:\n name: spotify\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | shortword/home-ansible | a47824f3102e4f8f69734287b411b4c40074d599 | 1 | roles/rtlsdr | 8,063 | [
"no_license"
] | [
{
"path": "roles/rtlsdr/tasks/main.yml",
"content": "---\n- name: RTL-SDR Driver Setup\n block:\n - name: Install Baseline Packages\n become: true\n ansible.builtin.apt:\n name:\n - build-essential\n - cmake\n - libusb-1.0-0-dev\n - pkg-config\n\n # TODO: Pull /opt ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2145,
"all_permissive": false
} |
ansible_role | shortword/home-ansible | a47824f3102e4f8f69734287b411b4c40074d599 | 1 | roles/server | 8,063 | [
"no_license"
] | [
{
"path": "roles/server/tasks/fail2ban.yml",
"content": "---\n- name: Install fail2ban\n ansible.builtin.apt:\n name:\n - fail2ban\n state: latest # noqa package-latest\n cache_valid_time: 3600\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},
{... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2053,
"all_permissive": false
} |
ansible_role | lixaft/workstation | 9c5a8d2ee817bd6a3f8120e5b3d8129e24e3d524 | 0 | roles/stim | 8,063 | [
"no_license"
] | [
{
"path": "roles/stim/tasks/resolv.yml",
"content": "- name: resolv | Setup resolv.conf\n ansible.builtin.lineinfile:\n path: /etc/resolv.conf\n create: true\n line: \"{{ item }}\"\n state: present\n owner: lixaft\n group: lixaft\n mode: \"0644\"\n loop:\n - nameserver 172.16.1.100... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | lixaft/workstation | 9c5a8d2ee817bd6a3f8120e5b3d8129e24e3d524 | 0 | roles/workstation | 8,063 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/desktop/cursor.yml",
"content": "- name: cursor | Download phinger archive\n ansible.builtin.get_url:\n url: https://github.com/phisch/phinger-cursors/releases/latest/download/phinger-cursors-variants.tar.bz2\n dest: /tmp/phinger_cursors.tar.bz2\n owner: lixaft\n... | {
"task_files": 40,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 42,
"total_bytes": 27942,
"all_permissive": false
} |
ansible_role | scottcrespo/docker-nifi | e49bb62ea74e31a4c1c8e79a0fe1f91c58ca5ccb | 1 | roles/nifi_secure | 8,063 | [
"permissive"
] | [
{
"path": "roles/nifi_secure/tasks/main.yml",
"content": "- name: Download Binaries\n command: \"wget https://archive.apache.org/dist/nifi/{{NIFI_VERSION}}/nifi-{{NIFI_VERSION}}-bin.tar.gz -o {{PWD}}/nifi-archive.tar.gz\"\n args:\n creates: \"{{PWD}}/nifi-archive.tar.gz\"\n\n- name: make unzip destinat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2993,
"all_permissive": true
} |
ansible_role | ArtemyAndrienko/hl-linux-2407 | 3b1811727f68545f7c88ba03f5aea3846c7d61bc | 0 | 01-terraform/iac/roles/nginx | 8,063 | [
"no_license"
] | [
{
"path": "01-terraform/iac/roles/nginx/tasks/main.yml",
"content": "# tasks file for nginx\n- name: Update apt cache and install Nginx\n apt:\n name: nginx\n state: present\n update_cache: true\n notify: Start Nginx\n\n- name: render index.html file from template\n template:\n src: index.htm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | living-atlases/elk-inventories | 594eb3405ae8434d92f84207d5ded840cb0a521a | 0 | roles/elasticsearch | 8,063 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "\n- name: set up system configuration - vm.swappiness\n lineinfile: dest=/etc/sysctl.conf line=\"vm.swappiness = 1\" regexp=\"^vm.swappiness[\\s]?=\" state=present\n notify: reload sysctl\n\n- name: set up system configuration - connections per p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7562,
"all_permissive": false
} |
ansible_role | living-atlases/elk-inventories | 594eb3405ae8434d92f84207d5ded840cb0a521a | 0 | roles/kibana | 8,063 | [
"no_license"
] | [
{
"path": "roles/kibana/defaults/main.yml",
"content": "kibana_server_port: 5601\nkibana_context_path: \"/\"\n\nkibana_user: kibana\nkibana_group: kibana\n\nkibana_log_directory: /var/log/kibana/\n\nkibana_max_payload_bytes: 104857600\n\nkibana_security_enabled: False\nkibana_security_audit_enabled: False\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2001,
"all_permissive": false
} |
ansible_role | living-atlases/elk-inventories | 594eb3405ae8434d92f84207d5ded840cb0a521a | 0 | roles/logstash | 8,063 | [
"no_license"
] | [
{
"path": "roles/logstash/files/templates/logstash-biocache-store-template.json",
"content": "{\n \"index_patterns\": [\n \"*filebeat-biocache-store-*\"\n ],\n \"mappings\": {\n \"_meta\": {\n \"beat\": \"filebeat\",\n \"version\": \"7.6.2\"\n },\n \"properties\": {\n \"@timest... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 16261,
"all_permissive": false
} |
ansible_role | Papalam/ansible_cs-cart_prod_to_dev | 0b4d5d5da5b3c1d7505be3169a33958006717e40 | 1 | roles/build | 8,063 | [
"no_license"
] | [
{
"path": "roles/build/services/nginx/create.yml",
"content": "---\n- name: Создаем конфигурацию для {{ item }}\n ansible.builtin.copy:\n src: \"{{ config }}\"\n dest: \"{{ development.work_dir_path }}/config/{{ item }}\"\n loop:\n - conf\n - Dockerfile\n - sites\n loop_control:\n loop_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 6725,
"all_permissive": false
} |
ansible_role | Papalam/ansible_cs-cart_prod_to_dev | 0b4d5d5da5b3c1d7505be3169a33958006717e40 | 1 | roles/deploy | 8,063 | [
"no_license"
] | [
{
"path": "roles/deploy/services/db.yml",
"content": "---\n- name: Получение контейнера с mariadb\n community.docker.docker_image:\n name: mariadb:latest\n source: pull\n\n- name: Запуск контейнера с БД\n community.docker.docker_container:\n name: mariadb\n image: mariadb:latest\n env_file:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3197,
"all_permissive": false
} |
ansible_role | Papalam/ansible_cs-cart_prod_to_dev | 0b4d5d5da5b3c1d7505be3169a33958006717e40 | 1 | roles/dump | 8,063 | [
"no_license"
] | [
{
"path": "roles/dump/meta/main.yml",
"content": "galaxy_info:\n description: Создание дампа базы данных и архива с интернет-магазином.\n license: MIT\n min_ansible_version: '2'\n platforms:\n - name: Debian\n versions:\n - \"all\"\n - name: Ubuntu\n versions:\n - \"all\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1331,
"all_permissive": false
} |
ansible_role | Papalam/ansible_cs-cart_prod_to_dev | 0b4d5d5da5b3c1d7505be3169a33958006717e40 | 1 | roles/preconfig | 8,063 | [
"no_license"
] | [
{
"path": "roles/preconfig/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Подготовка сервера для работы с docker\n company: PAPALAM.RU\n\n license: MIT\n\n min_ansible_version: \"2.1\"\n\n platforms:\n - name: Ubuntu\n versions:\n - \"all\"\n - name: Debian\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | progmaticlab/geop-collectd-installer | e88baceed461db2b882040146f330fe75291c772 | 0 | playbooks/roles/collectd | 8,063 | [
"no_license"
] | [
{
"path": "playbooks/roles/collectd/files/vm_disk.py",
"content": "import collectd\nimport re\nimport os\nimport json\nimport math\n\ndef config_func(config):\n path_set = False\n for node in config.children:\n key = node.key.lower()\n val = node.values[0]\n if key == 'path':\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11038,
"all_permissive": false
} |
ansible_role | ark10806/hadoop-examples | ecbb27d6282080fb6d74bd5b25ccbd7f9444875a | 0 | ansible/build-hadoop-1/roles/hadoop-connect | 8,063 | [
"no_license"
] | [
{
"path": "ansible/build-hadoop-1/roles/hadoop-connect/tasks/main.yml",
"content": "- name: get java path\n shell: 'readlink -f /usr/bin/java | sed -e \"s:/bin/java::\" -e \"s:/jre::\"'\n register: java_path\n\n- debug:\n msg: \"{{ java_path.stdout }}\"\n\n- name: Conf hadoop-env.sh\n blockinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2265,
"all_permissive": false
} |
ansible_role | ark10806/hadoop-examples | ecbb27d6282080fb6d74bd5b25ccbd7f9444875a | 0 | ansible/build-hadoop-1/roles/install-hadoop | 8,063 | [
"no_license"
] | [
{
"path": "ansible/build-hadoop-1/roles/install-hadoop/tasks/main.yml",
"content": "- name: Check hadoop.tar.gz\n stat:\n path: \"/home/{{ uname }}/opt/hadoop-1.2.1.tar.gz\"\n register: isHadoopZip\n\n- name: Check hadoop dir\n stat:\n path: \"/home/{{ uname }}/opt/hadoop-1.2.1\"\n register: isHad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | ark10806/hadoop-examples | ecbb27d6282080fb6d74bd5b25ccbd7f9444875a | 0 | ansible/build-hadoop-1/roles/install-jdk8 | 8,063 | [
"no_license"
] | [
{
"path": "ansible/build-hadoop-1/roles/install-jdk8/tasks/main.yml",
"content": "- name: mkdir opt/java\n file:\n path: \"~/opt/java\"\n state: directory\n\n- name: wget openjdk8\n get_url:\n url: \"http://pred.ga/archives/java/java-8-openjdk-armhf.zip\"\n dest: \"~/opt/java/openjdk8_armhf.zi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.