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 | SQLean/ELK_stack | fda62313a33734e89f98a542dbc47a0a52228fde | 0 | roles/elasticsearch | 36 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: create Docker volumes for Elasticsearch\n include_role:\n name: common\n tasks_from: prepare-volumes\n with_items:\n - { name: elasticsearch-data, path: \"{{ elasticsearch.data_dir }}\" }\n - { name: elasticsearch-conf, path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1286,
"all_permissive": false
} |
ansible_role | SQLean/ELK_stack | fda62313a33734e89f98a542dbc47a0a52228fde | 0 | roles/kibana | 36 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: create Docker volume for Kibana\n include_role:\n name: common\n tasks_from: prepare-volumes\n with_items:\n - { name: kibana-conf, path: \"{{ kibana.conf_dir }}\" }\n\n- name: pull Kibana image\n docker_image:\n name: \"{{ kibana.i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/build_tools | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/build_tools/tasks/main.yml",
"content": "---\n\n- name: install build tools\n yum: name=\"@Development tools\"\n state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/db_backup | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/db_backup/tasks/main.yml",
"content": "---\n\n- name: create the omero backup directory\n file: path={{ omero_backup_dir }}\n owner=\"{{ omero_admin_user }}\"\n state=directory\n\n- name: add cron job to backup postgres db\n cron: name=\"Backup OMERO postgres DB... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/epel | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/epel/tasks/main.yml",
"content": "---\n# This playbook adds the epel repository.\n\n- name: add the epel repository\n package:\n name: epel-release\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/ferm | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/ferm/tasks/main.yml",
"content": "---\n# Install and configure ferm.\n#\n\n- name: install iptables-services for centos7 # needed save iptables handler\n yum: name=iptables-services\n state=present\n ignore_errors: yes # in case we run on centos6\n\n- name: install f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/get_omero_version | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/get_omero_version/tasks/main.yml",
"content": "---\n# Get the tarball of OMERO.server that matches {{ omero_version }}\n\n- name: download and unpackage the omero tarball\n unarchive:\n src: \"http://downloads.openmicroscopy.org/omero/{{ omero_version }}/artifacts/OMERO.ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2041,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/hdf5 | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/hdf5/tasks/main.yml",
"content": "---\n# Download and install hdf5.\n\n- name: download the hdf5 source\n get_url: url=https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.14/src/hdf5-1.8.14.tar.gz\n dest=/usr/local/src/hdf5-1.8.14.tar.gz\n\n- name: unpac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/ice | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/ice/tasks/main.yml",
"content": "---\n# Download, install & configure ICE\n\n- name: add the zeroc repo\n get_url:\n url: https://zeroc.com/download/Ice/3.6/el7/zeroc-ice3.6.repo\n dest: /etc/yum.repos.d/\n\n- name: install ICE packages\n yum:\n name: [ glacier2, ice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/ldap_config | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/ldap_config/tasks/main.yml",
"content": "---\n# Configure ldap authentication.\n\n\n- name: configure ldap\n become_user: \"{{ omero_user_name }}\"\n command: \"{{ omero_cmd }} config set {{ item.key }} {{ item.value }}\"\n with_items:\n - { key: 'omero.ldap.config', valu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/nginx | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/handlers/main.yml",
"content": "---\n\n- name: restart nginx\n command: service nginx restart\n\n- name: run ferm\n command: ferm /etc/ferm/ferm.conf\n notify: save iptables\n\n- name: save iptables\n command: service iptables save\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/omero | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/omero/handlers/main.yml",
"content": "- import_tasks: roles/nginx/handlers/main.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "provisioning/roles/omero/tasks/main.yml",
"content": "---\n\n# Download and inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8288,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/omero_web | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/omero_web/templates/bashrc",
"content": "export WEBSESSION=True\nexport OMERODIR={{ omero_web_dir }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "provisioning/roles/omero_web/defaults/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4516,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/plugins | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/plugins/defaults/main.yml",
"content": "---\n\npip_dependencies:\n - reportlab\n - markdown\n\npip_plugins:\n # - \"omero-webtagging-autotag\"\n - \"omero-iviewer\"\n - \"omero-figure==3.2.1\"\n\nomero_plugin_names:\n # - \"omero_webtagging_autotag\"\n - \"omero_iviewer\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3137,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/postgres | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgres/tasks/main.yml",
"content": "---\n\n# Install and configure postgres.\n\n- name: add the postgres repo\n yum:\n name: https://yum.postgresql.org/11/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n ignore_unreachable: true\n ignore_err... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/python | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/python/tasks/main.yml",
"content": "---\n# Install the python package dependencies.\n\n- name: install python development bundle with yum\n yum:\n name: [ python-setuptools, python3-devel, python3-pip, python3-setuptools ]\n state: present\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | JIC-CSB/omero-ansible | 5cb12a582da91d13adddc941c1c974f5ec40d1c1 | 3 | provisioning/roles/updatedb | 36 | [
"no_license"
] | [
{
"path": "provisioning/roles/updatedb/defaults/main.yml",
"content": "---\n\n# Version of OMERO we're upgrading from\n# Use omero_version from provisioning/vars.yml for new version\nold_version: 5.5.1\nold_build: 122\nold_schema_version: \"OMERO5.4\"\n\n# Path to the SQL file that updates the OMERO schema\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2134,
"all_permissive": false
} |
ansible_role | mminichino/db-host-prep | 8e8f5e83f766f0f3b7fc797829e27ac742295761 | 0 | playbooks/roles/add-db-account | 36 | [
"no_license"
] | [
{
"path": "playbooks/roles/add-db-account/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - add-db-account\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "playbooks/roles/add-db-account/defaults/main.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1753,
"all_permissive": false
} |
ansible_role | mminichino/db-host-prep | 8e8f5e83f766f0f3b7fc797829e27ac742295761 | 0 | playbooks/roles/copy-software | 36 | [
"no_license"
] | [
{
"path": "playbooks/roles/copy-software/tasks/local.yml",
"content": "---\n# tasks file for local\n#\n- name: Copy software\n ansible.builtin.copy:\n src: \"{{ sw_dir }}/\"\n dest: \"/opt/software\"\n owner: dbuser\n group: dba\n mode: '0644'\n",
"license_type": "no_license",
"detec... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1694,
"all_permissive": false
} |
ansible_role | mminichino/db-host-prep | 8e8f5e83f766f0f3b7fc797829e27ac742295761 | 0 | playbooks/roles/get-info | 36 | [
"no_license"
] | [
{
"path": "playbooks/roles/get-info/defaults/main.yml",
"content": "---\n# defaults file for get-info",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "playbooks/roles/get-info/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | mminichino/db-host-prep | 8e8f5e83f766f0f3b7fc797829e27ac742295761 | 0 | playbooks/roles/host-prep | 36 | [
"no_license"
] | [
{
"path": "playbooks/roles/host-prep/handlers/main.yml",
"content": "---\n# handlers file for host-prep",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "playbooks/roles/host-prep/tasks/main.yml",
"content": "---\n# tasks file for host-prep\n- na... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2444,
"all_permissive": false
} |
ansible_role | mminichino/db-host-prep | 8e8f5e83f766f0f3b7fc797829e27ac742295761 | 0 | playbooks/roles/install-sw-packages | 36 | [
"no_license"
] | [
{
"path": "playbooks/roles/install-sw-packages/tasks/main.yml",
"content": "---\n# tasks file for install-sw-packages\n- name: Install the latest wget\n yum:\n name: wget\n state: latest\n- name: Install the latest curl\n yum:\n name: curl\n state: latest\n- name: Install the latest git\n yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | mminichino/db-host-prep | 8e8f5e83f766f0f3b7fc797829e27ac742295761 | 0 | playbooks/roles/make-swap | 36 | [
"no_license"
] | [
{
"path": "playbooks/roles/make-swap/tasks/main.yml",
"content": "---\n# tasks file for make-swap\n- name: Add Galaxy collection\n command: \"ansible-galaxy collection install community.general\"\n become: yes\n delegate_to: localhost\n when: run_setup|bool == true\n- name: Create swap partition\n part... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | AlbertN1234/ansible | 7ecc70fbb475d91a399515302e2d56011a114a88 | 0 | create_mysql_database_using_ansible/roles/apache | 36 | [
"no_license"
] | [
{
"path": "create_mysql_database_using_ansible/roles/apache/vars/main.yml",
"content": "---\n# vars file for apache\n#\napache_pkg: httpd\napache_service: httpd\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "create_mysql_database_using_ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | AlbertN1234/ansible | 7ecc70fbb475d91a399515302e2d56011a114a88 | 0 | create_mysql_database_using_ansible/roles/firewall | 36 | [
"no_license"
] | [
{
"path": "create_mysql_database_using_ansible/roles/firewall/tasks/main.yml",
"content": "---\n# tasks file for firewall \n# This task can ONLY be done on an in premise rhel/centos server \n- name: Configure firewall\n lineinfile:\n path: /etc/sysconfig/iptables\n regexp: '-A INPUT -p tc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | AlbertN1234/ansible | 7ecc70fbb475d91a399515302e2d56011a114a88 | 0 | create_mysql_database_using_ansible/roles/mysql | 36 | [
"no_license"
] | [
{
"path": "create_mysql_database_using_ansible/roles/mysql/tasks/redhatcentos.yml",
"content": "- name: Install mysql on centos and rhel\n yum: name={{ centos_sql }} state=present\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Redhat'\n\n- name: Start mysql in centos and rhel\n se... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | AlbertN1234/ansible | 7ecc70fbb475d91a399515302e2d56011a114a88 | 0 | create_mysql_database_using_ansible/roles/php | 36 | [
"no_license"
] | [
{
"path": "create_mysql_database_using_ansible/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n\n- name: Install php\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php\n - php-gd\n - php-mysql\n\n- name: copy info.php\n copy:\n src: files/i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | AlbertN1234/ansible | 7ecc70fbb475d91a399515302e2d56011a114a88 | 0 | create_mysql_database_using_ansible/roles/wordpress | 36 | [
"no_license"
] | [
{
"path": "create_mysql_database_using_ansible/roles/wordpress/vars/main.yml",
"content": "---\n# vars file for wordpress\n\nw_url: https://wordpress.org/wordpress-5.1.1.tar.gz\ndest_url: /tmp\ndest_url2: /tmp/wordpress\nDocRoot: /var/www/html\nowner_name: apache\ngroup_owner: apache\nservice_name: httpd\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3001,
"all_permissive": false
} |
ansible_role | ansible/receptor-collection | 0cdca32885805ea0494514e5de57916b2ffc1674 | 16 | roles/podman | 36 | [
"permissive"
] | [
{
"path": "roles/podman/defaults/main.yml",
"content": "---\npodman_user: 'podman'\npodman_group: 'podman'\n\ndefault_runtime: 'crun'\ndefault_cgroup_manager: 'cgroupfs'\n\n_hostname: \"{{ routable_hostname | default(ansible_host) }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3349,
"all_permissive": true
} |
ansible_role | ansible/receptor-collection | 0cdca32885805ea0494514e5de57916b2ffc1674 | 16 | roles/setup | 36 | [
"permissive"
] | [
{
"path": "roles/setup/tasks/setup-release.yml",
"content": "---\n- name: Get latest release of receptor repository\n ansible.builtin.uri:\n url: \"https://api.github.com/repos/{{ receptor_github_owner }}/\\\n {{ receptor_github_repo }}/releases/latest\"\n register: latest_receptor_release\n\n- na... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 18300,
"all_permissive": true
} |
ansible_role | takezyou/fio_benchmark | 5bf750b0ba76b76bbf1fe06e597aedbf074fde30 | 0 | ansible/roles/benchmark | 36 | [
"no_license"
] | [
{
"path": "ansible/roles/benchmark/tasks/make_report.yml",
"content": "---\n- name: Make Report\n file:\n path: /root/result.txt\n state: absent\n\n- name: Execute \n script: ../../../../report.pl\n args:\n executable: perl\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2627,
"all_permissive": false
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/argo_storage | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/argo_storage/defaults/main.yaml",
"content": "---\nlocal_data_base_directory: /mnt/kubernetes-disks\nlocal_data_permissions: 02774\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 83
},
{
"path": "ansible/p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 743,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/docker | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/docker/files/docker-daemon.json",
"content": "{\n \"features\": {\n \"containerd-snapshotter\": true\n }\n}\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 59
},
{
"path": "ansible/playbooks/roles/doc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2259,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/fail2ban | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/fail2ban/tasks/main.yaml",
"content": "---\n- name: Ensure fail2ban is present.\n ansible.builtin.apt:\n name: fail2ban\n state: present\n\n- name: Copy fail2ban config.\n ansible.builtin.copy:\n src: fail2ban-jails.local\n dest: /etc/fail2ban/jail.local\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/git | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/git/defaults/main.yaml",
"content": "ssl_libs:\n - libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb\ngit_dir: /home/{{ ansible_user }}/git\nrepositories:\n - homelab\n - notepad\n - blog\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2598,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/gpu_drivers | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/gpu_drivers/tasks/main.yml",
"content": "---\n- name: Check kernel version\n ansible.builtin.command:\n cmd: uname -r\n register: kernel_version\n changed_when: false\n- name: Download kernel and gpu drivers.\n when: ansible_distribution == \"Debian\" and kernel_ve... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1416,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/jetbrains | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/jetbrains/tasks/main.yaml",
"content": "---\n- name: Check newest PyCharm version.\n ansible.builtin.uri:\n url: \"https://download.jetbrains.com/product?code=PCA&latest&distribution=linux\"\n method: GET\n register: version_raw\n\n- name: Get PyCharm Version.\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1933,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/k8s-tools | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/k8s-tools/defaults/main.yaml",
"content": "helm_repos:\n - repo_name: jetstack\n repo_url: https://charts.jetstack.io\n - repo_name: crowdsec\n repo_url: https://crowdsecurity.github.io/helm-charts\n - repo_name: ingress-nginx\n repo_url: https://kubernetes.git... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4857,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/nut_client | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/nut_client/defaults/main.yaml",
"content": "---\nnut_name: \"ups\"\nnut_username: \"monuser\"\nnut_password: \"<PASSWORD>\"\nnut_server_ip: \"192.168.0.6\"\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 100
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 854,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/oh-my-zsh | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/oh-my-zsh/defaults/main.yaml",
"content": "zsh_packages:\n - git\n - zsh\n - fzf\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 38
},
{
"path": "ansible/playbooks/roles/oh-my-zsh/files/.zshrc",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3996,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/ssh_hardening | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/ssh_hardening/tasks/main.yaml",
"content": "---\n- name: Replace RSA keypair.\n community.crypto.openssh_keypair:\n state: present\n type: rsa\n size: \"4096\"\n path: \"/etc/ssh/ssh_host_rsa_key\"\n force: false\n comment: \"{{ ansible_hostname }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1472,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/ubuntu | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/ubuntu/defaults/main.yaml",
"content": "resolv_conf_path: \"/etc/resolv.conf\"\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 37
},
{
"path": "ansible/playbooks/roles/ubuntu/tasks/main.yaml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2731,
"all_permissive": true
} |
ansible_role | theadzik/homelab | d4950abd1eae60099d3667fd6cb5fb6bdf40022f | 3 | ansible/playbooks/roles/wsl | 36 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/wsl/tasks/main.yaml",
"content": "---\n- block:\n - name: Copy wsl.conf.\n ansible.builtin.copy:\n src: \"wsl.conf\"\n dest: \"/etc/wsl.conf\"\n owner: root\n group: root\n mode: \"0644\"\n\n - name: Add passwordless sudo permi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": true
} |
ansible_role | BorisCaiza/PlaybooksPractice | 5d0dfa7c6f31fecf0326e1b37c59ab41b862a7a6 | 0 | Task/roles/homework | 36 | [
"no_license"
] | [
{
"path": "Task/roles/homework/templates/myTest.j2",
"content": "{{mytest_content}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "Task/roles/homework/vars/main.yml",
"content": "---\nmytest_content: \"test\"",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2144,
"all_permissive": false
} |
ansible_role | sriprasadtg/RH294 | 6d7eb511322430b5742cbb73a3c845f2f15872be | 0 | examprep/roles/phphello | 36 | [
"no_license"
] | [
{
"path": "examprep/roles/phphello/vars/main.yml",
"content": "---\n# vars file for apache\ninstall_pkg:\n - httpd\n - firewalld\n\nservice_list:\n - httpd\n - firewalld\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "examprep/roles/phphello... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | sriprasadtg/RH294 | 6d7eb511322430b5742cbb73a3c845f2f15872be | 0 | session6/roles/apache2 | 36 | [
"no_license"
] | [
{
"path": "session6/roles/apache2/vars/main.yml",
"content": "---\n# vars file for apache2\n#\napache_pkg: httpd\napache_svc: httpd\ndocroot: /opt/apache\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "session6/roles/apache2/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | sriprasadtg/RH294 | 6d7eb511322430b5742cbb73a3c845f2f15872be | 0 | session6/roles/apache_orig | 36 | [
"no_license"
] | [
{
"path": "session6/roles/apache_orig/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: Install required packages\n dnf:\n name: \"{{item}}\"\n state: present\n loop: \"{{pkg_name}}\"\n\n- name: Start & Enable Services\n service:\n name: \"{{item}}\"\n state: started\n ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | sriprasadtg/RH294 | 6d7eb511322430b5742cbb73a3c845f2f15872be | 0 | session6/roles/firewall2 | 36 | [
"no_license"
] | [
{
"path": "session6/roles/firewall2/handlers/main.yml",
"content": "---\n# handlers file for firewall2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "session6/roles/firewall2/tasks/main.yml",
"content": "---\n# tasks file for firewall2\n#\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | JesseParrott/nexus-ansible-deploy | e6c581f13c248d139bc950bcb202863d7a76933e | 0 | roles/nexus_vlan | 38 | [
"no_license"
] | [
{
"path": "roles/nexus_vlan/vars/main.yml",
"content": "vlan_id: 100\nvlan_name: PROD_VLAN\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/nexus_vlan/tasks/main.yml",
"content": "- name: Configure VLAN\n nxos_vlan:\n vlan_id: \"{{ v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | ComputeCanada/openstack-ansible-tesseract | 49db229d4596f4bff9407860658d6be6c74c1dd6 | 0 | roles/apache-spark | 38 | [
"no_license"
] | [
{
"path": "roles/apache-spark/vars/main.yml",
"content": "---\n# vars file for apache-spark",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/apache-spark/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2851,
"all_permissive": false
} |
ansible_role | ComputeCanada/openstack-ansible-tesseract | 49db229d4596f4bff9407860658d6be6c74c1dd6 | 0 | roles/jupyter-notebook | 38 | [
"no_license"
] | [
{
"path": "roles/jupyter-notebook/vars/main.yml",
"content": "---\n# vars file for jupyter_notebook",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/jupyter-notebook/handlers/main.yml",
"content": "---\n# handlers file for jupyter_notebook... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1666,
"all_permissive": false
} |
ansible_role | ComputeCanada/openstack-ansible-tesseract | 49db229d4596f4bff9407860658d6be6c74c1dd6 | 0 | roles/openssl-certs | 38 | [
"no_license"
] | [
{
"path": "roles/openssl-certs/handlers/main.yml",
"content": "---\n# handlers file for openssl-certs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/openssl-certs/defaults/main.yml",
"content": "---\n# defaults file for openssl-certs\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2021-11/Deron-D_infra | 6e3df822f6d04007a3385c62247c1de70df0187b | 0 | ansible/roles/app | 38 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for app\n- name: Show info about the env this host belongs to\n debug: msg=\"This host is in {{ env }} environment!!!\"\n\n- name: Show info about int_addr\n debug: msg=\"This host has internal address {{ int_addr }} !!!\"\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | pequalsnp/basement-datacenter | 97172badb53cd2d595d29add958062f39bd35ca0 | 1 | roles/base | 38 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "- name: Create user {{ target_username }}\n become: yes\n user:\n name: \"{{ target_username }}\"\n- name: Set ssh key\n become: yes\n authorized_key:\n user: \"{{ target_username }}\"\n state: present\n key: \"{{ lookup('file', ssh_publick... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | pequalsnp/basement-datacenter | 97172badb53cd2d595d29add958062f39bd35ca0 | 1 | roles/ddns | 38 | [
"no_license"
] | [
{
"path": "roles/ddns/tasks/main.yaml",
"content": "---\n- name: Get public ip\n ipify_facts:\n- route53:\n state: present\n zone: \"{{ item.zone }}\"\n record: \"{{ item.record }}\"\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n hosted_zone_id: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | pequalsnp/basement-datacenter | 97172badb53cd2d595d29add958062f39bd35ca0 | 1 | roles/has_apt_packages | 38 | [
"no_license"
] | [
{
"path": "roles/has_apt_packages/tasks/main.yaml",
"content": " - name: Install {{ packages }}\n become: yes\n apt:\n name: \"{{ packages }}\"\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | pequalsnp/basement-datacenter | 97172badb53cd2d595d29add958062f39bd35ca0 | 1 | roles/has_apt_repo | 38 | [
"no_license"
] | [
{
"path": "roles/has_apt_repo/tasks/main.yaml",
"content": "- name: Add the apt key for {{ name }}\n become: yes\n apt_key:\n id: \"{{ keyid }}\"\n keyserver: \"{{ keyserver }}\"\n state: present\n- name: Add repo for {{ name }}\n become: yes \n apt_repository:\n repo: \"{{repo}}\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | pequalsnp/basement-datacenter | 97172badb53cd2d595d29add958062f39bd35ca0 | 1 | roles/wireguard | 38 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/generatekeys.yaml",
"content": "- name: Create server key pair for {{ ansible_hostname }}\n include_tasks: ./wireguardkeypair.yaml\n vars:\n name: \"{{ ansible_hostname }} \"\n- name: Create client key pairs\n include_tasks: ./wireguardkeypair.yaml\n vars:\n name: ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3353,
"all_permissive": false
} |
ansible_role | dmmar/netascode | 1d15e717b600d38bd33a65fa110e1c129d72e5df | 60 | Ansible/Roles/ZBF | 38 | [
"no_license"
] | [
{
"path": "Ansible/Roles/ZBF/templates/junos.j2",
"content": " zones {\n{% for zone in sec_zones %}\n security-zone {{ zone.zone_name }} {\n address-book {\n {% for address in zone.address_books %}\n address {{ address.address }};\n {% endfor %}\n }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2215,
"all_permissive": false
} |
ansible_role | dmmar/netascode | 1d15e717b600d38bd33a65fa110e1c129d72e5df | 60 | Ansible/Roles/basic_config | 38 | [
"no_license"
] | [
{
"path": "Ansible/Roles/basic_config/tasks/main.yml",
"content": "---\n\n- name: generate basic-config from templates\n template: src=../templates/{{ansible_network_os}}.j2 dest={{config_dir}}/{{inventory_hostname}}/1_basic-config.conf",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2282,
"all_permissive": false
} |
ansible_role | dmmar/netascode | 1d15e717b600d38bd33a65fa110e1c129d72e5df | 60 | Ansible/Roles/interfaces | 38 | [
"no_license"
] | [
{
"path": "Ansible/Roles/interfaces/templates/ios_access.j2",
"content": "{% for iface in interfaces_access %}\n!\ninterface {{ iface.name }}\n description {{ iface.description }}\n switchport mode access\n switchport access vlan {{ iface.vlan }}\n spanning-tree {{ iface.portfast }}\n spanning-tree bpduguar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 3902,
"all_permissive": false
} |
ansible_role | dmmar/netascode | 1d15e717b600d38bd33a65fa110e1c129d72e5df | 60 | Ansible/Roles/interfaces_vlans | 38 | [
"no_license"
] | [
{
"path": "Ansible/Roles/interfaces_vlans/templates/ios.j2",
"content": "{% for iface in interfaces_vlans %}\n!\ninterface {{ iface.name }}\n encapsulation dot1q {{ iface.vlan }}\n description {{ iface.description }}\n ip address {{ iface.ip }}\n {{ iface.shutdown }}\n!\n{% endfor %}",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | dmmar/netascode | 1d15e717b600d38bd33a65fa110e1c129d72e5df | 60 | Ansible/Roles/stp | 38 | [
"no_license"
] | [
{
"path": "Ansible/Roles/stp/templates/ios.j2",
"content": "!\nspanning-tree mode {{ stp_mode }}\n!\n{% for vlan in stp_vlan %}\nspanning-tree vlan {{ vlan.vlan_number }} priority {{ vlan.vlan_priority }}\n{% endfor %}\n!",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | dmmar/netascode | 1d15e717b600d38bd33a65fa110e1c129d72e5df | 60 | Ansible/Roles/vlans | 38 | [
"no_license"
] | [
{
"path": "Ansible/Roles/vlans/templates/ios.j2",
"content": "!\n{{ vtp_mode }}\n!\n{% for vlan in vlans %}\n!\nvlan {{ vlan.vlan_number }}\n name {{ vlan.vlan_name }}\n!\n{% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "Ansible/Roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | Vertalab/rails-react-es6-ansible-capistrano | 2d2ae82ad6d19190ef9de8618e528cfea486c06a | 6 | config/ansible/roles/dependencies | 38 | [
"no_license"
] | [
{
"path": "config/ansible/roles/dependencies/tasks/main.yml",
"content": "---\n- name: ping all hosts\n ping:\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Safe aptitude upgrade\n apt: upgrade=safe\n async: 600\n poll: 5\n\n- name: Install rails package dependencies\n apt: name={{ item ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | Vertalab/rails-react-es6-ansible-capistrano | 2d2ae82ad6d19190ef9de8618e528cfea486c06a | 6 | config/ansible/roles/else | 38 | [
"no_license"
] | [
{
"path": "config/ansible/roles/else/tasks/main.yml",
"content": "---\n- name: 'rails | copy secrets.yml'\n copy: 'src=configs/secrets.yml dest={{ shared }}/secrets.yml owner={{ user }} group={{ user }} mode=0644'\n\n- name: set rbenv chmod\n command: sudo chmod -R 777 /home/deploy/.rbenv/\n tags:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | Vertalab/rails-react-es6-ansible-capistrano | 2d2ae82ad6d19190ef9de8618e528cfea486c06a | 6 | config/ansible/roles/nginx | 38 | [
"no_license"
] | [
{
"path": "config/ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: 'nginx | check config'\n command: 'test -f /{{ nginx_enabled }}/{{ name }}.conf'\n register: 'nginx_config_copied'\n ignore_errors: yes\n\n- name: 'nginx | createdir'\n shell: 'rm /{{ nginx_enabled }}/default; mkdir -p {{ ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | Vertalab/rails-react-es6-ansible-capistrano | 2d2ae82ad6d19190ef9de8618e528cfea486c06a | 6 | config/ansible/roles/postgres | 38 | [
"no_license"
] | [
{
"path": "config/ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: 'postgresql | check user'\n shell: 'psql -U postgres -c \"\\copyright\"'\n register: 'postgres_login'\n ignore_errors: yes\n\n- name: 'postgresql | set auth type'\n copy: 'src=configs/pg_hba.conf dest=/etc/postgresql/9.3/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1352,
"all_permissive": false
} |
ansible_role | rsmbyk/cloud-computing | 6387e154ab603929fcec5781d640124591c8036a | 0 | ansible/tugas/roles/db | 38 | [
"no_license"
] | [
{
"path": "ansible/tugas/roles/db/tasks/mysql.yml",
"content": "- name: Install mysql\n become: yes\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: Copy mysql configuration file\n become: yes\n template:\n src: my.cnf\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | rsmbyk/cloud-computing | 6387e154ab603929fcec5781d640124591c8036a | 0 | ansible/tugas/roles/migrate | 38 | [
"no_license"
] | [
{
"path": "ansible/tugas/roles/migrate/tasks/migrate.yml",
"content": "- name: Migrate\n become: yes\n shell: php artisan migrate\n args:\n chdir: /var/www/Hackathon",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "ansible/tugas/roles/migrate/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | rsmbyk/cloud-computing | 6387e154ab603929fcec5781d640124591c8036a | 0 | ansible/tugas/roles/workers | 38 | [
"no_license"
] | [
{
"path": "ansible/tugas/roles/workers/tasks/php.yml",
"content": "- name: Add ppa:ondrej/php for PHP7.2\n become: yes\n apt_repository:\n repo: ppa:ondrej/php\n\n- name: Install required PHP modules\n become: yes\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - php7.2\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1750,
"all_permissive": false
} |
ansible_role | Miekrif/ansible_clickhouse_zookeper | afea1e84c16ee55ca1a9bbf9174dfb3987200a0e | 0 | clickhouse_v1/roles/ansible-clickhouse | 38 | [
"no_license"
] | [
{
"path": "clickhouse_v1/roles/ansible-clickhouse/tasks/install/dnf.yml",
"content": "---\n# Main installation actions\n# https://clickhouse.com/docs/en/getting-started/#installation\n\n- name: Install ClickHouse common static package\n command: urpmi --auto {{ clickhouse_common_static_package }}\n become... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4157,
"all_permissive": false
} |
ansible_role | Miekrif/ansible_clickhouse_zookeper | afea1e84c16ee55ca1a9bbf9174dfb3987200a0e | 0 | clickhouse_v1/roles/ansible-clickhouse-dp | 38 | [
"no_license"
] | [
{
"path": "clickhouse_v1/roles/ansible-clickhouse-dp/tasks/zookeeper.yml",
"content": "---\n\n# /usr/share/zookeeper/ is the default bin folder ZooKeeper will use when starting\n- name: Install Zookeeper\n command: urpmi --auto \"{{ item }}\"\n become: true\n loop: \"{{ lookup('fileglob', zookeeper_rpm_p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1738,
"all_permissive": false
} |
ansible_role | Miekrif/ansible_clickhouse_zookeper | afea1e84c16ee55ca1a9bbf9174dfb3987200a0e | 0 | clickhouse_v1/roles/copy_files | 38 | [
"no_license"
] | [
{
"path": "clickhouse_v1/roles/copy_files/defaults/main.yml",
"content": "---\ncopy_path_clickhouse: /opt/ansible/RPM/clickhouse\ncopy_path_zookeeper: /opt/ansible/RPM/zookeeper\ndest_path_clickhouse: /tmp/clickhouse\ndest_path_zookeeper: /tmp/zookeeper\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/argocd | 38 | [
"no_license"
] | [
{
"path": "roles/argocd/tasks/argocd-install.yml",
"content": "---\n- name: Create argocd namespace\n kubernetes.core.k8s:\n name: argocd\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Apply argocd ingress\n kubernetes.core.k8s:\n state: present\n namespace: argocd\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4079,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/kubeadm | 38 | [
"no_license"
] | [
{
"path": "roles/kubeadm/tasks/install_services_and_form_cluster.yml",
"content": "---\n- name: Load kernel modules\n lineinfile:\n path: /etc/modules-load.d/k8s.conf\n line: \"{{ item }}\"\n create: true\n loop:\n - overlay\n - br_netfilter\n tags: [add_new_master_nodes,add_new_worker_nod... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 38627,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/longhorn | 38 | [
"no_license"
] | [
{
"path": "roles/longhorn/templates/longhorn-test-pod.j2",
"content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: task-pv-pod\n namespace: default\nspec:\n volumes:\n - name: task-pv-storage\n persistentVolumeClaim:\n claimName: test-longhorn-vol-claim\n containers:\n - name: task-pv... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3857,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/metallb | 38 | [
"no_license"
] | [
{
"path": "roles/metallb/tasks/main.yml",
"content": "---\n#add metallb for LB services, and then later install ingress-nginx that uses that LB ip, we can than point our ingress for apps to this ingress-controller external LB ip provided by metallb, to get external access\n#https://medium.com/@tanmaybhandge... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/monitoring | 38 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/install_k8s_prometheus_grafana_loki.yml",
"content": "---\n- name: Gather kubernetes nodes facts\n setup:\n delegate_to: \"{{item}}\"\n delegate_facts: True\n with_items:\n - \"{{groups['kubeadm']}}\"\n\n- name: Create monitoring namespace\n kubernetes.core.k8s:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8040,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/nginx-controller | 38 | [
"no_license"
] | [
{
"path": "roles/nginx-controller/templates/ingress-nginx-values.j2",
"content": "replicaCount: 3\nextraArgs:\n default-ssl-certificate: \"default/tino-ingress-certificate\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/nginx-controller/te... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3732,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/provision | 38 | [
"no_license"
] | [
{
"path": "roles/provision/tasks/provision.yml",
"content": "---\r\n- name: Setup timezone\r\n timezone:\r\n name: CET\r\n\r\n- name: Disable CD-ROM repository if exists\r\n ansible.builtin.command:\r\n cmd: 'sed -i.bak -e \"s/^deb cdrom:/#deb cdrom:/\" /etc/apt/sources.list'\r\n\r\n- name: Set Host... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3268,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/rancher | 38 | [
"no_license"
] | [
{
"path": "roles/rancher/tasks/main.yml",
"content": "---\n- name: Install rancher\n import_tasks: install_rancher.yml\n when: inventory_hostname in groups['all']\n tags: [ 'never', 'install_rancher' ]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
},
{
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4175,
"all_permissive": false
} |
ansible_role | tinhutins/kubernetes | 0f7057247388fb8a062c897b90e4f5d5b34d8f82 | 0 | roles/tools | 38 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "---\n- name: Install tools\n import_tasks: install_tools.yml\n when: inventory_hostname in groups['master_nodes'] or inventory_hostname in groups['new_master_nodes']\n tags: [ 'never', 'install_tools' ]\n",
"license_type": "no_license",
"detecte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | Makki6210/ansible_terraform_aws_wp | 7243b1f5b7add829d8ced5acb52d21f5db0a08fc | 0 | roles/dnf | 38 | [
"no_license"
] | [
{
"path": "roles/dnf/defaults/main.yml",
"content": "---\ndnf_packages:\n - name: httpd.x86_64\n - name: php.x86_64\n - name: php-mysqlnd.x86_64\n - name: php-mbstring.x86_64\n - name: mysql-server.x86_64\n - name: python3-PyMySQL.noarch",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | Makki6210/ansible_terraform_aws_wp | 7243b1f5b7add829d8ced5acb52d21f5db0a08fc | 0 | roles/terraform | 38 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n- name: execute Terraform\n community.general.terraform:\n project_path: 'roles/terraform/'\n state: present\n register: result\n\n- name: debug\n debug:\n msg: \"{{ result }}\"",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3539,
"all_permissive": false
} |
ansible_role | Makki6210/ansible_terraform_aws_wp | 7243b1f5b7add829d8ced5acb52d21f5db0a08fc | 0 | roles/wordpress | 38 | [
"no_license"
] | [
{
"path": "roles/wordpress/defaults/main.yml",
"content": "---\nwp_version: 6.2.2\nwp_url: 'https://ja.wordpress.org/wordpress-{{ wp_version }}-ja.tar.gz'\nwp_archive_file: 'wordpress-{{ wp_version }}-ja.tar.gz'\nwp_md5: 'md5:200a716a5416816da4979199f5aaa33c'\n\nwp_cli_url: https://raw.githubusercontent.com... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3674,
"all_permissive": false
} |
ansible_role | ochosteve08/Ansible-LAMP | 3738b3fbb67f8d7919cb5b4e227666349f07776c | 0 | roles/common | 38 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for roles/common\n- name: restart apache\n service:\n name: apache2\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/common/vars/main.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | anton20044/Linux_Pro_29 | 98557dc202d29dd0d72239e4d27b02b9cf25eff8 | 0 | ansible/roles/pg | 38 | [
"no_license"
] | [
{
"path": "ansible/roles/pg/templates/barman.shell.cron",
"content": "#!/bin/bash\nbarman backup node1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/pg/tasks/main.yml",
"content": "---\n\n- name: Add repo key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 8695,
"all_permissive": false
} |
ansible_role | Takshika/Mediawiki-cicd | 0cfa0620d8b54ffffdb97dfbf9cdd187781f7982 | 0 | roles/deploy-cf-templates | 40 | [
"no_license"
] | [
{
"path": "roles/deploy-cf-templates/tasks/deploy_templates.yml",
"content": "---\n- name: Deploying cloud formation template via ansbile stack\n cloudformation:\n stack_name: \"MediaWiki-CICD-Pipeline-instance\"\n state: present\n disable_rollback: True\n region: \"us-east-1\"\n # template_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | Takshika/Mediawiki-cicd | 0cfa0620d8b54ffffdb97dfbf9cdd187781f7982 | 0 | roles/prepare-cf-templates | 40 | [
"no_license"
] | [
{
"path": "roles/prepare-cf-templates/tasks/main.yml",
"content": "---\n- block:\n - import_tasks: get_secrets.yml \n - import_tasks: prepare_templates.yml ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/prepare-cf-templates/tasks/get... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | Takshika/Mediawiki-cicd | 0cfa0620d8b54ffffdb97dfbf9cdd187781f7982 | 0 | roles/validate-cf-templates | 40 | [
"no_license"
] | [
{
"path": "roles/validate-cf-templates/tasks/validate_templates.yml",
"content": "---\n- name: \"Step 1 - Validate cloudformation templates using aws command\"\n command: aws cloudformation validate-template --template-url https://s3.amazonaws.com/{{ bucket_name }}/{{ subdirectory }}/{{ item | basename }}\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | VoightCloud/phpLDAPadmin | 45d4dc555112fc8afeb1f1da17d59943517a292d | 0 | roles/phpLDAPadmin | 40 | [
"no_license"
] | [
{
"path": "roles/phpLDAPadmin/tasks/main.yaml",
"content": "- name: Install Stable repos\n community.kubernetes.helm_repository:\n name: cetic\n repo_url: \"https://cetic.github.io/helm-charts\"\n\n- name: Create namespace\n community.kubernetes.k8s:\n name: \"{{ namespace }}\"\n api_version: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1600,
"all_permissive": false
} |
ansible_role | layereight/pi-shutdown | cd3bfe8a44da6d7672413b16212c14d40af95a0f | 1 | ansible/roles/systemd | 40 | [
"no_license"
] | [
{
"path": "ansible/roles/systemd/defaults/main.yml",
"content": "---\n\nsystemd_service_remove: False\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/systemd/tasks/systemd.yml",
"content": "---\n\n - name: Copy custom systemd s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | djonnala/build_ansible | e9c3716546e2aafe4b1820b2ea0210b62c89c1a0 | 0 | roles/general_tower | 40 | [
"no_license"
] | [
{
"path": "roles/general_tower/tasks/main.yml",
"content": "---\n\n- name: Create bundle directory\n file: path=/root/ansible_bundle state=directory\n\n- name: Copy setup Bundle\n copy: \"src=/tmp/ansible-tower-setup-bundle-{{tower_version}}-1.el{{ansible_distribution_major_version}}.tar.gz dest=/root/ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | djonnala/build_ansible | e9c3716546e2aafe4b1820b2ea0210b62c89c1a0 | 0 | roles/local_prereqs | 40 | [
"no_license"
] | [
{
"path": "roles/local_prereqs/tasks/main.yml",
"content": "---\n\n- name: Ensure Tmp Dir\n file: path=/tmp state=directory\n ignore_errors: yes\n\n\n- name: Download Tower Bundle EL7\n get_url: \"url=https://releases.ansible.com/ansible-tower/setup-bundle/ansible-tower-setup-bundle-{{tower_version}}-1.e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | djonnala/build_ansible | e9c3716546e2aafe4b1820b2ea0210b62c89c1a0 | 0 | roles/setup_tower | 40 | [
"no_license"
] | [
{
"path": "roles/setup_tower/templates/tower_setup_conf.j2",
"content": "admin_password: {{ admin_pass }}\ndatabase: internal\nmunin_password: {{ munin_pass | default('')}}\npg_password: {{ postgres_<PASSWORD> }}\nprimary_machine: {{ primary_ip }}\nredis_password: {{ redis_pass }}\nconfigure_private_vars:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | djonnala/build_ansible | e9c3716546e2aafe4b1820b2ea0210b62c89c1a0 | 0 | roles/tower_prereqs | 40 | [
"no_license"
] | [
{
"path": "roles/tower_prereqs/tasks/main.yml",
"content": "---\n- name: Install EPEL\n yum: \"name=epel-release state=present\"\n\n- name: Install Python Devel\n yum: \"name=python-devel state=latest\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-11/xeniaweber_microservices | d6e931e1eb539b0d089f480346dad9d01f64422c | 0 | docker-monolith/infra/ansible/roles/docker | 40 | [
"no_license"
] | [
{
"path": "docker-monolith/infra/ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install packages to use apt over HTTPS\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - python-pip\n update_cache: yes\n\n- name: Install Docker SDK for Pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-11/xeniaweber_microservices | d6e931e1eb539b0d089f480346dad9d01f64422c | 0 | docker-monolith/infra/ansible/roles/docker_reddit | 40 | [
"no_license"
] | [
{
"path": "docker-monolith/infra/ansible/roles/docker_reddit/vars/main.yml",
"content": "---\n# vars file for docker_reddit\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "docker-monolith/infra/ansible/roles/docker_reddit/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | vjsmit/roboshop-ansible | acdbf2db5756a7ed3a07c52063f5741319a09460 | 0 | roles/common | 40 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Configure nodejs repo\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name: Install nodejs\n ansible.builtin.yum:\n name: nodejs\n state: installed\n\n- name: App pre-req\n ansible.builtin.import_tas... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4651,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.