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
ramanagali/nginx_ansible
34ab6546be72c48a3c565d98ac377652694332f6
3
roles/configure
7,315
[ "no_license" ]
[ { "path": "roles/configure/vars/main.yml", "content": "---\n# vars file for configure", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/configure/tasks/main.yml", "content": "---\n# tasks file for configure\n\n- name: Display all variables/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
ramanagali/nginx_ansible
34ab6546be72c48a3c565d98ac377652694332f6
3
roles/runservice
7,315
[ "no_license" ]
[ { "path": "roles/runservice/defaults/main.yml", "content": "---\n# defaults file for runservice", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/runservice/handlers/main.yml", "content": "---\n# handlers file for runservice", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 292, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/Ansible
0100f4db36501763794cf279ceb5c6147d8aead4
4
roles/blackbox
7,315
[ "no_license" ]
[ { "path": "roles/blackbox/templates/blackbox.yml.j2", "content": "modules:\n dns_query:\n prober: dns\n timeout: 5s\n dns:\n query_name: google.com\n query_type: \"A\"\n valid_rcodes:\n - NOERROR\n\n http_2xx:\n prober: http\n timeout: 15s\n http:\n preferred_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1521, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/Ansible
0100f4db36501763794cf279ceb5c6147d8aead4
4
roles/common
7,315
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Ensure package manager is updated\n block:\n - name: Update apt repository index (Debian-based)\n ansible.builtin.apt:\n update_cache: true\n when: ansible_pkg_mgr == 'apt'\n\n - name: Update dnf repository index (RHEL-base...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/Ansible
0100f4db36501763794cf279ceb5c6147d8aead4
4
roles/cpanel
7,315
[ "no_license" ]
[ { "path": "roles/cpanel/tasks/main.yml", "content": "- name: Disable SELinux\n ansible.builtin.lineinfile:\n path: /etc/selinux/config\n regexp: \"^SELINUX=\"\n line: \"SELINUX=disabled\"\n tags:\n - preInstallCpanel\n - selinux\n - system_hardening\n\n- name: Stop and disable firewalld\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2136, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/Ansible
0100f4db36501763794cf279ceb5c6147d8aead4
4
roles/docker
7,315
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Download Docker installation script\n ansible.builtin.get_url:\n url: https://get.docker.com\n dest: /tmp/install-docker.sh\n mode: \"0755\"\n\n- name: Run the installation script\n ansible.builtin.command:\n cmd: sh /tmp/install-doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/Ansible
0100f4db36501763794cf279ceb5c6147d8aead4
4
roles/epel
7,315
[ "no_license" ]
[ { "path": "roles/epel/templates/epel.repo.j2", "content": "[epel]\nname=Extra Packages for Enterprise Linux $releasever - $basearch\nbaseurl={{ custom_epel_mirror }}/$releasever/Everything/$basearch\nenabled=1\ngpgcheck=0\ncountme=0\n\n[epel-debuginfo]\nname=Extra Packages for Enterprise Linux $releasever ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1013, "all_permissive": false }
ansible_role
SinaAboutalebi-Learning/Ansible
0100f4db36501763794cf279ceb5c6147d8aead4
4
roles/ssh-keys
7,315
[ "no_license" ]
[ { "path": "roles/ssh-keys/defaults/main.yml", "content": "ssh_users:\n - name: \"root\"\n keys:\n - \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/ssh-keys/tasks/main.yml", "content": "- name: Ensure users exist\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
vjuhasz/ansible-test
20a9a296286f8cbc303c0238f47a2ecf6acd4ec7
0
roles/extranet
7,315
[ "no_license" ]
[ { "path": "roles/extranet/tasks/main.yaml", "content": "---\n\n- name: touch label\n file: path=/tmp/{{ extranet.server_name }} state=touch\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
vjuhasz/ansible-test
20a9a296286f8cbc303c0238f47a2ecf6acd4ec7
0
roles/intranet
7,315
[ "no_license" ]
[ { "path": "roles/intranet/tasks/main.yaml", "content": "---\n\n- name: touch label\n file: path=/tmp/{{ intranet.server_name }} state=touch\n\n- name: touch label\n file: path=/tmp/{{ intranet.db_host }} state=touch", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
vjuhasz/ansible-test
20a9a296286f8cbc303c0238f47a2ecf6acd4ec7
0
roles/nginx
7,315
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n\n- name: touch label\n file: path=/tmp/{{ domain }} state=touch\n\n- name: Create vhost folder\n file: path=/tmp/{{ vhost }} state=directory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
vjuhasz/ansible-test
20a9a296286f8cbc303c0238f47a2ecf6acd4ec7
0
roles/webserver
7,315
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n\n- name: touch label\n file: path=/tmp/{{ domain }} state=touch\n\n- name: Create project folder\n file: path=/tmp/{{ project }} state=directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
vjuhasz/ansible-test
20a9a296286f8cbc303c0238f47a2ecf6acd4ec7
0
roles/website
7,315
[ "no_license" ]
[ { "path": "roles/website/tasks/main.yml", "content": "---\n\n- name: touch label\n file: path=/tmp/{{ website.url }} state=touch", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/amq_streams_operator
7,315
[ "no_license" ]
[ { "path": "ansible/roles/amq_streams_operator/tasks/uninstall.yml", "content": "---\n\n- name: \"delete amq streams operator in {{ namespace_amq_streams_operator }} namespace\"\n import_role:\n name: ../roles/operator_olm\n tasks_from: uninstall\n vars:\n operator_name: amq-streams-operator\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4935, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/kafdrop
7,315
[ "no_license" ]
[ { "path": "ansible/roles/kafdrop/tasks/main.yml", "content": "---\n\n\n- name: check if {{ application_name }} application is deployed\n oc_obj:\n oc_binary: \"{{ openshift_cli }}\"\n state: list\n namespace: \"{{ namespace }}\"\n name: \"{{ application_name }}\"\n kind: dc\n register: resu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2721, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/kafka_cluster
7,315
[ "no_license" ]
[ { "path": "ansible/roles/kafka_cluster/tasks/uninstall.yml", "content": "---\n\n- name: remove kafka {{ kafka_cluster }}\n oc_obj:\n state: absent\n oc_binary: \"{{ openshift_cli }}\"\n name: \"{{ kafka_cluster }}\"\n kind: kafka\n namespace: \"{{ namespace }}\"", "license_type": "no_lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1362, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/keda
7,315
[ "no_license" ]
[ { "path": "ansible/roles/keda/tasks/main.yml", "content": "---\n# tasks file for keda\n\n- name: create project {{ namespace }}\n oc_project:\n state: present\n oc_binary: \"{{ openshift_cli }}\"\n name: \"{{ namespace }}\"\n\n- name: \"create operatorgroup in {{ namespace }}\"\n import_role:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4034, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/knative
7,315
[ "no_license" ]
[ { "path": "ansible/roles/knative/defaults/main.yml", "content": "---\n\nknative_kafka_name: \"{{ project_name }}-knative-kafka\"\nknative_serving_template: knativeserving.yml\nknative_eventing_template: knativeeventing.yml\nknative_kafka_template: knativekafka.yml\n\nserverless_operator_packagemanifest: ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2706, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/monitoring_apps
7,315
[ "no_license" ]
[ { "path": "ansible/roles/monitoring_apps/tasks/main.yml", "content": "---\n\n- name: \"update namespace with monitoring label\"\n oc_label:\n oc_binary: \"{{ openshift_cli }}\"\n state: present\n kind: namespace\n name: \"{{ namespace }}\"\n labels:\n - key: monitoring-key\n valu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9611, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/openshift_domain
7,315
[ "no_license" ]
[ { "path": "ansible/roles/openshift_domain/tasks/main.yml", "content": "---\n\n- name: create test route\n shell: \"{{ openshift_cli }} create route edge testroute --service=testsvc --port=80 -n {{ namespace }}\"\n when: ACTION is not defined or ACTION == \"install\"\n\n- name: get domain url\n shell: ech...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/openshift_kafka_connect
7,315
[ "no_license" ]
[ { "path": "ansible/roles/openshift_kafka_connect/defaults/main.yml", "content": "---\n\nkafka_connect_version: \"3.2.3\"\nkafka_connect_replicas: 1\n\nkafka_connect_template: kafka-connect.yml\n\nkafka_connect_requests_cpu: 100m\nkafka_connect_requests_memory: 250M\nkafka_connect_limits_cpu: 500m\nkafka_con...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1484, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/scm-backend
7,315
[ "no_license" ]
[ { "path": "ansible/roles/scm-backend/defaults/main.yml", "content": "psql_app_name: \"{{ scm_backend_psql_name }}\"\napplication_name: scm-backend\n\npostgresql_pv_capacity: 5Gi\npostgresql_version: 12-el8\npostgresql_is_namespace: openshift\npostgresql_service_account: \"{{ psql_app_name }}\"\npsql_user_na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3655, "all_permissive": false }
ansible_role
redhat-na-ssa/himss_2022_scm_integration
1a4bf70b1605d55e215f7e2df01e97048bd4a2a4
1
ansible/roles/scm-frontend
7,315
[ "no_license" ]
[ { "path": "ansible/roles/scm-frontend/tasks/uninstall.yml", "content": "---\n\n#- name: delete deployment config\n- name: delete knative service\n oc_obj:\n oc_binary: \"{{ openshift_cli }}\"\n state: absent\n name: \"{{ application_name }}\"\n namespace: \"{{ namespace }}\"\n #kind: dc\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5550, "all_permissive": false }
ansible_role
trytonlux/libvirt-infrastructure-as-code-example
8874f85afefbfcc6c68c91360b396f54994eb08b
0
roles/nginx
7,315
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: Install NGINX\n package:\n name: nginx\n state: present\n\n- name: Enable NGINX service\n systemd:\n name: nginx\n enabled: true\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
devps23/learn-expense
5eccf11393a71b3b1c5c91a1507acb07549c42a6
0
roles/githubactions
7,315
[ "no_license" ]
[ { "path": "roles/githubactions/tasks/main.yml", "content": "- name: make a directory\n ansible.builtin.file:\n path: github-runner\n state: directory\n become_user: ec2-user\n\n- name: unarchive runner\n ansible.builtin.unarchive:\n src: https://github.com/actions/runner/releases/download/v2.317...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
devps23/learn-expense
5eccf11393a71b3b1c5c91a1507acb07549c42a6
0
roles/vault
7,315
[ "no_license" ]
[ { "path": "roles/vault/vars/main.yml", "content": "message: \"hello\"\nsecrets: \"{{ lookup('ansible.builtin.env', 'vault_token')}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/vault/tasks/main.yml", "content": "- name: get secrets\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 332, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/create_certificates
7,315
[ "no_license" ]
[ { "path": "roles/create_certificates/tasks/main.yaml", "content": "---\n- name: Perform prerequisite tasks\n ansible.builtin.include_tasks: prereqs.yaml\n\n- name: Create certificate authority\n ansible.builtin.include_tasks: create_ca.yaml\n\n- name: Create server certifcates\n ansible.builtin.include_t...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2521, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/deploy_ballotbox
7,315
[ "no_license" ]
[ { "path": "roles/deploy_ballotbox/defaults/main.yaml", "content": "---\nconfig_env_variables:\nsecret_config_env_variables:\nca_directory: \"{{ playbook_dir }}/certificates\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/deploy_ballotbox...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1320, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/deploy_ballotserver
7,315
[ "no_license" ]
[ { "path": "roles/deploy_ballotserver/tasks/configure.yaml", "content": "---\n- name: Template env_file\n ansible.builtin.template:\n src: env_file.j2\n dest: \"{{ app_repository_directory }}/docker/env_file\"\n\n- name: Template secret_config.py\n ansible.builtin.template:\n src: config.py.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/deploy_registrar
7,315
[ "no_license" ]
[ { "path": "roles/deploy_registrar/defaults/main.yaml", "content": "---\nvoter_registration_data_file_path:\nconfig_env_variables:\nsecret_config_env_variables:\nca_directory: \"{{ playbook_dir }}/certificates\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, {...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1600, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/deploy_resultserver
7,315
[ "no_license" ]
[ { "path": "roles/deploy_resultserver/defaults/main.yaml", "content": "---\nconfig_env_variables:\nca_directory: \"{{ playbook_dir }}/certificates\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/deploy_resultserver/templates/env_file.j2", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 847, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/install_application
7,315
[ "no_license" ]
[ { "path": "roles/install_application/defaults/main.yaml", "content": "---\napp_repository_url:\napp_repository_directory:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/install_application/tasks/prereqs.yaml", "content": "---\n- name: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 356, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/install_compose_application_as_service
7,315
[ "no_license" ]
[ { "path": "roles/install_compose_application_as_service/tasks/install_service.yaml", "content": "---\n- name: Template service file\n ansible.builtin.template:\n src: template.service.j2\n dest: \"/etc/systemd/system/{{ compose_service_name }}.service\"\n mode: 0644\n owner: root\n group: ro...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2321, "all_permissive": false }
ansible_role
RIT-Election-Security/SAVVI-deployment
d39fd2121882881fdd62972b6923915b8bd865da
0
roles/install_docker
7,315
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yaml", "content": "---\n- name: Install docker repo dependencies\n ansible.builtin.apt:\n name: \"{{ item }}\"\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - python3-pip\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1760, "all_permissive": false }
ansible_role
karl-vanderslice/terraform-multicloud-iac-demo
e2c6711afa75a2086a1159be361addcfb0b59ddd
1
ansible/roles/docker
7,315
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: pause for 240 seconds for apt to become available\n pause:\n seconds: 240\n\n- name: update and upgrade apt packages\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n\n- name: add required packages for installin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": false }
ansible_role
karl-vanderslice/terraform-multicloud-iac-demo
e2c6711afa75a2086a1159be361addcfb0b59ddd
1
ansible/roles/docker-swarm
7,315
[ "no_license" ]
[ { "path": "ansible/roles/docker-swarm/tasks/main.yml", "content": "---\n- name: install docker python package\n pip:\n name:\n - docker\n - jsondiff \n - pyyaml\n extra_args: --user\n \n- name: create docker swarm\n docker_swarm:\n state: present\n default_addr_pool: 172.16.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
karl-vanderslice/terraform-multicloud-iac-demo
e2c6711afa75a2086a1159be361addcfb0b59ddd
1
ansible/roles/hello-world-app
7,315
[ "no_license" ]
[ { "path": "ansible/roles/hello-world-app/tasks/main.yml", "content": "---\n- name: build hello-world-app on localhost\n docker_image:\n build:\n path: \"{{ hello_world_app_path }}/\"\n pull: yes\n nocache: yes\n name: hello-world-app\n tag: latest\n source: build\n delegate_to: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1576, "all_permissive": false }
ansible_role
leheckaj/ansible-wordpress-role
c4dd915a0a6c0b387de302dfd979cb768966d8e1
0
ansible/roles/wordpress
7,315
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/handlers/main.yml", "content": "---\n# handlers file for wordpress\n- name: Restart Apache2\n become: true\n service: name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "ansible/roles...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2425, "all_permissive": false }
ansible_role
cradle8810/ansible_hayaworld
09a505c2de8392699a9764c61795a38cdcfb9af3
0
roles/common
7,315
[ "no_license" ]
[ { "path": "roles/common/tasks/apt.yml", "content": "- name: \"Common / Install Packages from apt\"\n ansible.builtin.apt:\n update_cache: true\n pkg: \"{{ item }}\"\n cache_valid_time: \"{{ common_apt.cache_valid_time }}\"\n loop: \"{{ common_pkg }}\"\n\n- name: \"Common / Remove Packages\"\n an...
{ "task_files": 11, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 16287, "all_permissive": false }
ansible_role
cradle8810/ansible_hayaworld
09a505c2de8392699a9764c61795a38cdcfb9af3
0
roles/dns
7,315
[ "no_license" ]
[ { "path": "roles/dns/tasks/radvd.yml", "content": "---\n- name: \"RAdvd / Install RAdvd\"\n ansible.builtin.apt:\n name: \"radvd\"\n state: present\n update_cache: true\n notify:\n - \"Restart radvd\"\n\n- name: \"RAdvd / Put radvd.conf\"\n ansible.builtin.template:\n src: templates/etc/ra...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4708, "all_permissive": false }
ansible_role
cradle8810/ansible_hayaworld
09a505c2de8392699a9764c61795a38cdcfb9af3
0
roles/samba
7,315
[ "no_license" ]
[ { "path": "roles/samba/templates/smb.conf.j2", "content": "[global]\nworkgroup = {{ samba_workgroup }}\nserver string = {{ samba_server_string }}\n\nserver role = standalone server\nobey pam restrictions = yes\nunix password sync = yes\npasswd program = /usr/bin/passwd %u\npasswd chat = *Enter\\snew\\s*\\sp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2489, "all_permissive": false }
ansible_role
sekasara/sitecore
5a3afb00e284f5e6f2683b4206c3dce397fe71b6
0
TASK_5/ansible/roles/setup
7,315
[ "no_license" ]
[ { "path": "TASK_5/ansible/roles/setup/templates/manifest.yaml.j2", "content": "{% for tenant, config in tenants.items() %}\n{% for service in config.services %}\n\n---\n\n{% if 'objtype' in service %}\n{% set objtype = service.objtype %}\n{% elif service.name in default_service_config and 'objtype' in defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4564, "all_permissive": false }
ansible_role
madjique/simple-api-student
bb70358a41537c44437db2ce353bebc9ed0923a1
0
ansible/roles/app
7,319
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Pull Docker image from Docker Hub\n docker_image:\n name: badido18/simple-api-student:latest\n source: pull\n state: present\n\n- name: Create Docker container\n docker_container:\n name: backend\n image: badido18/simple-api-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
madjique/simple-api-student
bb70358a41537c44437db2ce353bebc9ed0923a1
0
ansible/roles/database
7,319
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Pull Docker image from Docker Hub\n docker_image:\n name: badido18/database:latest\n source: pull\n state: present\n\n- name: Create Docker container\n docker_container:\n name: database\n image: badido18/database:latest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
madjique/simple-api-student
bb70358a41537c44437db2ce353bebc9ed0923a1
0
ansible/roles/docker
7,319
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "# Install all the necessary dependencies starting with yum package manager\n- name: Install yum utils\n yum:\n name: yum-utils\n state: latest\n\n- name: Install lvm2\n yum:\n name: lvm2\n state: latest\n\n- name: add repo docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1090, "all_permissive": false }
ansible_role
madjique/simple-api-student
bb70358a41537c44437db2ce353bebc9ed0923a1
0
ansible/roles/front
7,319
[ "no_license" ]
[ { "path": "ansible/roles/front/tasks/main.yml", "content": "- name: Pull Docker image from Docker Hub\n docker_image:\n name: badido18/front:latest\n source: pull\n state: present\n\n- name: Create Docker container\n docker_container:\n name: front\n image: badido18/front:latest\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
madjique/simple-api-student
bb70358a41537c44437db2ce353bebc9ed0923a1
0
ansible/roles/proxy
7,319
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "- name: Pull Docker image from Docker Hub\n docker_image:\n name: badido18/httpd:latest\n source: pull\n state: present\n\n- name: Create Docker container\n docker_container:\n name: httpd\n image: badido18/httpd:latest\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
sunikabbali/roboshopansible
e01d3e718d53c0546ef33295231866a2ded3364f
0
roles/mongodb
7,319
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: test for frontend\n debug:\n msg: mongodb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
CCI-MOC/hadhcp
831b051578af3868b2686d7581101a1374042248
0
roles/dnsmasq
7,319
[ "no_license" ]
[ { "path": "roles/dnsmasq/handlers/main.yml", "content": "- name: Validate dnsmasq configuration\n listen: restart dnsmasq\n command: dnsmasq --test\n\n- name: Restart dnsmasq\n when: manage_services|default(false)|bool\n listen: restart dnsmasq\n service:\n name: dnsmasq\n state: restarted\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 748, "all_permissive": false }
ansible_role
CCI-MOC/hadhcp
831b051578af3868b2686d7581101a1374042248
0
roles/hadhcpd
7,319
[ "no_license" ]
[ { "path": "roles/hadhcpd/defaults/main.yml", "content": "dhcp_config_dir: /etc/dhcp\ndhcp_packages:\n - dhcp-server\n - iproute\n - iputils\n - tcpdump\ndhcp_default_lease_time: 1314000 # 15 days\ndhcp_max_lease_time: 2628000 # 1 month\n\n# While this can technically be anything, port 647 is explicitl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1299, "all_permissive": false }
ansible_role
CCI-MOC/hadhcp
831b051578af3868b2686d7581101a1374042248
0
roles/interfaces
7,319
[ "no_license" ]
[ { "path": "roles/interfaces/tasks/main.yml", "content": "- name: Ensure interface config dir exists\n file:\n path: \"{{ iface_config_dir }}\"\n state: directory\n\n- name: Configuring interfaces\n tags: [template]\n template:\n src: ifcfg\n dest: \"{{ iface_config_dir }}/ifcfg-{{ item.name }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
JohnLieske/aws_nextcloud
2acfd50bcacc01c5297acff980bb510ea406c45b
6
roles/common
7,319
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install EPEL repo\n yum:\n name: epel-release\n state: present\n\n- name: install tools\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - unzip\n - wget\n - bzip2\n\n- name: Set SELinux to permissive\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
JohnLieske/aws_nextcloud
2acfd50bcacc01c5297acff980bb510ea406c45b
6
roles/nc-httpd
7,319
[ "no_license" ]
[ { "path": "roles/nc-httpd/handlers/main.yml", "content": "---\n- name: restart httpd service\n service:\n name: httpd\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/nc-httpd/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 280, "all_permissive": false }
ansible_role
JohnLieske/aws_nextcloud
2acfd50bcacc01c5297acff980bb510ea406c45b
6
roles/nc-php
7,319
[ "no_license" ]
[ { "path": "roles/nc-php/tasks/main.yml", "content": "---\n- name: Add Webtatic repo\n yum:\n name: https://mirror.webtatic.com/yum/el7/webtatic-release.rpm\n state: present\n\n- name: Install PHP\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php70w\n - php70w-dom\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 799, "all_permissive": false }
ansible_role
JohnLieske/aws_nextcloud
2acfd50bcacc01c5297acff980bb510ea406c45b
6
roles/nc-sql
7,319
[ "no_license" ]
[ { "path": "roles/nc-sql/handlers/main.yml", "content": "---\n- name: restart mariadb service\n service:\n name: mariadb\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/nc-sql/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
JohnLieske/aws_nextcloud
2acfd50bcacc01c5297acff980bb510ea406c45b
6
roles/nextcloud
7,319
[ "no_license" ]
[ { "path": "roles/nextcloud/handlers/main.yml", "content": "---\n- name: restart httpd service\n service:\n name: httpd\n state: restarted\n enabled: yes\n\n- name: restart php fpm\n service:\n name: php-fpm\n state: restarted\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 961, "all_permissive": false }
ansible_role
mattskone/ansible-opencv-python3
85a5d88c99374dc99ffbd1d8c8cbd0e786f6c3e4
10
roles/opencv
7,319
[ "no_license" ]
[ { "path": "roles/opencv/tasks/main.yml", "content": "---\n- name: Install developer and compile tools\n become: true\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - cmake\n - git\n - pkg-config\n\n- name: Install libraries for various image formats\n become: true\n apt: n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3133, "all_permissive": false }
ansible_role
mattskone/ansible-opencv-python3
85a5d88c99374dc99ffbd1d8c8cbd0e786f6c3e4
10
roles/python
7,319
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Check if temporary directory already exists\n stat: path={{ download_dir }}\n register: tmp\n\n- name: Create temporary download directory\n file: name={{ download_dir }} state=directory\n when: tmp.stat.exists == false\n\n- name: Downloa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1552, "all_permissive": false }
ansible_role
mattskone/ansible-opencv-python3
85a5d88c99374dc99ffbd1d8c8cbd0e786f6c3e4
10
roles/upgrade
7,319
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: Update and upgrade\n become: true\n apt: update-cache=yes upgrade=dist\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
grahamoregan/ansible-pibeacon
7ce6c8c971dc4a9bf0674dd5fe46dfa8354fcaac
2
playbooks/roles/ibeacon
7,319
[ "no_license" ]
[ { "path": "playbooks/roles/ibeacon/files/ibeacon", "content": "#!/bin/bash\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:$PATH\n\nDESC=\"iBeacon Application Software\"\nPIDFILE=/var/run/ibeacon.pid\nSCRIPTNAME=/etc/init.d/ibeacon\n\ncase \"$1\" in\nstart)\n printf \"%-50s\" \"Sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1808, "all_permissive": false }
ansible_role
jgilfoil/ansible-bug-roletaskoutput
d2018fb8cbd2a47717f33d8af33baaa689ce292b
0
roles/test_role
7,319
[ "no_license" ]
[ { "path": "roles/test_role/tasks/main.yml", "content": "- name: task without rolename\r\n debug:\r\n msg: \"this task gets the role name in the output\"\r\n\r\n- name: task with rolename test_role\r\n debug:\r\n msg: \"this task does not get the role name in the output\"\r\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
ahmed-moin/ProjectFabrik
a6fc438ba5870cd139479574745a43eb8d34b137
0
.ansible/econdev/roles/econsulter
7,319
[ "no_license" ]
[ { "path": ".ansible/econdev/roles/econsulter/files/apache2/mods-available/apache2-mod_perl-startup.pl", "content": "#use lib qw(/u/e-consulter/lib /u/e-consulter_dev/lib/ /home/httpd/perl);\nuse lib qw(/var/www/e-consulter.com/www/lib /u/e-consulter_dev/lib/);\n\n# enable if the mod_perl 1.0 compatibility i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3593, "all_permissive": false }
ansible_role
ahmed-moin/ProjectFabrik
a6fc438ba5870cd139479574745a43eb8d34b137
0
.ansible/econdev/roles/postgres
7,319
[ "no_license" ]
[ { "path": ".ansible/econdev/roles/postgres/defaults/main.yml", "content": "---\npsql_conf: \"{{ psql_conf_dir }}/postgresql.conf\"\npsql_hba_conf: \"{{ psql_conf_dir }}/pg_hba.conf\"\n\n# vim:ts=2:sw=2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1783, "all_permissive": false }
ansible_role
dvmrry/k3s-gitops
77bf6b06865a7fe7396f40ce58e0c9f6336d026a
0
ansible/roles/i915
7,319
[ "no_license" ]
[ { "path": "ansible/roles/i915/vars/main.yml", "content": "---\n\npackages:\n apt:\n - linux-modules-extra-aws\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/i915/tasks/packages.yml", "content": "---\n\n- name: Upgrade all sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 720, "all_permissive": false }
ansible_role
dvmrry/k3s-gitops
77bf6b06865a7fe7396f40ce58e0c9f6336d026a
0
ansible/roles/k3s
7,319
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/calico.yml", "content": "---\n\n- name: calico | deploy tigera operator to k3s manifest directory\n run_once: true\n ansible.builtin.get_url:\n url: \"{{ calico.operator_manifest }}\"\n dest: \"{{ k3s_server_manifests_dir }}/tigera-operator.yaml\"\n mode: 0644\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2372, "all_permissive": false }
ansible_role
dvmrry/k3s-gitops
77bf6b06865a7fe7396f40ce58e0c9f6336d026a
0
ansible/roles/kube-vip
7,319
[ "no_license" ]
[ { "path": "ansible/roles/kube-vip/tasks/main.yml", "content": "--- \n\n- include: kube-vip.yml\n tags:\n - kube-vip\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/kube-vip/tasks/kube-vip.yml", "content": "---\n\n- name: kub...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2324, "all_permissive": false }
ansible_role
dvmrry/k3s-gitops
77bf6b06865a7fe7396f40ce58e0c9f6336d026a
0
ansible/roles/pve
7,319
[ "no_license" ]
[ { "path": "ansible/roles/pve/templates/etc/postfix/main.cf.j2", "content": "# See /usr/share/postfix/main.cf.dist for a commented, more complete version\n\nmyhostname = hostname\nsmtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)\nbiff = no\n# appending .domain is the MUA's job.\nappend_dot_mydomain =...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3202, "all_permissive": false }
ansible_role
dvmrry/k3s-gitops
77bf6b06865a7fe7396f40ce58e0c9f6336d026a
0
ansible/roles/pve7
7,319
[ "no_license" ]
[ { "path": "ansible/roles/pve7/tasks/main.yml", "content": "--- \n\n- include: apt-sources.yml \n tags:\n - apt-sources\n\n- include: grub.yml\n loop:\n - \"intel_iommu=on\"\n - \"iommu=pt\"\n tags:\n - grub\n\n- include: modules.yml\n loop:\n - \"vfio\"\n - \"vfio_iommu_type1\"\n - \"vf...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1515, "all_permissive": false }
ansible_role
rsurendra21/k8s_cluster_ansible
288f77a5a67b08eab15ed6407758310a14e842b4
0
roles/k8s_cluster
7,319
[ "no_license" ]
[ { "path": "roles/k8s_cluster/tasks/main.yml", "content": "---\n- name: rke binary download\n get_url:\n url: https://github.com/rancher/rke/releases/download/v1.3.14/rke_linux-amd64\n dest: /usr/local/bin/rke\n mode: \"0755\"\n\n- name: copy cluster.yml file\n copy:\n src: cluster.yml\n dest: /h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2404, "all_permissive": false }
ansible_role
rsurendra21/k8s_cluster_ansible
288f77a5a67b08eab15ed6407758310a14e842b4
0
roles/prechecks
7,319
[ "no_license" ]
[ { "path": "roles/prechecks/tasks/main.yml", "content": "---\n- name: install dependencies\n apt:\n name:\n - curl\n - ca-certificates\n state: present\n\n- name: add docker GPG apt Key\n command: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -\n\n- name: setup docker repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
OracleGao/docker
21250c526606eefd0af51e6c2670ad2779e3aa5a
2
python/ansible/conf/roles/docker
7,319
[ "no_license" ]
[ { "path": "python/ansible/conf/roles/docker/files/docker-install.sh", "content": "#!/usr/bin/env bash\n##########################################\n\n #Author OracleGao\n #Date 2018-10-22\n #Reference: https://docs.docker.com/install/linux/docker-ce/ubuntu/\n # https://docs.docker.com/install/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1972, "all_permissive": false }
ansible_role
OracleGao/docker
21250c526606eefd0af51e6c2670ad2779e3aa5a
2
python/ansible/conf/roles/docker-compose
7,319
[ "no_license" ]
[ { "path": "python/ansible/conf/roles/docker-compose/tasks/main.yml", "content": "---\n- name: copy docker-compose\n copy:\n src: /usr/local/bin/docker-compose\n dest: /usr/local/bin/docker-compose\n mode: 0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
OracleGao/docker
21250c526606eefd0af51e6c2670ad2779e3aa5a
2
python/ansible/conf/roles/docker-config
7,319
[ "no_license" ]
[ { "path": "python/ansible/conf/roles/docker-config/files/process-docker-service.sh", "content": "#!/usr/bin/env bash\nset -ex\n\nexport PATH=${PATH:-.}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin\n\nconfig=\"unknow\"\nif [ -f /lib/systemd/system/docker.service ]; then\n config=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1369, "all_permissive": false }
ansible_role
numatrix/ansible
7821498952e9df51099713c83cd7e6dc1ed0b91c
0
roles/docker
7,321
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: install tools\n yum:\n name:\n - device-mapper-persistent-data\n - yum-utils\n - lvm2\n state: present\n\n- name: install yum repository for docker\n yum_repository:\n description: docker-ce-stable\n name: Docker-CE-St...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
numatrix/ansible
7821498952e9df51099713c83cd7e6dc1ed0b91c
0
roles/jenkins
7,321
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: change permission for jenkins volume\n file:\n path: \"{{data}}/{{app}}/{{env}}/jenkins\"\n state: directory\n mode: \"777\"\n\n- name: start jenkins\n docker_container:\n name: jenkins\n image: jenkins/jenkins:lts\n restart_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
numatrix/ansible
7821498952e9df51099713c83cd7e6dc1ed0b91c
0
roles/kong
7,321
[ "no_license" ]
[ { "path": "roles/kong/tasks/main.yml", "content": "- name: create data directory\n become: yes\n file:\n path: \"{{data}}/{{app}}/{{env}}/kong\"\n state: directory\n\n- name: run kong migration\n command: \"docker run --rm --network=platform.{{env}} -e 'KONG_DATABASE=matrix' -e 'KONG_PG_HOST={{env}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
numatrix/ansible
7821498952e9df51099713c83cd7e6dc1ed0b91c
0
roles/nuget
7,321
[ "no_license" ]
[ { "path": "roles/nuget/tasks/main.yml", "content": "- name: start nuget feed\n docker_container:\n name: nuget\n image: loicsharma/baget\n restart_policy: always\n recreate: yes\n env:\n ApiKey: \"{{nuget_api_key}}\"\n Storage__Type: FileSystem\n Storage__Path: /var/baget/pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
numatrix/ansible
7821498952e9df51099713c83cd7e6dc1ed0b91c
0
roles/postgres
7,321
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- name: create data directory\n become: yes\n file:\n path: \"{{data}}/{{app}}/{{env}}/postgres\"\n state: directory\n\n- name: start postgres server\n docker_container:\n name: \"{{env}}.postgres\"\n image: postgres:latest\n env:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
MaksoN007PRO/devops-upgrade
84979dfa5bd53d22a901c4f1169a92feb70bd0f9
0
2. LEMP Ansible/roles/mysql
7,321
[ "no_license" ]
[ { "path": "2. LEMP Ansible/roles/mysql/tasks/main.yml", "content": "- name: \"Install MySQL\"\n ansible.builtin.apt:\n name: \"mysql-server\"\n state: \"latest\"\n update_cache: true\n\n- name: \"Install PyMySQL\"\n ansible.builtin.apt:\n name: \"python3-pymysql\"\n state: \"latest\"\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
MaksoN007PRO/devops-upgrade
84979dfa5bd53d22a901c4f1169a92feb70bd0f9
0
2. LEMP Ansible/roles/php
7,321
[ "no_license" ]
[ { "path": "2. LEMP Ansible/roles/php/tasks/main.yml", "content": "- name: \"Installing php fpm and php mysql\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: \"latest\"\n update_cache: true\n with_items:\n - \"php-fpm\"\n - \"php-mysql\"\n\n- name: \"Copy PHP-test files to /var/www/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
newrelic/demo-services
2a347e6e1a83c9ea641cd872feb6b702174bf3af
0
deploy/mariadb/linux/roles/configure
7,321
[ "permissive" ]
[ { "path": "deploy/mariadb/linux/roles/configure/tasks/main.yml", "content": "---\n\n# This play requires the following variable set\n# service_port: \"<The port the database will listen on>\"\n\n- fail:\n msg: \"service_port is required\"\n when: service_port is not defined\n\n- name: Create MariaDB c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": true }
ansible_role
newrelic/demo-services
2a347e6e1a83c9ea641cd872feb6b702174bf3af
0
deploy/mariadb/linux/roles/prepare
7,321
[ "permissive" ]
[ { "path": "deploy/mariadb/linux/roles/prepare/tasks/installMariaDB.yml", "content": "---\n\n- name: install MariaDB and python bindings\n yum:\n name: \n - MySQL-python\n - mariadb-server\n state: present\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 187, "all_permissive": true }
ansible_role
newrelic/demo-services
2a347e6e1a83c9ea641cd872feb6b702174bf3af
0
deploy/mariadb/linux/roles/start
7,321
[ "permissive" ]
[ { "path": "deploy/mariadb/linux/roles/start/tasks/main.yml", "content": "---\n\n# This play requires the following variable set\n# database_user: \"<The user name that will be used to connect to the database>\"\n# database_password: \"<<PASSWORD>>\"\n\n- fail:\n msg: \"database_user is required\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1620, "all_permissive": true }
ansible_role
newrelic/demo-services
2a347e6e1a83c9ea641cd872feb6b702174bf3af
0
deploy/mariadb/linux/roles/stop
7,321
[ "permissive" ]
[ { "path": "deploy/mariadb/linux/roles/stop/tasks/main.yml", "content": "---\n\n- name: check if MariaDB is running\n shell: systemctl | grep mariadb | wc -l\n register: mariadb_running\n\n- name: stop MariaDB\n when: mariadb_running.stdout|int == 1\n service:\n name: mariadb\n enabled: false\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": true }
ansible_role
sawoyen/DistMinio-Ansible
a4ed136f9008873576436d2fc0530c689d51772e
0
roles/minio
7,321
[ "no_license" ]
[ { "path": "roles/minio/tasks/main.yml", "content": "---\n\n- name: create group\n group:\n name: \"{{ minio_group }}\"\n state: present\n\n- name: add user\n user:\n name: \"{{ minio_user }}\"\n group: \"{{ minio_group }}\"\n comment: \"Minio Server\"\n shell: /usr/sbin/nologin\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2215, "all_permissive": false }
ansible_role
sawoyen/DistMinio-Ansible
a4ed136f9008873576436d2fc0530c689d51772e
0
roles/nginx
7,321
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n - name: Install Nginx \n apt:\n name=nginx\n state=latest\n notify:\n - Restart nginx\n - name: Add nginx config\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf\n notify: Restart nginx\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
davidguttman/vagrant-ansible-bootstrap
0cdeceaf43195dd41719b239709c3b71a0e64aff
1
roles/common
7,321
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\nuser: deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/common/tasks/main.yml", "content": "- name: Create admin group\n group: name=admin state=present\n\n- name: Ensure su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
johnpneumann/dotfiles
b6dca898b7e25e56431df102a15f2593e2f3a0e3
0
ansible/playbooks/roles/common
7,321
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/tasks/main.yml", "content": "# vim:ft=ansible:\n---\n\n- name: make standard directories\n file: path=\"{{item}}\" state=directory mode=0755\n with_items: \"{{standard_directories}}\"\n\n- name: install python packages\n pip: name=\"{{item}}\" state=latest\n wit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
johnpneumann/dotfiles
b6dca898b7e25e56431df102a15f2593e2f3a0e3
0
ansible/playbooks/roles/osx-base
7,321
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/osx-base/tasks/main.yml", "content": "# vim:ft=ansible:\n---\n\n- name: update homebrew\n shell: brew update; brew upgrade\n\n- name: tap homebrew\n shell: brew tap \"{{item}}\"\n with_items: \"{{taps}}\"\n\n- name: install utility packages\n homebrew: name=\"{{item.pk...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1154, "all_permissive": false }
ansible_role
johnpneumann/dotfiles
b6dca898b7e25e56431df102a15f2593e2f3a0e3
0
ansible/playbooks/roles/osx-desktop
7,321
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/osx-desktop/tasks/main.yml", "content": "# vim:ft=ansible:\n---\n\n- name: update homebrew\n shell: brew update; brew upgrade\n\n- name: tap homebrew\n shell: brew tap \"{{item}}\"\n with_items: \"{{taps}}\"\n\n- name: install desktop apps\n homebrew_cask: name=\"{{ite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 363, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/certmanager
7,318
[ "no_license" ]
[ { "path": "ansible/roles/certmanager/defaults/main.yaml", "content": "---\ncertmanager_version: \"v1.11.0\"\ncertmanager_yaml: \"https://github.com/cert-manager/cert-manager/releases/download/{{ certmanager_version }}/cert-manager.yaml\"\ncertmanager_wait_for_deployments: true\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 779, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/ecosystem
7,318
[ "no_license" ]
[ { "path": "ansible/roles/ecosystem/tasks/kafka.yaml", "content": "---\n- include_role:\n name: strimzi\n when: install_kafka | bool\n\n- name: \"Create Kafka Cluster\"\n kubernetes.core.helm:\n state: present\n namespace: \"{{ seldon_kafka_namespace }}\"\n name: \"seldon-core-v2-kafka\"\n c...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3208, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/grafana
7,318
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/main.yaml", "content": "---\n- name: Create a k8s namespace\n kubernetes.core.k8s:\n name: \"{{ seldon_monitoring_namespace }}\"\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Install Grafana\n kubernetes.core.helm:\n name: grafana\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3036, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/jaeger
7,318
[ "no_license" ]
[ { "path": "ansible/roles/jaeger/tasks/main.yaml", "content": "---\n- import_tasks: namespaces.yaml\n- import_tasks: install.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/jaeger/tasks/install.yaml", "content": "---\n- name...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1012, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/kind
7,318
[ "no_license" ]
[ { "path": "ansible/roles/kind/templates/metallb_config.yaml.j2", "content": "---\napiVersion: metallb.io/v1beta1\nkind: IPAddressPool\nmetadata:\n name: kind-pool\n namespace: metallb-system\nspec:\n addresses:\n - {{ metallb_range_start }}-{{ metallb_range_stop }}\n\n---\n\napiVersion: metallb.io/v1bet...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5968, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/opentelemetry
7,318
[ "no_license" ]
[ { "path": "ansible/roles/opentelemetry/tasks/namespaces.yaml", "content": "---\n- name: \"Create required k8s namespaces\"\n kubernetes.core.k8s:\n name: \"{{ item }}\"\n api_version: v1\n kind: Namespace\n state: present\n with_items:\n - \"{{ opentelemetry_namespace }}\"\n", "license_ty...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1358, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/prometheus
7,318
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/templates/seldon-prometheus-adapter-configmap.j2", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: prometheus-adapter\ndata:\n config.yaml: |-\n \"rules\":\n -\n \"seriesQuery\": |\n {__name__=\"seldon_model_infer_total\",namespace!=\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2660, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/seldon
7,318
[ "no_license" ]
[ { "path": "ansible/roles/seldon/tasks/registry_secrets.yaml", "content": "---\n\n- name: Get K8s secrets info\n kubernetes.core.k8s_info:\n api_version: v1\n kind: Secret\n name: \"{{ custom_image_pull_secrets.name }}\"\n namespace: \"{{ seldon_mesh_namespace }}\"\n register: pull_secret\n\n- ...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 16617, "all_permissive": false }
ansible_role
SeldonIO/seldon-core
fc43637c29e33dbcbaf79f96924d342448030c00
4,580
ansible/roles/strimzi
7,318
[ "no_license" ]
[ { "path": "ansible/roles/strimzi/templates/strimzi-operator-values.yaml.j2", "content": "---\nfeatureGates: \"{{ strimzi_kafka_operator_feature_gates }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "ansible/roles/strimzi/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1008, "all_permissive": false }
ansible_role
aigerim998/ansible1_july_2023
526429925fcbde81bce7bb18ca8d8c60532a301a
0
Class4/roles/wordpress
7,318
[ "no_license" ]
[ { "path": "Class4/roles/wordpress/defaults/main.yml", "content": "wordpress: https://wordpress.org/latest.tar.gz\nwp_des: /tmp/wordpress.tar.gz\n\nuser: apache\ngroup: apache", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "Class4/roles/wordpress/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 659, "all_permissive": false }