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 | MarkoM-dot/.dotfiles | eecebfed80abf65dc97f3042d9dbd1e7e434f46b | 1 | roles/ubuntu-tasks | 2,298 | [
"no_license"
] | [
{
"path": "roles/ubuntu-tasks/tasks/nodejs.yaml",
"content": "- name: Add NodeSource Repository\n ansible.builtin.shell: |\n curl -fsSL https://deb.nodesource.com/setup_20.x | bash -\n args:\n executable: /bin/bash\n\n- name: Download nodejs\n ansible.builtin.package:\n name:\n - nodejs\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3253,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/cart | 2,298 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yaml",
"content": "- name: Install and setup cart\n ansible.builtin.import_role:\n name: common\n tasks_from: user_setup\n\n- name: Install and setup cart\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Install and setup cart\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/catalogue | 2,298 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: Setup user\n ansible.builtin.import_role:\n name: common\n tasks_from: user_setup\n\n- name: Install and Setup nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Load Data from MongoDB\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/common | 2,298 | [
"no_license"
] | [
{
"path": "roles/common/tasks/user_setup.yaml",
"content": "- name: Add user roboshop\n ansible.builtin.user:\n name: roboshop\n\n- name: Recursively remove the app directory\n ansible.builtin.file:\n path: /app\n state: absent\n\n- name: Create app directory\n ansible.builtin.file:\n path: /... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3620,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/mongodb | 2,298 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yaml",
"content": "- name: Copy the mongo.repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Instal Mongodb\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: Start and enable MongoDB se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/mysql | 2,298 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name: Disable the current MySQL version\n ansible.builtin.command: dnf module disable mysql -y\n\n- name: Copy the mysql repo vars_files\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install MySQL\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/payment | 2,298 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yaml",
"content": "- name: User Setup\n ansible.builtin.import_role:\n name: common\n tasks_from: user_setup\n\n- name: Install python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n- name: Systemd service\n ansible.builtin.import_rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/rabbitmq | 2,298 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yaml",
"content": "- name: Configure YUM Repos from the script provided by vendor\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: Configure YUM Repos for RabbitMQ\n ansible.builtin.shell: cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/shipping | 2,298 | [
"no_license"
] | [
{
"path": "roles/shipping/templates/shipping.service.j2",
"content": "[Unit]\nDescription=Shipping Service\n\n[Service]\nUser=roboshop\nEnvironment=CART_ENDPOINT={{CATALOGUE_HOST}}:8080\nEnvironment=DB_HOST={{MYSQL_HOST}}\nExecStart=/bin/java -jar /app/shipping.jar\nSyslogIdentifier=shipping\n\n[Install]\nW... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/user | 2,298 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yaml",
"content": "- name: Setup user\n ansible.builtin.import_role:\n name: common\n tasks_from: user_setup\n\n- name: Install and Setup nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Setup MongoDB\n ansible.builtin.impor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | yjash0801/ansible-roles-test | e66ee2799b4fcb2d45228301bdfc5a39174ed7d8 | 0 | roles/web | 2,298 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yaml",
"content": "- name: Install nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Start and enable nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Recursively delete content in html directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | isaac-sim/IsaacAutomator | b914dddcfeae433891ec4704dfd94e2c8079f771 | 136 | src/ansible/roles/docker | 2,298 | [
"no_license"
] | [
{
"path": "src/ansible/roles/docker/tasks/main.yml",
"content": "# region copyright\n# Copyright 2023 NVIDIA Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1340,
"all_permissive": false
} |
ansible_role | isaac-sim/IsaacAutomator | b914dddcfeae433891ec4704dfd94e2c8079f771 | 136 | src/ansible/roles/isaac | 2,298 | [
"no_license"
] | [
{
"path": "src/ansible/roles/isaac/templates/isaaclab.sh",
"content": "#!/bin/bash\n\n# build and launch https://github.com/isaac-sim/IsaacLab\n\n# build docker image for Isaac Lab\ndocker build -t isaaclab -f \"{{ isaaclab_dir }}/isaaclab.dockerfile\" \"{{ isaaclab_dir }}\"\n\nclear\n\n\"{{ launch_scripts_... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 24426,
"all_permissive": false
} |
ansible_role | isaac-sim/IsaacAutomator | b914dddcfeae433891ec4704dfd94e2c8079f771 | 136 | src/ansible/roles/nvidia | 2,298 | [
"no_license"
] | [
{
"path": "src/ansible/roles/nvidia/tasks/nvidia-driver.generic.yml",
"content": "# region copyright\n# Copyright 2023 NVIDIA Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of th... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10202,
"all_permissive": false
} |
ansible_role | isaac-sim/IsaacAutomator | b914dddcfeae433891ec4704dfd94e2c8079f771 | 136 | src/ansible/roles/ovami | 2,298 | [
"no_license"
] | [
{
"path": "src/ansible/roles/ovami/tasks/vscode.yml",
"content": "# region copyright\n# Copyright 2023 NVIDIA Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7187,
"all_permissive": false
} |
ansible_role | isaac-sim/IsaacAutomator | b914dddcfeae433891ec4704dfd94e2c8079f771 | 136 | src/ansible/roles/rdesktop | 2,298 | [
"no_license"
] | [
{
"path": "src/ansible/roles/rdesktop/tasks/virtual-display.yml",
"content": "# region copyright\n# Copyright 2023 NVIDIA Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the Li... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 13334,
"all_permissive": false
} |
ansible_role | isaac-sim/IsaacAutomator | b914dddcfeae433891ec4704dfd94e2c8079f771 | 136 | src/ansible/roles/system | 2,298 | [
"no_license"
] | [
{
"path": "src/ansible/roles/system/tasks/custom_ssh.yml",
"content": "# change ssh port to custom value\n\n- name: Set SSH port to {{ ssh_port }}\n lineinfile:\n path: /etc/ssh/sshd_config\n line: \"Port {{ item }}\"\n state: present\n mode: 0644\n with_items:\n - \"22\"\n - \"{{ ssh_po... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5219,
"all_permissive": false
} |
ansible_role | sarath-pm/Ansible-Vagrant-LAMP | daa96d209709cebe04ed01f374a6582ad625ef44 | 3 | roles/common | 2,298 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# Playbook to perform common tasks on all the hosts.\n\n- name: Enable Firewall on all the hosts\n service: name=firewalld state=started enabled=yes\n \n- name: Enable the firewall port for SSH\n firewalld: port=22/tcp permanent=true state=enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": true
} |
ansible_role | sarath-pm/Ansible-Vagrant-LAMP | daa96d209709cebe04ed01f374a6582ad625ef44 | 3 | roles/db | 2,298 | [
"permissive"
] | [
{
"path": "roles/db/templates/my.cnf.j2",
"content": "[client]\nuser=root\npassword='{{ <PASSWORD> }}'",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 46
},
{
"path": "roles/db/tasks/main.yml",
"content": "---\n# Playbook to perform MySQL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1349,
"all_permissive": true
} |
ansible_role | sarath-pm/Ansible-Vagrant-LAMP | daa96d209709cebe04ed01f374a6582ad625ef44 | 3 | roles/web | 2,298 | [
"permissive"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n# Playbook for Web Server\n\n- name: Install Epel-release repo\n dnf: name=epel-release state=latest\n\n- name: Install httpd, php and git packages\n dnf:\n name:\n - httpd\n - git\n - php\n - php-cli\n - php-common\n st... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": true
} |
ansible_role | MariamSamirKeddees/Ansible_day3 | 2324c22dc1bb89aa75b3c7a9136ddf56edee7b7f | 0 | roles/web | 2,298 | [
"no_license"
] | [
{
"path": "roles/web/handlers/main.yml",
"content": "- name: restart nginx\n service:\n name: \"{{ package_name }}\"\n state: restarted\n enabled: yes\n use: service\n \n \n\n\n \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/db-backup | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/db-backup/tasks/main.yml",
"content": "- name: \"Create a backup directory\"\n file:\n path: \"{{ backup_path }}/backups/\"\n mode: 0775\n owner: mosipuser\n state: directory\n\n- name: \"Back up the databases\"\n name: '{{ item }}'\n shell: \"cd {{ back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/db-restore | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/db-restore/tasks/main.yml",
"content": "- name: \"Back up the database\"\n name: '{{ item }}'\n shell: \"cd {{ backup_path }}/backups/ && pg_restore --clean --host='{{inventory_hostname}}' --port=30090 --username='postgres' -d '{{item}}' '{{item}}.dump'\"\n environm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/docker-registry | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/docker-registry/tasks/main.yml",
"content": "- name: Local docker registry\n docker_container:\n name: '{{docker.local_registry.name}}'\n image: '{{docker.local_registry.image}}'\n state: '{{local_docker_registry_state}}'\n ports:\n - \"{{docker.local... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/functional-test-run | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/functional-test-run/tasks/main.yml",
"content": "- include_role:\n name: db-backup\n\n- name: running functional test for all modules.\n shell: \"cd {{ functional_repo_dest }}/automationtests/target/ && java -jar -Dmodules={{ modules }} -Denv.user={{ envuser }} -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/functional-test-setup | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/functional-test-setup/tasks/main.yml",
"content": "- name: Update maven repository with settings file\n become: yes\n become_user: root\n copy:\n src: \"{{ item }}\"\n dest: \"{{ maven_dir }}\"\n with_fileglob:\n - \"{{ utils_dir }}/settings.xml\"\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/k8sHealthCheckPod | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/k8sHealthCheckPod/tasks/main.yaml",
"content": "- { name: 'Create {{dirName}} folder',\n file: { name: '{{dirName}}',\n owner: '{{owner}}',\n group: '{{group}}',\n state: directory\n },\n become: yes\n}\n\n- name: 'Copy HealthC... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/keycloak-init | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/keycloak-init/tasks/create_mapper.yml",
"content": "- name: 'Get id of client {{kc_client_id}}'\n include_tasks: get_client_info.yml\n\n- name: 'Create mapper {{kc_client_mapper}}'\n uri:\n url: '{{keycloak.url}}/auth/admin/realms/{{kc_realm_id}}/clients/{{kc_clie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/mock-abis-prep | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/mock-abis-prep/files/README.md",
"content": "These are the p12 key and partner properties required for mock abis funtionality.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "deployment/sandbox-v2/roles/mock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/mosip-file-server | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/mosip-file-server/README.md",
"content": "for files sever",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "deployment/sandbox-v2/roles/mosip-file-server/templates/controller.yml.j2",
"content": "{\n \"@c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3871,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/postgres-init | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/postgres-init/tasks/main.yml",
"content": "---\n# This script runs all the init SQL queries and populates all tables with\n# test data \n# IMPORTANT: Init only run once. To run again, delete the init.lock file in \n# postgres folder\n\n# Copy dml files - typically nee... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4258,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/postgres-init-db | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/postgres-init-db/meta/values.template.j2",
"content": "## Some common set of users are created across all postgres servers with same password. TODO: change this later.\n## These user names are currently hardcoded in the sql scripts, so can't change from here.\n\ndatab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5246,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/reg-client-prep | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/reg-client-prep/tasks/main.yml",
"content": "---\n# Creates folder in nfs for reg-client to provide metadata.xml and mosip-cer file.\n# These files are further used by reg-client downloader to create the client zip.\n- include_vars: '{{versions_file}}'\n- name: Create ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3446,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/resident-app | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/resident-app/tasks/main.yml",
"content": "#this is to create nfs directory for resident app\n\n- name: create {{resident_app_server.nfs_path}} directory\n file:\n name: '{{resident_app_server.nfs_path}}'\n state: directory\n owner: mosipuser\n become: yes\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/run-achive-db-scripts | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/run-achive-db-scripts/tasks/main.yml",
"content": "- include: updatePropertyFile.yml\n\n- name: 'Get .sh script file for {{ dbScriptPath | dirname | basename }} DB'\n shell: 'ls {{ dbScriptPath }}*.sh'\n register: bashFile\n\n- name: 'run archive bash script for {{ ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2460,
"all_permissive": false
} |
ansible_role | gaganamadival/mosip-infra-nira | 3df63b40a6c601b8f3a4e9a0b260c0389c9282d5 | 0 | deployment/sandbox-v2/roles/uploadCerts | 2,298 | [
"no_license"
] | [
{
"path": "deployment/sandbox-v2/roles/uploadCerts/tasks/main.yml",
"content": "- name: upload certificate for mosip using newMan tool\n shell: newman run \"{{ postmanCollectionJSON }}\" -e \"{{ postmanCollectionEnvVarJSON }}\" --env-var 'url={{ site.sandbox_public_url }}'\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | mattuyw/Provision-Device | c35b1a592e418012ede8662f1ddb753398fb0320 | 0 | roles/dev-personal | 2,298 | [
"no_license"
] | [
{
"path": "roles/dev-personal/tasks/main.yml",
"content": "---\n# TODO: clone my dotfiles into the home directory\n- name: Install Self Selected Dev Packages\n package:\n name:\n - neovim # better vim\n - tldr\n - thefuck # fix terminal mistakes\n - tmux # terminal multiplexing\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 951,
"all_permissive": false
} |
ansible_role | mattuyw/Provision-Device | c35b1a592e418012ede8662f1ddb753398fb0320 | 0 | roles/dotfiles | 2,298 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Show a debug message if user accepts\n ansible.builtin.debug:\n msg: \"Configuring zsh with recommended dotfiles...\"\n when: configure_zsh == 'yes'\n\n- name: Show a debug message if user declines\n ansible.builtin.debug:\n msg: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | mattuyw/Provision-Device | c35b1a592e418012ede8662f1ddb753398fb0320 | 0 | roles/fonts | 2,298 | [
"no_license"
] | [
{
"path": "roles/fonts/defaults/main.yml",
"content": "---\n# Font installation directory for Linux.\nnf_linux_fonts_dir: \"{{ ansible_user_dir }}/.local/share/fonts/NerdFonts\"\n# Font installation directory for macOS.\nnf_macos_fonts_dir: \"{{ ansible_user_dir }}/Library/Fonts\"\n# The base URL for downlo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1856,
"all_permissive": false
} |
ansible_role | mattuyw/Provision-Device | c35b1a592e418012ede8662f1ddb753398fb0320 | 0 | roles/remote | 2,298 | [
"no_license"
] | [
{
"path": "roles/remote/tasks/rust.yml",
"content": "---\n# NOTE: very slow. consider:\n# curl -sS https://webi.sh/bat | sh\n# curl -sS https://webi.sh/delta | sh\n# curl -sS https://webi.sh/bat | sh\n# curl -sS https://webi.sh/shfmt | sh\n\n- name: Install RustUp and Cargo 🦀\n shell: |\n curl https://... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6030,
"all_permissive": false
} |
ansible_role | mattuyw/Provision-Device | c35b1a592e418012ede8662f1ddb753398fb0320 | 0 | roles/workstation | 2,298 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/rosetta2.yml",
"content": "---\n- name: Install Rosetta 2 📜 (Apple Silicon ➡️ Intel compatibility)\n become: true\n ansible.builtin.command:\n cmd: 'softwareupdate --install-rosetta --agree-to-license'\n creates: \"/Library/Apple/System/Library/Receipts/com.apple.... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2487,
"all_permissive": false
} |
ansible_role | mattuyw/Provision-Device | c35b1a592e418012ede8662f1ddb753398fb0320 | 0 | roles/workstation-dev | 2,298 | [
"no_license"
] | [
{
"path": "roles/workstation-dev/tasks/main.yml",
"content": "---\n# TODO: require macOS\n# - name: Install engineering software 🏗️\n# community.general.homebrew_cask:\n# name:\n# # - 1password/tap/1password-cli\n# - docker\n# state: present\n# accept_external_apps: true\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3225,
"all_permissive": false
} |
ansible_role | mattuyw/Provision-Device | c35b1a592e418012ede8662f1ddb753398fb0320 | 0 | roles/workstation-platform | 2,298 | [
"no_license"
] | [
{
"path": "roles/workstation-platform/tasks/infrastructure.yml",
"content": "---\n- name: Install AWS CLI\n block:\n - name: Install awscliv2 ☁️\n community.general.homebrew:\n name:\n - awscli\n state: present\n\n - name: Install Session Manager Plugin ☁️\n community... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | mehrdad-faridi/doc_task | 1b2b26639d8d4624f2d4f17e97392d728c50f8f4 | 0 | task1/roles/docker | 2,298 | [
"no_license"
] | [
{
"path": "task1/roles/docker/tasks/main.yml",
"content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: true\n\n- name: Enable and start Docker\n service:\n name: docker\n enabled: yes\n state: started\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | mehrdad-faridi/doc_task | 1b2b26639d8d4624f2d4f17e97392d728c50f8f4 | 0 | task1/roles/docker_compose | 2,298 | [
"no_license"
] | [
{
"path": "task1/roles/docker_compose/tasks/main.yml",
"content": "- name: Install pip\n apt:\n name: python3-pip\n state: present\n\n- name: Install docker-compose\n pip:\n name: docker-compose\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | mehrdad-faridi/doc_task | 1b2b26639d8d4624f2d4f17e97392d728c50f8f4 | 0 | task1/roles/dotnet_stack | 2,298 | [
"no_license"
] | [
{
"path": "task1/roles/dotnet_stack/files/docker-compose.yml",
"content": "version: '3.8'\nservices:\n web:\n image: mcr.microsoft.com/dotnet/samples:aspnetapp\n ports:\n - \"8080:80\"\n depends_on:\n - db\n\n db:\n image: postgres:13\n environment:\n POSTGRES_USER: dotnetuse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/clone-git-sourcefile | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/clone-git-sourcefile/tasks/main.yaml",
"content": "---\r\n\r\n- name: Creates directory\r\n become: yes\r\n file:\r\n path: /COMP90024\r\n state: directory\r\n \r\n\r\n- name: clone source code from git\r\n become: yes\r\n git:\r\n repo: 'https://github.com/8392... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/create-instances | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/create-instances/tasks/main.yaml",
"content": "---\n- debug:\n msg: \"{{ item.volume_ids }}\"\n loop: '{{ instances }}'\n\n- name: Create instances\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n fl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4447,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/delete-containers | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/delete-containers/tasks/main.yaml",
"content": "- name: kill containers\r\n shell: docker kill $(docker ps -q)\r\n args:\r\n executable: /bin/bash\r\n\r\n- name: remove containers\r\n shell: docker rm $(docker ps -a -q)\r\n args:\r\n executable: /bin/bash\r\n\r\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/deploy-backend | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/deploy-backend/tasks/main.yaml",
"content": "---\r\n- name: build docker image for flask app \r\n command: docker build -t flaskapp:latest .\r\n args:\r\n chdir: '{{remote_working_directory}}/backend'\r\n\r\n- name: sleep for three seconds\r\n command: sleep 3\r\n\r\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/deploy-couchdb | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/deploy-couchdb/tasks/main.yaml",
"content": "\r\n# upload the script and set the remote host to a subnode\r\n# slave node\r\n- name: upload the subnode script for the first slave node\r\n become: yes\r\n copy:\r\n src: ./slavenode1.sh\r\n dest: /home/ubuntu/\r\n mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5667,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/deploy-crawler | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/deploy-crawler/tasks/main.yaml",
"content": "---\r\n- name: Create the cronjob to run the script\r\n become: yes\r\n cron:\r\n name: \"Run tweepy python script every 15 minutes\"\r\n minute: \"*/15\"\r\n job: \"/usr/bin/python3 {{remote_working_directory}}/crawler_lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/deploy-frontend | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/deploy-frontend/tasks/main.yaml",
"content": "---\r\n- name: build docker image for react app \r\n command: docker build -t reactapp:latest .\r\n become: yes\r\n args:\r\n chdir: '{{remote_working_directory}}/front-end'\r\n\r\n- name: run docker image \r\n become: yes\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/deploy-loader | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/deploy-loader/tasks/main.yaml",
"content": "---\n- name: download data for database from mega\n command: megadl {{mega_file_url_1}}\n args:\n chdir: '{{remote_working_directory}}/crawler_loader'\n when: ansible_host == groups['instance1'][0] \n\n- name: download data for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/deploy-new-loader | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/deploy-new-loader/tasks/main.yaml",
"content": "\r\n- name: execute final-data-update.py\r\n become: yes\r\n command: python3 final-data-update.py\r\n args:\r\n chdir: '{{remote_working_directory}}/crawler_loader'\r\n when: ansible_host == groups['workers'][1]\r\n\r\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/deploy-nginx | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/deploy-nginx/tasks/nginx.conf",
"content": "worker_processes 1;\r\nevents {\r\n worker_connections 1024;\r\n}\r\n\r\n\r\nhttp {\r\n include mime.types;\r\n default_type application/octet-stream;\r\n sendfile on;\r\n keepalive_timeout 65;\r\n g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2416,
"all_permissive": false
} |
ansible_role | 839224346/Cluster-and-Cloud-Computing | 719a72045c269ea22c02c85b2c1ad27a4d1bd3a7 | 2 | test-ansible/roles/install-environments | 2,258 | [
"no_license"
] | [
{
"path": "test-ansible/roles/install-environments/tasks/main.yaml",
"content": "# ---\n- name: add proxy to enviroments\n become: yes\n lineinfile:\n line: \"http_proxy=\\\"{{ proxy_address }}\\\"\\nhttps_proxy=\\\"{{ proxy_address }}\\\"\\nftp_proxy=\\\"{{ proxy_address }}\\\"\\nno_proxy=\\\"localhos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1847,
"all_permissive": false
} |
ansible_role | PaulaJuliaBalza/90-days-devops | 1d0d02a6ea76f16bf9e03f7211d420e2f782e105 | 1 | week1/day6/day6-challenge/roles/firewall | 2,258 | [
"no_license"
] | [
{
"path": "week1/day6/day6-challenge/roles/firewall/tasks/main.yml",
"content": "- name: Install UFW\n apt:\n name: ufw\n state: present\n\n- name: Permitir SSH\n ufw:\n rule: allow\n port: 22\n proto: tcp\n\n- name: Permitir HTTP\n ufw:\n rule: allow\n port: 80\n proto: tcp\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | PaulaJuliaBalza/90-days-devops | 1d0d02a6ea76f16bf9e03f7211d420e2f782e105 | 1 | week1/day6/day6-challenge/roles/nginx | 2,258 | [
"no_license"
] | [
{
"path": "week1/day6/day6-challenge/roles/nginx/tasks/main.yml",
"content": "- name: Install NGINX\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Create directory\n file:\n path: /var/www/html/basic-index\n state: directory\n mode: '0755'\n\n- name: Copy \"index.ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | PaulaJuliaBalza/90-days-devops | 1d0d02a6ea76f16bf9e03f7211d420e2f782e105 | 1 | week1/day6/day6-challenge/roles/users | 2,258 | [
"no_license"
] | [
{
"path": "week1/day6/day6-challenge/roles/users/tasks/main.yml",
"content": "- name: Ensure devops user exists with password and shell\n ansible.builtin.user:\n name: devops\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash\n groups: sudo\n append: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | Dgadavin/devops-course-itea | 778d451586c71388bb05e28801490d26feadf9cb | 5 | base_course/ansibe_examples/roles/jenkins | 2,258 | [
"no_license"
] | [
{
"path": "base_course/ansibe_examples/roles/jenkins/tasks/main.yml",
"content": "---\n# Variable setup.\n- name: Include OS-Specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Define jenkins_repo_url\n set_fact:\n jenkins_repo_url: \"{{ __jenkins_repo_url }}\"\n when: jenkin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1235,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/adguardhome | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/adguardhome/tasks/main.yml",
"content": "- name: Install adguardhome\n package:\n name: adguardhome\n\n- name: Disable resolved stub\n template:\n src: files/resolved-adguardhome.conf\n dest: /etc/systemd/resolved.conf.d/adguardhome.conf\n owner: root\n mode: \"0644... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/atuin | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/atuin/tasks/main.yml",
"content": "- name: Create install directory\n file:\n path: /opt/atuin\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n\n- name: Install compose file\n template:\n src: files/docker-co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1398,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/baby_buddy | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/baby_buddy/files/docker-compose.yml",
"content": "services:\n baby-buddy:\n image: lscr.io/linuxserver/babybuddy:latest\n restart: unless-stopped\n environment:\n - PUID={{ docker_user.id }}\n - PGID={{ docker_user.id }}\n - TZ={{ timezone }}\n - DATABA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/base | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/base/defaults/main.yml",
"content": "ssh_extra_allowed_users: \"\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible/roles/base/tasks/logrotate.yml",
"content": "- name: Install logrotate\n package:\n name: ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4276,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/bsky | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/bsky/files/docker-compose.yml",
"content": "services:\n pds:\n image: ghcr.io/bluesky-social/pds:latest\n user: \"{{ docker_user.id }}\"\n restart: unless-stopped\n env_file:\n - /opt/bsky/pds.env\n labels:\n - traefik.enable=true\n - traefik.http.rout... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1813,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/comentario | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/comentario/handlers/main.yml",
"content": "- name: restart comentario\n shell:\n chdir: /opt/comentario\n cmd: \"{{ docker_update_command }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "ansible/roles/comentar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2462,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/coredns_docker_proxy | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/coredns_docker_proxy/tasks/main.yml",
"content": "- name: Create network\n docker_network:\n name: coredns\n\n- name: Create install directory\n file:\n path: /opt/coredns\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/db_auto_backup | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/db_auto_backup/defaults/main.yml",
"content": "db_backups_dir: ./backups\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible/roles/db_auto_backup/files/docker-compose.yml",
"content": "services:\n backup:\n im... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1357,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/docker_cleanup | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_cleanup/tasks/main.yml",
"content": "- name: Install docker-compose\n package:\n name: docker-compose\n when: ansible_os_family != 'Debian'\n\n- name: Install compose-switch\n get_url:\n url: \"{{ docker_compose_url }}\"\n dest: \"{{ docker_compose_path }}\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2700,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/forgejo | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/forgejo/handlers/main.yml",
"content": "- name: restart gitea\n shell:\n chdir: /opt/gitea\n cmd: \"{{ docker_update_command }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "ansible/roles/forgejo/files/docker-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5772,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/forgejo_runner | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/forgejo_runner/files/docker-compose.yml",
"content": "services:\n forgejo-runner:\n image: code.forgejo.org/forgejo/runner:6.3.1\n user: \"{{ docker_user.id }}\"\n volumes:\n - /mnt/data:/data\n - ./config.yml:/data/config.yml\n environment:\n - TZ={{ tim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1780,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/freshrss | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/freshrss/files/docker-compose.yml",
"content": "services:\n freshrss:\n image: freshrss/freshrss:latest\n restart: unless-stopped\n environment:\n - TZ=Europe/London\n - OIDC_ENABLED=1\n - OIDC_PROVIDER_METADATA_URL=https://auth.jakehoward.tech/.well-known/o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2174,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/gateway | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/gateway/tasks/wireguard.yml",
"content": "- name: Install wireguard tools\n package:\n name: \"{{ item }}\"\n loop:\n - wireguard-tools\n - qrencode\n\n- name: Wireguard server config\n template:\n src: files/wireguard-server.conf\n dest: /etc/wireguard/wg0.conf\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3033,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/glinet_vpn | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/glinet_vpn/vars/main.yml",
"content": "client_public_key: \"{{ vault_client_public_key }}\"\nclient_private_key: \"{{ vault_client_private_key }}\"\nclient_cidr: 10.23.4.2/24\n\nserver_public_key: \"{{ vault_server_public_key }}\"\nserver_private_key: \"{{ vault_server_private_key }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/headscale | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/headscale/files/headscale.yml",
"content": "# headscale will look for a configuration file named `config.yaml` (or `config.json`) in the following order:\n#\n# - `/etc/headscale`\n# - `~/.headscale`\n# - current working directory\n\n# The url clients will connect to.\n# Typically th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12124,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/http_proxy | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/http_proxy/handlers/main.yml",
"content": "- name: restart squid\n service:\n name: squid\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/http_proxy/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/immich | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/immich/tasks/main.yml",
"content": "- name: Create install directory\n file:\n path: /opt/immich\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n- name: Install compose file\n template:\n src: files/docker-co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3448,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/ingress | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/ingress/tasks/nginx.yml",
"content": "- name: Nginx config\n template:\n src: files/nginx.conf\n dest: /etc/nginx/stream.d/ingress.conf\n mode: \"0644\"\n notify: reload nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/jellyfin | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/jellyfin/tasks/main.yml",
"content": "- name: Add Jellyfin apt key\n ansible.builtin.apt_key:\n url: https://repo.jellyfin.org/jellyfin_team.gpg.key\n state: present\n\n- name: Add Jellyfin repository\n apt_repository:\n repo: deb [arch=amd64] https://repo.jellyfin.org/de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/mastodon | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/mastodon/files/purge-media.sh",
"content": "#!/usr/bin/env bash\n\n# Based on https://ricard.dev/improving-mastodons-disk-usage/\n\nset -ex\n\ncd /opt/mastodon\n\ndocker-compose exec mastodon tootctl accounts prune\ndocker-compose exec mastodon tootctl media remove\ndocker-compose e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3360,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/minio | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/minio/tasks/main.yml",
"content": "- name: Include vault\n include_vars: vault.yml\n\n- name: Create install directory\n file:\n path: /opt/minio\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n- name: Install c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/nginx | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/defaults/main.yml",
"content": "nginx_https_redirect: false\ndocker_resolver_address: \"{{ private_ip }}:53053\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible/roles/nginx/files/nginx.conf",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2832,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/ntfy | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/ntfy/handlers/main.yml",
"content": "- name: restart ntfy\n shell:\n chdir: /opt/ntfy\n cmd: \"{{ docker_update_command }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "ansible/roles/ntfy/files/docker-compose.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1609,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/paccache | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/paccache/tasks/main.yml",
"content": "- name: Install Pacman utils\n package:\n name: pacman-contrib\n\n- name: Create hooks directory\n file:\n path: /etc/pacman.d/hooks/\n state: directory\n mode: \"0755\"\n\n- name: Install pacman hook\n template:\n src: files/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/plausible | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/plausible/files/clickhouse-config.xml",
"content": "<clickhouse>\n <listen_host>::</listen_host>\n <listen_host>0.0.0.0</listen_host>\n <listen_try>1</listen_try>\n <logger>\n <level>warning</level>\n <console>true</console>\n </logger>\n <query_threa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3820,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/pocket_id | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/pocket_id/files/docker-compose.yml",
"content": "services:\n pocket-id:\n image: ghcr.io/pocket-id/pocket-id\n restart: unless-stopped\n user: \"{{ docker_user.id }}\"\n environment:\n - PUBLIC_APP_URL=https://auth.jakehoward.tech\n - TRUST_PROXY=true\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2074,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/privatebin | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/privatebin/tasks/main.yml",
"content": "- name: Create install directory\n file:\n path: /opt/privatebin\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n- name: Install compose file\n template:\n src: files/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1262,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/prometheus | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/files/prometheus/prometheus.yml",
"content": "alerting:\n alertmanagers:\n - static_configs:\n - targets:\n - alertmanager:9093\n\nrule_files:\n - /etc/prometheus/alert-rules.d/*.yml\n\nscrape_configs:\n - job_name: pve\n static_configs:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 10379,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/pve_docker | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/pve_docker/tasks/main.yml",
"content": "- name: Install calibre\n include_tasks: calibre.yml\n\n- name: Install librespeed\n include_tasks: librespeed.yml\n\n- name: Install nextcloud\n include_tasks: nextcloud.yml\n\n- name: Install quassel\n include_tasks: quassel.yml\n\n- nam... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 15775,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/pve_tailscale_route | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/pve_tailscale_route/tasks/main.yml",
"content": "- name: Get routes\n command:\n argv:\n - ip\n - route\n - show\n - \"{{ tailscale_cidr }}\"\n register: routes\n changed_when: false\n\n- name: Add route to tailscale hosts via ingress\n command:\n argv:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/qbittorrent | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/qbittorrent/tasks/nginx.yml",
"content": "- name: Nginx config\n template:\n src: files/nginx.conf\n dest: /etc/nginx/http.d/downloads.conf\n mode: \"0644\"\n notify: reload nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2272,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/renovate | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/renovate/files/config.js",
"content": "module.exports = {\n endpoint: 'https://git.theorangeone.net/',\n token: '{{ vault_renovate_gitea_token }}',\n platform: 'gitea',\n //dryRun: true,\n autodiscover: true,\n onboarding: false,\n redisUrl: 'redis://redis',\n repositoryCach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2746,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/restic | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/restic/tasks/main.yml",
"content": "- name: Install restic\n package:\n name: restic\n\n- name: Install runitor on arch\n kewlfft.aur.aur:\n name: runitor-bin\n when: ansible_os_family == 'Archlinux'\n\n- name: Get latest runitor release\n uri:\n url: https://api.github... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4085,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/s3_sync | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/s3_sync/tasks/main.yml",
"content": "- name: Include vault\n include_vars: vault.yml\n\n- name: Install rclone\n package:\n name: rclone\n\n- name: Install runitor\n kewlfft.aur.aur:\n name: runitor-bin\n\n- name: Make user\n user:\n name: rclone\n shell: /bin/nologi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/slides | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/slides/tasks/main.yml",
"content": "- name: Include vault\n include_vars: vault.yml\n\n- name: Create install directory\n file:\n path: /opt/slides\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n- name: Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/tandoor | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/tandoor/files/docker-compose.yml",
"content": "services:\n tandoor:\n image: vabene1111/recipes:latest\n environment:\n - TIMEZONE={{ timezone }}\n - DEBUG=0\n - ALLOWED_HOSTS=recipes.jakehoward.tech\n - SECRET_KEY={{ vault_tandoor_secret_key }}\n - D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1923,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/traefik | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/traefik/files/traefik.yml",
"content": "entryPoints:\n web:\n address: :80\n http:\n redirections:\n entryPoint:\n to: web-secure\n scheme: https\n {% if ansible_hostname == \"docker\" %}\n proxyProtocol:\n trustedIPs:\n - \"{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7696,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/uptime_kuma | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/uptime_kuma/tasks/main.yml",
"content": "- name: Create install directory\n file:\n path: /opt/uptime-kuma\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n- name: Install compose file\n template:\n src: files... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 976,
"all_permissive": false
} |
ansible_role | RealOrangeOne/infrastructure | 110e10f042a45d49696b83d76da7a6e9fe398739 | 159 | ansible/roles/vaultwarden | 2,258 | [
"no_license"
] | [
{
"path": "ansible/roles/vaultwarden/handlers/main.yml",
"content": "- name: restart vaultwarden\n shell:\n chdir: /opt/vaultwarden\n cmd: \"{{ docker_update_command }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "ansible/roles/vault... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2279,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.