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 | mstroehle/ansible-redcap-aws | 3b6d10d0a70c0008ad4e70e91c093b464377a7f7 | 0 | roles/install_php | 248 | [
"no_license"
] | [
{
"path": "roles/install_php/tasks/main.yml",
"content": "---\n - name: Install PHP\n yum:\n name: php\n state: latest\n\n - name: Install PHP-mysql\n yum:\n name: php-mysql\n state: latest\n\n - name: Install php-mbstring\n yum:\n name: php-mbstring\n state: latest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | mstroehle/ansible-redcap-aws | 3b6d10d0a70c0008ad4e70e91c093b464377a7f7 | 0 | roles/mysql_bools | 248 | [
"no_license"
] | [
{
"path": "roles/mysql_bools/tasks/main.yml",
"content": "---\n - name: Install libselinux-python\n yum:\n name: libselinux-python\n state: latest\n\n - name: Install libsemanage-python\n yum:\n name: libsemanage-python\n state: latest\n\n - name: Enable httpd network connect fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | mstroehle/ansible-redcap-aws | 3b6d10d0a70c0008ad4e70e91c093b464377a7f7 | 0 | roles/transfer_redcap | 248 | [
"no_license"
] | [
{
"path": "roles/transfer_redcap/tasks/main.yml",
"content": "---\n - name: Install unzip\n yum:\n name: 'unzip'\n state: latest\n\n - name: unzip redcap\n unarchive:\n src: \"{{ redcap_zipfile }}\"\n dest: /var/www/html/\n owner: apache\n group: apache\n\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | mstroehle/ansible-redcap-aws | 3b6d10d0a70c0008ad4e70e91c093b464377a7f7 | 0 | roles/update | 248 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n - name: Update to latest packages\n yum:\n name: \"*\"\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | geetarista/ansible-go-boilerplate | 22b83240630a8dbf1010b12f563b88f8b8241348 | 0 | roles/project | 248 | [
"no_license"
] | [
{
"path": "roles/project/templates/config.j2",
"content": "[stuff]\n\nproject_var = {{project_var}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/project/handlers/main.yml",
"content": "---\n- name: restart project\n service: name=pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1114,
"all_permissive": false
} |
ansible_role | IshwarChincholkar/Ansible-deploy-play | 6da42c3883425e3000716ad680edcbfd667cb195 | 0 | roles/deploy | 248 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n# tasks file for deploy\n- name: Copy build to target machine at /opt\n copy:\n src: /var/lib/jenkins/workspace/PollApplication/target/universal/pollapplication-1.0.zip\n dest: /tmp/pollapplication-1.0.zip\n mode: 0777\n directory_mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | IshwarChincholkar/Ansible-deploy-play | 6da42c3883425e3000716ad680edcbfd667cb195 | 0 | roles/jenkins | 248 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n- name: Add Jenkins key\n apt_key:\n url: \"https://pkg.jenkins.io/debian-stable/jenkins.io.key\"\n state: present\n\n- name: Add Jenkins repository\n apt_repository:\n repo: 'deb https://pkg.jenkins.io/debian-st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | IshwarChincholkar/Ansible-deploy-play | 6da42c3883425e3000716ad680edcbfd667cb195 | 0 | roles/sbt | 248 | [
"no_license"
] | [
{
"path": "roles/sbt/tasks/main.yml",
"content": "---\n# tasks file for sbt\n- name: add SBT debian repository\n shell: |\n echo \"deb https://dl.bintray.com/sbt/debian /\" | sudo tee -a /etc/apt/sources.list.d/sbt.list\n apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | IshwarChincholkar/Ansible-deploy-play | 6da42c3883425e3000716ad680edcbfd667cb195 | 0 | roles/scala | 248 | [
"no_license"
] | [
{
"path": "roles/scala/vars/main.yml",
"content": "---\n# vars file for scala\nscala_version: 2.11.8\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/scala/handlers/main.yml",
"content": "---\n# handlers file for scala",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | IshwarChincholkar/Ansible-deploy-play | 6da42c3883425e3000716ad680edcbfd667cb195 | 0 | roles/utils | 248 | [
"no_license"
] | [
{
"path": "roles/utils/handlers/main.yml",
"content": "---\n# handlers file for utils",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/utils/vars/main.yml",
"content": "---\n# vars file for utils\nJava_version: java8\n\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | gordonmurray/terraform_aws_api_gateway_proxy | 5bd041acfe954609effb66c56f9bf027fa745b66 | 2 | ansible/roles/test | 260 | [
"no_license"
] | [
{
"path": "ansible/roles/test/tasks/main.yml",
"content": "- name: Post some sample content to the AWS API Gateway URL\n ansible.builtin.uri:\n url: \"{{ api_url }}\"\n return_content: yes\n method: POST\n body: '{\"Id\": 12345, \"Quantity\": 1, \"Price\": 99.00}'\n status_code: 200\n regis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/common | 260 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nexus-download.yml",
"content": "#checking the /home/roboshop/component directory is present or not if the dir exists then it should perfrom the clean operation else it will create\n- name: checking directory existance\n ansible.builtin.file:\n path: /home/{{APPUSER}}/{{COM... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6026,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/elk | 260 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/filebeat.yml",
"content": "- name: Download and install the public signing key\n ansible.builtin.shell: sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: Copying elastic repo \n ansible.builtin.template:\n src: elastic.repo\n dest: /etc/yum.rep... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/frontend | 260 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Installing nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Download and Extracting\n ansible.builtin.unarchive:\n src: https://github.com/stans-robot-project/frontend/archive/main.zip \n dest: /tmp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/mongodb | 260 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copying mongo-db repo\n ansible.builtin.copy:\n src: Mongo-repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Installing MongoDB\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: Replacing IP address in t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/payment | 260 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: python-payment \n ansible.builtin.include_role:\n name: common \n tasks_from: python\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/prometheus | 260 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/node-exporter.yml",
"content": "- name: Installing Node_Exporter\n ansible.builtin.shell: curl -s https://gitlab.com/thecloudcareers/opensource/-/raw/master/prom-node-exporter-install.sh?ref_type=heads | sudo bash\n ",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/rabbitmq | 260 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Erlang dependency and YUM repositories\n ansible.builtin.shell: |\n curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/redis | 260 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Copying redis repo\n ansible.builtin.copy:\n src: redis-repo\n dest: /etc/yum.repos.d/redis.repo\n\n- name: Installing reids\n ansible.builtin.package:\n name: redis-6.2.13\n state: present\n\n- name: Replacing IP address in the confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | 23-Pravallika/Ansible | f3f3a00a1aaabc8bf0ff7471df6d6b62c2f11c7f | 0 | roles/shipping | 260 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Maven-Shipping \n ansible.builtin.include_role:\n name: common \n tasks_from: maven\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | prasannagunda1806/learn-ansible | 60e1510a2ebcc11b39d32826320462159167e7cb | 0 | roles/common | 260 | [
"no_license"
] | [
{
"path": "roles/common/tasks/python.yml",
"content": "- name: Install Python\n ansible.builtin.yum:\n name:\n - python36\n - gcc\n - python3-devel\n state: installed\n \n- name : importing pre_reqsite tasks\n ansible.builtin.import_tasks:\n file: app-prereq.yml\n \n- name: I... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3303,
"all_permissive": false
} |
ansible_role | prasannagunda1806/learn-ansible | 60e1510a2ebcc11b39d32826320462159167e7cb | 0 | roles/frontend | 260 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: frontend \n ansible.builtin.yum: \n name: nginx\n state: installed\n \n- name: Remove the old conent\n ansible.builtin.file: \n path: /usr/share/nginx/html\n state: absent\n \n- name: create application directory\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | prasannagunda1806/learn-ansible | 60e1510a2ebcc11b39d32826320462159167e7cb | 0 | roles/mongodb | 260 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": " - name: copy repo file\n ansible.builtin.copy: \n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n \n\n - name: mongodb\n ansible.builtin.yum: \n name: mongodb-org\n state: installed\n \n - name: update listen add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | prasannagunda1806/learn-ansible | 60e1510a2ebcc11b39d32826320462159167e7cb | 0 | roles/mysql | 260 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: setup mysql repository\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Disable MySQL repository\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: install mysql\n ansible.builtin.yum:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | prasannagunda1806/learn-ansible | 60e1510a2ebcc11b39d32826320462159167e7cb | 0 | roles/rabbitmq | 260 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: setup erlang repositories\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n \n\n\n- name: Install rabitmq\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | prasannagunda1806/learn-ansible | 60e1510a2ebcc11b39d32826320462159167e7cb | 0 | roles/redis | 260 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: redis\n ansible.builtin.yum: \n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: yes\n \n- name: redis\n ansible.builtin.dnf: \n name: \"@redis:remi-6.2\"\n state: installed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | qcksaporna/HOA10.1_Saporna | 4dbe8d0ac1030338efa5956e9ae9541d396687dc | 0 | roles/elasticsearch | 260 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Ensure EPEL repository is installed\n yum:\n name: epel-release\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: Import GPG key for Elasticsearch\n rpm_key:\n state: present\n key: https://artifacts.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | qcksaporna/HOA10.1_Saporna | 4dbe8d0ac1030338efa5956e9ae9541d396687dc | 0 | roles/kibana | 260 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name: gnupg\n state: present\n update_cache: yes\n\n- name: Add Elastic APT repository key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elastic ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | FotiadisM/arch-install | c9fddcce72bb7c267e7a6e2cb2e2bc08d192c319 | 0 | ansible/roles/archinstall | 260 | [
"no_license"
] | [
{
"path": "ansible/roles/archinstall/tasks/main.yaml",
"content": "- name: Installing Arch Linux..\n block:\n - name: Abort if the host is not booted from the Arch install media\n fail:\n msg: \"This host is not booted from the Arch install media\"\n when: ansible_nodename != 'archiso'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2748,
"all_permissive": false
} |
ansible_role | FotiadisM/arch-install | c9fddcce72bb7c267e7a6e2cb2e2bc08d192c319 | 0 | ansible/roles/workstation | 260 | [
"no_license"
] | [
{
"path": "ansible/roles/workstation/tasks/main.yaml",
"content": "- name: Configure the system\n block:\n - include_tasks: dotfiles.yaml\n\n - name: Configure desktop environment\n include_tasks: desktop_environments/main.yaml\n when: desktop_environment is defined\n",
"license_type": "no_lice... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | alexandruavadanii/caas-storage | 2946f4de0aa99ab3d4056890f35dd2553c65d96e | 0 | ansible/roles/kubernetes_storage | 260 | [
"permissive"
] | [
{
"path": "ansible/roles/kubernetes_storage/templates/ceph-storageclass.yaml.j2",
"content": "---\n# Copyright 2019 Nokia\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6254,
"all_permissive": true
} |
ansible_role | lemoer/ansible-roles | 6e16cd8d9fa3f951b206cb8303a7141bdcfd047b | 0 | roles/baikal | 260 | [
"no_license"
] | [
{
"path": "roles/baikal/defaults/main.yml",
"content": "---\nbaikal_dir: \"/var/www/\"\nbaikal_version: \"0.4.6\"\nbaikal_db: sqlite\nbaikal_user: www-data\nbaikal_group: www-data\nbaikal_timezone: Europe/Berlin\nbaikal_carddav_enabled: true\nbaikal_caldav_enabled: true\nbaikal_auth_type: Basic # alternativ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | lemoer/ansible-roles | 6e16cd8d9fa3f951b206cb8303a7141bdcfd047b | 0 | roles/dn42 | 260 | [
"no_license"
] | [
{
"path": "roles/dn42/templates/filter6.conf.j2",
"content": "function is_valid_network() {\n return net ~ [\n fc00::/8{48,64},\n fd00::/8{48,64}\n ];\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/dn42/templates/peers6.conf.j2",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2756,
"all_permissive": false
} |
ansible_role | ansibleplaybookbundle/thelounge-apb | b2cdb23d7ef6848651ba08e2d3a3b2bf36faac8a | 1 | roles/provision-thelounge-apb | 260 | [
"no_license"
] | [
{
"path": "roles/provision-thelounge-apb/tasks/main.yml",
"content": "##############################################################################\n## Provision thelounge\n## This role executes much of the needed functionality to provision an\n## application using an Ansible Playbook Bundle. Included in ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2767,
"all_permissive": false
} |
ansible_role | nieldejonghe/rpi-ansible | 9dddbed280f5e5a4bf46535646c58e69656681c8 | 0 | roles/pi-docker-install | 261 | [
"no_license"
] | [
{
"path": "roles/pi-docker-install/tasks/main.yml",
"content": "\n---\n- name: Check if Docker is already installed.\n command: which docker\n failed_when: false\n changed_when: false\n register: which_docker\n\n- name: Download Docker install convenience script.\n get_url:\n url: https://get.docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | nieldejonghe/rpi-ansible | 9dddbed280f5e5a4bf46535646c58e69656681c8 | 0 | roles/pi-setup | 261 | [
"no_license"
] | [
{
"path": "roles/pi-setup/tasks/main.yml",
"content": "---\n- name: Set a hostname.\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"\n\n- name: Update local host entry with new host name.\n ansible.builtin.lineinfile:\n path: /etc/hosts\n regexp: '^127\\.0\\.1\\.1'\n line: \"127.0.1.1 {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | nieldejonghe/rpi-ansible | 9dddbed280f5e5a4bf46535646c58e69656681c8 | 0 | roles/pi-stack | 261 | [
"no_license"
] | [
{
"path": "roles/pi-stack/templates/.env.j2",
"content": "GF_SECURITY_ADMIN_USER={{GF_SECURITY_ADMIN_USER}}\nGF_SECURITY_ADMIN_PASSWORD={{GF_<PASSWORD>}}\nINFLUXDB_ADMIN_USER={{INFLUXDB_ADMIN_USER}}\nINFLUXDB_ADMIN_PASSWORD={{IN<PASSWORD>}}\nPIHOLE_ADMIN_PASSWORD={{<PASSWORD>}}\n\n\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6166,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp06-jfrog-platform/ansible-playbooks/roles/ansible-prepare | 261 | [
"no_license"
] | [
{
"path": "wp06-jfrog-platform/ansible-playbooks/roles/ansible-prepare/tasks/main.yml",
"content": "- name: Install Azure Ansible collection\r\n ansible.builtin.command: ansible-galaxy collection install azure.azcollection\r\n\r\n- name: install pre-requisites pip libraries\r\n pip:\r\n name:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp06-jfrog-platform/ansible-playbooks/roles/artifactory | 261 | [
"no_license"
] | [
{
"path": "wp06-jfrog-platform/ansible-playbooks/roles/artifactory/tasks/main.yml",
"content": "---\r\n# 1. Check if Helm is installed\r\n- name: Check if Helm is installed\r\n command: helm version --short\r\n ignore_errors: yes\r\n register: helm_installed\r\n changed_when: false\r\n\r\n# 1.1 Install ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2871,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp06-jfrog-platform/ansible-playbooks/roles/check-tls-expiration | 261 | [
"no_license"
] | [
{
"path": "wp06-jfrog-platform/ansible-playbooks/roles/check-tls-expiration/tasks/main.yml",
"content": "# 1. Check TLS secret existance\r\n- name: Retrieve TLS secret from Kubernetes\r\n kubernetes.core.k8s_info:\r\n api_version: v1\r\n kind: Secret\r\n namespace: \"{{ namespace }}\"\r\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2723,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp06-jfrog-platform/ansible-playbooks/roles/ingress-controller | 261 | [
"no_license"
] | [
{
"path": "wp06-jfrog-platform/ansible-playbooks/roles/ingress-controller/tasks/main.yml",
"content": "# 1. Check if Helm is installed\r\n- name: Check if Helm is installed\r\n command: helm version --short\r\n register: helm_installed\r\n ignore_errors: yes\r\n\r\n# 1.1 Install Helm if not installed\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3098,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp06-jfrog-platform/ansible-playbooks/roles/mtls-certificate | 261 | [
"no_license"
] | [
{
"path": "wp06-jfrog-platform/ansible-playbooks/roles/mtls-certificate/tasks/main.yml",
"content": "# 1.\r\n\r\n# Create mTLS secret to authroize client certificate\r\n# 2.1. Read client certificate\r\n- name: Read the client CA certificate\r\n slurp:\r\n src: \"{{ ca_cert_path }}\"\r\n register: clie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp06-jfrog-platform/ansible-playbooks/roles/tls-certificate | 261 | [
"no_license"
] | [
{
"path": "wp06-jfrog-platform/ansible-playbooks/roles/tls-certificate/tasks/main.yml",
"content": "# 1. Create temporary directory\r\n- name: Create directory for certificates\r\n file:\r\n path: /tmp/{{ secret_name }}/\r\n state: directory\r\n mode: '0755'\r\n\r\n# 2.1. Generate CSR and private ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4184,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp11-runner-management/ansible/roles/github_runner | 261 | [
"no_license"
] | [
{
"path": "wp11-runner-management/ansible/roles/github_runner/tasks/main.yml",
"content": "- name: Check if Github Actions runner exists\n win_stat:\n path: C:\\actions-runner\n register: runner_exists\n changed_when: no\n\n- name: Download Github Actions runner\n win_get_url:\n url: \"https://git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp11-runner-management/ansible/roles/jenkins | 261 | [
"no_license"
] | [
{
"path": "wp11-runner-management/ansible/roles/jenkins/tasks/main.yml",
"content": "- name: Check if Java is installed\n win_reg_stat:\n path: HKLM:\\SOFTWARE\\JavaSoft\n register: java_installed\n changed_when: no\n\n- name: Download Java 17\n win_get_url:\n url: \"https://download.oracle.com/ja... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | P3-Digital-Services/p3-offer-engineering-it | abe718af48d4fe5badf0e3de15c08016aa85bee2 | 0 | wp11-runner-management/ansible/roles/post_install | 261 | [
"no_license"
] | [
{
"path": "wp11-runner-management/ansible/roles/post_install/tasks/main.yml",
"content": "\n- name: Create .docker directory if not exist\n win_file:\n path: \"{{ ansible_facts['user_dir'] }}\\\\.docker\\\\\"\n state: directory\n\n- name: Stat HyperV conf lock\n ansible.windows.win_stat:\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3327,
"all_permissive": false
} |
ansible_role | LemonQC/ansible-kubeadm | 317b78b1b06bcb9cd6b6cecbcb4f265dbac371b0 | 1 | roles/cleans | 261 | [
"no_license"
] | [
{
"path": "roles/cleans/tasks/cleans.yaml",
"content": "- name: delete the folder\n file: path=/root/mydata/ state=absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/cleans/tasks/main.yaml",
"content": "- include: cleans.yaml\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | LemonQC/ansible-kubeadm | 317b78b1b06bcb9cd6b6cecbcb4f265dbac371b0 | 1 | roles/clusters | 261 | [
"no_license"
] | [
{
"path": "roles/clusters/tasks/install02.yaml",
"content": "- name: download the module\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - curl\n - vim\n - net-tools\n - telnet\n - tcpdump\n - bind-utils\n - socat\n - ntp\n - yum-utils\n - de... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2674,
"all_permissive": false
} |
ansible_role | LemonQC/ansible-kubeadm | 317b78b1b06bcb9cd6b6cecbcb4f265dbac371b0 | 1 | roles/istios | 261 | [
"no_license"
] | [
{
"path": "roles/istios/tasks/main.yaml",
"content": "- include: copyfiles01.yaml\n- include: loadimages02.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/istios/tasks/loadimages02.yaml",
"content": "- name: load the istio images\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | LemonQC/ansible-kubeadm | 317b78b1b06bcb9cd6b6cecbcb4f265dbac371b0 | 1 | roles/master | 261 | [
"no_license"
] | [
{
"path": "roles/master/tasks/loadimages02.yaml",
"content": "- name: load the master images\n shell: python /root/mydata/mymasterload.py\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/master/tasks/copyfiles01.yaml",
"content": "\n\n-... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | LemonQC/ansible-kubeadm | 317b78b1b06bcb9cd6b6cecbcb4f265dbac371b0 | 1 | roles/nodes | 261 | [
"no_license"
] | [
{
"path": "roles/nodes/tasks/copyfiles01.yaml",
"content": "- name: copy slave load\n copy: src=/etc/ansible/resources/mynodeload.py dest=/root/mydata/\n\n- name: copy node\n copy: src=/etc/ansible/resources/node.tar dest=/root/mydata/\n\n- name: unzip node\n shell: tar -xvf /root/mydata/node.tar -C /roo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/cell | 261 | [
"no_license"
] | [
{
"path": "roles/cell/templates/syslog.conf.j2",
"content": "*.*\t@{{ production_jails.logging.hostname }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/cell/tasks/iocage.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7444,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/cellfactory | 261 | [
"no_license"
] | [
{
"path": "roles/cellfactory/tasks/iocage.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3031,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/certs | 261 | [
"no_license"
] | [
{
"path": "roles/certs/templates/root_ca_req.j2",
"content": "# Inspired by:\n# https://jamielinux.com/docs/openssl-certificate-authority/create-the-root-pair.html\n\n[ ca ]\ndefault_ca\t\t=\t{{ certificate_authority.short_name }}_CA\n\n[ {{ certificate_authority.short_name }}_CA ]\n\ndir\t\t\t=\t{{ certifi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 23835,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/comb | 261 | [
"no_license"
] | [
{
"path": "roles/comb/tasks/pf.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the above copy... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 20538,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/gitlab | 261 | [
"no_license"
] | [
{
"path": "roles/gitlab/templates/authmethod_gitlab.sql.j2",
"content": "---\n--- Disable signup\n---\n\nUPDATE application_settings SET signup_enabled='f',signin_enabled='f' WHERE id = 1;\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/gi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 12226,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/jenkins | 261 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/jenkins.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the ab... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 15465,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/logging | 261 | [
"no_license"
] | [
{
"path": "roles/logging/tasks/iocage.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the abo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6982,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/matrix | 261 | [
"no_license"
] | [
{
"path": "roles/matrix/tasks/main.yml",
"content": "---\n# tasks file for matrix\n- include: iocage.yml\n- include: matrix.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/matrix/tasks/iocage.yml",
"content": "# Copyright 2015, Perc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2732,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/nginx_internal | 261 | [
"no_license"
] | [
{
"path": "roles/nginx_internal/templates/zabbix.conf.php.j2",
"content": "<?php\n// Zabbix GUI configuration file.\nglobal $DB;\n\n$DB[\"TYPE\"]\t\t= 'POSTGRESQL';\n$DB[\"SERVER\"]\t\t= '{{ production_jails.postgresql.ip }}';\n$DB[\"PORT\"]\t\t= '0';\n$DB[\"DATABASE\"]\t\t= '{{ data.zabbix.dbname }}';\n$DB... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 13505,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/nginx_pkg | 261 | [
"no_license"
] | [
{
"path": "roles/nginx_pkg/tasks/nginx.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the ab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4173,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/nginx_proxy | 261 | [
"no_license"
] | [
{
"path": "roles/nginx_proxy/tasks/iocage.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 12889,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/openldap | 261 | [
"no_license"
] | [
{
"path": "roles/openldap/tasks/iocage.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the ab... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 18162,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/opensmtpd | 261 | [
"no_license"
] | [
{
"path": "roles/opensmtpd/tasks/iocage.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6798,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/openvpn | 261 | [
"no_license"
] | [
{
"path": "roles/openvpn/templates/openvpn-auth-ldap.conf.j2",
"content": "<LDAP>\n URL ldap://{{ production_jails.openldap.ip }}:389\n BindDN cn=Manager,dc={{ external_domain.split('.') | join(',dc=') }}\n Password {{ config.openldap.manager_password }}\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 13307,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/postgresql | 261 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/pgsql.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the a... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 15565,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/poudriere | 261 | [
"no_license"
] | [
{
"path": "roles/poudriere/tasks/poudriere.yml",
"content": "# Copyright 2015, Perceivon Hosting Inc.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3203,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/redmine | 261 | [
"no_license"
] | [
{
"path": "roles/redmine/templates/database.yml.j2",
"content": "production:\n adapter: postgresql\n database: {{ data.redmine.dbname }}\n host: {{ production_jails.postgresql.ip }}\n username: {{ data.redmine.dbuser }}\n password: {{ <PASSWORD> }}\n #encoding: utf8\n\n\n",
"license_type": "no_lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11660,
"all_permissive": false
} |
ansible_role | 0xdc/fractalcells | d659785c4e7c6bbe2693fe92e7c3ab8e960d7e03 | 0 | roles/zabbix | 261 | [
"no_license"
] | [
{
"path": "roles/zabbix/templates/authmethod_zabbix.sql.j2",
"content": "\n--\n-- Data for Name: config; Type: TABLE DATA; Schema: public; Owner: {{ data.zabbix.dbuser }}\n--\n\nDELETE FROM config where configid = '1';\n\nINSERT INTO config VALUES (1, 600, '1-5,09:00-18:00;', 7, 1, 7, 100, 'originalblue', 1... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8823,
"all_permissive": false
} |
ansible_role | dewangsaurabh/ansiblejenkins | 8596b566dded2823439edebd6ffd3d04862718c9 | 0 | roles/docker | 261 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: install dependencies\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n- name: add GPG key\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | dewangsaurabh/ansiblejenkins | 8596b566dded2823439edebd6ffd3d04862718c9 | 0 | roles/java | 261 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yaml",
"content": "- name: installing java\n become: true\n shell: sudo apt install openjdk-8-jdk -y\n- name: installing maven\n become: true\n apt:\n name: \"{{item}}\"\n state: latest\n update_cache: yes\n with_items:\n - maven",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | dewangsaurabh/ansiblejenkins | 8596b566dded2823439edebd6ffd3d04862718c9 | 0 | roles/kubectl | 261 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "---\n# \n# tasks file for codecap.kubectl\n#\n\n- name: Install packages that allow apt to be used over HTTPS\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/configure_drv_proxy | 261 | [
"no_license"
] | [
{
"path": "plays/roles/configure_drv_proxy/tasks/main.yaml",
"content": "---\n- name: read contents of /etc/environment\n shell: cat /etc/environment\n register: env_content\n\n- name: echo http_proxy to /etc/environment\n lineinfile:\n path: /etc/environment\n line: http_proxy={{http_proxy_url}}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1945,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/configure_firewall | 261 | [
"no_license"
] | [
{
"path": "plays/roles/configure_firewall/tasks/main.yaml",
"content": "---\n# TODO: Review Port Settings for Rancher & K3S https://rancher.com/docs/rancher/v2.6/en/installation/resources/advanced/firewall/\n# TODO: Consider setting port settings differently for master & workers\n\n# Dieses Script setzt die... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2093,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/install_rancher | 261 | [
"no_license"
] | [
{
"path": "plays/roles/install_rancher/tasks/main.yaml",
"content": "\n\n# step 1: template helm\n# step 2: copy files\n# step 3: kubectl\n\n## --- START OF LOCAL PREPARATION --- ##\n# create tmp helm directory (used for creating chart)\n- name: Create tmp helm directory (local)\n local_action: file path=\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3709,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/prepare_install_k3s | 261 | [
"no_license"
] | [
{
"path": "plays/roles/prepare_install_k3s/tasks/main.yaml",
"content": "---\n\n- name: Create necessary directories\n file:\n path: \"{{item}}\"\n state: directory\n mode: 0755\n with_items:\n - /etc/rancher/k3s\n - \"{{k3s_installation_files_path}}\"\n - \"{{k3s_installation_path}}/ran... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4052,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/remove_k3s_components | 261 | [
"no_license"
] | [
{
"path": "plays/roles/remove_k3s_components/tasks/main.yaml",
"content": "---\r\n# Kill all running k3s processes\r\n- name: Check that the killall script exists\r\n stat:\r\n path: /usr/local/bin/k3s-killall.sh\r\n register: killall\r\n\r\n- name: Execute killall script for master if found\r\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2562,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/setup-graceful-shutdown | 261 | [
"no_license"
] | [
{
"path": "plays/roles/setup-graceful-shutdown/tasks/main.yaml",
"content": "- name: Find out cluster id and node id\n uri:\n validate_certs: false\n timeout: 5\n url: https://{{ rancher_url }}/v3/nodes?hostname={{ inventory_hostname }}\n user: \"{{ rancher_api_key }}\"\n password: \"{{ ranc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/upgrade_k3s | 261 | [
"no_license"
] | [
{
"path": "plays/roles/upgrade_k3s/tasks/main.yaml",
"content": "---\n\n- name: Stop K3s (master)\n systemd:\n state: stopped\n daemon_reload: yes\n name: k3s\n when: myrole == \"master\"\n become: true\n\n- name: Stop K3s (agent)\n systemd:\n state: stopped\n daemon_reload: yes\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/upgrade_rancher | 261 | [
"no_license"
] | [
{
"path": "plays/roles/upgrade_rancher/tasks/main.yaml",
"content": "---\n\n## --- START OF LOCAL PREPARATION --- ##\n# create tmp helm directory (used for creating chart)\n- name: Create tmp helm directory (local)\n local_action: file path=\"{{role_path}}/tmp/helm\" state=directory\n\n- name: Create tmp k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2201,
"all_permissive": false
} |
ansible_role | abhikghosh12/iac | 3086b800b2d4671cf32aa7d5ed62ea6315e029d9 | 0 | plays/roles/validate_vault | 261 | [
"no_license"
] | [
{
"path": "plays/roles/validate_vault/tasks/main.yaml",
"content": "- name: copy access_key to target\n local_action:\n copy:\n src: \"{{ k3s_backup_etcd_s3_access_key }}\"\n dest: /data/tmp/access_key\n\n- name: copy secret_key to target\n local_action:\n copy:\n src: \"{{ k3s_backup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | papawattu/provision-vmhost | f6360f956e362f3461bd38d99705034b26cb181d | 0 | roles/vm-host1 | 261 | [
"no_license"
] | [
{
"path": "roles/vm-host1/templates/network/br1.network.j2",
"content": "[Match]\nName={{ home_netdev }}\n\n[Network]\nBridge=br1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/vm-host1/templates/network/fast.network.j2",
"content": "[Ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2886,
"all_permissive": false
} |
ansible_role | x9nico/RAYNAUD_Nicolas_Exam_Terraform | 0a69804d37a9c47dd1643532a0bceee33d1a237a | 0 | 2-5/roles/nginx | 261 | [
"no_license"
] | [
{
"path": "2-5/roles/nginx/tasks/main.yml",
"content": "---\n- name: Installer Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copier le fichier de configuration\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify: Restart Nginx\n\n- name: Dém... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | x9nico/RAYNAUD_Nicolas_Exam_Terraform | 0a69804d37a9c47dd1643532a0bceee33d1a237a | 0 | 3-4/roles/webserver | 261 | [
"no_license"
] | [
{
"path": "3-4/roles/webserver/tasks/main.yml",
"content": "---\n- name: Installer Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copier la configuration Nginx\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify: Restart Nginx\n\n- name: Déma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | ritzshah/ansible-demo | 35305cb6a7fc42d2fdf697f5750b86a70d6c1ebc | 0 | good-ansible/roles/base-config | 261 | [
"no_license"
] | [
{
"path": "good-ansible/roles/base-config/tasks/main.yml",
"content": "---\n# tasks file for base-config\n#- name: enable repository\n# template: \n# src: open_three-tier-app.repo\n# dest: /etc/yum.repos.d/open_three-tier-app.repo\n# mode: 0644\n\n- name: disable os firewall - firewalld\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | ritzshah/ansible-demo | 35305cb6a7fc42d2fdf697f5750b86a70d6c1ebc | 0 | good-ansible/roles/cleanup-app | 261 | [
"no_license"
] | [
{
"path": "good-ansible/roles/cleanup-app/vars/main.yml",
"content": "---\n# vars file for cleanup-app",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "good-ansible/roles/cleanup-app/tests/test.yml",
"content": "---\n- hosts: localhost\n remote... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | ritzshah/ansible-demo | 35305cb6a7fc42d2fdf697f5750b86a70d6c1ebc | 0 | good-ansible/roles/cleanup-db | 261 | [
"no_license"
] | [
{
"path": "good-ansible/roles/cleanup-db/handlers/main.yml",
"content": "---\n# handlers file for cleanup-db",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "good-ansible/roles/cleanup-db/tests/test.yml",
"content": "---\n- hosts: localhost\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | ritzshah/ansible-demo | 35305cb6a7fc42d2fdf697f5750b86a70d6c1ebc | 0 | good-ansible/roles/cleanup-web | 261 | [
"no_license"
] | [
{
"path": "good-ansible/roles/cleanup-web/tasks/main.yml",
"content": "---\n# Initial, common, system setup steps\n\n- name: reverse the enabling of sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: 'Defaults\\s*!requiretty'\n replace: '^Defaults requiretty'\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | nishipy/container-registry-ansible | f6cc003474571a8d994bc390b6a6a7f2125ae364 | 0 | roles/deploy-registry | 261 | [
"no_license"
] | [
{
"path": "roles/deploy-registry/vars/main.yml",
"content": "---\n# vars file for deploy-registry\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/deploy-registry/defaults/main.yml",
"content": "---\n# TODO: add default vars\n",
"lic... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2926,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_fs | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_fs/tasks/main.yml",
"content": "- name: Check CephFS status\n shell: ceph fs ls | grep -e \"^name. cephfs.*cephfs_data\"\n register: ceph_fs_status\n changed_when: false\n ignore_errors: true\n\n- name: Create CephFS\n when: ceph_fs_status.rc > 0\n command: pveceph fs create --pg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_master | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_master/tasks/main.yml",
"content": "- name: Check ceph status\n shell: pveceph status 2>&1 | grep -v \"not initialized\"\n register: pveceph_status\n ignore_errors: true\n changed_when: false\n\n- name: Create ceph network\n command: pveceph init --network 10.10.10.0/24\n when: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_mds | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_mds/tasks/main.yml",
"content": "- name: Check ceph-mds service\n command: pgrep ceph-mds\n register: ceph_mds_pid\n changed_when: false\n ignore_errors: true\n\n- name: Create ceph-mds service\n command: pveceph mds create\n when: ceph_mds_pid.rc > 0\n\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_mgr | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_mgr/tasks/main.yml",
"content": "- name: Check for ceph-mgr\n command: pgrep ceph-mgr\n register: ceph_mgr_status\n ignore_errors: true\n changed_when: false\n\n- name: Create ceph-mgr\n shell: pveceph createmgr\n when: ceph_mgr_status.rc == 1\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_mon | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_mon/tasks/main.yml",
"content": "- name: Check for ceph-mon\n command: pgrep ceph-mon\n register: ceph_mon_status\n ignore_errors: true\n changed_when: false\n\n- name: Create ceph-mon\n shell: pveceph createmon\n when: ceph_mon_status.rc == 1\n\n\n\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_node | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_node/tasks/main.yml",
"content": "- name: Install ceph packages\n shell: yes | pveceph install\n args:\n creates: /etc/apt/sources.list.d/ceph.list\n\n- name: Configure ceph network\n blockinfile:\n path: /etc/network/interfaces\n block: |\n\n auto {{ ceph_nic }}\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_osd | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_osd/tasks/main.yml",
"content": "- name: Check for existing ceph_osd\n command: pgrep ceph-osd\n register: ceph_osd_pid\n changed_when: false\n ignore_errors: true\n\n- name: Read first 5KB of ceph device to determine state\n shell: dd if={{ ceph_device }} bs=5K count=1 | sha256su... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/ceph_pool | 261 | [
"no_license"
] | [
{
"path": "roles/ceph_pool/tasks/main.yml",
"content": "- name: Check ceph status\n command: pveceph status\n register: pveceph_status\n ignore_errors: true\n changed_when: false\n\n- name: Check ceph pools\n shell: pveceph pool ls | grep -e \"^{{ ceph_pool }} \"\n register: ceph_pool_status\n change... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1113,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/kvm_core_vms | 261 | [
"no_license"
] | [
{
"path": "roles/kvm_core_vms/tasks/main.yml",
"content": "- name: Create test KVM\n proxmox_kvm:\n api_user: \"{{ proxmox_kvm_admin }}\"\n api_password: \"{{ <PASSWORD> }}\"\n api_host: nuc1\n node: nuc1\n clone: ubuntu-bionic.m1-nano\n newid: 100\n name: testguy\n full: 0\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/kvm_templates | 261 | [
"no_license"
] | [
{
"path": "roles/kvm_templates/tasks/main.yml",
"content": "- name: Download Ubuntu 18.04 cloud image\n get_url:\n url: \"{{ ubuntu_bionic_cloud_image_url }}\"\n dest: \"{{ ubuntu_bionic_cloud_image }}\"\n\n- name: Check for ubuntu_bionic_m1_nano template type\n command: \"qm config {{ ubuntu_bionic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | peacedata0/proxmox-ansible-1 | c6927250121fa65d23ff0d215b153abacdf4f0d6 | 10 | roles/proxmox_server | 261 | [
"no_license"
] | [
{
"path": "roles/proxmox_server/tasks/main.yml",
"content": "- name: Update /etc/hosts\n template:\n src: hosts.j2\n dest: /etc/hosts\n mode: 0644\n\n## TODO: pvecm add requires user interaction to enter the password\n## Possibility to use expect: http://marvelley.com/blog/2014/04/23/handling-inte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1636,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.