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
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/hdfs-spark
120
[ "no_license" ]
[ { "path": "roles/hdfs-spark/tasks/hdfs.yml", "content": "- name: \"[HDFS] Ensure Docker network '{{ hadoop_network }}' exists\"\n become: true\n community.docker.docker_network:\n name: \"{{ hadoop_network }}\"\n driver: bridge\n state: present\n\n- name: \"[HDFS] Pull Hadoop image '{{ hadoop_ima...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5123, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/kafka
120
[ "no_license" ]
[ { "path": "roles/kafka/defaults/main.yml", "content": "kafka:\n image: apache/kafka\n container_name: kafka\n ports:\n - \"9092:9092\"\n - \"9093:9093\"\n environment:\n KAFKA_NODE_ID: \"1\"\n KAFKA_PROCESS_ROLES: \"broker,controller\"\n KAFKA_LISTENERS: \"PLAINTEXT://0.0.0.0:9092,CONTROL...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/kafka-connect
120
[ "no_license" ]
[ { "path": "roles/kafka-connect/tasks/main.yml", "content": "- name: \"[Kafka Connect] Pull Kafka Connect image {{ kafka_connect_image }}\"\n become: true\n community.docker.docker_image:\n name: \"{{ kafka_connect_image }}\"\n source: pull\n\n- name: \"[Kafka Connect] Ensure destination directory ex...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4380, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/traefik
120
[ "no_license" ]
[ { "path": "roles/traefik/files/etc/traefik/traefik.yml.jinja2", "content": "entryPoints:\n web:\n address: \":80\"\n forwardedHeaders:\n trustedIPs:\n - \"127.0.0.1/32\"\n - \"{{ vpc_cidr }}\"\n metrics:\n address: \":9180\"\n\n ping:\n address: \":8082\"\n\nproviders:\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2079, "all_permissive": false }
ansible_role
asamaatarek/Terraform_Project
8dd73a22280373ec8dd152a0abb9785f7d6a27da
0
ansible/roles/docker_install
120
[ "no_license" ]
[ { "path": "ansible/roles/docker_install/defaults/main.yml", "content": "---\n# defaults file for roles/docker_install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/docker_install/handlers/main.yml", "content": "---\n# handlers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 906, "all_permissive": false }
ansible_role
Spermulf/Ansible_Playbooks_Bachelor
fcad87034a5c466eea4ee32974a9d427881cda96
1
roles/reboot_host
120
[ "no_license" ]
[ { "path": "roles/reboot_host/tasks/main.yml", "content": "---\n- name: Reboot host\n shell: \"sleep 6 && reboot\"\n async: 1\n poll: 0\n\n- name: Wait for reboot...\n wait_for_connection:\n connect_timeout: 20\n sleep: 6\n delay: 6\n timeout: 300\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
arricor/deep-learning-machine
9bcb10d54a83efe6b0d782d4d126614d77e5dd6b
18
roles/cuda
120
[ "permissive" ]
[ { "path": "roles/cuda/README.md", "content": "# The `cuda` Role\n\nThe `cuda` role installs the Nvidia CUDA GPU repository and drivers.\n\nThis role may be executed independently by running:\n\n```bash\n$ ansible-playbook tensorflow.yml --tags \"cuda\"\n```\n\nOn execution, this role installs the following ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1476, "all_permissive": true }
ansible_role
arricor/deep-learning-machine
9bcb10d54a83efe6b0d782d4d126614d77e5dd6b
18
roles/docker
120
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# General Docker Setup\n- import_tasks: debian.yml\n when: ansible_facts['os_family']|lower == 'debian' # debian, ubuntu\n\n- name: ensure the docker service starts at boot\n systemd:\n name: \"{{ docker.service_name }}\"\n enabled: yes\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1862, "all_permissive": true }
ansible_role
arricor/deep-learning-machine
9bcb10d54a83efe6b0d782d4d126614d77e5dd6b
18
roles/jupyter
120
[ "permissive" ]
[ { "path": "roles/jupyter/vars/main.yml", "content": "---\njupyter:\n container_name: jupyter\n image:\n name: arricor/tensorflow # FROM tensorflow/tensorflow but adds our python libraries\n tag: 2.0.0rc0-gpu-py3-jupyter\n published_ports: 8888:8888\n volumes: \"{{ volumes }}\"\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3520, "all_permissive": true }
ansible_role
arricor/deep-learning-machine
9bcb10d54a83efe6b0d782d4d126614d77e5dd6b
18
roles/nvidia
120
[ "permissive" ]
[ { "path": "roles/nvidia/handlers/main.yml", "content": "---\n- name: reload the docker service\n systemd:\n name: docker\n state: reloaded\n listen: \"reload the docker service\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 124 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2464, "all_permissive": true }
ansible_role
arricor/deep-learning-machine
9bcb10d54a83efe6b0d782d4d126614d77e5dd6b
18
roles/packages
120
[ "permissive" ]
[ { "path": "roles/packages/tasks/debian.yml", "content": "---\n# General Dependencies\n- name: install general apt dependencies\n apt:\n name: \"{{ general.dependencies.apt }}\"\n state: present\n update_cache: yes\n\n- name: install general pip dependencies for Ansible\n pip:\n name: \"{{ gene...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1541, "all_permissive": true }
ansible_role
arricor/deep-learning-machine
9bcb10d54a83efe6b0d782d4d126614d77e5dd6b
18
roles/rsync
120
[ "permissive" ]
[ { "path": "roles/rsync/handlers/main.yml", "content": "---\n- name: restart the rsync service\n systemd:\n name: \"{{ rsync.service_name }}\"\n state: restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 107 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 986, "all_permissive": true }
ansible_role
remla24-team10/operation
ca70528b84302d8b4b14ed59dc5f662eb772362d
1
ansible/outdated2_but_working_better/roles/k8s-controller
120
[ "no_license" ]
[ { "path": "ansible/outdated2_but_working_better/roles/k8s-controller/tasks/helm.yml", "content": "# helm-deployments.yml\n# - name: Deploy Prometheus, Grafana, and Kubernetes Dashboard\n# hosts: controllers\n# become: yes\n# tasks:\n- name: Change permission\n file:\n path: ~/.kube/config\n mod...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7930, "all_permissive": false }
ansible_role
remla24-team10/operation
ca70528b84302d8b4b14ed59dc5f662eb772362d
1
ansible/outdated2_but_working_better/roles/k8s-worker
120
[ "no_license" ]
[ { "path": "ansible/outdated2_but_working_better/roles/k8s-worker/tasks/main.yml", "content": "- include_tasks: ../docker.yml\n\n- name: Ensure Docker is running\n systemd:\n name: docker\n state: started\n enabled: yes\n\n- name: Debug Docker status\n shell: |\n docker ps\n register: docker_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 985, "all_permissive": false }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/bertvv.mariadb
120
[ "permissive" ]
[ { "path": "roles/bertvv.mariadb/vars/RedHat.yml", "content": "# roles/mariadb/vars/RedHat.yml\n---\n\nmariadb_redhat_packages:\n - mariadb\n - mariadb-server\n - MySQL-python\n\nmariadb_centos_packages:\n - MariaDB\n - MariaDB-server\n - MySQL-python\n\nmariadb_service: mariadb\nmariadb_socket: /var/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1385, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/ocp-hello
120
[ "permissive" ]
[ { "path": "roles/ocp-hello/defaults/main.yml", "content": " openshift_cli: oc\n clean_deploy: false\n project_name: hello\n project_display_name: <NAME>\n project_desc: A simple Showcase for stateless Apps on OpenShift\n\n memory_limit: 64Mi\n service_name: hello\n gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6537, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/ocp-stateful-set
120
[ "permissive" ]
[ { "path": "roles/ocp-stateful-set/defaults/main.yml", "content": " openshift_cli: oc\n clean_deploy: false\n project_name: rocket\n project_display_name: Rocket-Chat\n project_desc: A Showcase for StatefulSets on OpenShift\n\n mongodb_service_name: mongodb\n mongodb_intern...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9742, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-add-floating-ip
120
[ "permissive" ]
[ { "path": "roles/osp-add-floating-ip/tasks/main.yml", "content": "- name: Add floating ip\n shell: openstack server add floating ip {{ instance_name }} {{ instance_floating_ip }}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 113 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 478, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-add-user
120
[ "permissive" ]
[ { "path": "roles/osp-add-user/defaults/main.yml", "content": "# instance_user - user to create in instance\n# user_public_key - public ssh key of user\n# allow_sudo - Create a user that can sudo True or False\n\ninstance_user: <user>\nuser_public_key: <public key>\nallow_sudo: True\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 991, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-client-setup
120
[ "permissive" ]
[ { "path": "roles/osp-client-setup/defaults/main.yml", "content": "# openstack_version - openstack version 12, 13, etc (based on Red Hat OpenStack)\nopenstack_tools_repo: openstack-15-for-rhel-8-x86_64-rpms\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 684, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-configure-managed-project
120
[ "permissive" ]
[ { "path": "roles/osp-configure-managed-project/tasks/main.yml", "content": "- name: Check if network exists\n shell: openstack network show {{ project }}\n ignore_errors: yes\n register: openstack_network_show\n\n- name: Create OpenStack Project Network\n shell: openstack network create {{ project }}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2066, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-create-instance
120
[ "permissive" ]
[ { "path": "roles/osp-create-instance/tasks/main.yml", "content": "- name: Set instance network\n set_fact:\n instance_network: \"{{ openstack_project }}\"\n when: instance_network is undefined or instance_network == \"\"\n\n#- name: Set instance ssh key\n# set_fact:\n# instance_ssh_key_name: \"{{ o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-delete-instance
120
[ "permissive" ]
[ { "path": "roles/osp-delete-instance/tasks/main.yml", "content": "- name: Check if server exists\n shell: openstack server show {{ instance_name }}\n register: server_show\n ignore_errors: yes\n\n- name: Delete instance\n shell: openstack server delete {{ instance_name }}\n register: delete_instance\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 471, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-delete-managed-project
120
[ "permissive" ]
[ { "path": "roles/osp-delete-managed-project/tasks/main.yml", "content": "- name: Check if router exists\n shell: openstack router show {{ shared_router }}\n ignore_errors: yes\n register: router_show\n\n- name: Check if subnet already attached to shared router\n shell: openstack port list --router {{ sh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1430, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-delete-project
120
[ "permissive" ]
[ { "path": "roles/osp-delete-project/defaults/main.yml", "content": "# project - name of new project\n\nproject: test\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 47 }, { "path": "roles/osp-delete-project/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 249, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-delete-user
120
[ "permissive" ]
[ { "path": "roles/osp-delete-user/defaults/main.yml", "content": "# user - name of user\n\nuser: test\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/osp-delete-user/tasks/main.yml", "content": "- name: Delete Ope...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 106, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-inventory-instance
120
[ "permissive" ]
[ { "path": "roles/osp-inventory-instance/tasks/main.yml", "content": "- name: Check if instance exists\n shell: openstack server show {{ instance_name }}\n register: instance_output\n ignore_errors: true\n\n- name: Get instance IP\n shell: openstack server show {{ instance_name }} |grep addresses |awk '...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1751, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-project-add-router
120
[ "permissive" ]
[ { "path": "roles/osp-project-add-router/tasks/main.yml", "content": "- name: Check if router exists\n shell: openstack router show {{ project }}_router\n ignore_errors: yes\n register: router_show\n\n- name: Create a new router\n shell: openstack router create {{ project }}_router\n when: router_show.r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 809, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-project-add-shared-router
120
[ "permissive" ]
[ { "path": "roles/osp-project-add-shared-router/defaults/main.yml", "content": "# project - name of new project\n# shared_router - Name of shared router\n\nproject: test\nshared_router: my-router\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 112 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 603, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/osp-setup-project
120
[ "permissive" ]
[ { "path": "roles/osp-setup-project/defaults/main.yml", "content": "# project - name of new project\n# role - role user should have in project\n# user - name of user to create OR name of existing user\n# passwd - user passwd, new user will be setup with this passwd, if existing user is chosen passwd must mat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3392, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/sat6-unregister-client
120
[ "permissive" ]
[ { "path": "roles/sat6-unregister-client/tasks/main.yml", "content": "- name: Remove Host from Satellite\n shell: hammer host delete --name {{ instance_name }}.{{ satellite_domain_name }}\n when: satellite_domain_name is defined\n ignore_errors: yes\n\n- name: Remove Host from Satellite\n shell: hammer ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 448, "all_permissive": true }
ansible_role
ktenzer/openshift-and-openstack-use-cases
286992dad804803c006ec87036983d877e276861
0
roles/unregister-host
120
[ "permissive" ]
[ { "path": "roles/unregister-host/tasks/main.yml", "content": "- name: check if host is already unregistered\n command: subscription-manager status\n register: subs_result\n failed_when: false\n changed_when: \"'Unknown' not in subs_result.stdout\"\n\n- name: Unregister hosts\n command: subscription-man...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": true }
ansible_role
bhiravabhatla/sample-ansible-collections
fc61257cd5b388504cab47389ae552fed64a5c88
0
bhiravabhatla/sayhello/roles/hello
120
[ "no_license" ]
[ { "path": "bhiravabhatla/sayhello/roles/hello/tasks/main.yml", "content": "---\n- name: Say hello\n ansible.builtin.debug:\n msg: hello from collection", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
tbf001/iep
91f99bef8833529aba5d1eb1df758cbbdd80bca7
0
roles/WinInstall
120
[ "no_license" ]
[ { "path": "roles/WinInstall/vars/3gbbmapfbd6001.yml", "content": "---\n#############################################################\n# HOSTNAME AND USER DETAILS\n#############################################################\n\n#Provide hostname without domain suffix. Keep this lower case.\nhostname: 3gbbma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 20530, "all_permissive": false }
ansible_role
westonplatter/gdi-boulder-servers-intro-ansible
9b785ed8c3e570f4040dce584b5397af793d8fda
0
roles/all_steps
125
[ "no_license" ]
[ { "path": "roles/all_steps/tasks/main.yml", "content": "---\n\n- name: step 2 | create deploy user\n sudo: yes\n # password = gdi\n # looks like giberish, but it was generated using, \n # \n # openssl passwd -salt boulder -1 gdi \n # \n user: name=deploy\n password=$<PASSWORD>\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
westonplatter/gdi-boulder-servers-intro-ansible
9b785ed8c3e570f4040dce584b5397af793d8fda
0
roles/user_instructor_create
125
[ "no_license" ]
[ { "path": "roles/user_instructor_create/vars/main.yml", "content": "---\ninstructor:\n user: instructor\n group: instructor\n shell: '/bin/bash'\n # \n # openssl passwd -salt boulder -1 gdi => $1<PASSWORD>\n # \n password: <PASSWORD>'\n public_key_files: \n - westonplatter.pub\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1142, "all_permissive": false }
ansible_role
Hanafeevrus/OSPF
dce3357e9a210b47f12ab09e5a70fb6c1a8c857b
0
roles/r2
125
[ "no_license" ]
[ { "path": "roles/r2/tasks/main.yml", "content": "# tasks file for ospf\n---\n - name: install epel repo\n yum:\n name: epel-release\n state: present\n tags:\n - epel-package\n - packages\n\n - name: install quagga\n yum:\n name: quagga\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2172, "all_permissive": false }
ansible_role
BernardTsai/ansible
7e7abe949cc5cdeac5f8f5be0a445278ba8206f0
0
roles/CloudManager
125
[ "no_license" ]
[ { "path": "roles/CloudManager/files/modules/contrail_virtual_network.yaml", "content": "#!/usr/bin/python\n#\n# BSD 3-Clause License\n#\n# Copyright (c) 2017, <NAME> <<EMAIL>>\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted prov...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 28472, "all_permissive": false }
ansible_role
alvarop/osxMojo
79c468136202516af73fd36f2ac1ba2efb94fb11
5
roles/common
125
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: update apt cache\n apt: update_cache=yes\n\n- name: Install xfce4\n apt: name=xfce4 state=latest\n\n- name: allow any user to startx\n replace: dest=/etc/X11/Xwrapper.config regexp='allowed_users=.*$' replace='allowed_users=anybody' backup=yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
alvarop/osxMojo
79c468136202516af73fd36f2ac1ba2efb94fb11
5
roles/ise
125
[ "no_license" ]
[ { "path": "roles/ise/tasks/main.yml", "content": "- name: copy ise run desktop launcher\n copy: src=roles/ise/files/ISE.desktop dest=/home/vagrant/Desktop/ owner=vagrant group=vagrant\n\n- name: create ~/.Xilinx directory in case it's not there yet\n file: path=/home/vagrant/.Xilinx state=directory mode=0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
alvarop/osxMojo
79c468136202516af73fd36f2ac1ba2efb94fb11
5
roles/mojo
125
[ "no_license" ]
[ { "path": "roles/mojo/tasks/main.yml", "content": "- name: Install openjdk\n apt: name=openjdk-7-jre-headless state=latest\n \n- name: copy mojo udev rules\n copy: src=mojo-loader-1.2.2/driver/99-mojo.rules dest=/etc/udev/rules.d/99-mojo.rules\n\n- name: add vagrant to dialout group\n user: name=vagrant...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
tinnawat91/Ansible_Code
0c17d4f52967eb71f92e516406ffa5af5361ea01
0
config_webserver_2/roles/config_webserver
125
[ "no_license" ]
[ { "path": "config_webserver_2/roles/config_webserver/tasks/config_firewall.yml", "content": "---\n- name: Install firewall package\n yum:\n name: \"{{ firewall_package}}\"\n state: latest\n\n- name: Start firewall service\n service:\n name: \"{{ firewall_service }}\"\n state: started\n\n- name...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3870, "all_permissive": false }
ansible_role
tinnawat91/Ansible_Code
0c17d4f52967eb71f92e516406ffa5af5361ea01
0
install_elasticsearch_roll/roles/elasticsearch
125
[ "no_license" ]
[ { "path": "install_elasticsearch_roll/roles/elasticsearch/defaults/main.yml", "content": "---\n# defaults file for roles/elasticsearch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "install_elasticsearch_roll/roles/elasticsearch/tasks/config_fir...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3923, "all_permissive": false }
ansible_role
tinnawat91/Ansible_Code
0c17d4f52967eb71f92e516406ffa5af5361ea01
0
install_redis_basic/roles/redis
125
[ "no_license" ]
[ { "path": "install_redis_basic/roles/redis/tasks/check.yml", "content": "- name: Check redis is running\n shell: rpm -q redis\n register: rpm_check\n failed_when: rpm_check.rc == 1\n\n- name: Show result\n debug:\n var: rpm_check\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1183, "all_permissive": false }
ansible_role
tinnawat91/Ansible_Code
0c17d4f52967eb71f92e516406ffa5af5361ea01
0
rabbitmq_role/roles/install_rabbitmq
125
[ "no_license" ]
[ { "path": "rabbitmq_role/roles/install_rabbitmq/vars/main.yml", "content": "---\n# vars file for roles/install_rabbitmq\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "rabbitmq_role/roles/install_rabbitmq/tasks/main.yml", "content": "---\n# t...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2337, "all_permissive": false }
ansible_role
tinnawat91/Ansible_Code
0c17d4f52967eb71f92e516406ffa5af5361ea01
0
test_ssh/playbooks/roles/lab02
125
[ "no_license" ]
[ { "path": "test_ssh/playbooks/roles/lab02/vars/main.yml", "content": "---\n# vars file for lab02\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "test_ssh/playbooks/roles/lab02/defaults/main.yml", "content": "---\n# defaults file for lab02\npy...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1367, "all_permissive": false }
ansible_role
guillaumebriday/vagrant-ansible-demo
fe18190ad50c570644fe5773267c8f5d783d7a43
0
roles/docker
125
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install packages to allow apt to use a repository over HTTPS\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n\n- name: Add GPG key for Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1176, "all_permissive": false }
ansible_role
guillaumebriday/vagrant-ansible-demo
fe18190ad50c570644fe5773267c8f5d783d7a43
0
roles/project
125
[ "no_license" ]
[ { "path": "roles/project/tasks/main.yml", "content": "---\n- name: Ensures the project folder exists\n file:\n path: \"{{ project_dir }}\"\n state: directory\n\n- name: Adding nginx conf file\n template:\n src: ../templates/nginx.conf.j2\n dest: \"/etc/nginx/sites-available/{{ project_name }}....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1881, "all_permissive": false }
ansible_role
guillaumebriday/vagrant-ansible-demo
fe18190ad50c570644fe5773267c8f5d783d7a43
0
roles/tools
125
[ "no_license" ]
[ { "path": "roles/tools/templates/.zshrc.j2", "content": "export ZSH=$HOME/.oh-my-zsh\n\nZSH_THEME=\"ys\"\nDEFAULT_USER=\"$USER\"\n\nplugins=(git docker)\n\nsource $ZSH/oh-my-zsh.sh\n\n# Global aliases\nalias app=\"cd /var/www/my-project\"\n\n# Docker aliases\nalias dps=\"docker ps\"\nalias dc=\"docker-compo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 908, "all_permissive": false }
ansible_role
yurisousan/lab-ansible
a2b973c053b25f7bcfc59757e523a87703e7ab1a
0
ansible-files/roles/nginx
125
[ "no_license" ]
[ { "path": "ansible-files/roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n- name: iniciando o nginx\n service:\n name: nginx\n state: started\n\n- name: habilitando o nginx\n service:\n name: nginx\n state: reloaded", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 844, "all_permissive": false }
ansible_role
ioung/ansible-test
bcd877a0fdd709eb0d7a9db23e2eec1dd91e684c
0
nginx-mm/roles/keepalived
125
[ "no_license" ]
[ { "path": "nginx-mm/roles/keepalived/templates/keepalived.conf.j2", "content": "global_defs {\n router_id {{ mm_router_id }}\n}\nvrrp_script Monitor_Nginx {\n script \"/hupu/bin/nginx-mm/monitor_nginx.sh\"\n interval 2\n weight 2\n}\nvrrp_instance {{ mm_router_id }} {\n state {{ state_id }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1388, "all_permissive": false }
ansible_role
ioung/ansible-test
bcd877a0fdd709eb0d7a9db23e2eec1dd91e684c
0
nginx-mm/roles/mysql_scripts
125
[ "no_license" ]
[ { "path": "nginx-mm/roles/mysql_scripts/files/monitor_nginx.sh", "content": "#!/bin/sh\n# Author: HUPU.COM\n# Last modified: 2015-04-22\n\nif [ \"$(ps -ef | grep \"nginx: master process\"| grep -v grep )\" == \"\" ]\nthen\n killall keepalived\n fi\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 329, "all_permissive": false }
ansible_role
ioung/ansible-test
bcd877a0fdd709eb0d7a9db23e2eec1dd91e684c
0
zabbix-agent/roles/zabbix-agent
125
[ "no_license" ]
[ { "path": "zabbix-agent/roles/zabbix-agent/tasks/install.yml", "content": "- name: copy hupu repo config file\n get_url: url=http://{{ yum_server }}/pub/file/hupu.repo dest=/etc/yum.repos.d/hupu.repo mode=0640 force=yes\n\n- name: install zabbix rpm\n yum: name={{ item }} state=latest\n with_items:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1449, "all_permissive": false }
ansible_role
jcpowermac/aws-rhel-spot
89aa6881c498437ddf0d32985ace52be81112331
0
roles/aws_instance
125
[ "no_license" ]
[ { "path": "roles/aws_instance/templates/cloud-init.yml.j2", "content": "{% if 'Windows' in ami_name %}\n<powershell>\n$admin = [adsi](\"WinNT://./administrator, user\")\n$admin.PSBase.Invoke(\"SetPassword\", \"{{ aws_ansible_ssh_pass }}\")\nInvoke-Expression ((New-Object System.Net.Webclient).DownloadString...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6057, "all_permissive": false }
ansible_role
jcpowermac/aws-rhel-spot
89aa6881c498437ddf0d32985ace52be81112331
0
roles/nvidia-node
125
[ "no_license" ]
[ { "path": "roles/nvidia-node/tasks/main.yml", "content": "---\n\n- name: Update all packages\n yum:\n pkg: '*'\n state: latest\n\n- name: Install EPEL\n yum:\n pkg: epel-release\n state: present\n\n- name: Add CUDA repo\n yum_repository:\n name: cuda\n description: cuda\n baseurl: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1386, "all_permissive": false }
ansible_role
marcoruz/grafana-aws
08bba28a5d79578752a486a81b6dbedc70474f39
0
ansible/playbooks/roles/grafana
125
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/grafana/tasks/main.yml", "content": "---\n\n - name: Update all packages to their latest version\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n\n - name: Add Grafana GPG key\n ansible.builtin.apt_key:\n url: https://apt.grafana....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 862, "all_permissive": false }
ansible_role
roderick834/ansible_clamav_play
6ed72a158106af1ee29c870d1c61ed25311fb394
1
roles/clamav
125
[ "no_license" ]
[ { "path": "roles/clamav/vars/main.yml", "content": "---\npackages:\n - clamav\n - clamav-update\n - clamd \nrepository:\n - epel-release\nclam_file: \"/etc/clamd.d/scan.conf\"\nfile_modify:\n - { csrc: 'Example', cdes: '#Example' }\n - { csrc: 'TCPSocket', cdes: 'TCPSocket 3310' }\n - { csrc: 'TCPAdd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2730, "all_permissive": false }
ansible_role
jonjomckay/mygpo-ansible
a9b4cc66eaaaff48131a04c99457af461be3b39e
1
roles/mygpo
125
[ "no_license" ]
[ { "path": "roles/mygpo/tasks/main.yml", "content": "- name: Install Git\n become: yes\n package:\n name:\n - git\n\n# TODO: Make /srv/mygpo a variable\n- name: Create /srv/mygpo\n become: yes\n file:\n dest: /srv/mygpo\n state: directory\n owner: www-data\n group: www-data\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3421, "all_permissive": false }
ansible_role
jonjomckay/mygpo-ansible
a9b4cc66eaaaff48131a04c99457af461be3b39e
1
roles/nginx
125
[ "no_license" ]
[ { "path": "roles/nginx/templates/certbot_start_services", "content": "#!/bin/sh\n# {{ ansible_managed }}\n\nsystemctl start nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/nginx/tasks/main.yml", "content": "# TODO: Remove this once ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1721, "all_permissive": false }
ansible_role
yaolingling/ansible_vagrant_install_src
d1d99fe0a97bcc528c9a98bd753754fa1f38a75a
0
roles/build
125
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n- name: install build tools\n apt: pkg={{item}} state=installed\n with_items:\n - git\n - build-essential\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
yaolingling/ansible_vagrant_install_src
d1d99fe0a97bcc528c9a98bd753754fa1f38a75a
0
roles/pm2
125
[ "no_license" ]
[ { "path": "roles/pm2/tasks/main.yml", "content": "---\n- name: install pm2\n shell: npm install -g pm2\n\n#- name: copy rackhd.yml to /root\n # copy: src=rackhd.yml dest=/root\n # sudo: yes\n\n- name: restart mongodb\n service: name=mongodb state=started\n sudo: yes\n\n#- name: start rackhd services\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
kalilkeral/Ansible-Azure
7eae79adfaf9b33aab8bbd042b6cc0a72a309830
0
Sources Linux/roles/linux_ctlm_install
125
[ "no_license" ]
[ { "path": "Sources Linux/roles/linux_ctlm_install/defaults/main.yml", "content": "---\n# defaults file for linux_ctlm_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "Sources Linux/roles/linux_ctlm_install/vars/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3188, "all_permissive": false }
ansible_role
kalilkeral/Ansible-Azure
7eae79adfaf9b33aab8bbd042b6cc0a72a309830
0
Sources Linux/roles/linux_flexnet_install
125
[ "no_license" ]
[ { "path": "Sources Linux/roles/linux_flexnet_install/files/mgssetup_DMZ.sh", "content": "#!/bin/sh\n# -------------------------------------------------------------------------------------------------\n# FlexNet Inventory Agent installation\n# -----------------------------------------------------------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3918, "all_permissive": false }
ansible_role
kalilkeral/Ansible-Azure
7eae79adfaf9b33aab8bbd042b6cc0a72a309830
0
Sources Linux/roles/linux_initialization
125
[ "no_license" ]
[ { "path": "Sources Linux/roles/linux_initialization/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - linux_initialization", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "Sources Linux/roles/linux_initializa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1766, "all_permissive": false }
ansible_role
kalilkeral/Ansible-Azure
7eae79adfaf9b33aab8bbd042b6cc0a72a309830
0
Sources Linux/roles/linux_satellite_init
125
[ "no_license" ]
[ { "path": "Sources Linux/roles/linux_satellite_init/vars/main.yml", "content": "---\n# vars file for linux_satellite_init\n# Initialisation des vars Sat\n\nactivation_key:\n \"TST\": \"isi-test-activekey\"\n \"DEV\": \"isi-test-activekey\"\n \"VAL\": \"isi-test-activekey\"\n \"PRD\": \"isi-prod-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5339, "all_permissive": false }
ansible_role
dsgnr/ansible-csr-generator
dd9deff1df60bfea66a72dc114c85d90fb7507a5
0
roles/csr-generator
125
[ "no_license" ]
[ { "path": "roles/csr-generator/tasks/main.yml", "content": "---\n- name: Create certs directory if it doesn't exist\n file:\n path: /etc/ssl/certs/\n state: directory\n\n\n- name: Create certs directory if it doesn't exist\n file:\n path: /etc/ssl/private/\n state: directory\n\n\n\n- name: Gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
willtome/variable-lookup
b60a39cde761a0eac56064a01c9c00fbed32e13c
0
roles/ipam_check
125
[ "no_license" ]
[ { "path": "roles/ipam_check/tasks/ip_check.yml", "content": "---\n- name: DEBUG INPUT\n debug:\n msg: \"{{ ipam_check_IP }}\"\n\n- name: CHECK IP\n assert:\n that:\n - \"{{ (ipam_check_IP | ipaddr) is not sameas false }}\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 300, "all_permissive": false }
ansible_role
ewerton-silva00/playground-k3s
2b9459580bebed3ca3b121c4ff84e71868bf65f4
0
roles/docker
125
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n- name: Docker | Update all packages to their latest version. This might take a while\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n update_cache: yes\n tags: docker\n\n- name: Docker | Install required packages\n ansible.builti...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2242, "all_permissive": false }
ansible_role
Reddy1210/maven_project
e757fd8bebd9720a3ad628137a4cbad3797ac7ce
0
ansible_code/roles/java
125
[ "no_license" ]
[ { "path": "ansible_code/roles/java/vars/main.yml", "content": "java_version: java8", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "ansible_code/roles/java/tasks/main.yml", "content": "- name: update repositories\n become: yes\n apt: update_ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
Reddy1210/maven_project
e757fd8bebd9720a3ad628137a4cbad3797ac7ce
0
ansible_code/roles/tomcat
125
[ "no_license" ]
[ { "path": "ansible_code/roles/tomcat/tasks/main.yml", "content": "- name: creting directory\n file: path=/opt/tomcat state=directory mode=\"u=rw,g=rw,o=rw\"\n become: yes\n\n- name: Download Tomcat\n get_url: url=http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.61/bin/apache-tomcat-7.0.61.tar.gz dest=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
Reddy1210/maven_project
e757fd8bebd9720a3ad628137a4cbad3797ac7ce
0
ansible_code/roles/tomcat_start_stop
125
[ "no_license" ]
[ { "path": "ansible_code/roles/tomcat_start_stop/tasks/main.yml", "content": "# - name: stop tomcat\n# command: sh {{ tomcat_path }}/shutdown.sh\n# become: yes\n# tags: start_tomcat\n\n- name: stop tomcat\n command: ./shutdown.sh\n args: chdir={{ tomcat_path }}\n become: yes\n tags: stop_tomcat\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 721, "all_permissive": false }
ansible_role
MounikaSai1909/expense-ansible-role
f94cdf621c0bb627244632b71e958643a313fb95
0
roles/backend
123
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "\n - name: disable default node-js\n ansible.builtin.command: dnf module disable nodejs -y\n \n - name: enable node-js 20\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n - name: install nodejs\n ansible.builtin.dnf:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1697, "all_permissive": false }
ansible_role
MounikaSai1909/expense-ansible-role
f94cdf621c0bb627244632b71e958643a313fb95
0
roles/frontend
123
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "\n - name: install nginx server\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n - name: start and enable nginx server\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n - name: run ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 585, "all_permissive": false }
ansible_role
MEN-Mikro-Elektronik/mdis_centos_target
4fde367897c13f1613685ebf3fc969a03b865b0c
0
roles/common
123
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: \"Installing additional spackages\"\n package: pkg={{ item }} state=installed\n with_items:\n - git\n - vim\n - tree\n - man\n - i2c-tools\n - minicom\n - screen\n - python-devel\n\n- name: \"Install the meld rpm from a remote repo\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1369, "all_permissive": false }
ansible_role
MEN-Mikro-Elektronik/mdis_centos_target
4fde367897c13f1613685ebf3fc969a03b865b0c
0
roles/user
123
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Append ip alias in .bashrc\n lineinfile:\n dest: ~/.bashrc\n line: 'alias ip=\"/sbin/ip -c\"'\n\n- name: Set history size in .bashrc\n lineinfile:\n dest: ~/.bashrc\n line: 'HISTSIZE=10000'\n\n- name: Set history file size in .bashrc\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-github-actions
e16af7d7c7202cd3f71249bbf7beead43d20daf7
0
ansible/roles/common
123
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: ping test\n ansible.builtin.ping:\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 46, "all_permissive": false }
ansible_role
gotoeveryone/atmark-infra
f937b78ff9297205907cf3f9e31259f505948429
0
ansible/roles/add_user
123
[ "no_license" ]
[ { "path": "ansible/roles/add_user/tasks/main.yml", "content": "- name: 'Create group'\n group:\n name: '{{ group_name }}'\n when: ansible_ssh_user != user_name\n- name: 'Create user'\n user:\n name: '{{ user_name }}'\n group: '{{ group_name }}'\n home: '{{ user_home }}'\n shell: /bin/bash\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2319, "all_permissive": false }
ansible_role
gotoeveryone/atmark-infra
f937b78ff9297205907cf3f9e31259f505948429
0
ansible/roles/clamav
123
[ "no_license" ]
[ { "path": "ansible/roles/clamav/files/clamscan.sh", "content": "#!/bin/bash\n\nset -eu\n\nWORKSPACE=$1\nCHECK_DIR=$2\n\nTARGET=`date +\\%Y\\%m\\%d`\nif [ \"${CHECK_DIR}\" == \"bin\" ]; then\n echo \"Checking /usr/bin\"\n /usr/bin/clamscan --stdout --remove --detect-pua -i -l ${WORKSPACE}/${TARGET}_sca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1335, "all_permissive": false }
ansible_role
gotoeveryone/atmark-infra
f937b78ff9297205907cf3f9e31259f505948429
0
ansible/roles/jenkins
123
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "- include_role:\n name: geerlingguy.jenkins\n public: yes\n- name: 'Add jenkins user to sudoers'\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '{{ jenkins_process_user }}'\n line: '{{ jenkins_process_user }} ALL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
gotoeveryone/atmark-infra
f937b78ff9297205907cf3f9e31259f505948429
0
ansible/roles/locale
123
[ "no_license" ]
[ { "path": "ansible/roles/locale/tasks/main.yml", "content": "- name: 'Install language-pack'\n apt:\n name: language-pack-ja\n- name: 'Get current locale'\n command: locale\n check_mode: no\n changed_when: false\n register: locale_result\n- name: 'Change locale'\n command: update-locale LANG=ja_JP....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
gotoeveryone/atmark-infra
f937b78ff9297205907cf3f9e31259f505948429
0
ansible/roles/redmine
123
[ "no_license" ]
[ { "path": "ansible/roles/redmine/tasks/main.yml", "content": "- name: Install mysql client\n apt:\n name: libmysqlclient-dev\n state: latest\n- name: Download redmine package\n get_url:\n url: 'https://www.redmine.org/releases/redmine-{{ redmine_version }}.tar.gz'\n dest: /tmp/redmine.tar.gz\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3560, "all_permissive": false }
ansible_role
gotoeveryone/atmark-infra
f937b78ff9297205907cf3f9e31259f505948429
0
ansible/roles/systemd
123
[ "no_license" ]
[ { "path": "ansible/roles/systemd/tasks/main.yml", "content": "- name: Transfer service file\n copy:\n src: '{{ item }}.service'\n dest: '/etc/systemd/system/{{ item }}.service'\n with_items:\n - redmine\n- name: Enable service\n systemd:\n name: '{{ item }}'\n daemon_reload: yes\n enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
gotoeveryone/atmark-infra
f937b78ff9297205907cf3f9e31259f505948429
0
ansible/roles/yq
123
[ "no_license" ]
[ { "path": "ansible/roles/yq/tasks/main.yml", "content": "- name: Install jq\n apt:\n name: jq\n state: latest\n- name: Download pip\n get_url:\n url: https://bootstrap.pypa.io/get-pip.py\n dest: /tmp/get-pip.py\n sha256sum: '8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
lastdotnet/cluster-launcher
0c7ed50ae64d859da50f85cb531e468e983aebe3
0
hcloud/ansible/roles/hcloud
123
[ "no_license" ]
[ { "path": "hcloud/ansible/roles/hcloud/tasks/secret.yml", "content": "- name: Secret\n community.kubernetes.k8s:\n state: \"{{ state }}\"\n definition:\n apiVersion: v1\n kind: Secret\n metadata:\n name: hcloud\n namespace: kube-system\n stringData:\n token: \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 306, "all_permissive": false }
ansible_role
lastdotnet/cluster-launcher
0c7ed50ae64d859da50f85cb531e468e983aebe3
0
hcloud/ansible/roles/initialize
123
[ "no_license" ]
[ { "path": "hcloud/ansible/roles/initialize/tasks/main.yml", "content": "- include: ready.yml\n- include: hardening.yml\n- include: dependencies.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "hcloud/ansible/roles/initialize/tasks/hardening.ym...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 511, "all_permissive": false }
ansible_role
lastdotnet/cluster-launcher
0c7ed50ae64d859da50f85cb531e468e983aebe3
0
hcloud/ansible/roles/packages
123
[ "no_license" ]
[ { "path": "hcloud/ansible/roles/packages/tasks/hold.yml", "content": "- name: Hold package versions\n become: true\n dpkg_selections:\n name: \"{{ item }}\"\n selection: hold\n with_items:\n - containerd.io\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
lastdotnet/cluster-launcher
0c7ed50ae64d859da50f85cb531e468e983aebe3
0
hcloud/ansible/roles/users
123
[ "no_license" ]
[ { "path": "hcloud/ansible/roles/users/tasks/environment.yml", "content": "- name: Aliases\n lineinfile:\n path: \"/home/{{ ansible_ssh_user }}/.bashrc\"\n line: \"alias {{ item }}\"\n with_items:\n - c=clear\n - mon=\"watch -n 1 \"\n - k=kubectl\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
madhusudhanan-ms/ansible-petclinic
0253a1559512e3a47724b10f38b7660116f9540d
0
roles/build
123
[ "no_license" ]
[ { "path": "roles/build/tasks/build.yml", "content": "---\n- name: Build application\n command: mvn -f pom.xml clean package\n args:\n chdir: \"{{ BUILD_PATH }}\"\n register: build_result\n\n- name: \"Build result output\"\n debug:\n var: build_result", "license_type": "no_license", "detect...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1101, "all_permissive": false }
ansible_role
madhusudhanan-ms/ansible-petclinic
0253a1559512e3a47724b10f38b7660116f9540d
0
roles/deploy
123
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "- name: Get running processes\n become: yes\n shell: \"ps -ef | grep -v grep | grep -w {{ APP_NAME }} | awk '{print $2}'\"\n register: running_processes\n\n- name: Kill running processes\n become: yes\n shell: \"kill {{ item }}\"\n with_items: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4987, "all_permissive": false }
ansible_role
ciamberlini/ansible-container-experiments
09d96f1187c7fae510de6ffa3d435330a040767b
0
ansible/roles/common
123
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/debian.yml", "content": "- name: JQ is present\n apt:\n name: jq\n force: yes\n tags: [common]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
qictbello/CPE232_Act13
4db88ebc8ea112465752b36acc4102337d5369db
0
roles/Message
123
[ "no_license" ]
[ { "path": "roles/Message/tasks/main.yml", "content": " - name: Install Message queue\n apt:\n name: rabbitmq-server\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
qictbello/CPE232_Act13
4db88ebc8ea112465752b36acc4102337d5369db
0
roles/NTP
123
[ "no_license" ]
[ { "path": "roles/NTP/tasks/main.yml", "content": " - name: Install chrony\n apt:\n name: chrony\n state: latest\n update_cache: yes\n\n - name: Start chrony\n systemd:\n name: chrony\n state: started\n\n - name: Enable chrony\n systemd:\n name: chrony\n enabled...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
qictbello/CPE232_Act13
4db88ebc8ea112465752b36acc4102337d5369db
0
roles/OpenStack
123
[ "no_license" ]
[ { "path": "roles/OpenStack/tasks/main.yml", "content": " - name: Install openstack\n apt:\n name:\n - nova-compute\n - python3-openstackclient\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
qictbello/CPE232_Act13
4db88ebc8ea112465752b36acc4102337d5369db
0
roles/SQL
123
[ "no_license" ]
[ { "path": "roles/SQL/tasks/main.yml", "content": " - name: Install SQL\n apt:\n name:\n - mariadb-server\n - python3-pymysql\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Edit the mariadb file\n copy:\n content: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
qictbello/CPE232_Act13
4db88ebc8ea112465752b36acc4102337d5369db
0
roles/etcd
123
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": " - name: Install etcd\n apt:\n name: etcd\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Enable etcd\n systemd:\n name: etcd\n enabled: yes\n\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
qictbello/CPE232_Act13
4db88ebc8ea112465752b36acc4102337d5369db
0
roles/memcached
123
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": " - name: Install Memcached\n apt:\n name:\n - memcached\n - python3-memcache\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Restart memcached\n systemd:\n name: me...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
huyhcmut/simple-ansible
8b4dda310e3b28abdeae072fddc029f28111c241
0
roles/basic
123
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"Installing basic softwares\"\n apt: pkg={{ item }} state=installed\n with_items:\n - dnsutils\n - git\n - vim", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
HELIX-GR/hellenicdataservice.gr
9e4f26bb31f5a6f13420d8cb6b52931a0d35fd1b
0
deploy/ckan/roles/ckan
117
[ "no_license" ]
[ { "path": "deploy/ckan/roles/ckan/templates/config.ini.j2", "content": "# vim: set ft=dosini:\n\n[DEFAULT]\n\ndebug = false\n\n[server:main]\nuse = egg:Paste#http\nhost = 0.0.0.0\nport = 5000\n\n[app:main]\nuse = egg:ckan\nfull_stack = true\ncache_dir = /tmp/%(ckan.site_id)s/\nbeaker.session.key = ckan\n\nb...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 22544, "all_permissive": false }
ansible_role
HELIX-GR/hellenicdataservice.gr
9e4f26bb31f5a6f13420d8cb6b52931a0d35fd1b
0
deploy/jupyterhub/roles/docker-engine
117
[ "no_license" ]
[ { "path": "deploy/jupyterhub/roles/docker-engine/handlers/main.yml", "content": "---\n\n- name: 'restart-docker'\n systemd:\n name: docker.service\n daemon_reload: yes\n state: restarted\n\n- name: 'update-grub'\n shell: update-grub\n\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1862, "all_permissive": false }
ansible_role
HELIX-GR/hellenicdataservice.gr
9e4f26bb31f5a6f13420d8cb6b52931a0d35fd1b
0
deploy/jupyterhub/roles/local-fs
117
[ "no_license" ]
[ { "path": "deploy/jupyterhub/roles/local-fs/tasks/main.yml", "content": "---\n\n - debug: var=data_partition\n - debug: var=fstype\n - debug: var=mountpoint\n\n - name: Find the block device that is not yet partitioned\n shell: >\n lsblk --json -o NAME,UUID | \n jq '.blockdevices[] | sel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2540, "all_permissive": false }