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
oji-san-note/k8s-on-rock5b-using-ansible
7963154e24374dab782e498b49d1f1ed37b3c2ee
0
playbooks/roles/init_nvme
3,858
[ "no_license" ]
[ { "path": "playbooks/roles/init_nvme/tasks/main.yml", "content": "- name: init nvme\n become: true\n ansible.builtin.shell:\n cmd: blkdiscard -f /dev/nvme0n1\n when: inventory_hostname in groups['nodes']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
oji-san-note/k8s-on-rock5b-using-ansible
7963154e24374dab782e498b49d1f1ed37b3c2ee
0
playbooks/roles/setup_base_pkgs
3,858
[ "no_license" ]
[ { "path": "playbooks/roles/setup_base_pkgs/tasks/main.yml", "content": "- name: set hostname\n become: yes\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: set timezone to JST\n become: yes\n community.general.timezone:\n name: Asia/Tokyo\n\n- name: install basic package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
oji-san-note/k8s-on-rock5b-using-ansible
7963154e24374dab782e498b49d1f1ed37b3c2ee
0
playbooks/roles/setup_kubeadm
3,858
[ "no_license" ]
[ { "path": "playbooks/roles/setup_kubeadm/handlers/main.yml", "content": "- name: load containerd\n become: true\n community.general.modprobe:\n name: \"{{ item }}\"\n state: present\n loop:\n - overlay\n - br_netfilter\n\n- name: apply sysctl\n become: true\n ansible.builtin.command: /usr/s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 6146, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_streams-camel-k
484bdcc2745d1e4aa49176ffa55008e9a065c039
0
ansible/roles/camel-k
3,858
[ "no_license" ]
[ { "path": "ansible/roles/camel-k/files/maven-settings.yml", "content": "apiVersion: v1\ndata:\n settings.xml: |\n <settings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://maven.apache.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4953, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_streams-camel-k
484bdcc2745d1e4aa49176ffa55008e9a065c039
0
ansible/roles/streams
3,858
[ "no_license" ]
[ { "path": "ansible/roles/streams/tasks/provision.yml", "content": "- name: Evaluate Namespace {{ cluster_project }}\n kubernetes.core.k8s:\n api_key: '{{ token }}'\n host: '{{ server }}'\n validate_certs: false\n state: present\n kind: Project\n api_version: project.openshift.io/v1\n d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4741, "all_permissive": false }
ansible_role
Sebor/ansible
de3e3ab65ede24066f277550805aa54be47a1cc1
0
roles/nrpe
3,858
[ "no_license" ]
[ { "path": "roles/nrpe/templates/check_memory.cfg.j2", "content": "command[check_memory_load_linux]={{ plugins_path }}check_mem_linux.pl -f -C -w 15 -c 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/nrpe/templates/check_disks.cfg.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7418, "all_permissive": false }
ansible_role
Sebor/ansible
de3e3ab65ede24066f277550805aa54be47a1cc1
0
roles/slack
3,858
[ "no_license" ]
[ { "path": "roles/slack/tasks/main.yaml", "content": "- name: Slack notification\n slack:\n token: \"{{ slack_token }}\"\n channel: \"@sebor\"\n username: \"Updater\"\n icon_url: \"http://mult-online.ru/posters/260_347_90_1/uploads/posts/2011-05/thumbs/1305576398_spanch-bob.gif\"\n icon_emoji...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
Sebor/ansible
de3e3ab65ede24066f277550805aa54be47a1cc1
0
roles/web-nodes-update
3,858
[ "no_license" ]
[ { "path": "roles/web-nodes-update/files/pool.sh", "content": "#!/bin/bash\nPOOL=(\n \"HTTP\"\n \"HTTPS\"\n \"BILLING\"\n \"CRM\"\n \"API_2\"\n \"API_OAUTH2\"\n \"API_SLS\"\n \"API_WWW\"\n \"HEX_API\"\n \"MONGO\"\n \"OPEN_API_2\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5285, "all_permissive": false }
ansible_role
Flawless/lt-infra
fe5564fb25d6306d32c3f31213626b01d3d6d228
1
playbooks/roles/ssh
3,858
[ "no_license" ]
[ { "path": "playbooks/roles/ssh/tasks/main.yml", "content": "---\n# Copyright Red Hat, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3767, "all_permissive": false }
ansible_role
Flawless/lt-infra
fe5564fb25d6306d32c3f31213626b01d3d6d228
1
playbooks/roles/stack
3,858
[ "no_license" ]
[ { "path": "playbooks/roles/stack/tasks/deploy.yml", "content": "---\n\n- name: Create networks\n docker_network:\n name: \"{{ item }}\"\n # scope: swarm\n driver: overlay\n with_items:\n - \"{{ stack__networks }}\"\n when: stack__networks is defined\n become: no\n\n- name: Deploy stack from ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2278, "all_permissive": false }
ansible_role
kubanacx/wordpress-vagrant
3a91342411086df68329cda9c3112ea2c6fd29b5
0
provision/roles/installs
3,858
[ "no_license" ]
[ { "path": "provision/roles/installs/tasks/main.yml", "content": "---\n- name: Install apache2\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Install mysql\n apt:\n name: mysql-server\n state: present\n\n- name: Install php\n apt:\n name: php\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
kubanacx/wordpress-vagrant
3a91342411086df68329cda9c3112ea2c6fd29b5
0
provision/roles/mysql
3,858
[ "no_license" ]
[ { "path": "provision/roles/mysql/tasks/main.yml", "content": "---\n- name: Install pip3\n apt:\n name: python3-pip\n state: present\n\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n\n- name: Create DB\n mysql_db:\n login_unix_socket: /var/run/mysqld/mysqld.sock\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
kubanacx/wordpress-vagrant
3a91342411086df68329cda9c3112ea2c6fd29b5
0
provision/roles/wordpress
3,858
[ "no_license" ]
[ { "path": "provision/roles/wordpress/tasks/main.yml", "content": "---\n- name: Dowload wordpress files\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: /var/www/html\n owner: root\n group: root\n mode: 0777\n remote_src: yes\n extra_opts: [--strip-components=1]", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
Spredzy/se-infra
7999386bef2796c72ccdbae95a790bcb56a571ff
0
roles/httpd
3,858
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n- name: Install Apache HTTPD server\n yum: name=httpd\n\n\n- name: Start HTTPD server\n service: name=httpd state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
Spredzy/se-infra
7999386bef2796c72ccdbae95a790bcb56a571ff
0
roles/icecast
3,858
[ "no_license" ]
[ { "path": "roles/icecast/tasks/main.yml", "content": "---\n- name: Install Icecast server\n yum: name=icecast state=present\n\n- name: Start Icecast service\n service: name=icecast state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
Spredzy/se-infra
7999386bef2796c72ccdbae95a790bcb56a571ff
0
roles/postgresql
3,858
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Install PostgreSQL server and client\n yum: name={{ item }}\n with_items:\n - postgresql-server\n - postgresql\n - python-psycopg2\n\n\n- name: Initialize the PostgreSQL database server\n shell: postgresql-setup initdb\n regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
Spredzy/se-infra
7999386bef2796c72ccdbae95a790bcb56a571ff
0
roles/rabbitmq
3,858
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n- name: Install RabbitMQ server\n yum: name=rabbitmq-server state=present\n\n- name: Start RabbitMQ service\n service: name=rabbitmq-server state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
gizabutler/eks-quickstart
abae351c01ebd520bff4cb683504fc44a82bd31c
0
roles/eksctl
3,858
[ "no_license" ]
[ { "path": "roles/eksctl/templates/cluster-config.yaml.j2", "content": "apiVersion: eksctl.io/v1alpha5\r\nkind: ClusterConfig\r\nmetadata:\r\n name: \"{{ eks_cluster_name }}\"\r\n region: \"{{ region }}\"\r\n version: \"{{ k8s_version }}\"\r\niam:\r\n withOIDC: true\r\nmanagedNodeGroups:\r\n - name: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1893, "all_permissive": false }
ansible_role
OpenStackweb/openstackid
94d8936ecbb1bf8b22f6cd17269df2ec96fc0397
2
roles/setup-test-laravel-env
3,858
[ "no_license" ]
[ { "path": "roles/setup-test-laravel-env/README.rst", "content": "Set up laravel test env\n\n**Role Variables**\n\n.. zuul:rolevar:: devstack_base_dir\n :default: /opt/stack\n\n The devstack base directory.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4459, "all_permissive": false }
ansible_role
avfaulkner/selenium-zero-client-tests
85c9d16fdc3c53a68e2ad115a6386f5310b22c31
0
roles/configure-rsyslog
3,858
[ "no_license" ]
[ { "path": "roles/configure-rsyslog/tasks/main.yml", "content": "---\r\n- name: Run apt update\r\n apt:\r\n name: \"*\"\r\n state: latest\r\n force_apt_get: yes\r\n when: ansible_distribution == \"Ubuntu\"\r\n\r\n- name: Update and upgrade apt packages\r\n become: true\r\n apt:\r\n upgrade: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1372, "all_permissive": false }
ansible_role
avfaulkner/selenium-zero-client-tests
85c9d16fdc3c53a68e2ad115a6386f5310b22c31
0
roles/destroy-syslog-server
3,858
[ "no_license" ]
[ { "path": "roles/destroy-syslog-server/tasks/main.yml", "content": "---\n- name: Cleanup Zero Client to prepare for future tests (disable syslog)\n shell: python files/cleanup.py {{zc_ip}}\n register: result\n\n- debug: var=result\n\n # destroy syslog server\n- name: Destroy syslog server\n shell: \"cd {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
avfaulkner/selenium-zero-client-tests
85c9d16fdc3c53a68e2ad115a6386f5310b22c31
0
roles/export-logs
3,858
[ "no_license" ]
[ { "path": "roles/export-logs/tasks/main.yml", "content": "---\n- name: Install Python, awscli\n package:\n name: \"{{item}}\"\n state: present\n with_items:\n - python\n - awscli\n\n# Send python file to syslog server\n- name: Add parsing script to syslog server\n copy:\n src: files/parse-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
avfaulkner/selenium-zero-client-tests
85c9d16fdc3c53a68e2ad115a6386f5310b22c31
0
roles/install-prerequisites
3,858
[ "no_license" ]
[ { "path": "roles/install-prerequisites/tasks/main.yml", "content": "---\r\n#Linux\r\n# - name: Use Python3\r\n# shell: sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1\r\n# when: ansible_distribution == \"CentOS\" or ansible_distribution == \"Ubuntu\"\r\n\r\n- name: Install p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3421, "all_permissive": false }
ansible_role
avfaulkner/selenium-zero-client-tests
85c9d16fdc3c53a68e2ad115a6386f5310b22c31
0
roles/provision-syslog-server
3,858
[ "no_license" ]
[ { "path": "roles/provision-syslog-server/tasks/main.yml", "content": "---\n# initialize syslog terraform\n- name: Initialize syslog terraform\n shell: \"cd {{tf_path}} && terraform init\"\n\n#provision syslog server\n- name: Provision syslog server\n shell: \"cd {{tf_path}} && terraform apply -auto-approv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1085, "all_permissive": false }
ansible_role
avfaulkner/selenium-zero-client-tests
85c9d16fdc3c53a68e2ad115a6386f5310b22c31
0
roles/run-selenium-tests
3,858
[ "no_license" ]
[ { "path": "roles/run-selenium-tests/tasks/main.yml", "content": "---\r\n- name: Run Selenium tests against Zero Client via AWI (headless)\r\n shell: python files/all-selenium-tests.py {{ip0}} {{ip1}} {{ip2}} {{ip3}} {{zc_ip}}\r\n register: result\r\n\r\n- debug: var=result\r\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
Ahmad-AbdElrahman/Ultimate_Pipeline
468b2d20a792eb3fe9ce6558c07db0520e7d0e5a
0
ansible/project/roles/common
3,858
[ "no_license" ]
[ { "path": "ansible/project/roles/common/tasks/main.yaml", "content": "---\n- name: Installing required packages for k8s\n ansible.builtin.apt:\n name:\n - containerd\n - docker.io\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n state: present\n update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3737, "all_permissive": false }
ansible_role
Ahmad-AbdElrahman/Ultimate_Pipeline
468b2d20a792eb3fe9ce6558c07db0520e7d0e5a
0
ansible/project/roles/master
3,858
[ "no_license" ]
[ { "path": "ansible/project/roles/master/tasks/main.yaml", "content": "---\n- name: Reset kubeadm\n ansible.builtin.command: kubeadm reset --force\n\n- name: Initialize K8s Cluster\n tags: Initialize_cluster\n ansible.builtin.command: kubeadm init --pod-network-cidr=10.244.0.0/16\n register: kubeadm_outp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
Ahmad-AbdElrahman/Ultimate_Pipeline
468b2d20a792eb3fe9ce6558c07db0520e7d0e5a
0
ansible/project/roles/worker
3,858
[ "no_license" ]
[ { "path": "ansible/project/roles/worker/tasks/main.yaml", "content": "---\n- name: Join Worker Node to Kubernetes Cluster\n ansible.builtin.command: \"{{ hostvars['master_node_hostname']['worker_join_command'] }}\"\n register: join_result\n\n- name: Debug Join Result\n ansible.builtin.debug:\n msg: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
keylime/keylime-vagrant-ansible-tpm-emulator
db1ea5857ed2dfceb2dc317c5bc1e972d05cbceb
9
roles/tpm_setup
3,858
[ "permissive" ]
[ { "path": "roles/tpm_setup/tasks/main.yml", "content": "- name: Install SW TPM\n yum:\n name:\n - swtpm\n - swtpm-tools\n state: present\n\n- name: Set TPM2TOOLS_TCTI environment variable globally\n lineinfile:\n dest: /etc/environment\n state: present\n regexp: '^TPM2TOOLS_TCTI'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1193, "all_permissive": true }
ansible_role
and9000/ansible-vagrant
cd10180f6a45d11c720212646649c95b8542ded8
0
ansible/roles/TalLannder.mysql
3,858
[ "no_license" ]
[ { "path": "ansible/roles/TalLannder.mysql/handlers/main.yml", "content": "---\n- name: restart mysql\n service: >\n name={{ mysql_platform.service_name }}\n state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansible/roles/TalLa...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3633, "all_permissive": false }
ansible_role
and9000/ansible-vagrant
cd10180f6a45d11c720212646649c95b8542ded8
0
ansible/roles/install-web
3,858
[ "no_license" ]
[ { "path": "ansible/roles/install-web/templates/index.html.j2", "content": "<h1>{{ hello_world }}</h1>\n<h2>pippo</h2>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible/roles/install-web/handlers/main.yml", "content": "---\n# handlers fi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 621, "all_permissive": false }
ansible_role
Anas-fuad/anasfuad2
4610aacc15aa8963ea4847a0e27bff4a43fe4c49
0
roles/georchestra
3,858
[ "no_license" ]
[ { "path": "roles/georchestra/tasks/gn-ogc-api-records.yml", "content": "---\n- name: install the gn-ogc-api-records microservice\n get_url:\n url: \"{{ gn_ogc_api_records.url }}\"\n dest: /usr/share/lib/gn-ogc-api-records.jar\n\n- name: template the configuration file\n tags: config\n template:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1494, "all_permissive": false }
ansible_role
Anas-fuad/anasfuad2
4610aacc15aa8963ea4847a0e27bff4a43fe4c49
0
roles/nginx
3,858
[ "no_license" ]
[ { "path": "roles/nginx/tasks/datahub.yml", "content": "---\n- name: Fetch the datahub archive\n get_url:\n url: \"{{ datahub.url }}\"\n dest: /var/www/georchestra/htdocs/datahub.zip\n\n- name: Unzip the archive\n unarchive:\n src: /var/www/georchestra/htdocs/datahub.zip\n dest: /var/www/georch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/common
3,838
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\n# - <NAME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1042, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/create-instance
3,838
[ "permissive" ]
[ { "path": "ansible/roles/create-instance/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1571, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/create-volume
3,838
[ "permissive" ]
[ { "path": "ansible/roles/create-volume/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/deploy-frontend
3,838
[ "permissive" ]
[ { "path": "ansible/roles/deploy-frontend/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1247, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/deploy-harvester
3,838
[ "permissive" ]
[ { "path": "ansible/roles/deploy-harvester/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1974, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/init-couchdb
3,838
[ "permissive" ]
[ { "path": "ansible/roles/init-couchdb/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\n# -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3151, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/install-docker
3,838
[ "permissive" ]
[ { "path": "ansible/roles/install-docker/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1315, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/mount-volumes
3,838
[ "permissive" ]
[ { "path": "ansible/roles/mount-volumes/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 1141584)\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": true }
ansible_role
jackson-hu1279/Livability-of-Melbourne
6f2ffcba00f9e8bc43ed5e1bf1b0fd8e5f355876
3
ansible/roles/set-couchdb-cluster
3,838
[ "permissive" ]
[ { "path": "ansible/roles/set-couchdb-cluster/tasks/main.yaml", "content": "# ----------------------------------------------\n# --------\n#\n# Cluster and Cloud Computing Assignment 2 - Team 53\n# \n# Authors: \n# - <NAME> (Student ID: 836872)\n# - <NAME> (Student ID: 1147233)\n# - <NAME> (Student ID: 114158...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2313, "all_permissive": true }
ansible_role
ahadas/automotive-ci
b1dff77fcf5bb6c120ff2f9347ed4f05f7e0bbe9
1
roles/containerbuild
3,838
[ "no_license" ]
[ { "path": "roles/containerbuild/templates/triggerbinding.yml.j2", "content": "apiVersion: triggers.tekton.dev/v1alpha1\nkind: TriggerBinding\nmetadata:\n name: {{ ansible_operator_meta.name }}\n namespace: {{ ansible_operator_meta.namespace }}\nspec:\n params:\n - name: arm64\n value: $(body.archs.ar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 25210, "all_permissive": false }
ansible_role
fabix/ansible_dependencies_test
c91a4b16311f057dec7ec2335db58a85c9834d94
0
roles/role_test1
3,838
[ "no_license" ]
[ { "path": "roles/role_test1/meta/main.yml", "content": "---\nallow_duplicates: yes\ndependencies:\n\n- role_test2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/role_test1/tasks/main.yml", "content": "---\n\n- name: display test var\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 110, "all_permissive": false }
ansible_role
Oreilleu/quiz-devops
5ba74ded201dd7322d26e00032213f07fbe30be4
0
infrastructure/ansible/roles/api
3,838
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/api/handlers/main.yml", "content": "---\n- name: reload systemd\n systemd:\n daemon_reload: yes\n\n- name: restart quiz-api\n systemd:\n name: quiz-api\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2229, "all_permissive": false }
ansible_role
Oreilleu/quiz-devops
5ba74ded201dd7322d26e00032213f07fbe30be4
0
infrastructure/ansible/roles/common
3,838
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install system packages including nginx\n apt:\n name:\n - curl\n - wget\n - unzip\n - git\n - ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
Oreilleu/quiz-devops
5ba74ded201dd7322d26e00032213f07fbe30be4
0
infrastructure/ansible/roles/web
3,838
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/web/templates/nginx.conf.j2", "content": "upstream api_backend {\n server {{ hostvars[groups[\"api_servers\"][0]][\"inventory_hostname\"] }}:{{ app_port }};\n}\n\nserver {\n listen {{ web_port }} default_server;\n listen [::]:{{ web_port }} default_server;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3161, "all_permissive": false }
ansible_role
alex13th/gb_scm
73632da372e3d6fb142b56e90b119e667a9ded7e
0
Lesson4/roles/common
3,838
[ "no_license" ]
[ { "path": "Lesson4/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Install packages\n package:\n pkg: \"{{ item }}\"\n state: installed\n with_items:\n - epel-release\n when:\n - ansible_os_family == \"RedHat\"\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/apt
3,838
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: setup repositories\n template: src=\"etc/apt/{{item}}\" dest=\"/etc/apt/{{item}}\" owner=root group=root mode=0644\n with_items:\n - sources.list\n - sources.list.d/backports.list\n register: apt_sources\n\n- name: update APT cache\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/apt_external_package
3,838
[ "no_license" ]
[ { "path": "roles/apt_external_package/tasks/main.yml", "content": "---\n- name: setup external repository\n template: src=\"etc/apt/sources.list.d/{{item}}\" dest=\"/etc/apt/sources.list.d/{{item}}\" owner=root group=root mode=0644\n with_items: \"{{external_repository_tpls}}\"\n when: external_repositor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2824, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/common
3,838
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n# default time zone\ncommon_timezone: \"UTC\"\n\ncommon_dns_domain: \"\"\n\ncommon_dns_servers: []\n\ncommon_terminal_color_schema: \"0\"\n\nadditional_route_tables: []\nadditional_ifconfig_commands: []", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2952, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/dovecot
3,838
[ "no_license" ]
[ { "path": "roles/dovecot/defaults/main.yml", "content": "---\ndovecot_packages:\n - \"dovecot-core\"\n - \"dovecot-imapd\"\n - \"dovecot-lmtpd\"\n - \"dovecot-managesieved\"\n - \"dovecot-mysql\"\n - \"dovecot-sieve\"\n \ndovecot_mysql_server: \"127.0.0.1\"\ndovecot_mysql_dbname: \"dovecot\"\ndovecot...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2750, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/fail2ban
3,838
[ "no_license" ]
[ { "path": "roles/fail2ban/meta/main.yml", "content": "---\ndependencies:\n - fail2ban.ext\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install fail2ban\n apt: name=\"fail2ban\" sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 300, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/fail2ban_redis_listener
3,838
[ "no_license" ]
[ { "path": "roles/fail2ban_redis_listener/handlers/main.yml", "content": "---\n- name: Restart listener service\n service: name=fail2ban_listener state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/fail2ban_redis_listener/temp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2248, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/fail2ban_redis_publisher
3,838
[ "no_license" ]
[ { "path": "roles/fail2ban_redis_publisher/defaults/main.yml", "content": "---\npublisher_packages:\n - \"python3\"\n - \"python3-redis\"\n\npublisher_redis_server: \"127.0.0.1\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/fail2ban_redis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1068, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/firewall
3,838
[ "no_license" ]
[ { "path": "roles/firewall/meta/main.yml", "content": "---\ndependencies:\n - fail2ban\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/firewall/vars/main.yml", "content": "---\nfirewall_packages:\n - iptables-persistent\n\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1461, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/haproxy
3,838
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: install haproxy\n apt: name=\"{{haproxy_packages}}\" state=present cache_valid_time=10\n\n- name: prepare dirs\n file: path=\"/etc/haproxy/{{ item }}\" state=directory owner=root group=root\n with_items:\n - \"conf.d\"\n - \"certs\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1652, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/haproxy_public_web
3,838
[ "no_license" ]
[ { "path": "roles/haproxy_public_web/meta/main.yml", "content": "---\ndependencies:\n - haproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/haproxy_public_web/defaults/main.yml", "content": "---\nwebutils_servers: []\nwebutils_domai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 637, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/keepalived
3,838
[ "no_license" ]
[ { "path": "roles/keepalived/defaults/main.yml", "content": "---\nfailover_public_ip: \"{{ ansible_default_ipv4.address }}\"\nkeepalived_host_priority: 100\nkeepalived_vrid_eth0: 151\nkeepalived_vrid_eth1: 152\nkeepalived_vrrp_routes_eth0: []\nkeepalived_vrrp_routes_eth1: []\nkeepalived_interface: \"eth0\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 834, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/letsencrypt
3,838
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "---\n- name: install let's encrypt agent\n apt: name=\"certbot\" state=present update_cache=\"yes\" default_release=\"buster-backports\"\n\n- name: let's encrypt auto renew\n cron: name=\"LE autorenew\" minute=\"{{ 59 |random(seed=inventory_hostnam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1017, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/locales
3,838
[ "no_license" ]
[ { "path": "roles/locales/tasks/main.yml", "content": "---\n- name: install\n apt:\n name: \"{{ locales_dependencies }}\"\n state: \"{{ apt_install_state | default('latest') }}\"\n update_cache: true\n cache_valid_time: \"{{ apt_update_cache_valid_time | default(3600) }}\"\n\n- name: detect loca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1086, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/logrotate
3,838
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n- name: Install logrotate\n apt: name=\"logrotate\" state=present\n\n- name: Configure logrotate\n template: src=\"etc/{{item}}\" dest=\"/etc/{{item}}\" owner=root group=root mode=0644\n with_items:\n - \"logrotate.conf\"\n - \"logrotate.d/rs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/mysql_server
3,838
[ "no_license" ]
[ { "path": "roles/mysql_server/meta/main.yml", "content": "---\ndependencies:\n - role: apt_external_package\n external_repository_key_id: \"{{mysql_server_mappings[mysql_server_version].apt.key_id}}\"\n external_repository_key_server: \"hkp://eu.pool.sks-keyservers.net\"\n external_repository_tpls...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 19491, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/nginx
3,838
[ "no_license" ]
[ { "path": "roles/nginx/templates/etc/nginx/nginx.conf", "content": "user {{nginx_user}};\nworker_processes {{nginx_worker_processes}};\n{% if nginx_worker_rlimit_nofile > 0 %}\nworker_rlimit_nofile {{nginx_worker_rlimit_nofile}};\n{% endif %}\npid /run/nginx.pid;\n\ninclude /etc/nginx/modules-enabled/*.conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4560, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/ntp
3,838
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: install ntp\n apt: name={{ ntp_packages }} state=present\n\n- name: enable ntp service\n service: name=ntp enabled=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/ntp/d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 238, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/opendkim
3,838
[ "no_license" ]
[ { "path": "roles/opendkim/defaults/main.yml", "content": "---\nopendkim_packages:\n - opendkim\n - opendkim-tools\n\nopendkim_keys: []\n\nopendkim_trusted_hosts:\n - \"127.0.0.1\"\n - \"::1\"\n - \"localhost\"\n\nopendkim_use_with_postfix: false", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/php7_fpm
3,838
[ "no_license" ]
[ { "path": "roles/php7_fpm/meta/main.yml", "content": "---\ndependencies:\n - role: apt_external_package\n external_repository_key_id: \"<KEY>\"\n external_repository_key_server: \"hkp://eu.pool.sks-keyservers.net\"\n external_repository_tpls:\n - \"sury_php.list\"\n external_packages:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6675, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/postfix
3,838
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n- name: Remove postfix conflict packages\n apt: name=\"{{ postfix_conflict_packages }}\" purge=yes state=absent\n\n- name: Install postfix packages\n apt: name=\"{{ postfix_packages }}\" state=present\n\n- name: Configure postfix\n template: src=...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3074, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/redis
3,838
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "---\nredis_bind_addr: \"127.0.0.1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: install redis\n apt: name=\"redis-server\" state...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 256, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/roundcube
3,838
[ "no_license" ]
[ { "path": "roles/roundcube/defaults/main.yml", "content": "---\nroundcube_version: \"1.3.7\"\n\nroundcube_install_dir: \"/var/www/html\"\nroundcube_owner: \"www-data\"\nroundcube_group: \"www-data\"\n\nroundcube_db_dsnw: \"mysql://roundcube:pass@localhost/roundcubemail\"\nroundcube_log_driver: \"syslog\"\nr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2637, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/rspamd
3,838
[ "no_license" ]
[ { "path": "roles/rspamd/templates/etc/rspamd/local.d/surbl.inc", "content": "redirector_hosts_map = \"/etc/rspamd/redirectors.inc\";\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/rspamd/handlers/main.yml", "content": "---\n- name: res...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8101, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/rspamd_proxy
3,838
[ "no_license" ]
[ { "path": "roles/rspamd_proxy/tasks/main.yml", "content": "---\n- name: configure rspamd site\n template: src=\"etc/nginx/sites-available/{{item}}\" dest=\"/etc/nginx/sites-available/{{item}}\" owner=root group=root mode=0644\n with_items:\n - \"rspamd\"\n notify: restart nginx service\n\n- name: enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 484, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/rsyslog
3,838
[ "no_license" ]
[ { "path": "roles/rsyslog/defaults/main.yml", "content": "---\nrsyslog_remote_server: \"\"\nrsyslog_remote_port: 5140\n\nrsyslog_log_heartbeat: \"weekly\"\nrsyslog_log_rotate: 4\nrsyslog_log_delay_compress: True\n\nrsyslog_log_syslog_heartbeat: \"daily\"\nrsyslog_log_syslog_rotate: 7\nrsyslog_log_syslog_dela...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1237, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/ssh
3,838
[ "no_license" ]
[ { "path": "roles/ssh/vars/main.yml", "content": "---\n# owner of generated authorized keys\nssh_authorized_keys_owner: \"root\"\n\n# relative path to temporary subdirectory for assembling authorized keys\nssh_config_path: \"/root/.ssh\"\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3844, "all_permissive": false }
ansible_role
SniperCZE/ansible-mailing-solution
e91cb65c21d7031eba399ba08cc6b051f70aa5d8
4
roles/system_user
3,838
[ "no_license" ]
[ { "path": "roles/system_user/defaults/main.yml", "content": "---\nsystem_user_user: \"user\"\nsystem_user_group: \"{{system_user_user}}\"\n\nsystem_user_home: \"{% if system_user_user == 'root' %}/root{% else %}/home/{{system_user_user}}{% endif %}\"\nsystem_user_shell: \"/bin/bash\"\n\nsystem_user_private_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1158, "all_permissive": false }
ansible_role
artur-pap/ansible-jupyter-nb
f8c0e37fe26ae9b1f541a94f19b979cebef2d60f
0
roles/common
3,838
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: install python bindings for SE Linux\n yum: name={{ item }} state=present\n with_items:\n - libselinux-python\n - libsemanage-python\n\n- name: install ntp\n yum: name=nt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
artur-pap/ansible-jupyter-nb
f8c0e37fe26ae9b1f541a94f19b979cebef2d60f
0
roles/database
3,838
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: Add the OS specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Install the mysql packages in Redhat derivatives\n yum: name={{ item }} state=installed\n with_items: \"{{ db_pkgs }}\"\n when: ansible_os_family =...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2361, "all_permissive": false }
ansible_role
artur-pap/ansible-jupyter-nb
f8c0e37fe26ae9b1f541a94f19b979cebef2d60f
0
roles/webserver
3,838
[ "no_license" ]
[ { "path": "roles/webserver/defaults/main.yml", "content": "---\n# defaults file for ansible-role-httpd\nvar_log_httpd_permission: \"0755\"\n\nhttpd_service_on: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/webserver/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
artur-pap/ansible-jupyter-nb
f8c0e37fe26ae9b1f541a94f19b979cebef2d60f
0
roles/yum
3,838
[ "no_license" ]
[ { "path": "roles/yum/tasks/main.yml", "content": "---\n\n- name: configure yum.conf\n template: src=yum.conf.j2 dest=/etc/yum.conf\n tags: yum\n\n- name: install centos 6 repos\n copy: src=6/{{ item }}\n dest=/etc/yum.repos.d/{{ item }}\n with_items:\n - CentOS-Base.repo\n - CentOS-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1288, "all_permissive": false }
ansible_role
panovmikhail/ansible
e7a57703c4d5b1614980c6570bd20642cca3f09e
0
roles/add_user
3,838
[ "no_license" ]
[ { "path": "roles/add_user/tasks/main.yml", "content": "---\n- name: create users with sudo rules\n user:\n name: \"{{ item.userName }}\"\n password: \"{{ item.password | password_hash('<PASSWORD>', '<PASSWORD>') }}\"\n shell: /bin/bash\n loop: \"{{ password | dict2items(key_name='userName', value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
panovmikhail/ansible
e7a57703c4d5b1614980c6570bd20642cca3f09e
0
roles/create_docker
3,838
[ "no_license" ]
[ { "path": "roles/create_docker/tasks/main.yml", "content": "---\n###run docker container\n- name: Using bash pull new image\n shell: |\n docker login -u \"{{ CI_REGISTRY_USER }}\" -p \"{{ CI_REGISTRY_PASSWORD }}\" {{ CI_REGISTRY }}\n docker pull {{ CI_REGISTRY }}/{{ CD_PROJECT_GROUP_NAME }}/{{ CD_PRO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1575, "all_permissive": false }
ansible_role
panovmikhail/ansible
e7a57703c4d5b1614980c6570bd20642cca3f09e
0
roles/delete_user
3,838
[ "no_license" ]
[ { "path": "roles/delete_user/tasks/main.yml", "content": "---\n- name: Remove the user del_user\n user:\n name: \"{{ del_user }}\"\n state: absent\n remove: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
panovmikhail/ansible
e7a57703c4d5b1614980c6570bd20642cca3f09e
0
roles/install_docker
3,838
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- name: get apt-key docker\n become: yes\n apt_key: \n url: https://download.docker.com/linux/raspbian/gpg\n state: present\n\n- name: Add docker repository [Debian/Ubuntu]\n become: yes\n apt_repository:\n repo: deb https://down...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
panovmikhail/ansible
e7a57703c4d5b1614980c6570bd20642cca3f09e
0
roles/install_grafana
3,838
[ "no_license" ]
[ { "path": "roles/install_grafana/tasks/main.yml", "content": "---\n- name: get apt-key grafana\n become: yes\n apt_key: \n url: https://packages.grafana.com/gpg.key\n state: present\n validate_certs: false\n\n- name: update_cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Add Grafan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
panovmikhail/ansible
e7a57703c4d5b1614980c6570bd20642cca3f09e
0
roles/install_pkg
3,838
[ "no_license" ]
[ { "path": "roles/install_pkg/tasks/main.yml", "content": "---\n- name: install default pakages\n become: yes\n apt:\n package:\n - mc\n - htop\n state: present\n update_cache: yes\n tags:\n - install_pkg", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/common
3,838
[ "no_license" ]
[ { "path": "roles/common/tasks/addPermissionToUser.yml", "content": "---\n- name: Grant sudo privileges to the user\n ansible.builtin.lineinfile:\n path: /etc/sudoers\n line: \"{{ admin_user }} ALL=(ALL) NOPASSWD:ALL\"\n validate: '/usr/sbin/visudo -cf %s'\n when: ansible_user != \"root\"\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 615, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/composer
3,838
[ "no_license" ]
[ { "path": "roles/composer/tasks/install.yml", "content": "---\n- name: Download Composer installer\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-setup.php\n mode: '0755'\n\n- name: Verify installer signature\n ansible.builtin.shell: >\n HASH=$(curl -s https://compos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/git
3,838
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install Git\n ansible.builtin.apt:\n name: git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/git_pull
3,838
[ "no_license" ]
[ { "path": "roles/git_pull/tasks/main.yml", "content": "---\n- name: Ensure Git is installed\n ansible.builtin.package:\n name: git\n state: present\n\n- name: Check if the Git repository exists\n ansible.builtin.stat:\n path: \"{{ nginx_document_root }}/.git\"\n register: git_repo\n\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/laravel_composer_update
3,838
[ "no_license" ]
[ { "path": "roles/laravel_composer_update/tasks/main.yml", "content": "- name: Install PHP extensions required by Composer\n shell: \"php{{ php_version }} /usr/local/bin/composer require ext-curl ext-xml ext-dom\"\n args:\n chdir: \"{{ nginx_document_root }}\"\n become: yes\n environment:\n COMPOSE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/laravel_env
3,838
[ "no_license" ]
[ { "path": "roles/laravel_env/tasks/main.yml", "content": "- name: Register .env file existence\n ansible.builtin.stat:\n path: \"{{ nginx_document_root }}/.env\"\n register: env_file\n\n- name: Register .env.prod file existence\n ansible.builtin.stat:\n path: \"{{ nginx_document_root }}/.env.prod\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 935, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/laravel_folder_permissions
3,838
[ "no_license" ]
[ { "path": "roles/laravel_folder_permissions/tasks/main.yml", "content": "- name: Set correct ownership for Laravel\n ansible.builtin.command:\n cmd: chown -R www-data:www-data {{ nginx_document_root }}\n\n- name: Set correct permissions for Laravel files\n ansible.builtin.command:\n cmd: find {{ ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/laravel_migration
3,838
[ "no_license" ]
[ { "path": "roles/laravel_migration/tasks/main.yml", "content": "- name: Ensure to run Laravel migration\n ansible.builtin.shell: |\n php{{php_version}} artisan migrate --force\n args:\n chdir: \"{{ nginx_document_root }}\"\n become: yes\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/laravel_npm_update
3,838
[ "no_license" ]
[ { "path": "roles/laravel_npm_update/tasks/main.yml", "content": "- name: Run npm update\n ansible.builtin.command:\n cmd: npm update\n chdir: \"{{ nginx_document_root }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/laravel_sys_link
3,838
[ "no_license" ]
[ { "path": "roles/laravel_sys_link/tasks/main.yml", "content": "- name: Check if symbolic link exists\n ansible.builtin.stat:\n path: \"{{ nginx_document_root }}/public/storage\"\n register: storage_link\n\n- name: Create symbolic link if it does not exist\n ansible.builtin.file:\n src: \"{{ nginx_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/mysql
3,838
[ "no_license" ]
[ { "path": "roles/mysql/handlers/main.yml", "content": "---\n- name: Restart MySQL\n ansible.builtin.service:\n name: mysql\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/mysql/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1701, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/mysql_create_db
3,838
[ "no_license" ]
[ { "path": "roles/mysql_create_db/tasks/main.yml", "content": "- name: Create MySQL database\n mysql_db:\n name: \"{{ mysql_database }}\"\n login_user: \"{{ mysql_root_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n state: present\n\n- name: Create MySQL user\n mysql_user:\n name: \"{{ my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/nginx
3,838
[ "no_license" ]
[ { "path": "roles/nginx/templates/laravel.conf.j2", "content": "server {\n listen 80;\n server_name {{ nginx_domain_name }};\n root {{ nginx_document_root }}/public;\n index index.php index.html index.htm;\n\n location / {\n try_files $uri $uri/ /index.php?$query_string;\n }\n\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1680, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/nodejs
3,838
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/install.yml", "content": "- name: Check if Node.js version is specified in group_vars\n set_fact:\n nodejs_version: \"{{ nodejs_version | default(False) }}\"\n when: nodejs_version is not defined and ansible_os_family == 'Debian'\n\n- name: Install Node.js\n block:\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1565, "all_permissive": false }
ansible_role
oixan/laravel_ansible
643aea39550e845bd7b70b0077f00b53f1b66ca6
2
roles/nodejs_dependencies
3,838
[ "no_license" ]
[ { "path": "roles/nodejs_dependencies/tasks/main.yml", "content": "---\n- include_tasks: installPackages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/nodejs_dependencies/tasks/installPackages.yml", "content": "- name: Install pack...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 286, "all_permissive": false }