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 | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/nginx-pi | 6,376 | [
"no_license"
] | [
{
"path": "roles/nginx-pi/defaults/main.yml",
"content": "---\n# defaults file for nginx-pi\nmotion_lastsnap_image: /mnt/ramdisk/motion/lastsnap.jpg\nnginx_should_run: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/nginx-pi/README.m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1156,
"all_permissive": false
} |
ansible_role | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/ntp | 6,376 | [
"no_license"
] | [
{
"path": "roles/ntp/README.md",
"content": "Role Name\n=========\n\nntp - Enable and start ntp if needed.\n\nTags\n----\nntp\n\nHowto\n-----\nTo run just this role, add \"--tags ntp\" to your ansible-playbook command line\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/pi-pass | 6,376 | [
"no_license"
] | [
{
"path": "roles/pi-pass/defaults/main.yml",
"content": "---\n# defaults file for pi-pass\n\n# 'pi'\nPI_PASSWORD: <PASSWORD>/\n\nset_pi_pass: False\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/pi-pass/README.md",
"content": "Role Nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/pi-stats | 6,376 | [
"no_license"
] | [
{
"path": "roles/pi-stats/tasks/main.yml",
"content": "---\n# tasks file for pi-stats\n#\n# this requires package 'bc' which is installed in role 'common'\n\n- block:\n\n - name: pi-stats file\n template:\n src: pistats.sh.j2\n dest: /usr/local/bin/pistats.sh\n mode: 0755\n become: tru... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/telegraf | 6,376 | [
"no_license"
] | [
{
"path": "roles/telegraf/handlers/main.yml",
"content": "---\n- name: restart telegraf\n service: name=telegraf state=restarted \n become: true\n when:\n - telegraf_should_run is defined and (telegraf_should_run|bool)\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3112,
"all_permissive": false
} |
ansible_role | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/timezone | 6,376 | [
"no_license"
] | [
{
"path": "roles/timezone/defaults/main.yml",
"content": "---\n# defaults file for timezone\n\n#timezone: US/Pacific\ntimezone: America/Los_Angeles\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/timezone/README.md",
"content": "Role Na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/vimrc | 6,376 | [
"no_license"
] | [
{
"path": "roles/vimrc/tasks/main.yml",
"content": "---\n# tasks file for installing vimrc\n\n- block:\n\n - name: copy root .vimrc into place\n copy:\n src: \"{{ item }}\"\n dest: \"/root/.vimrc\"\n owner: root\n group: root\n mode: 0755\n with_items:\n - vimrc\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | vinceskahan/home-pi-rebuild | ec433fdd686101f8bf143692dbb266e59bda855b | 1 | roles/weewx | 6,376 | [
"no_license"
] | [
{
"path": "roles/weewx/README.md",
"content": "\n\nRole Name\n=========\n\nweewx: install the weewx server package\n\nHowto\n-----\nTo run just this role, add \"--tags weewx\" to your ansible-playbook command line\n\nNotes\n-----\nThis installs files under /etc/weewx/\n\n<NAME> - these files might possibly ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2968,
"all_permissive": false
} |
ansible_role | Leela-Prasad/Ansible | 312ec17b4c88c5cc929fe9d625044f4e37e11bb1 | 0 | Structuring Playbooks/roles/apache | 6,376 | [
"no_license"
] | [
{
"path": "Structuring Playbooks/roles/apache/tasks/configure.yml",
"content": "- name: Writing content into index.html\n copy:\n dest: /var/www/html/index.html\n content: \"Apache is Installed!!!\"\n notify:\n - restart_apache\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/couchdb-connector | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/couchdb-connector/tasks/main.yaml",
"content": "- name: Clone the code repository into home directory\n git:\n repo: \"https://github.com/olladapunaresh/Assignment-2_cluster_and_cloud_computing.git\"\n dest: ~/Assignment-2_cluster_and_cloud_computing\n environment: \"{{ proxy_en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1758,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/front-end | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/front-end/tasks/main.yaml",
"content": "- name: Clone the code repository into home directory\n git:\n repo: \"https://github.com/olladapunaresh/Assignment-2_cluster_and_cloud_computing.git\"\n dest: ~/Assignment-2_cluster_and_cloud_computing\n environment: \"{{ proxy_env }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/install-couchdb | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/install-couchdb/defaults/main.yaml",
"content": "masternode: \"{{ groups['hosts_list'][0] }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "mrc/roles/install-couchdb/tasks/main.yaml",
"content": "---\n\n# Stop existing C... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2552,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/nodes-baseline | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/nodes-baseline/tasks/main.yaml",
"content": "- name: Details of remote host\n setup:\n gather_subset: all\n\n#install dependencies on the host\n- name: Install dependencies\n tags: always\n become: yes\n apt:\n name: ['apt-transport-https', 'build-essential', 'ca-certificates'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/openstack-common | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/openstack-common/tasks/main.yaml",
"content": "#install dependencies on the host\n- name: Install pip\n become: yes\n apt:\n name: ['python-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution==\"Ubuntu\"\n\n#update pip to latest\n- name: Update pip\n pip:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/openstack-images | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/openstack-images/tasks/main.yaml",
"content": "#show all openstack images\n- name: Retrieve all available Openstack images\n os_image_info:\n register: image_result\n\n- name: Get Images and IDS\n set_fact:\n image_facts: \"{{image_facts|default([])+[{'name':item.name}]}}\"\n loo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/openstack-instance | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/openstack-instance/tasks/main.yaml",
"content": "#Create an instance on NeCTAR\n\n- name: Create an Instance\n os_server: \n name: '{{item.name}}'\n image: '{{instance_image}}'\n key_name: '{{instance_key_name}}'\n flavor: '{{instance_flavor}}'\n availability_zone: '{{ a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/openstack-volume-snapshot | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/openstack-volume-snapshot/tasks/main.yaml",
"content": "#Create Volume snapshot\n- name: Create Volume snapshot\n os_volume_snapshot:\n state: present\n volume: '{{item.volume}}'\n display_name: \"{{item.vol_name}}--{{lookup('pipe','date +%Y-%m-%d')}}\"\n wait: yes\n tim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | olladapunaresh/Assignment-2_cluster_and_cloud_computing | ad8563b182b23cbd1d27bd2ca83681dc7556d61e | 0 | mrc/roles/twitter-harvester | 6,376 | [
"no_license"
] | [
{
"path": "mrc/roles/twitter-harvester/tasks/main.yaml",
"content": "- name: Clone the code repository into home directory\n git:\n repo: \"https://github.com/olladapunaresh/Assignment-2_cluster_and_cloud_computing.git\"\n dest: ~/Assignment-2_cluster_and_cloud_computing\n environment: \"{{ proxy_en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | haos616/docker-elk | 6e1a241088fea35e17f4c24db3b60752f211a067 | 1 | roles/elk | 6,376 | [
"no_license"
] | [
{
"path": "roles/elk/templates/elasticsearch.nginx.conf.j2",
"content": "server {\n listen 80;\n server_name {{ elasticsearch_server_name }};\n\n location /.well-known/ {\n alias {{ elk_letsencrypt_dir }}/.well-known/;\n allow all;\n }\n\n location / {\n return 301 https://$host$request_uri;\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9229,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/data-analysis | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/data-analysis/files/requirements.txt",
"content": "jupyterlab\nnumpy\nplotnine\npandas\nsympy\nrequests\nattrs\nscipy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "cfg/roles/data-analysis/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/gpg | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/gpg/tasks/main.yml",
"content": "---\n- name: install GPG packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - gnupg2\n - paperkey\n - python3-gpg\n - qrencode\n become: yes\n\n# autoreconf --verbose --install --force\n# ./configure --prefix=$HOME/.loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/home-backups | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/home-backups/tasks/main.yml",
"content": "---\n- name: install NAS backups mount\n file:\n path: /etc/systemd/system/mnt-nas-backups.mount\n state: absent\n become: yes\n\n- name: install borg-backup\n get_url:\n url: \"https://github.com/borgbackup/borg/releases/download/1.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1829,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/kitty | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/kitty/tasks/main.yml",
"content": "---\n- name: create kitty config dir\n file:\n path: \"{{ ansible_user_dir }}/.config/kitty\"\n state: directory\n\n- name: create kitty.d symlink\n file:\n path: \"{{ ansible_user_dir }}/.config/kitty/kitty.d\"\n src: \"{{ ansible_user_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/linux-gui | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/linux-gui/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - autofs\n - bluez\n - blueman\n - cups\n - feh\n - fonts-noto\n - gthumb\n - i3-wm\n - i3lock\n - kcolorchooser\n - libn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3057,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/linux-headless | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/linux-headless/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - acpi\n - atool\n - cpufrequtils\n - imagemagick\n - jq\n - lynx\n - moreutils\n - mosh\n - net-tools\n - nmon\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/mac-core | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/mac-core/tasks/main.yml",
"content": "---\n- name: create dotfile symlinks\n file:\n state: link\n src: \"{{ ansible_user_dir }}/dotfiles/{{ item }}\"\n path: \"{{ ansible_user_dir }}/.{{ item }}\"\n force: yes\n loop:\n - clang-format\n - emacs.el\n - vimrc\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/photography | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/photography/tasks/main.yml",
"content": "---\n- name: download Digikam\n when: ansible_facts[\"os_family\"] == \"Debian\"\n get_url:\n url: http://mirrors.ocf.berkeley.edu/kde/stable/digikam/7.1.0/digikam-7.1.0-x86-64.appimage\n checksum: \"sha256:5f14cc3c1d0e9c013e5fd1c2f71b8f7... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/pre-tasks | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/pre-tasks/tasks/main.yml",
"content": "---\n- name: apt full-upgrade with fresh cache\n apt:\n update_cache: true\n upgrade: full\n when: ansible_os_family == \"Debian\"\n become: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/rust | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/rust/tasks/main.yml",
"content": "---\n- name: check if rustup installed\n shell: which rustup\n register: has_rustup\n ignore_errors: yes\n\n- name: download rustup installer\n when: has_rustup.rc != 0\n get_url:\n url: https://sh.rustup.rs\n dest: /tmp/rustup.sh\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/software-dev-macosx | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/software-dev-macosx/tasks/main.yml",
"content": "---\n- name: create ~/src directory\n file:\n dest: \"{{ ansible_user_dir }}/src\"\n state: directory\n\n- name: install bazelisk\n homebrew:\n name: bazelisk\n state: present\n\n- name: install global pycodestyle config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/software-dev-min | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/software-dev-min/tasks/main.yml",
"content": "---\n- name: install packages\n when: ansible_facts['distribution'] == \"Ubuntu\" or ansible_facts['distribution'] == \"Debian\"\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - git\n become: yes\n\n- name: set git user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/software-dev-power | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/software-dev-power/tasks/main.yml",
"content": "---\n- name: add Zeal docs PPA\n when:\n - ansible_facts['distribution'] == \"Ubuntu\"\n - ansible_facts['distribution_major_version'] | int < 20\n - has_gui == true\n apt_repository:\n repo: ppa:zeal-developers/ppa\n notify... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4656,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/src-builder | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/src-builder/tasks/main.yml",
"content": "---\n- name: create ~/src directory\n file:\n dest: \"{{ ansible_user_dir }}/src\"\n state: directory\n\n- name: install build-essential packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - autoconf\n - buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/ssh-agent | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/ssh-agent/tasks/main.yml",
"content": "---\n- name: add user systemd directory\n file:\n path: \"{{ ansible_user_dir }}/.config/systemd/user/\"\n state: directory\n\n- name: add ssh-agent systemd unit file\n copy:\n dest: \"{{ ansible_user_dir }}/.config/systemd/user/ssh-agen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/typesetting | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/typesetting/tasks/main.yml",
"content": "---\n- name: install typst\n command: \"{{ ansible_user_dir }}/.cargo/bin/cargo install typst-cli\"\n args:\n creates: \"{{ ansible_user_dir }}/.cargo/bin/typst\"\n\n- name: install pandoc\n when: ansible_facts[\"distribution\"] == \"MacOSX... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/webcam-streaming | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/webcam-streaming/tasks/main.yml",
"content": "---\n# TODO(clint) does this setup require custom build?\n# - name: add OBS Apt repo\n# when: ansible_facts['distribution'] == \"Ubuntu\"\n# apt_repository:\n# repo: ppa:obsproject/obs-studio\n# become: yes\n\n- name: install packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3340,
"all_permissive": false
} |
ansible_role | ClintLiddick/dotfiles | e30244faa83a02ba7dc485012ddf086e9df487f3 | 0 | cfg/roles/zsh | 6,376 | [
"no_license"
] | [
{
"path": "cfg/roles/zsh/tasks/main.yml",
"content": "---\n- name: install zsh\n when: ansible_os_family == \"Debian\"\n apt:\n name: zsh\n become: yes\n\n- name: link zshrc dotfile\n file:\n state: link\n src: \"{{ ansible_user_dir }}/dotfiles/zshrc\"\n path: \"{{ ansible_user_dir }}/.zshrc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | SHOEBAZ/iac-practice | a1671270640c0d157330e0fd43e1afb3a09b9d12 | 0 | Ansible/month-5/roles/iis | 6,376 | [
"no_license"
] | [
{
"path": "Ansible/month-5/roles/iis/templates/month-5.html.j2",
"content": "<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"height:240px; width:800px\">\n <tbody>\n <tr>\n <td>\n <h1 style=\"text-align:center\"><span style=\"font-family:Lucida Sans Unicode,Lu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1648,
"all_permissive": false
} |
ansible_role | SHOEBAZ/iac-practice | a1671270640c0d157330e0fd43e1afb3a09b9d12 | 0 | Ansible/month-5/roles/windows | 6,376 | [
"no_license"
] | [
{
"path": "Ansible/month-5/roles/windows/tasks/main.yml",
"content": "---\n# tasks file for windows\n- name: Install updates with automatic reboots\n ansible.windows.win_updates:\n category_names:\n - \"{{ windows_update_category }}\"\n reboot: true",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | 3ng1n33r/postgres_ha_ansible | 3a104eea1c7dcee54a921b7d459f4a80295622cb | 0 | roles/consul | 6,376 | [
"no_license"
] | [
{
"path": "roles/consul/tasks/main.yml",
"content": "---\n- name: Install dependencies.\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n state: present\n with_items:\n - unzip\n tags:\n - consul\n\n- name: Check Consul exist.\n stat:\n path: \"{{ consul_bin_path }}\"\n register: co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3720,
"all_permissive": false
} |
ansible_role | 3ng1n33r/postgres_ha_ansible | 3a104eea1c7dcee54a921b7d459f4a80295622cb | 0 | roles/dnsmasq | 6,376 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: Install dependencies.\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n state: present\n with_items:\n - dnsmasq\n tags:\n - dnsmasq\n\n- name: Copy the Dnsmasq config file.\n template:\n src: 10-consul.j2\n dest: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | 3ng1n33r/postgres_ha_ansible | 3a104eea1c7dcee54a921b7d459f4a80295622cb | 0 | roles/patroni | 6,376 | [
"no_license"
] | [
{
"path": "roles/patroni/templates/patroni.yml.j2",
"content": "name: {{ ansible_fqdn }}\nscope: postgresdb\n\nwatchdog:\n mode: off\n\nconsul:\n host: {{ ansible_default_ipv4.address }}:8500\n register_service: true\n\nrestapi:\n listen: {{ ansible_default_ipv4.address }}:8008\n connect_address: {{ an... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3835,
"all_permissive": false
} |
ansible_role | 3ng1n33r/postgres_ha_ansible | 3a104eea1c7dcee54a921b7d459f4a80295622cb | 0 | roles/postgres | 6,376 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: Install the postgresql rpm from a remote repo.\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n tags:\n - postgres\n\n- name: Install dependen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | vyach-vasiliev/remote-workspace-test | d81a4e45c8426e598e995d5d89c724cecfd71af5 | 0 | playbooks/roles/editors | 6,276 | [
"no_license"
] | [
{
"path": "playbooks/roles/editors/tasks/main.yml",
"content": "- name: install intellij-idea-ultimate\n snap:\n name: intellij-idea-ultimate\n state: present\n classic: true\n\n- name: install X11 packages\n apt:\n name:\n - x11-apps\n - libxrender1\n - libxtst6\n - libxi6\n st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2165,
"all_permissive": false
} |
ansible_role | vyach-vasiliev/remote-workspace-test | d81a4e45c8426e598e995d5d89c724cecfd71af5 | 0 | playbooks/roles/python | 6,276 | [
"no_license"
] | [
{
"path": "playbooks/roles/python/tasks/main.yml",
"content": "---\n- name: install Python with dev\n apt:\n name:\n - python3-pip\n - \"python{{ python_version }}\"\n - \"python{{ python_version }}-dev\"\n - \"python{{ python_version }}-venv\"\n state: present\n\n\n#- name: insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | vyach-vasiliev/remote-workspace-test | d81a4e45c8426e598e995d5d89c724cecfd71af5 | 0 | playbooks/roles/terminal | 6,276 | [
"no_license"
] | [
{
"path": "playbooks/roles/terminal/tasks/main.yml",
"content": "#- name: Add repo for hstr\n# apt_repository:\n# repo: \"ppa:ultradvorka/ppa\"\n# state: present\n#\n- name: apt terminal packages\n apt:\n name:\n - tmux\n - tmuxinator\n - hstr\n state: present\n\n- name: get hst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | alexey-saveliev/onevent-astralinux | da1c625d2ba5cd39d6fb35250115c09d46bcf446 | 0 | roles/FlashPhoner | 6,276 | [
"no_license"
] | [
{
"path": "roles/FlashPhoner/tasks/main.yml",
"content": "- name: Install pip{{ ansible_python.version.major}} module\n apt:\n name: \"python{{ ansible_python.version.major}}-pip\"\n state: present\n- name: Install python pexpect module for use later while FlashPhoner installation\n pip:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | alexey-saveliev/onevent-astralinux | da1c625d2ba5cd39d6fb35250115c09d46bcf446 | 0 | roles/app | 6,276 | [
"no_license"
] | [
{
"path": "roles/app/defaults/main.yml",
"content": "---\napp_path: \"/var/www/rustv\"\ndbhost: \"localhost\"\ndbname: \"rustv\"\ndbuser: \"rustv\"\ndbpassword: \"<PASSWORD>!\"\nserver_name: \"localhost\"\nwowza_hostname: \"localhost\"\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3544,
"all_permissive": false
} |
ansible_role | alexey-saveliev/onevent-astralinux | da1c625d2ba5cd39d6fb35250115c09d46bcf446 | 0 | roles/nginx | 6,276 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\nnginx_cache_size: \"128M\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/nginx/templates/security_headers.conf.j2",
"content": "add_header Referrer-Policy strict-origin-when-cr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4454,
"all_permissive": false
} |
ansible_role | alexey-saveliev/onevent-astralinux | da1c625d2ba5cd39d6fb35250115c09d46bcf446 | 0 | roles/nodejs | 6,276 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- name: Add NodeSource repository signing key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n- name: Add NodeSource repository\n apt_repository:\n repo: deb https://deb.nodesource.com/node_{{ nodejs_ver... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | anthane-git/cloud-config | bda91c48c6f4c1445955870ed88ad4a9cd4757b6 | 0 | roles/apt | 6,276 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n- name: Install prerequisites\n ansible.builtin.apt:\n name: \"{{ item }}\"\n update_cache: true\n force_apt_get: true\n state: present\n loop: [\"aptitude\"]\n\n- name: Install packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | anthane-git/cloud-config | bda91c48c6f4c1445955870ed88ad4a9cd4757b6 | 0 | roles/cloudflare | 6,276 | [
"no_license"
] | [
{
"path": "roles/cloudflare/tasks/main.yml",
"content": "---\n- name: Manage cloudflare dns record\n community.general.cloudflare_dns:\n account_email: \"{{ item.email | default(cloudflare_dns_account_email) }}\"\n account_api_key: \"{{ item.token | default(cloudflare_dns_account_api_token) }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | anthane-git/cloud-config | bda91c48c6f4c1445955870ed88ad4a9cd4757b6 | 0 | roles/debug | 6,276 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yml",
"content": "---\n- name: \"Ansible | List all known variables and facts\"\n ansible.builtin.debug:\n var: hostvars[inventory_hostname]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | anthane-git/cloud-config | bda91c48c6f4c1445955870ed88ad4a9cd4757b6 | 0 | roles/mysql | 6,276 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install mysql with remote access\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - mysql-server\n - mysql-client\n - python3-mysqldb\n - libmysqlclient-dev\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | anthane-git/cloud-config | bda91c48c6f4c1445955870ed88ad4a9cd4757b6 | 0 | roles/nginx | 6,276 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/install.yml",
"content": "---\n- name: Set nginx package variables\n ansible.builtin.set_fact:\n packages:\n - nginx\n\n- name: Install nginx\n ansible.builtin.include_role:\n name: roles/apt\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1724,
"all_permissive": false
} |
ansible_role | fredtaku/anotherrepo | a1653ecc2655d2cb8c2ddaa3a6fe3b45dcf11c2e | 0 | roles/my_role | 6,276 | [
"no_license"
] | [
{
"path": "roles/my_role/tasks/main.yml",
"content": "---\n# tasks file for roles/my_role\n- name: print something\n debug:\n msg: \"This is a test\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | itreg78/GB_ansible | 782bb4bc2daf2e21e35c14f73d13202baf87fb13 | 0 | ansible_l2/roles/makeuser | 6,276 | [
"no_license"
] | [
{
"path": "ansible_l2/roles/makeuser/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - makeuser",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible_l2/roles/makeuser/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | itreg78/GB_ansible | 782bb4bc2daf2e21e35c14f73d13202baf87fb13 | 0 | ansible_l4/roles/makefile | 6,276 | [
"no_license"
] | [
{
"path": "ansible_l4/roles/makefile/tasks/main.yml",
"content": "---\n- name: make dir\n file:\n path: \"{{ file.path }}\"\n state: directory\n mode: '0755'\n\n\n\n- name: Touch a file, to 0777)\n file:\n path: \"{{ file.path }}/{{ file.name }}\"\n state: touch\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | itreg78/GB_ansible | 782bb4bc2daf2e21e35c14f73d13202baf87fb13 | 0 | ansible_l4/roles/makeuser | 6,276 | [
"no_license"
] | [
{
"path": "ansible_l4/roles/makeuser/tasks/main.yml",
"content": "---\n\n- name: Ensure group usergroup exists\n tags: [makeuser]\n group:\n name: \"{{ user_group }}\"\n state: present\n\n\n- name: Add the user 'max' with a specific uid and a primary group of 'somegroup'\n tags: [makeuser]\n user:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | itreg78/GB_ansible | 782bb4bc2daf2e21e35c14f73d13202baf87fb13 | 0 | ansible_l5/roles/user_dir | 6,276 | [
"no_license"
] | [
{
"path": "ansible_l5/roles/user_dir/tasks/main.yml",
"content": "---\n\n- name: create group, user and \"apps\" dir\n block:\n - name: create group\n group:\n name: \"{{ user_1 }}\"\n state: present\n\n - name: Add the user 'lesson5' with a specific uid and a primary group of less... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | Tom8012/repos21 | 3099e9e8b38728b98be908f210ddfa78c09ac9e9 | 0 | expense-ansible-roles/roles/backend | 6,276 | [
"no_license"
] | [
{
"path": "expense-ansible-roles/roles/backend/vars/main.yaml",
"content": "MYSQL_HOST: mysql.mjs15.site\nMYSQL_USER: root\nMYSQL_PASSWORD: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "expense-ansible-roles/roles/backend/tasks/main.ya... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2098,
"all_permissive": false
} |
ansible_role | Poojas31/azureinfra | bdec33f7cb2403ce288d2dc4396ceabd08feeb34 | 0 | roles/jenkins | 6,276 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- rpm_key:\n state: present\n key: https://jenkins-ci.org/redhat/jenkins-ci.org.key\n become: true\n\n- get_url:\n url: http://pkg.jenkins-ci.org/redhat/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n become: true\n\n- name: insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | Poojas31/azureinfra | bdec33f7cb2403ce288d2dc4396ceabd08feeb34 | 0 | roles/ocp | 6,276 | [
"no_license"
] | [
{
"path": "roles/ocp/tasks/csv_yaml.yaml",
"content": "- set_fact: \n# csv_var: /home/mychatops/mycode/ocp/inputs/input.csv\n csv_var: ./inputs/input.csv\n\n- set_fact:\n csv_file: \"{{ lookup('file', csv_var ) }}\"\n\n- name: \"convert csv to yaml\"\n template:\n src: \"./templates/csv_to_yaml... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2058,
"all_permissive": false
} |
ansible_role | Poojas31/azureinfra | bdec33f7cb2403ce288d2dc4396ceabd08feeb34 | 0 | roles/packer | 6,276 | [
"no_license"
] | [
{
"path": "roles/packer/vars/main.yml",
"content": "---\nurllist: \"https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_linux_amd64.zip\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/packer/tasks/main.yml",
"content": "---\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/alacritty-gnome | 6,276 | [
"no_license"
] | [
{
"path": "roles/alacritty-gnome/tasks/main.yml",
"content": "---\n- name: Add alacritty repository from PPA\n become: true\n ansible.builtin.deb822_repository:\n name: alacritty\n types: deb\n uris: https://ppa.launchpadcontent.net/aslatter/ppa/ubuntu\n suites: \"{{ ansible_distribution_relea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2452,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/btop | 6,276 | [
"no_license"
] | [
{
"path": "roles/btop/tasks/main.yml",
"content": "---\n- name: Install btop\n become: true\n ansible.builtin.apt:\n name: btop\n state: present\n\n- name: Ensure having config directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.config\"\n state: directory\n mode: \"0755\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/caffeine | 6,276 | [
"no_license"
] | [
{
"path": "roles/caffeine/tasks/main.yml",
"content": "---\n- name: Install caffeine\n become: true\n ansible.builtin.apt:\n name: caffeine\n state: present\n\n- name: Ensure having autostart directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.config/autostart\"\n state: direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/calibre | 6,276 | [
"no_license"
] | [
{
"path": "roles/calibre/tasks/main.yml",
"content": "---\n- name: Install calibre\n become: true\n ansible.builtin.apt:\n name: calibre\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/chrome | 6,276 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "---\n- name: Install google-chrome-stable\n become: true\n ansible.builtin.apt:\n deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 162
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/code | 6,276 | [
"no_license"
] | [
{
"path": "roles/code/tasks/main.yml",
"content": "---\n- name: Install code\n become: true\n ansible.builtin.apt:\n deb: https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/copyq | 6,276 | [
"no_license"
] | [
{
"path": "roles/copyq/tasks/main.yml",
"content": "---\n- name: Install copyq\n become: true\n ansible.builtin.apt:\n name: copyq\n state: present\n\n- name: Ensure having autostart directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.config/autostart\"\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/core | 6,276 | [
"no_license"
] | [
{
"path": "roles/core/tasks/main.yml",
"content": "---\n- name: Install scripting essentials\n become: true\n ansible.builtin.apt:\n name:\n - git\n - zip\n - unzip\n - curl\n - wget\n state: present\n\n- name: Install dependencies for deb822_repository\n become: true\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/dash-to-dock | 6,276 | [
"no_license"
] | [
{
"path": "roles/dash-to-dock/tasks/main.yml",
"content": "---\n- name: Install dash-to-dock\n ansible.builtin.shell: |\n set -o pipefail\n {{ ansible_user_dir }}/.local/bin/gext --filesystem install <EMAIL>\n {{ ansible_user_dir }}/.local/bin/gext enable <EMAIL>\n args:\n executable: /bin/bas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/docker | 6,276 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install docker\n become: true\n ansible.builtin.shell: |\n set -o pipefail\n bash -c \"$(curl -fsSL https://get.docker.com)\"\n args:\n creates: /usr/bin/docker\n executable: /bin/bash\n register: result\n ignore_errors: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/dotfiles | 6,276 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Clone dotfiles\n ansible.builtin.git: # noqa: latest\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_dest }}\"\n depth: 1\n\n- name: Ensure having rsync\n become: true\n ansible.builtin.apt:\n name: rsync\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/extras | 6,276 | [
"no_license"
] | [
{
"path": "roles/extras/tasks/main.yml",
"content": "---\n- name: Prepare EULA\n become: true\n ansible.builtin.debconf:\n name: ttf-mscorefonts-installer\n question: msttcorefonts/accepted-mscorefonts-eula\n # value: true\n # https://github.com/ansible/ansible/issues/83594\n value: \"true\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/fd | 6,276 | [
"no_license"
] | [
{
"path": "roles/fd/tasks/main.yml",
"content": "---\n- name: Install fd-find\n become: true\n ansible.builtin.apt:\n name: fd-find\n state: present\n\n- name: Ensure ~/.local/bin exists\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.local/bin\"\n state: directory\n mode: \"0755... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/flameshot | 6,276 | [
"no_license"
] | [
{
"path": "roles/flameshot/tasks/main.yml",
"content": "---\n- name: Install flameshot\n become: true\n ansible.builtin.apt:\n name: flameshot\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/fzf | 6,276 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "---\n- name: Clone fzf\n ansible.builtin.git: # noqa: latest\n repo: https://github.com/junegunn/fzf.git\n dest: \"{{ ansible_user_dir }}/.fzf\"\n depth: 1\n\n- name: Install fzf\n ansible.builtin.command: \"{{ ansible_user_dir }}/.fzf/install --a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/git | 6,276 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install git\n ansible.builtin.apt:\n name: git\n state: present\n\n- name: Install lazygit\n ansible.builtin.shell: |\n set -o pipefail\n LG_VERSION=$(curl -fsSL \"https://api.github.com/repos/jesseduffield/lazygit/releases/latest\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/gnome-core | 6,276 | [
"no_license"
] | [
{
"path": "roles/gnome-core/tasks/main.yml",
"content": "---\n- name: Install gsettings\n become: true\n ansible.builtin.apt:\n name: libglib2.0-bin\n state: present\n\n- name: Install gnome-extensions-cli\n ansible.builtin.shell: |\n set -o pipefail\n pipx install --system-site-packages gnom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/gnome-extras | 6,276 | [
"no_license"
] | [
{
"path": "roles/gnome-extras/tasks/main.yml",
"content": "---\n- name: Install extra packages\n become: true\n ansible.builtin.apt:\n name:\n - dconf-editor\n - gnome-shell-extension-manager\n - gnome-shell-extensions\n - gnome-tweaks\n state: present\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/gnome-input | 6,276 | [
"no_license"
] | [
{
"path": "roles/gnome-input/tasks/main.yml",
"content": "---\n- name: Add ibus-bamboo repository from PPA\n become: true\n ansible.builtin.deb822_repository:\n name: ibus-bamboo\n types: deb\n uris: https://ppa.launchpadcontent.net/bamboo-engine/ibus-bamboo/ubuntu\n suites: \"{{ ansible_distr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/gnome-keys | 6,276 | [
"no_license"
] | [
{
"path": "roles/gnome-keys/tasks/main.yml",
"content": "---\n- name: Disable super + l\n ansible.builtin.command: gsettings set org.gnome.settings-daemon.plugins.media-keys screensaver \"[]\"\n register: result\n ignore_errors: true\n changed_when: result.rc == 0\n\n- name: Resize w/ right button\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/gnome-ui | 6,276 | [
"no_license"
] | [
{
"path": "roles/gnome-ui/tasks/main.yml",
"content": "---\n- name: Set text scaling factor to 1.17\n ansible.builtin.command: gsettings set org.gnome.desktop.interface text-scaling-factor 1.17\n register: result\n ignore_errors: true\n changed_when: result.rc == 0\n\n- name: Disable Ubuntu Dock\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/go | 6,276 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n- name: Install go\n ansible.builtin.shell: |\n set -o pipefail\n bash -c \"$(curl -fsSL https://git.io/g-install)\" -- -y\n args:\n creates: \"{{ ansible_user_dir }}/go/bin/go\"\n executable: /bin/bash\n register: result\n ignore_errors:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/goldendict | 6,276 | [
"no_license"
] | [
{
"path": "roles/goldendict/tasks/main.yml",
"content": "---\n- name: Install goldendict\n become: true\n ansible.builtin.apt:\n name: goldendict\n state: present\n\n- name: Ensure having autostart directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.config/autostart\"\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/gparted | 6,276 | [
"no_license"
] | [
{
"path": "roles/gparted/tasks/main.yml",
"content": "---\n- name: Install gparted\n become: true\n ansible.builtin.apt:\n name: gparted\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/java | 6,276 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: Install sdkman\n ansible.builtin.shell: |\n set -o pipefail\n bash -c \"$(curl -fsSL https://get.sdkman.io)\"\n args:\n creates: \"{{ ansible_user_dir }}/.sdkman/bin/sdkman-init.sh\"\n executable: /bin/bash\n register: result\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/k8s | 6,276 | [
"no_license"
] | [
{
"path": "roles/k8s/tasks/main.yml",
"content": "---\n- name: Add kubernetes repository\n become: true\n ansible.builtin.shell: |\n set -o pipefail\n RELEASE=$(curl -fsSL https://dl.k8s.io/release/stable.txt) && \\\n RELEASE=${RELEASE%.*}\n curl -fsSL \"https://pkgs.k8s.io/core:/stable:/${R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1414,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/neovim | 6,276 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: Ensure support for Python\n become: true\n ansible.builtin.apt:\n name: python3-pynvim\n state: present\n\n- name: Ensure support for Node.js\n become: true\n community.general.npm:\n name: neovim\n state: present\n global:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/nerd-fonts | 6,276 | [
"no_license"
] | [
{
"path": "roles/nerd-fonts/tasks/main.yml",
"content": "---\n- name: Ensure having fonts directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.local/share/fonts\"\n state: directory\n mode: \"0755\"\n\n- name: Remove old fonts\n ansible.builtin.file:\n path: \"{{ ansible_user_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/node | 6,276 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Install LTS version of Node.js\n become: true\n ansible.builtin.shell: |\n set -o pipefail\n bash -c \"$(curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n)\" -- lts\n args:\n creates: /usr/local/bin/node\n executable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/omz | 6,276 | [
"no_license"
] | [
{
"path": "roles/omz/tasks/main.yml",
"content": "---\n- name: Install oh-my-zsh\n ansible.builtin.shell: |\n set -o pipefail\n bash -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\" -- --unattended\n args:\n creates: \"{{ ansible_user_dir }}/.oh-my-zs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/omz-p10k | 6,276 | [
"no_license"
] | [
{
"path": "roles/omz-p10k/tasks/main.yml",
"content": "---\n- name: Install p10k\n ansible.builtin.git: # noqa: latest\n repo: https://github.com/romkatv/powerlevel10k.git\n dest: \"{{ ansible_user_dir }}/.oh-my-zsh/custom/themes/powerlevel10k\"\n depth: 1\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/omz-plugins | 6,276 | [
"no_license"
] | [
{
"path": "roles/omz-plugins/tasks/main.yml",
"content": "---\n- name: Install zsh-autosuggestions\n ansible.builtin.git: # noqa: latest\n repo: https://github.com/zsh-users/zsh-autosuggestions.git\n dest: \"{{ ansible_user_dir }}/.oh-my-zsh/custom/plugins/zsh-autosuggestions\"\n depth: 1\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/patches | 6,276 | [
"no_license"
] | [
{
"path": "roles/patches/tasks/main.yml",
"content": "---\n- name: Fix nvidia/egl-wayland\n become: true\n ansible.builtin.apt:\n deb: http://security.ubuntu.com/ubuntu/pool/main/e/egl-wayland/libnvidia-egl-wayland1_1.1.10-1_amd64.deb\n when: ansible_distribution_version == \"22.04\"\n\n- name: Fix to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/pavucontrol | 6,276 | [
"no_license"
] | [
{
"path": "roles/pavucontrol/tasks/main.yml",
"content": "---\n- name: Install pavucontrol\n become: true\n ansible.builtin.apt:\n name: pavucontrol\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/python | 6,276 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Install python3\n become: true\n ansible.builtin.apt:\n name:\n - python3\n - python3-pip\n - pipx\n state: present\n\n- name: Create miniconda directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/mini... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | duclm278/system | c29bc5695aa43c36de9138244af700b84dc0a2f5 | 0 | roles/ripgrep | 6,276 | [
"no_license"
] | [
{
"path": "roles/ripgrep/tasks/main.yml",
"content": "---\n- name: Install ripgrep\n become: true\n ansible.builtin.apt:\n name: ripgrep\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.