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 | vonpupp/dotfiles-ansible | 4e82bed806587aac813fe28b0a52b44f096ffdaf | 0 | home/.ansible-dotfiles/roles/upgrade.system | 8,065 | [
"no_license"
] | [
{
"path": "home/.ansible-dotfiles/roles/upgrade.system/tasks/main.yml",
"content": "---\n- name: Upgrade packages\n become: yes\n include: upgrade.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "home/.ansible-dotfiles/roles/upgrade.system/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | Sathiyarajan/cloudera-ansible | aa083b9c3be1ae566c95a40717965504b30050be | 1 | ansible-play-el7/roles/curator | 8,065 | [
"no_license"
] | [
{
"path": "ansible-play-el7/roles/curator/tasks/main.yml",
"content": "\n---\n#\n# install curator tool for managing elasticsearch\n#\n\n- name: Copy curator yum repo file\n copy:\n src=curator.repo\n dest=/etc/yum.repos.d/curator.repo\n owner=root\n group=root\n mode=0644\n become: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1341,
"all_permissive": false
} |
ansible_role | Sathiyarajan/cloudera-ansible | aa083b9c3be1ae566c95a40717965504b30050be | 1 | ansible-play-el7/roles/logstash | 8,065 | [
"no_license"
] | [
{
"path": "ansible-play-el7/roles/logstash/tasks/main.yml",
"content": "---\n#\n# Install/run logstash\n#\n\n- name: Copy logstash yum repo file\n copy:\n src=logstash.repo\n dest=/etc/yum.repos.d/logstash.repo\n owner=root\n group=root\n mode=0644\n become: true\n\n- name: Install logstash... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2697,
"all_permissive": false
} |
ansible_role | Sathiyarajan/cloudera-ansible | aa083b9c3be1ae566c95a40717965504b30050be | 1 | ansible-play-el7/roles/sysdig | 8,065 | [
"no_license"
] | [
{
"path": "ansible-play-el7/roles/sysdig/tasks/RedHat.yml",
"content": "- name: add sysdig RPM key\n rpm_key: state=present key=https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public\n\n- name: add sysdig repo\n get_url: url=http://download.draios.com/stable/rpm/draios.repo dest=/etc/yum.repos... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | Sathiyarajan/cloudera-ansible | aa083b9c3be1ae566c95a40717965504b30050be | 1 | ansible-play-el7/roles/tool-box | 8,065 | [
"no_license"
] | [
{
"path": "ansible-play-el7/roles/tool-box/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: '<NAME>'\n description: 'common role'\n company: 'SwattekSystems'\n license: 'BSDv3'\n min_ansible_version: '1.7.1'\n platforms:\n - name: EL\n versions:\n - 7\n categ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5708,
"all_permissive": false
} |
ansible_role | Sathiyarajan/cloudera-ansible | aa083b9c3be1ae566c95a40717965504b30050be | 1 | ansible-play-el7/roles/zookeeper | 8,065 | [
"no_license"
] | [
{
"path": "ansible-play-el7/roles/zookeeper/templates/zookeeper.service.j2",
"content": "[Unit]\nDescription=Apache Zookeeper\nDocumentation=http://zookeeper.apache.org\nRequires=network.target\nAfter=network.target\n\n[Service]\nType=forking\nEnvironment='ZOO_LOG_DIR={{ zookeeper_log_dir }}'\nEnvironment='... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7613,
"all_permissive": false
} |
ansible_role | phashish/sample-ansible-app | bd8935d1f1d17fbf0cde5910eff18737afb35922 | 0 | roles/apiservers | 8,061 | [
"no_license"
] | [
{
"path": "roles/apiservers/tasks/00_setup_apiservers.yml",
"content": "- name: Install curl on api\n become: yes\n yum:\n name: curl\n state: present\n\n- name: Install wget on api\n become: yes\n yum:\n name: wget\n state: present\n\n- name: Add epel-release repo on api\n become: yes\n c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | phashish/sample-ansible-app | bd8935d1f1d17fbf0cde5910eff18737afb35922 | 0 | roles/db | 8,061 | [
"no_license"
] | [
{
"path": "roles/db/tasks/00_setup_db.yml",
"content": "- name: Create DB sugnet Group\n rds_subnet_group:\n state: present\n region: \"{{ region }}\"\n name: \"{{ prefix }}_db_sub_grp\"\n description: Subnet group for {{ prefix }}_db\n subnets:\n - \"{{ az1_subnet_id }}\"\n - \"{{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1178,
"all_permissive": false
} |
ansible_role | phashish/sample-ansible-app | bd8935d1f1d17fbf0cde5910eff18737afb35922 | 0 | roles/jenkins | 8,061 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "--- \n- name: Install and Setup Jenkins \n include_tasks: 00_install_jenkins.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/jenkins/tasks/00_install_jenkins.yml",
"content":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | phashish/sample-ansible-app | bd8935d1f1d17fbf0cde5910eff18737afb35922 | 0 | roles/network | 8,061 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "--- \n- name: Create VPC, InetGW and SecurityGroup\n include_tasks: 00_create_vpc.yml\n\n- name: Create subnets\n include_tasks: 10_create_subnets.yml\n\n- name: Create route tables\n include_tasks: 20_create_route_tables.yml\n\n- name: Create the Je... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4182,
"all_permissive": false
} |
ansible_role | phashish/sample-ansible-app | bd8935d1f1d17fbf0cde5910eff18737afb35922 | 0 | roles/servers | 8,061 | [
"no_license"
] | [
{
"path": "roles/servers/tasks/main.yml",
"content": "--- \n- name: Create Web and App servers\n include_tasks: 00_create_servers.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/servers/tasks/00_create_servers.yml",
"content": "- ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3009,
"all_permissive": false
} |
ansible_role | phashish/sample-ansible-app | bd8935d1f1d17fbf0cde5910eff18737afb35922 | 0 | roles/webservers | 8,061 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/00_setup_webservers.yml",
"content": "- name: Install curl on web\n become: yes\n yum:\n name: curl\n state: present\n\n- name: Install wget on web\n become: yes\n yum:\n name: wget\n state: present\n\n- name: Add epel-release repo on web\n become: yes\n c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | fkfk21/ansible-ubuntu-setup | 7a06e75708f143baa02d5c28d33979c01b291cea | 0 | playbook/roles/fish | 8,061 | [
"no_license"
] | [
{
"path": "playbook/roles/fish/tasks/main.yml",
"content": "---\n\n- name: Install plugins\n shell:\n cmd: fisher install {{ item }}\n executable: /usr/bin/fish\n with_items: \"{{ plugins }}\"\n\n# - name: set shell theme\n# shell:\n# cmd: fish_config theme choose Tomorrow\\ Night\\ Bright\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | fkfk21/ansible-ubuntu-setup | 7a06e75708f143baa02d5c28d33979c01b291cea | 0 | playbook/roles/texlive | 8,061 | [
"no_license"
] | [
{
"path": "playbook/roles/texlive/tasks/main.yml",
"content": "---\n- name: Update all packages\n apt:\n update_cache: yes\n\n- name: Install apt packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ requires }}\"\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | fkfk21/ansible-ubuntu-setup | 7a06e75708f143baa02d5c28d33979c01b291cea | 0 | playbook/roles/vim | 8,061 | [
"no_license"
] | [
{
"path": "playbook/roles/vim/tasks/main.yml",
"content": "---\n\n- name: create vim bundle directory\n file:\n path: \"~/.vim/bundle\"\n state: directory\n owner: \"{{ local_user_id }}\"\n group: \"{{ local_user_id }}\"\n mode: 0755\n\n- name: clone vundle\n ansible.builtin.git:\n repo:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | byygyy/ansible-examples | d0c08fe87a2b53b6382cb66a47f9999fad867e99 | 0 | ansible_playbook_test/roles/modules | 8,061 | [
"no_license"
] | [
{
"path": "ansible_playbook_test/roles/modules/tasks/main.yml",
"content": "---\n\n- name: run shell script at target server\n shell: ifconfig\n register: shell_result\n\n- name: Show debug info \n debug: var=shell_result.stdout verbosity=0\n\n- name: run shell script file at targer server\n shell: \"cd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | byygyy/ansible-examples | d0c08fe87a2b53b6382cb66a47f9999fad867e99 | 0 | ansible_playbook_test/roles/testplaybook2 | 8,061 | [
"no_license"
] | [
{
"path": "ansible_playbook_test/roles/testplaybook2/tasks/main.yml",
"content": "---\n#Extract archive of zip\n# - name: Download JBoss from jboss.org\n# get_url:\n# url: http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip\n# dest: /tmp/jboss-as-7.1.1.Final.zip\n#\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1025,
"all_permissive": false
} |
ansible_role | n-mukhin/AbyssumProtocol | 80e853e47da1c8e737cdc0a17f8845a26addec90 | 0 | ansible/roles/docker_install | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_install/tasks/main.yml",
"content": "- name: Install dependencies\r\n apt:\r\n name: [apt-transport-https, ca-certificates, curl, gnupg, lsb-release]\r\n state: present\r\n\r\n- name: Add Docker GPG key\r\n apt_key:\r\n url: https://download.docker.com/linux/ubuntu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1022,
"all_permissive": false
} |
ansible_role | AMM48/ansible | f87804d1950e5011bb630dd667e79d6ecd388d19 | 0 | roles/base | 8,061 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for john\n tags: always\n authorized_key:\n user: john\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | AMM48/ansible | f87804d1950e5011bb630dd667e79d6ecd388d19 | 0 | roles/db_servers | 8,061 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Install MariaDB (CentOS)\n tags: mariadb,centos,db\n yum:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: Start mariadb server\n tags: db,mariadb,centos\n service:\n name: mariadb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | AMM48/ansible | f87804d1950e5011bb630dd667e79d6ecd388d19 | 0 | roles/web_servers | 8,061 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php for CentOS servers\n tags: centos,php,httpd\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: Start httpd server\n tags: httpd,centos\n se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | AMM48/ansible | f87804d1950e5011bb630dd667e79d6ecd388d19 | 0 | roles/workstations | 8,061 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.10.5/terraform_1.10.5_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2021-08/bergentroll_infra | 6337b81e00e813cae92b1e1d611f3ce77f4a6341 | 0 | ansible/roles/app | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n\n- name: Install Ruby\n tags: ruby\n package:\n name:\n - ruby-full\n - ruby-bundler\n - build-essential\n - git\n state: latest\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1507,
"all_permissive": false
} |
ansible_role | datadryad/vagrant-dryad | 9de5385480fe7cd6b7365aa98c4c148133e96c43 | 0 | ansible-dryad/roles/dryad_app | 8,061 | [
"no_license"
] | [
{
"path": "ansible-dryad/roles/dryad_app/files/install_missing_poms.sh",
"content": "#!/bin/sh\n\n# Per http://wiki.datadryad.org/How_To_Install_Dryad#Installation_issues_with_maven\nmvn install:install-file -Dfile=discovery-solr-provider-0.9.4-SNAPSHOT.jar -DgroupId=org.dspace.discovery -DartifactId=disco... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 29,
"total_bytes": 38463,
"all_permissive": false
} |
ansible_role | datadryad/vagrant-dryad | 9de5385480fe7cd6b7365aa98c4c148133e96c43 | 0 | ansible-dryad/roles/postgresql | 8,061 | [
"no_license"
] | [
{
"path": "ansible-dryad/roles/postgresql/tasks/main.yml",
"content": "---\n- include_tasks: repository.yml\n- include_tasks: postgresql.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ansible-dryad/roles/postgresql/tasks/postgresql.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/bootstrap | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/main.yml",
"content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install essential packages\n apt:\n name:\n - curl\n - wget\n - vim\n - htop\n - git\n - unzip\n - so... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/dify | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/dify/templates/docker-compose.yml.j2",
"content": "version: '3.8'\n\nservices:\n # API service\n api:\n image: langgenius/dify-api:{{ dify_version }}\n restart: unless-stopped\n environment:\n - MODE=api\n - LOG_LEVEL={{ dify_log_level }}\n - SECRET_KEY={{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8124,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/docker | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/defaults/main.yml",
"content": "---\ndocker_user: \"{{ ansible_user }}\"\ndocker_compose_dir: \"/opt/docker-compose\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/docker/tasks/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/dotfiles | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/templates/dotfiles-sync.sh.j2",
"content": "#!/bin/bash\n# Dotfiles sync script\n# Automatically checks for and applies dotfiles updates\n\nset -e\n\nLOGFILE=\"$HOME/.dotfiles_sync.log\"\nLOCKFILE=\"$HOME/.dotfiles_sync.lock\"\n\n# Function to log messages\nlog() {\n ech... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 12475,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/dotfiles-webhook | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles-webhook/templates/dotfiles-webhook.py.j2",
"content": "#!/usr/bin/env python3\n\"\"\"\nDotfiles webhook service\nListens for GitHub webhook events and triggers dotfiles updates across infrastructure\n\"\"\"\n\nimport json\nimport subprocess\nimport logging\nimport hmac\nimp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7118,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/gemini | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/gemini/handlers/main.yml",
"content": "---\n# Handlers for Gemini CLI role\n# Currently no handlers needed for this role",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/gemini/defaults/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/k3s | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/k3s/tasks/main.yml",
"content": "---\n- name: Install K3s on master nodes\n when: k3s_role == \"master\"\n block:\n - name: Download K3s binary\n get_url:\n url: \"https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/k3s\"\n dest: /usr/local/bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2189,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/monitoring | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/main.yml",
"content": "---\n- name: Install Node Exporter\n block:\n - name: Create node_exporter user\n user:\n name: node_exporter\n shell: /bin/false\n home: /var/lib/node_exporter\n createhome: no\n system: yes\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1499,
"all_permissive": false
} |
ansible_role | yz3241/homelab-infra | 324f3f1fbe77ba7f46823cb57a25fd068d71634c | 0 | ansible/roles/n8n | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/n8n/templates/n8n.env.j2",
"content": "# n8n environment configuration\nN8N_BASIC_AUTH_ACTIVE={{ n8n_basic_auth_active }}\nN8N_BASIC_AUTH_USER={{ n8n_basic_auth_user }}\nN8N_BASIC_AUTH_PASSWORD={{ n8n_basic_auth_password }}\nN8N_HOST={{ n8n_host }}\nN8N_PORT=5678\nN8N_PROTOCOL={{ n8... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4894,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-alert-dest | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-alert-dest/defaults/main.yml",
"content": "---\nocp_alert_manager_slack_url: \"https://<KEY>\"\nocp_alert_manager_slack_channel: my_channel",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/ocp-alert-dest/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-api-cert | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-api-cert/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ocp-api-cert",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/ocp-api-cert/defaults/main.yml",
"content": "---\n# defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-console | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-console/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ocp-login-banner",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/ocp-console/tasks/main.yml",
"content": "---\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-ldap | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-ldap/vars/main.yml",
"content": "---\n\nldap_group_sync_cron_job:\n\n - kind: Namespace\n apiVersion: \"v1\"\n metadata:\n name: \"{{ ocp_ldap_sync_namespace }}\"\n labels:\n name: \"{{ ocp_ldap_sync_namespace }}\"\n\n - kind: \"ConfigMap\"\n apiVersion: \"v1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8818,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-nfs-provisioner | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-nfs-provisioner/tasks/main.yml",
"content": "---\n\n- name: Create nfs project\n k8s:\n api_key: \"{{ api_key }}\"\n definition:\n - apiVersion: project.openshift.io/v1\n kind: Project\n metadata:\n annotations:\n openshift.io/description: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2820,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-project | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-project/tasks/main.yml",
"content": "---\n- name: Ensure project namespace\n k8s:\n namespace: \"{{ ocp_project.name }}\"\n state: \"{{ ocp_project.state }}\"\n definition:\n - apiVersion: project.openshift.io/v1\n kind: Project\n metadata:\n annota... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3361,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-registry | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-registry/tasks/main.yml",
"content": "---\n- name: create the pvc for the registry\n k8s:\n definition:\n apiVersion: v1\n kind: PersistentVolumeClaim\n metadata:\n name: 'image-registry-storage'\n namespace: openshift-image-registry\n spec:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | lshake/urban-pancake | eaab7bac31f27d94b0635d3687ee0033d3155a71 | 0 | roles/ocp-router-cert | 8,061 | [
"no_license"
] | [
{
"path": "roles/ocp-router-cert/tasks/main.yml",
"content": "---\n- name: create custom router certs secrets\n k8s:\n name: \"customroutercert\"\n namespace: openshift-ingress\n definition:\n kind: Secret\n type: kubernetes.io/tls\n data:\n 'tls.crt': \"{{ lookup('file', ocp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | k-hasan-19/aws-hudi-demo | f3fad2c895d0df77bb73cebd81267968e6f985f3 | 0 | ansible/roles/ws-00-build-artifacts | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/ws-00-build-artifacts/handlers/main.yml",
"content": "---\n# handlers file for ws-00-prepare-artifacts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/ws-00-build-artifacts/defaults/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1965,
"all_permissive": false
} |
ansible_role | k-hasan-19/aws-hudi-demo | f3fad2c895d0df77bb73cebd81267968e6f985f3 | 0 | ansible/roles/ws-00-vpc-create | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/ws-00-vpc-create/tasks/main.yml",
"content": "---\n# tasks file for 00-vpc-create\n- debug:\n msg: \"{{ execute_vpc_create }}\"\n\n- block:\n - name: create a vpc with 6 subnets, in 3 az, public and private\n cloudformation:\n stack_name: \"{{vpc_name}}\"\n state: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1662,
"all_permissive": false
} |
ansible_role | k-hasan-19/aws-hudi-demo | f3fad2c895d0df77bb73cebd81267968e6f985f3 | 0 | ansible/roles/ws-00-vpc-sg | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/ws-00-vpc-sg/defaults/main.yml",
"content": "---\n# defaults file for 00_security_group",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/ws-00-vpc-sg/handlers/main.yml",
"content": "---\n# handlers file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2803,
"all_permissive": false
} |
ansible_role | k-hasan-19/aws-hudi-demo | f3fad2c895d0df77bb73cebd81267968e6f985f3 | 0 | ansible/roles/ws-02-rds-create | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/ws-02-rds-create/defaults/main.yml",
"content": "---\n# defaults file for postgres-create",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/ws-02-rds-create/vars/main.yml",
"content": "---\n# vars file for p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2308,
"all_permissive": false
} |
ansible_role | k-hasan-19/aws-hudi-demo | f3fad2c895d0df77bb73cebd81267968e6f985f3 | 0 | ansible/roles/ws-03-rds-data | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/ws-03-rds-data/files/create_tables.sql",
"content": "CREATE SCHEMA IF NOT EXISTS weathersvc;\r\n\r\nCREATE TABLE IF NOT EXISTS weathersvc.weather_hourly_actl\r\n(\r\n id varchar,\r\n station_id varchar,\r\n appare... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 59527,
"all_permissive": false
} |
ansible_role | k-hasan-19/aws-hudi-demo | f3fad2c895d0df77bb73cebd81267968e6f985f3 | 0 | ansible/roles/ws-99-retract | 8,061 | [
"no_license"
] | [
{
"path": "ansible/roles/ws-99-retract/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ws-99-retract",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "ansible/roles/ws-99-retract/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | ShiftyShifter/dotfiles | 59454854ca16d5341d25f17e2c1e35d78f27b3f9 | 0 | Development/ansible/arch_config/roles/peri | 8,061 | [
"no_license"
] | [
{
"path": "Development/ansible/arch_config/roles/peri/tasks/clone_and_link.yml",
"content": "- name: Ensure the repositories directory exists\n ansible.builtin.file:\n path: \"{{ home_dir }}/tracked_repos\"\n state: directory\n mode: '0755'\n\n- name: Ensure individual repository directory exists\... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9980,
"all_permissive": false
} |
ansible_role | ShiftyShifter/dotfiles | 59454854ca16d5341d25f17e2c1e35d78f27b3f9 | 0 | Development/ansible/arch_config/roles/post | 8,061 | [
"no_license"
] | [
{
"path": "Development/ansible/arch_config/roles/post/tasks/gnome-extensions.yml",
"content": "---\n# tasks file for pre\n\n- name: Install GNOME-Extensions and dependencies\n block:\n - name: Install python-tqdm\n become: true\n ansible.builtin.package:\n name: python-tqdm\n sta... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2978,
"all_permissive": false
} |
ansible_role | ShiftyShifter/dotfiles | 59454854ca16d5341d25f17e2c1e35d78f27b3f9 | 0 | Development/ansible/arch_config/roles/pre | 8,061 | [
"no_license"
] | [
{
"path": "Development/ansible/arch_config/roles/pre/tasks/main.yml",
"content": "---\n\n- name: Aur module install\n ansible.builtin.include_tasks: aur_module_install.yml\n\n# - name: Aur builder user create\n# ansible.builtin.include_tasks: aur_builder_user.yml\n\n\n\n",
"license_type": "no_license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1681,
"all_permissive": false
} |
ansible_role | ShiftyShifter/dotfiles | 59454854ca16d5341d25f17e2c1e35d78f27b3f9 | 0 | Development/ansible/arch_config/roles/setup | 8,061 | [
"no_license"
] | [
{
"path": "Development/ansible/arch_config/roles/setup/tasks/gather_resources.yml",
"content": "---\n- name: Gather Resources\n block:\n - name: Gather files\n ansible.builtin.copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n mode: \"0700\"\n loop: \"{{ setup_g... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2805,
"all_permissive": false
} |
ansible_role | Xartos/ansibleWorkstation | 6a4505fc3cc2dcef739296ff88f7b5c6261936f6 | 0 | roles/dotFiles | 8,061 | [
"no_license"
] | [
{
"path": "roles/dotFiles/tasks/main.yaml",
"content": "- name: Fetch dotfiles\n git:\n repo: <EMAIL>:Xartos/dotfiles.git\n dest: \"{{ ansible_env.HOME }}/privat/dotfiles\"\n version: \"main\"\n accept_newhostkey: true\n\n- name: Link config in .config\n file:\n state: link\n path: \"{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | Xartos/ansibleWorkstation | 6a4505fc3cc2dcef739296ff88f7b5c6261936f6 | 0 | roles/keys | 8,061 | [
"no_license"
] | [
{
"path": "roles/keys/files/pinentry-bemenu-executor",
"content": "#!/bin/bash\n\nexec env BEMENU_BACKEND=wayland ${HOME}/.local/bin/pinentry-bemenu \"${@}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/keys/tasks/main.yaml",
"conten... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3794,
"all_permissive": false
} |
ansible_role | Xartos/ansibleWorkstation | 6a4505fc3cc2dcef739296ff88f7b5c6261936f6 | 0 | roles/pre-setup | 8,061 | [
"no_license"
] | [
{
"path": "roles/pre-setup/defaults/main.yaml",
"content": "apt_packages:\n - curl\n - software-properties-common\n - apt-transport-https\n - ca-certificates\n - gnupg\n - pcscd\n - scdaemon\n - pass\n - dnsutils\n - brightnessctl\n - jq\n - gsimplecal\n - v4l2loopback-dkms\n - v4l2loopback-ut... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | Xartos/ansibleWorkstation | 6a4505fc3cc2dcef739296ff88f7b5c6261936f6 | 0 | roles/software | 8,061 | [
"no_license"
] | [
{
"path": "roles/software/tasks/lunarvim.yaml",
"content": "- name: Check if lvim exits\n shell: type lvim >/dev/null 2>&1\n register: lvim_output\n ignore_errors: yes\n\n- name: LunarVim\n when: lvim_output.rc != 0\n block:\n - name: Install prerequisites via apt\n become: yes\n apt:\n upd... | {
"task_files": 19,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 22,
"total_bytes": 30292,
"all_permissive": false
} |
ansible_role | Xartos/ansibleWorkstation | 6a4505fc3cc2dcef739296ff88f7b5c6261936f6 | 0 | roles/sway | 8,061 | [
"no_license"
] | [
{
"path": "roles/sway/tasks/main.yaml",
"content": "- name: Clone sway-ubuntu\n git:\n repo: https://github.com/luispabon/sway-ubuntu.git\n dest: \"{{ ansible_env.HOME }}/privat/sway-ubuntu\"\n force: yes\n version: jammy\n\n- name: Disable bad repo\n lineinfile:\n state: absent\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2775,
"all_permissive": false
} |
ansible_role | dsgt-birdclef/birdclef-2023 | 53739e9797addfcde997e2bfebd140560fb2bd5e | 5 | conf/ansible/roles/batch | 8,062 | [
"no_license"
] | [
{
"path": "conf/ansible/roles/batch/tasks/main.yml",
"content": "# tasks for bootstrapping a VM used in the batch workflow\n- name: copy entrypoint script\n copy:\n src: \"{{ item }}\"\n dest: \"/{{ item }}\"\n mode: 0755\n with_items:\n - usr/local/bin/run-birdclef\n- name: add ssh key for gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1743,
"all_permissive": false
} |
ansible_role | dsgt-birdclef/birdclef-2023 | 53739e9797addfcde997e2bfebd140560fb2bd5e | 5 | conf/ansible/roles/dev | 8,062 | [
"no_license"
] | [
{
"path": "conf/ansible/roles/dev/tasks/main.yml",
"content": "---\n# NOTE: it might be better to build a packer image, but this will do too\n\n# https://docs.docker.com/engine/install/ubuntu/\n- name: install docker\n become: yes\n block:\n - name: download key for docker\n apt_key:\n url:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3984,
"all_permissive": false
} |
ansible_role | dsgt-birdclef/birdclef-2023 | 53739e9797addfcde997e2bfebd140560fb2bd5e | 5 | conf/ansible/roles/luigid | 8,062 | [
"no_license"
] | [
{
"path": "conf/ansible/roles/luigid/tasks/main.yml",
"content": "---\n- name: install dependencies\n apt:\n name:\n - docker-compose\n update_cache: yes\n\n- name: authenticate to artifact repo\n expect:\n command: gcloud auth configure-docker us-central1-docker.pkg.dev\n responses:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2289,
"all_permissive": false
} |
ansible_role | dsgt-birdclef/birdclef-2023 | 53739e9797addfcde997e2bfebd140560fb2bd5e | 5 | conf/ansible/roles/nginx | 8,062 | [
"no_license"
] | [
{
"path": "conf/ansible/roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n apt:\n name: nginx\n update_cache: yes\n\n- name: pull json secrets from google secrets manager\n command: gcloud secrets versions access latest --secret lets_encrypt_json\n register: lets_encrypt_json\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | dsgt-birdclef/birdclef-2023 | 53739e9797addfcde997e2bfebd140560fb2bd5e | 5 | conf/ansible/roles/tensorflow-dev | 8,062 | [
"no_license"
] | [
{
"path": "conf/ansible/roles/tensorflow-dev/tasks/main.yml",
"content": "# https://www.tensorflow.org/install/source\n- name: install bazelisk\n become: yes\n shell: npm install -g @bazel/bazelisk\n- name: python dev deps\n become: yes\n apt:\n name:\n - python3-dev\n - python3-pip\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | kntrbs76/OTUS | a43a401d60128044613a6c3ca2a33320cec05fe5 | 0 | 02-otus/ansible/roles/config_base | 8,062 | [
"no_license"
] | [
{
"path": "02-otus/ansible/roles/config_base/tasks/main.yml",
"content": "---\n- meta: end_play\n when: (ansible_distribution != \"CentOS\" and ansible_distribution_major_version != \"7\")\n\n- name: Install epel-release\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3227,
"all_permissive": false
} |
ansible_role | kntrbs76/OTUS | a43a401d60128044613a6c3ca2a33320cec05fe5 | 0 | project/roles/sshd | 8,062 | [
"no_license"
] | [
{
"path": "project/roles/sshd/tasks/main.yml",
"content": "---\n- name: Update openssh-server\n ansible.builtin.dnf:\n name:\n - openssh-server\n state: latest",
"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 | noxoid/playbooks-ng | 3e7254dfe3fb270c43c78ee63f7319c7b020d253 | 0 | roles/base | 8,062 | [
"no_license"
] | [
{
"path": "roles/base/handlers/main.yml",
"content": "---\n- name: restart sshd\n service: name=sshd state=restarted\n- name: restart network\n service: name=network state=restarted\n- name: reload telegraf\n service: name=telegraf state=reloaded\n- name: restart chronyd\n service: name=chronyd state=re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4384,
"all_permissive": false
} |
ansible_role | noxoid/playbooks-ng | 3e7254dfe3fb270c43c78ee63f7319c7b020d253 | 0 | roles/workstation | 8,062 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/main.yaml",
"content": "- name: Install our base packages\n dnf: pkg={{item}} state=present\n with_items:\n - screen\n - pidgin\n - htop\n - guake\n - thunderbird\n - keepassxc\n - gedit\n - git\n - lynx\n - sshpass\n - NetworkManager-openvpn-gnome\n - \"http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | Mierdin/netverify-demo | 3b5f222da13d1cd5b96f3ccd0d1694d25a8ac195 | 15 | roles/todd | 8,062 | [
"no_license"
] | [
{
"path": "roles/todd/tasks/main.yml",
"content": "---\r\n- name: Clone ToDD from Git\r\n git:\r\n repo: https://github.com/toddproject/todd.git\r\n dest: \"{{ todd_dir }}\"\r\n\r\n- shell: 'sudo chmod 777 /home/vagrant/go/src/github.com/toddproject/'\r\n- shell: 'sudo chmod 777 /home/vagrant/go/'\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1619,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/bitwarden | 8,062 | [
"no_license"
] | [
{
"path": "roles/bitwarden/tasks/main.yml",
"content": "---\n\n- name: Install Bitwarden Desktop\n community.general.flatpak:\n name: com.bitwarden.desktop\n method: user\n state: present\n\n- name: Copy desktop file\n ansible.builtin.copy:\n dest: ~/.local/share/applications/com.bitwarden.des... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/demv | 8,062 | [
"no_license"
] | [
{
"path": "roles/demv/tasks/main.yml",
"content": "---\n\n- name: Copy demv ssh config\n ansible.builtin.copy:\n dest: ~/.ssh/conf.d/02-demv.conf\"\n src: ssh_config.conf\n\n- name: Install slack\n community.general.flatpak:\n name: com.slack.Slack\n state: present\n\n- name: Copy demv git con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/essentials | 8,062 | [
"no_license"
] | [
{
"path": "roles/essentials/tasks/main.yml",
"content": "---\n\n- name: Ensure ~/bin directory exists\n ansible.builtin.file:\n path: ~/bin\n state: directory\n\n- name: Ensure ~/.local/bin directory exists\n ansible.builtin.file:\n path: ~/.local/bin\n state: directory\n\n- name: Set default ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/fish | 8,062 | [
"no_license"
] | [
{
"path": "roles/fish/defaults/main.yml",
"content": "---\n\neditor_bin: nvim\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/fish/tasks/main.yml",
"content": "---\n\n- name: \"Checking for Distribution Config: {{ ansible_distribution }... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 6684,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/flatpak-common | 8,062 | [
"no_license"
] | [
{
"path": "roles/flatpak-common/tasks/main.yml",
"content": "---\n\n- name: Install flatpaks\n community.general.flatpak:\n name: \"{{ item }}\"\n method: user\n state: present\n loop:\n - com.belmoussaoui.Authenticator\n - com.bitwig.BitwigStudio\n - com.discordapp.Discord\n - com.gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/fonts | 8,062 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n\n- name: Ensure font directory exist\n ansible.builtin.file:\n path: ~/.local/share/fonts\n state: directory\n\n###\n\n- name: Check Hack font archive\n ansible.builtin.stat:\n path: \"~/.local/share/fonts/{{ default_fonts.Hack | split('/'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2124,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/ghostty | 8,062 | [
"no_license"
] | [
{
"path": "roles/ghostty/tasks/Fedora.yml",
"content": "---\n\n- name: Enable pgdev:ghostty copr repository\n become: true\n ansible.builtin.copy:\n dest: /etc/yum.repos.d/copr:pgdev:ghostty.repo\n content: |\n [copr:copr.fedorainfracloud.org:pgdev:ghostty]\n name=Copr repo for Ghostty own... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/git | 8,062 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: Copy git config\n ansible.builtin.copy:\n dest: ~/.gitconfig\n src: gitconfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/git-tools | 8,062 | [
"no_license"
] | [
{
"path": "roles/git-tools/tasks/main.yml",
"content": "---\n\n- name: Clone git-tools repo\n ansible.builtin.git:\n dest: ~/Projects/git-tools\n repo: <EMAIL>:dotdash/git-tools.git\n\n- name: Link git-tools\n ansible.builtin.file:\n src: ~/Projects/git-tools/git-breakout\n dest: ~/bin/git-bre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/just | 8,062 | [
"no_license"
] | [
{
"path": "roles/just/tasks/main.yml",
"content": "---\n\n- name: \"Download just\"\n ansible.builtin.get_url:\n checksum: \"{{ just_checksum }}\"\n decompress: false\n dest: /tmp/just.tar.gz\n url: \"https://github.com/casey/just/releases/download/{{ just_version }}/just-{{ just_version }}-x86... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/kitty | 8,062 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n\n- name: Ensure kitty is installed\n ansible.builtin.package:\n name: kitty\n state: present\n\n- name: Create Catpuccin Mocha theme config\n ansible.builtin.shell:\n cmd: kitty +kitten themes --dump-theme Catppuccin-Mocha > ~/.config/kitt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/neovim | 8,062 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n\n- name: Ensure nvim config directory exists\n ansible.builtin.file:\n path: ~/.config/nvim\n state: directory\n\n- name: Ensure nvim init config exists\n ansible.builtin.copy:\n dest: ~/.config/nvim/init.vim\n src: init.vim\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/ssh | 8,062 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n\n- name: Ensure .ssh directory exists and has correct permissions\n ansible.builtin.file:\n mode: 0700\n path: ~/.ssh\n state: directory\n\n- name: Ensure .ssh/conf.d directory exists\n ansible.builtin.file:\n path: ~/.ssh/conf.d\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/starship | 8,062 | [
"no_license"
] | [
{
"path": "roles/starship/tasks/main.yml",
"content": "---\n\n- name: Ensure starship prompt is installed\n ansible.builtin.unarchive:\n dest: ~/bin\n mode: \"0755\"\n remote_src: true\n src: \"https://github.com/starship/starship/releases/download/{{ starship_version }}/starship-x86_64-unknown... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3474,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/vaultwarden-backup | 8,062 | [
"no_license"
] | [
{
"path": "roles/vaultwarden-backup/tasks/main.yml",
"content": "---\n\n- name: Ensure systemd user directory exists\n ansible.builtin.file:\n path: ~/.config/systemd/user\n state: directory\n\n- name: Ensure vaultwarden-backup directory exists\n ansible.builtin.file:\n path: ~/Documents/vaultwar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/vscode | 8,062 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n\n- name: Install VS Code\n community.general.flatpak:\n name: com.visualstudio.code\n method: user\n state: present\n\n- name: \"Check if fish is installed\"\n ansible.builtin.stat:\n path: ~/.config/fish/config.fish\n register: fish_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | flokoe/dotfiles | f6df3fadd87846880e910bd3a7a4f464f02c47e1 | 2 | roles/zen | 8,062 | [
"no_license"
] | [
{
"path": "roles/zen/tasks/main.yml",
"content": "---\n\n- name: Install Zen browser\n community.general.flatpak:\n name: app.zen_browser.zen\n method: user\n state: present\n\n- name: Set default Browser to Zen\n ansible.builtin.command:\n cmd: \"xdg-mime default app.zen_browser.zen.desktop {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | itgenius-devops/Ansible-EC2-clusters | 5d181792192c7cd87c9279b836a8cca65d247a66 | 0 | roles/file_management | 8,062 | [
"no_license"
] | [
{
"path": "roles/file_management/tasks/main.yml",
"content": "---\r\n- name: Create a file /tmp/devops.txt\r\n file:\r\n path: /tmp/devops.txt\r\n state: touch\r\n\r\n- name: Add a line of text to the file\r\n lineinfile:\r\n path: /tmp/devops.txt\r\n line: \"This is my custom message.\"\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | itgenius-devops/Ansible-EC2-clusters | 5d181792192c7cd87c9279b836a8cca65d247a66 | 0 | roles/ping_check | 8,062 | [
"no_license"
] | [
{
"path": "roles/ping_check/tasks/main.yml",
"content": "---\r\n- name: Ping the hosts\r\n ping:\r\n\r\n- name: Check system uptime\r\n shell: uptime\r\n\r\n- name: Check current user\r\n shell: whoami\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/ceph_bootstrap | 8,062 | [
"no_license"
] | [
{
"path": "roles/ceph_bootstrap/tasks/main.yml",
"content": "---\n\n- name: Install ceph/cephadm dependencies\n apt:\n name:\n - podman\n - catatonit\n - sudo\n - chrony\n - ca-certificates\n - lvm2\n state: present\n\n- name: Download cephadm\n get_url:\n url: https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/ceph_hosts | 8,062 | [
"no_license"
] | [
{
"path": "roles/ceph_hosts/tasks/main.yml",
"content": "---\n\n- name: Install ceph/cephadm dependencies\n apt:\n name:\n - podman\n - catatonit\n - sudo\n - chrony\n - ca-certificates\n - lvm2\n - ceph-common\n state: present\n\n- name: store master node name in v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1271,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/ceph_osd | 8,062 | [
"no_license"
] | [
{
"path": "roles/ceph_osd/tasks/main.yml",
"content": "---\n\n- name: pause the playbook to wait for cephadm to finish\n pause:\n seconds: 30\n\n- name: store master node name in var\n set_fact:\n master_node: \"{{ groups.master_node[0] }}\"\n\n- name: Add /dev/vdb as OSD\n command: \"ceph orch dae... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/drbd | 8,062 | [
"no_license"
] | [
{
"path": "roles/drbd/tasks/main.yml",
"content": "---\n\n- name: install DRBD related packages\n apt:\n name: \n - drbd-utils\n state: present\n\n- name: Configure DRBD module options\n copy:\n dest: /etc/modprobe.d/drbd.conf\n content: \"options drbd minor_count=128 usermode_helper=/bin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/ganeti | 8,062 | [
"no_license"
] | [
{
"path": "roles/ganeti/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt:\n name:\n - ganeti-os-noop\n\n- name: Install required packages for Debian trixie\n apt:\n name: qemu-system-modules-spice\n state: present\n when: ansible_distribution_release == \"trixie\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4301,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/ganeti_source_build | 8,062 | [
"no_license"
] | [
{
"path": "roles/ganeti_source_build/tasks/main.yml",
"content": "---\n\n- name: Configure/Enable en_US.UTF-8 locale\n locale_gen:\n name: en_US.UTF-8\n state: present\n\n- name: Install Ganeti general build dependencies\n apt:\n name:\n - drbd-utils\n - fping\n - graphviz\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3915,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/ganeti_xen | 8,062 | [
"no_license"
] | [
{
"path": "roles/ganeti_xen/tasks/main.yml",
"content": "---\n\n- name: Install xen packages\n apt:\n name:\n - xen-system\n - qemu-system-xen\n state: present\n\n- name: Install xend-config.xsp\n copy:\n src: xend-config.xsp\n dest: /etc/xen/xend-config.xsp\n owner: root\n gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/nfs_client | 8,062 | [
"no_license"
] | [
{
"path": "roles/nfs_client/tasks/main.yml",
"content": "---\n\n- name: Install required packages\n apt:\n name:\n - nfs-common\n state: present\n\n- name: Create nfs client directory\n file:\n path: /srv/ganeti/shared-file-storage\n state: directory\n\n- name: mount nfs share\n mount:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/nfs_server | 8,062 | [
"no_license"
] | [
{
"path": "roles/nfs_server/tasks/main.yml",
"content": "---\n\n- name: Install required packages\n apt:\n name:\n - nfs-kernel-server\n - nfs-common\n state: present\n\n- name: Create nfs server directory\n file:\n path: /srv/ganeti/shared-file-storage\n state: directory\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | ganeti/ganeti-cluster-testing | 6b5fcc623fb771dc2abb1e2c204b844dc61fc70d | 4 | roles/storage | 8,062 | [
"no_license"
] | [
{
"path": "roles/storage/tasks/main.yml",
"content": "---\n\n- name: Install lvm packages\n apt:\n name: lvm2\n state: present\n\n- name: Create physical volume / volume group for ganeti\n lvg:\n pvs: /dev/vdb\n vg: gnt\n state: present\n\n\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | Ajperona/AJ_HOA15 | c2ab2a55b08d22322eac46c9d38db06608022121 | 0 | roles/horizon | 8,062 | [
"no_license"
] | [
{
"path": "roles/horizon/tasks/main.yml",
"content": "---\n - name: Install Horizon packages\n apt:\n name:\n - openstack-dashboard\n state: present\n\n - name: Configure Horizon settings\n template:\n src: local_settings.py.j2\n dest: /etc/openstack-dash... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | Ajperona/AJ_HOA15 | c2ab2a55b08d22322eac46c9d38db06608022121 | 0 | roles/neutron | 8,062 | [
"no_license"
] | [
{
"path": "roles/neutron/tasks/main.yml",
"content": "---\n\n - name: Install Neutron packages\n apt:\n name:\n - neutron-server\n - neutron-plugin-ml2\n - neutron-linuxbridge-agent\n - neutron-l3-agent\n - neutron-dhcp-agent\n - neutron-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/aws-openvpn | b52f368ca61487e44a211b42726cbaa214c98e1d | 0 | ansible/roles/client | 8,062 | [
"no_license"
] | [
{
"path": "ansible/roles/client/tasks/add_gen_key.yml",
"content": "---\n- name: OpenVPN | Add Clients | Check for existing private key passwords\n local_action:\n module: stat\n path: \"{{ local_creds_folder }}/{{ item }}/{{ openvpn_server_common_name }}_pk_pass.txt\"\n become: False\n register: c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5852,
"all_permissive": false
} |
ansible_role | zufardhiyaulhaq/aws-openvpn | b52f368ca61487e44a211b42726cbaa214c98e1d | 0 | ansible/roles/openvpn | 8,062 | [
"no_license"
] | [
{
"path": "ansible/roles/openvpn/tasks/packages.yml",
"content": "---\n- name: OpenVPN | package | Install requirement packages\n apt:\n pkg:\n - apt-transport-https\n update_cache: yes\n\n- name: OpenVPN | package | Install requirement packages\n apt:\n pkg:\n - ca-certificates\n - py... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1406,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.