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
Li9onGitHub/chefdemo
f5620a8483851ad31240e0038388205545fea2fb
0
ansible/roles/chefworkstation
7,928
[ "permissive" ]
[ { "path": "ansible/roles/chefworkstation/tasks/chefrepo.yaml", "content": "---\n\n - name: generate repo directory\n shell: chef generate app {{ dir }}\n\n - name: create .chef directory\n file: path=~{{ os_user }}/{{ dir }}/.chef state=directory mode=0755\n\n - name: create cookbooks directory\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2824, "all_permissive": true }
ansible_role
Li9onGitHub/chefdemo
f5620a8483851ad31240e0038388205545fea2fb
0
ansible/roles/democommon
7,928
[ "permissive" ]
[ { "path": "ansible/roles/democommon/tasks/ubuntu.yaml", "content": "---\n - name: ubuntu - Update packages\n apt: upgrade=dist\n\n - name: ubuntu - Install additional packages\n apt: name={{item}} state=present\n with_items:\n - wget\n - tcpdump\n - net-tools\n - chrony\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2138, "all_permissive": true }
ansible_role
geonaut/AnsiblePlaybook_PythonStack
c70496242cbcdd609b21cad15ea1a4c15e134d19
0
roles/app
7,928
[ "no_license" ]
[ { "path": "roles/app/tasks/geonaut_initial_setup.yml", "content": "---\n\n- name: Install Wagtail dependencies for Geonaut\n apt: name={{ item }} update_cache={{ update_apt_cache }} force=yes state=installed\n with_items:\n - g++ \n - libjpeg62-dev \n - zlib1g-dev\n tags: packages\n\n- name: Ens...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10143, "all_permissive": false }
ansible_role
geonaut/AnsiblePlaybook_PythonStack
c70496242cbcdd609b21cad15ea1a4c15e134d19
0
roles/base
7,928
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Ensure bash, OpenSSL, and libssl are the latest versions\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n\n- name: Install base packages\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1584, "all_permissive": false }
ansible_role
geonaut/AnsiblePlaybook_PythonStack
c70496242cbcdd609b21cad15ea1a4c15e134d19
0
roles/nginx
7,928
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install Nginx\n apt: name=nginx update_cache={{ update_apt_cache }} state=installed\n tags: packages\n\n- name: Ensure that a strong Diffie-Hellman group is used\n command: openssl dhparam -out /etc/ssl/certs/dhparams.pem 2048 creates=/et...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2409, "all_permissive": false }
ansible_role
geonaut/AnsiblePlaybook_PythonStack
c70496242cbcdd609b21cad15ea1a4c15e134d19
0
roles/postgres
7,928
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n\n- name: Add the PostgreSQL public GPG key to the apt repo\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state=present\n\n- name: Add PostgreSQL to the sources list\n apt_repository: repo='deb http://apt.postgresq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": false }
ansible_role
Otus-DevOps-2019-08/Lisskha_infra
6d92b8d37c3f7b2b354a5c477931b9b1ec83a6f8
0
ansible/roles/app
7,928
[ "no_license" ]
[ { "path": "ansible/roles/app/defaults/main.yml", "content": "---\n# defaults file for app\ndb_host: 127.0.0.1\n# default env\nenv: local\ndeploy_user: appuser\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible/roles/app/handlers/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 491, "all_permissive": false }
ansible_role
Otus-DevOps-2019-08/Lisskha_infra
6d92b8d37c3f7b2b354a5c477931b9b1ec83a6f8
0
ansible/roles/db
7,928
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n- name: Add key\n apt_key:\n id: D68FA50FEA312927\n keyserver: keyserver.ubuntu.com\n tags: install\n- name: Add repo\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
ODAncona/MachLeData_Project
444686451b613e92d81ba67bbfe5627a728fe533
0
pipeline/infrastructure/roles/airflow_helm
7,928
[ "no_license" ]
[ { "path": "pipeline/infrastructure/roles/airflow_helm/tasks/main.yml", "content": "- name: Add Bitnami Helm repository\n ansible.builtin.command:\n cmd: helm repo add bitnami https://charts.bitnami.com/bitnami\n when: not lookup('file', '~/.cache/helm/repository/bitnami-index.yaml', errors='ignore')\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 787, "all_permissive": false }
ansible_role
ODAncona/MachLeData_Project
444686451b613e92d81ba67bbfe5627a728fe533
0
pipeline/infrastructure/roles/gcp_gcs
7,928
[ "no_license" ]
[ { "path": "pipeline/infrastructure/roles/gcp_gcs/tasks/main.yml", "content": "- name: Grant Storage Admin role to service account\n ansible.builtin.command:\n cmd: >\n gcloud projects add-iam-policy-binding {{ gcp_project_id }}\n --member \"serviceAccount:{{ cloudsql_sa_name }}@{{ g<EMAIL>_id ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
ODAncona/MachLeData_Project
444686451b613e92d81ba67bbfe5627a728fe533
0
pipeline/infrastructure/roles/gcp_gke
7,928
[ "no_license" ]
[ { "path": "pipeline/infrastructure/roles/gcp_gke/tasks/main.yml", "content": "- name: Check if Kubernetes Engine API is enabled\n ansible.builtin.command:\n cmd: gcloud services list --enabled --filter=\"container.googleapis.com\" --format=\"value(config.name)\"\n register: gke_api_status\n failed_whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1122, "all_permissive": false }
ansible_role
ODAncona/MachLeData_Project
444686451b613e92d81ba67bbfe5627a728fe533
0
pipeline/infrastructure/roles/gcp_settings
7,928
[ "no_license" ]
[ { "path": "pipeline/infrastructure/roles/gcp_settings/tasks/main.yml", "content": "- name: Authenticate with gcloud\n ansible.builtin.command:\n cmd: gcloud auth application-default login\n when: not lookup('file', '~/.config/gcloud/application_default_credentials.json', errors='ignore')\n\n- name: Set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1869, "all_permissive": false }
ansible_role
ODAncona/MachLeData_Project
444686451b613e92d81ba67bbfe5627a728fe533
0
pipeline/infrastructure/roles/gcp_sql
7,928
[ "no_license" ]
[ { "path": "pipeline/infrastructure/roles/gcp_sql/tasks/main.yml", "content": "- name: Grant Cloud SQL Client role to service account\n ansible.builtin.command:\n cmd: gcloud projects add-iam-policy-binding {{ gcp_project_id }} --member \"serviceAccount:{{ cloudsql_sa_name <EMAIL>\" --role \"roles/clouds...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1746, "all_permissive": false }
ansible_role
ODAncona/MachLeData_Project
444686451b613e92d81ba67bbfe5627a728fe533
0
pipeline/infrastructure/roles/kubernetes_secrets
7,928
[ "no_license" ]
[ { "path": "pipeline/infrastructure/roles/kubernetes_secrets/tasks/main.yml", "content": "- name: Ensure Kubernetes secret for GCS credentials exists\n ansible.builtin.command:\n cmd: kubectl get secret gcs-credentials --namespace {{ k8s_namespace }}\n register: gcs_secret\n failed_when: gcs_secret.rc ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2061, "all_permissive": false }
ansible_role
ODAncona/MachLeData_Project
444686451b613e92d81ba67bbfe5627a728fe533
0
pipeline/infrastructure/roles/mlflow_helm
7,928
[ "no_license" ]
[ { "path": "pipeline/infrastructure/roles/mlflow_helm/tasks/main.yml", "content": "- name: Add Bitnami Helm repository\n ansible.builtin.command:\n cmd: helm repo add bitnami https://charts.bitnami.com/bitnami\n when: not lookup('file', '~/.cache/helm/repository/bitnami-index.yaml', errors='ignore')\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
Nageshadevops/expense-ansible
4944c7be47525b2ccbf82dbd5da673208b468ed2
0
roles/backend
7,928
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Disable default NodeJS Version Module\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable NodeJS module for V20\n ansible.builtin.shell: dnf module enable nodejs:20 -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2065, "all_permissive": false }
ansible_role
TCSOSM-20/devops
0c82da075268f5891dce618c8bc6e116dfde8493
0
installers/openstack/roles/create_instances
7,928
[ "permissive" ]
[ { "path": "installers/openstack/roles/create_instances/tasks/main.yml", "content": "---\n# Copyright 2020 British Telecommunications plc\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 cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1960, "all_permissive": true }
ansible_role
TCSOSM-20/devops
0c82da075268f5891dce618c8bc6e116dfde8493
0
installers/openstack/roles/osm_installation
7,928
[ "permissive" ]
[ { "path": "installers/openstack/roles/osm_installation/tasks/main.yml", "content": "---\n# Copyright 2020 British Telecommunications plc\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 cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1731, "all_permissive": true }
ansible_role
TCSOSM-20/devops
0c82da075268f5891dce618c8bc6e116dfde8493
0
installers/openstack/roles/setup_openstack
7,928
[ "permissive" ]
[ { "path": "installers/openstack/roles/setup_openstack/tasks/main.yml", "content": "---\n# Copyright 2020 British Telecommunications plc\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...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3965, "all_permissive": true }
ansible_role
Project-Hydra/ansible
1ae69c96831930ac5098d3ca2e1139fc3c9f9db7
0
roles/base
7,930
[ "no_license" ]
[ { "path": "roles/base/handlers/main.yml", "content": "---\n# handlers file for base\n\n- name: restart ntp\n sudo: true\n service: name=ntpd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/base/vars/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 691, "all_permissive": false }
ansible_role
Project-Hydra/ansible
1ae69c96831930ac5098d3ca2e1139fc3c9f9db7
0
roles/setup-aws-webserver
7,930
[ "no_license" ]
[ { "path": "roles/setup-aws-webserver/tasks/main.yml", "content": "---\n# tasks file for setup-aws-webserver\n\n- name: Install http and php etc\n sudo: true\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - php\n - php-mysql\n - git\n - libsemanage-python\n - libselinux-python\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1332, "all_permissive": false }
ansible_role
Project-Hydra/ansible
1ae69c96831930ac5098d3ca2e1139fc3c9f9db7
0
roles/update-sshKeys
7,930
[ "no_license" ]
[ { "path": "roles/update-sshKeys/tasks/main.yml", "content": "# tasks file for update-sshKeys\n\n- name: create key directory\n action: file path=/etc/ssh/authorized_keys state=directory\n owner=0 group=0 mode=0755\n\n- name: create ssh users\n user: name=\"{{ item }}\" group=wheel\n with_items: sshuse...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1411, "all_permissive": false }
ansible_role
sirkubax/ansibleacademy
a21a564d4aae25401f8e171273ca23125a7da749
0
roles/mid_create_dir
7,930
[ "no_license" ]
[ { "path": "roles/mid_create_dir/tasks/main.yml", "content": "---\n\n- name: \"create directory\"\n file:\n state: directory\n mode: 0754\n path: \"~/training_roles{{ kimjestem }}\"\n vars:\n kimjestem: \"{{ lookup('pipe', 'whoami') }}\"\n\n\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
sirkubax/ansibleacademy
a21a564d4aae25401f8e171273ca23125a7da749
0
roles/sys_debug
7,930
[ "no_license" ]
[ { "path": "roles/sys_debug/tasks/main.yml", "content": "---\n# - name: \"gether ec2_facts\"\n# action: ec2_facts\n\n - debug: var=hostvars[item]\n with_items: \"{{ play_hosts }}\"\n\n - ansible.builtin.include_tasks: debug_time.yml\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
Tarini0812/devops-test
eec994f7689eedd6a4a6cba7735a6c3d816573dc
0
roles/configure_nginx_reverse_proxy
7,930
[ "no_license" ]
[ { "path": "roles/configure_nginx_reverse_proxy/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copy Nginx configuration file with dynamic domain\n template:\n src: nginx_config.j2\n dest: \"{{ nginx_site_dest }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
Tarini0812/devops-test
eec994f7689eedd6a4a6cba7735a6c3d816573dc
0
roles/configure_pm2
7,930
[ "no_license" ]
[ { "path": "roles/configure_pm2/tasks/main.yml", "content": "---\n- name: Install PM2 globally\n npm:\n name: pm2\n global: yes\n state: present\n\n- name: Start the application using PM2\n command: pm2 start {{ app_directory }}/app.js --name myapp\n register: pm2_start\n ignore_errors: yes \n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
Tarini0812/devops-test
eec994f7689eedd6a4a6cba7735a6c3d816573dc
0
roles/deploy_application_files
7,930
[ "no_license" ]
[ { "path": "roles/deploy_application_files/tasks/main.yml", "content": "---\n- name: Create application directory\n file:\n path: \"{{ app_directory }}\"\n state: directory\n owner: www-data\n group: www-data\n mode: '0755'\n\n- name: Copy Node.js application files\n copy:\n src: app.js\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
Tarini0812/devops-test
eec994f7689eedd6a4a6cba7735a6c3d816573dc
0
roles/install_nodejs
7,930
[ "no_license" ]
[ { "path": "roles/install_nodejs/tasks/main.yml", "content": "---\n- name: Install dependencies (curl, gnupg)\n apt:\n name:\n - curl\n - gnupg\n state: present\n update_cache: yes\n\n- name: Add Node.js repository\n shell: curl -sL https://deb.nodesource.com/setup_14.x | bash -\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
dominykasn/ansible-rpi-prom-agent
13b47147b684b0ccdb6b03875edb3d5765b89b50
1
roles/prometheus
7,930
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.service.j2", "content": "[Unit]\nDescription=Prometheus Raspberry Pi Server\nAfter=network-online.target\n\n[Service]\nRestart=on-failure\nUser=prometheus\nGroup=prometheus\n\nExecReload=/bin/kill -HUP $MAINPID\nExecStart={{ prometheus_dir }}/prometheus \\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2128, "all_permissive": false }
ansible_role
itb-ie/ansible-start-sonic-vms
d7f2d5847b4647d1f1739719db8c2ed837844edd
0
roles/configure-bgp-one-to-one
7,930
[ "no_license" ]
[ { "path": "roles/configure-bgp-one-to-one/defaults/main.yml", "content": "---\n# defaults file for configure-bgp-one-to-one", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/configure-bgp-one-to-one/tests/test.yml", "content": "---\n- hosts...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6179, "all_permissive": false }
ansible_role
itb-ie/ansible-start-sonic-vms
d7f2d5847b4647d1f1739719db8c2ed837844edd
0
roles/deploy_sonic_vms
7,930
[ "no_license" ]
[ { "path": "roles/deploy_sonic_vms/scripts/generate_commands.py", "content": "#!/usr/bin/python3\n\nimport sys\nimport ansible\nfrom sh import Command\nimport json\n\ndef convert_mac(mac_nr):\n\tmac_str = \"\"\n\tfor i in range(6):\n\t\tif mac_str:\n\t\t\tmac_str = \"%X\" % (mac_nr % 256) + \":\" + mac_str\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 7579, "all_permissive": false }
ansible_role
naoto67/isucon-ansible
cbc61706b56e87dbbcf188b374bc481be4b24679
0
isucon8-qualify/provisioning/roles/common
7,930
[ "no_license" ]
[ { "path": "isucon8-qualify/provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Create isucon group\n become: yes\n become_user: root\n group:\n name: isucon\n gid: 1001\n state: present\n system: no\n\n- name: Create isucon user\n become: yes\n become_user: root\n user:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1555, "all_permissive": false }
ansible_role
naoto67/isucon-ansible
cbc61706b56e87dbbcf188b374bc481be4b24679
0
isucon8-qualify/provisioning/roles/install_mariadb
7,930
[ "no_license" ]
[ { "path": "isucon8-qualify/provisioning/roles/install_mariadb/tasks/main.yml", "content": "---\n- name: Install MariaDB\n become: yes\n become_user: root\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - mariadb-server\n - mariadb-client\n - libmariadb-dev\n - python-mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
naoto67/isucon-ansible
cbc61706b56e87dbbcf188b374bc481be4b24679
0
isucon8-qualify/provisioning/roles/prepare_webapp
7,930
[ "no_license" ]
[ { "path": "isucon8-qualify/provisioning/roles/prepare_webapp/tasks/main.yml", "content": "---\n# - name: firewalld open tcp 80 port\n# become: yes\n# become_user: root\n# firewalld:\n# immediate: true\n# permanent: true\n# service: http\n# state: enabled\n\n- name: Put default-h2o.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1196, "all_permissive": false }
ansible_role
naoto67/isucon-ansible
cbc61706b56e87dbbcf188b374bc481be4b24679
0
isucon9-ansible/roles/external.deploy
7,930
[ "no_license" ]
[ { "path": "isucon9-ansible/roles/external.deploy/tasks/main.yml", "content": "- name: Create isucari directory\n become: yes\n become_user: isucon\n file:\n path=/home/isucon/isucari\n state=directory\n\n- name: add packages\n become: yes\n package:\n name:\n - git\n - rsync\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 675, "all_permissive": false }
ansible_role
naoto67/isucon-ansible
cbc61706b56e87dbbcf188b374bc481be4b24679
0
isucon9-ansible/roles/initial-data
7,930
[ "no_license" ]
[ { "path": "isucon9-ansible/roles/initial-data/tasks/main.yml", "content": "- name: Install required packages\n package:\n name:\n - cpanminus\n - unzip\n state: present\n\n- name: Install dependency\n cpanm:\n name: \"{{ item }}\"\n loop:\n - Crypt::Eksblowfish::Bcrypt\n - Crypt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1819, "all_permissive": false }
ansible_role
naoto67/isucon-ansible
cbc61706b56e87dbbcf188b374bc481be4b24679
0
isucon9-ansible/roles/user.isucon
7,930
[ "no_license" ]
[ { "path": "isucon9-ansible/roles/user.isucon/tasks/main.yml", "content": "- name: Create isucon group\n group:\n name: isucon\n state: present\n system: no\n\n- name: Create isucon user\n user:\n name: isucon\n group: isucon\n password: <PASSWORD>\n home: /home/isucon\n shell: /bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
lyhork/api
cfe0b3c4f0b17af9e23cb7aaf0cffc3cb681f7ff
0
ansible/roles/deployment
7,930
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "- name: Build image\n docker_image:\n build:\n path: ./../../api\n dockerfile: Dockerfile\n name: survey-api\n tag: latest\n push: false\n force_source: yes\n source: build\n no_log: false\n\n- name: Create a netw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1697, "all_permissive": false }
ansible_role
ryenjohn/deopvs_deployment_lesson
f384767e07283e3e031b18e9ec81f920f883a433
0
ansible_practices/lab2/roles/common
7,930
[ "no_license" ]
[ { "path": "ansible_practices/lab2/roles/common/tasks/main.yaml", "content": "# Calling tasks to use \n---\n- name: Install common service \n import_tasks: install_common_services.yaml \n\n- name: Uninstall common Service \n import_tasks: uninstall_common_services.yaml\n when: false ", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
ryenjohn/deopvs_deployment_lesson
f384767e07283e3e031b18e9ec81f920f883a433
0
ansible_practices/lab2/roles/nfs_setup
7,930
[ "no_license" ]
[ { "path": "ansible_practices/lab2/roles/nfs_setup/tasks/nfs_server.yaml", "content": "---\r\n- name: Setup NFS Server\r\n hosts: localhost\r\n become: yes\r\n\r\n vars:\r\n nfs_remote_dir: /srv/nfs_shared\r\n # nfs_client_ip1: 10.128.0.6\r\n # nfs_client_ip2: 10.128.0.7\r\n nfs_client_ip3: 10...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1068, "all_permissive": false }
ansible_role
echupriyanov/ansible-swarm-aws
27eb9fdb678e28ce5c7d0859774fe7a9e29bdfb9
5
roles/ansible-etcd
7,930
[ "no_license" ]
[ { "path": "roles/ansible-etcd/tasks/main.yml", "content": "---\n- name: download etcd\n get_url: url={{ etcd_download_url }} dest={{ etcd_download_dir }}/{{ etcd_download_filename }}\n\n- name: unarchive etcd\n unarchive: copy=no\n src={{ etcd_download_dir }}/{{ etcd_download_filename }}\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4843, "all_permissive": false }
ansible_role
echupriyanov/ansible-swarm-aws
27eb9fdb678e28ce5c7d0859774fe7a9e29bdfb9
5
roles/docker-node
7,930
[ "no_license" ]
[ { "path": "roles/docker-node/tasks/main.yml", "content": "---\n # - name: get node public IP\n # shell: curl http://169.254.169.254/latest/meta-data/public-ipv4\n # register: ipdata\n #\n - name: gather ip list\n set_fact:\n hostips: ['{{inventory_hostname}}', '{{ansible_eth0.ipv4.address}}...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 8327, "all_permissive": false }
ansible_role
echupriyanov/ansible-swarm-aws
27eb9fdb678e28ce5c7d0859774fe7a9e29bdfb9
5
roles/flannel
7,930
[ "no_license" ]
[ { "path": "roles/flannel/tasks/main.yml", "content": "---\n - name: fetch flanneld binary\n get_url:\n url: https://github.com/coreos/flannel/releases/download/v{{flannel_version}}/flannel-{{flannel_version}}-linux-amd64.tar.gz\n dest: /tmp\n\n - name: unpack flannel\n unarchive:\n co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1235, "all_permissive": false }
ansible_role
echupriyanov/ansible-swarm-aws
27eb9fdb678e28ce5c7d0859774fe7a9e29bdfb9
5
roles/rexray
7,930
[ "no_license" ]
[ { "path": "roles/rexray/tasks/main.yml", "content": "---\n - name: getch RexRay deb package\n get_url:\n url: '{{rr_base_url}}/{{rexray_branch}}/latest/rexray-latest-x86_64.deb'\n dest: /tmp\n\n - name: install RexRay\n apt: deb=/tmp/rexray-latest-x86_64.deb state=present\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
Self-Hosting-101/archlinux_server_hardening_ansible_rules
571f9d62440242278f47382fbb0d7821ed82f5b0
0
roles/archlinux_hardening
7,930
[ "no_license" ]
[ { "path": "roles/archlinux_hardening/tasks/sshd.yml", "content": "# Setup ssh key\n\n# ssh-keygen -t ed25519\n# ssh-copy-id -i ~/.ssh/id_ed25519.pub user@host\n\n# Using `ssh-copy-id` set the good rights!\n\n# Then edit your ~/ssh/config file\n\n# Host srv\n# Hostname host\n# Port 22\n# User user\n# Pu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7735, "all_permissive": false }
ansible_role
KagaSumi/ACIT4640-Lab-13
24c24bd39b99f317f277bda060051b18421f6b3c
0
app_configuration/roles/frontend_host
7,930
[ "no_license" ]
[ { "path": "app_configuration/roles/frontend_host/tasks/main.yml", "content": "---\n- name: Install caddy requirements\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: latest\n update_cache: true\n loop:\n - debian-keyring\n - debian-archive-keyring\n - apt-transport-https\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1989, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/apt-install
7,930
[ "no_license" ]
[ { "path": "ansible/roles/apt-install/tasks/main.yml", "content": "---\n- name: Update APT cache\n apt:\n update_cache: yes\n\n- name: Install APT packages\n apt:\n name: \"{{ item.name }}={{ item.version }}\"\n state: present\n allow_downgrade: yes\n loop: \"{{ apt_packages }}\"\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/configure-registry-mirroring
7,930
[ "no_license" ]
[ { "path": "ansible/roles/configure-registry-mirroring/tasks/main.yml", "content": "- name: Create k3s configuration directory if it does not exist\n file:\n path: /etc/rancher/k3s\n state: directory\n owner: root\n group: root\n mode: '0755'\n become: yes\n \n- name: Configure registry mir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/create-template
7,930
[ "no_license" ]
[ { "path": "ansible/roles/create-template/tasks/main.yml", "content": "---\n# Checking if the template exists\n- name: Remove any existing VM with template ID\n shell: |\n qm unlock {{ template.vmid }} || true\n qm destroy {{ template.vmid }} || true\n\n\n# https://galaxy.ansible.com/ui/repo/published...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2068, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/create-vms
7,930
[ "no_license" ]
[ { "path": "ansible/roles/create-vms/tasks/create_vm.yml", "content": "# READ THIS PLEASE!\n# https://galaxy.ansible.com/ui/repo/published/community/general/content/module/proxmox_kvm/\n\n- name: Extract VM name and parameters\n set_fact:\n vm_name: \"{{ vm_item.key }}\"\n vm_params: \"{{ vm_item.valu...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4502, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/drivers-install
7,930
[ "no_license" ]
[ { "path": "ansible/roles/drivers-install/tasks/gpu-driver.yml", "content": "---\n- name: Ensure temporary download directory exists for {{ driver.name }}\n file:\n path: \"{{ artifact_path }}/drivers\"\n state: directory\n mode: '0755'\n\n- name: Set driver filename for {{ driver.name }}\n set_fa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1712, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/gpu-driver-uninstall
7,930
[ "no_license" ]
[ { "path": "ansible/roles/gpu-driver-uninstall/tasks/main.yml", "content": "- name: Check if NVIDIA uninstaller script exists\n stat:\n path: /usr/bin/nvidia-uninstall\n register: nvidia_uninstall_script\n\n- name: Uninstall NVIDIA GPU driver\n command: /usr/bin/nvidia-uninstall --silent\n when: nvidi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/helm-install
7,930
[ "no_license" ]
[ { "path": "ansible/roles/helm-install/tasks/data_transfer_entry.yml", "content": "- name: \"Deploy data transfer pod for PVC pvc-name\"\n kubernetes.core.k8s:\n state: present\n namespace: \"{{ namespace }}\"\n template: data-transfer-pod.yml.j2\n register: deploy_result\n\n- name: \"Wait for pod...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9121, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/k3s-install
7,930
[ "no_license" ]
[ { "path": "ansible/roles/k3s-install/tasks/copy_files.yml", "content": "- name: Ensure local deploy directory exists\n delegate_to: localhost\n file:\n path: \"{{ artifact_path }}/k8s-utils\"\n state: directory\n\n- name: Copy k3s binary to /usr/local/bin\n copy:\n src: \"{{ artifact_path }}/k8s...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3881, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/network-setup
7,930
[ "no_license" ]
[ { "path": "ansible/roles/network-setup/handlers/main.yml", "content": "---\n- name: Apply netplan\n command: netplan apply\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/network-setup/templates/netplan.j2", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1607, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/offline-apt-repo
7,930
[ "no_license" ]
[ { "path": "ansible/roles/offline-apt-repo/tasks/main.yml", "content": "---\n- name: Ensure local repo directory exists\n file:\n path: \"{{ artifact_path }}/apt/deb_packages/\"\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Fix permissions so '_apt' user can read re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1396, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/os-tools-install
7,930
[ "no_license" ]
[ { "path": "ansible/roles/os-tools-install/tasks/install_k8s_tool.yml", "content": "---\n- name: Set tool filename for {{ item.name }}\n set_fact:\n tool_filename: \"{{ item.url | basename }}\"\n\n- name: Check if {{ tool_filename }} exists on local deploy directory\n stat:\n path: \"{{ artifact_path...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3196, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/pip-install
7,930
[ "no_license" ]
[ { "path": "ansible/roles/pip-install/tasks/check_missing_wheels.yml", "content": "- name: \"Find wheels for each package in the pip wheels directory\"\n find:\n paths: \"{{ pip_wheels_dir }}\"\n patterns: \"{{ item.name }}*.whl\"\n file_type: file\n register: pkg_wheel_result\n loop: \"{{ pip_pa...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2130, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/proxmox-network
7,930
[ "no_license" ]
[ { "path": "ansible/roles/proxmox-network/tasks/main.yml", "content": "- name: Check if bridge {{ net_bridge.name }} exists on the host\n shell: >\n pvesh get /nodes/{{ proxmox_node }}/network/{{ net_bridge.name }}\n register: bridge_check\n ignore_errors: yes\n\n- name: Create bridge {{ proxmox_networ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/s3-import
7,930
[ "no_license" ]
[ { "path": "ansible/roles/s3-import/tasks/assemble_parts.yml", "content": "- name: Group part files by base file name including directory\n set_fact:\n grouped_parts: \"{{ grouped_parts | default({}) | combine({ base: (grouped_parts[base] | default([])) + [item.path] }) }}\"\n vars:\n base: \"{{ (ite...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3835, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/setup-local-docker-registry
7,930
[ "no_license" ]
[ { "path": "ansible/roles/setup-local-docker-registry/tasks/docker_mirroring.yml", "content": "- name: Mirror Docker images to local registry with logging\n include_tasks: docker_mirroring_item.yml\n loop: \"{{ docker_images_list }}\"\n loop_control:\n loop_var: current_image", "license_type": "no_...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6243, "all_permissive": false }
ansible_role
omesser/linux-infra
e8fce6ee9dde102f591d6d19d2ab06312272f746
0
ansible/roles/zfs-dataset
7,930
[ "no_license" ]
[ { "path": "ansible/roles/zfs-dataset/tasks/main.yml", "content": "# roles/create_zfs_dataset/tasks/main.yml\n\n- name: Create the ZFS pool\n include_tasks: zpool.yml\n\n- name: Create ZFS datasets\n include_tasks: dataset.yml\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1497, "all_permissive": false }
ansible_role
evgenenazarchuk/Evgeny_Nazarchuk_Plays_Dev
a663c983515aa8b4c404868f708577fd02c34d7c
0
Task19/ansible/roles/install_docker_amazon
7,933
[ "no_license" ]
[ { "path": "Task19/ansible/roles/install_docker_amazon/tasks/main.yml", "content": "- name: Install required packages\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - python-pip\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n - amazon-linux-extras\n when: ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1585, "all_permissive": false }
ansible_role
evgenenazarchuk/Evgeny_Nazarchuk_Plays_Dev
a663c983515aa8b4c404868f708577fd02c34d7c
0
Task19/ansible/roles/install_docker_ubuntu
7,933
[ "no_license" ]
[ { "path": "Task19/ansible/roles/install_docker_ubuntu/tasks/main.yml", "content": "- name: Install required system packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-prope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1287, "all_permissive": false }
ansible_role
gilmargr/migration
8f154881d8ac45c21396274efb9e211eda7468e5
0
ansible/roles/add.sudoer
7,933
[ "no_license" ]
[ { "path": "ansible/roles/add.sudoer/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - add.sudoer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/add.sudoer/handlers/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 814, "all_permissive": false }
ansible_role
gilmargr/migration
8f154881d8ac45c21396274efb9e211eda7468e5
0
ansible/roles/db.rman
7,933
[ "no_license" ]
[ { "path": "ansible/roles/db.rman/templates/config.j2", "content": "[DEFAULT]\r\ntenancy={{oci.tenancy}}\r\nuser={{oci.user}}\r\nfingerprint={{oci.fingerprint}}\r\nkey_file={{dbmig.oci_key_file}}\r\nregion={{oci.region}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3776, "all_permissive": false }
ansible_role
gilmargr/migration
8f154881d8ac45c21396274efb9e211eda7468e5
0
ansible/roles/linux.source
7,933
[ "no_license" ]
[ { "path": "ansible/roles/linux.source/tasks/main.yml", "content": "---\n- name: Install OCI dependencies\n yum:\n name: \n - iscsi-initiator-utils\n - cronie\n - util-linux\n - dracut\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
gilmargr/migration
8f154881d8ac45c21396274efb9e211eda7468e5
0
ansible/roles/panda.config
7,933
[ "no_license" ]
[ { "path": "ansible/roles/panda.config/README.md", "content": "Role panda.config\n=================\n\nConfigure panda instance with yml files and aliases to make the migration easier\n\nRequirements\n------------\n\n- Fill in instances configurations in inventory groups [linux] and [windows] in \"inventory/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4019, "all_permissive": false }
ansible_role
gilmargr/migration
8f154881d8ac45c21396274efb9e211eda7468e5
0
ansible/roles/pre.panda
7,933
[ "no_license" ]
[ { "path": "ansible/roles/pre.panda/README.md", "content": "Pre Migration\n=============\n\nCreate ssh id_rsa and API pem key.\n\nRequirements\n------------\n\n- Linux shell (works on Windows WSL)\n- Openssl installed\n\nExample Playbook\n----------------\n\n> ansible-playbook pre_panda.yml\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 908, "all_permissive": false }
ansible_role
gilmargr/migration
8f154881d8ac45c21396274efb9e211eda7468e5
0
ansible/roles/win.source
7,933
[ "no_license" ]
[ { "path": "ansible/roles/win.source/README.md", "content": "Windows Instances\n=================\n\nThis playbook prepares windows instances to OCI migration by instaling necessary drivers to run in paravirtualized mode in OCI.\n\nRequirements\n------------\n\n- Python pywinrm library\n- Firewall rule to ac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 19294, "all_permissive": false }
ansible_role
yzhao583/cicd
433d043c7d83c52b91121b00c80c2c5141efa5f9
0
ansible/roles/configure-jenkins
7,933
[ "no_license" ]
[ { "path": "ansible/roles/configure-jenkins/tasks/copy_jenkins_home.yml", "content": "- name: Copy JENKINS_HOME\n copy: src=JENKINS_HOME dest=/opt/ci-server/ owner=root mode=600\n tags: [copy JENKINS_HOME]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 151, "all_permissive": false }
ansible_role
yzhao583/cicd
433d043c7d83c52b91121b00c80c2c5141efa5f9
0
ansible/roles/create-jenkins-home
7,933
[ "no_license" ]
[ { "path": "ansible/roles/create-jenkins-home/tasks/main.yml", "content": "- name: Jenkins-home directory is present\n file:\n path=/opt/ci-server\n state=directory\n tags: [jenkins-home]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
yzhao583/cicd
433d043c7d83c52b91121b00c80c2c5141efa5f9
0
ansible/roles/provision-ci
7,933
[ "no_license" ]
[ { "path": "ansible/roles/provision-ci/files/docker-compose.yml", "content": "version: '2'\nservices:\n db: \n # image: mysql:5.6\n image: mysql\n environment:\n - MYSQL_ROOT_PASSWORD=<PASSWORD>\n - MYSQL_USER=sonar\n - MYSQL_PASSWORD=<PASSWORD>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2779, "all_permissive": false }
ansible_role
c0ffee/home-ops
3f1968ed05658ac29a59acfe3c4707df8a771de0
0
provision/ansible/roles/ubuntu
7,933
[ "no_license" ]
[ { "path": "provision/ansible/roles/ubuntu/tasks/packages.yml", "content": "---\n- name: Upgrade all system packages\n ansible.builtin.apt:\n upgrade: full\n update_cache: true\n cache_valid_time: 3600\n autoclean: true\n autoremove: true\n register: apt_upgrade\n retries: 5\n until: apt_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
Abdullah-Elkasaby/Aws-Eks-Infrastructure-Pipeline
5ac6f1ff9623a8b18f04009ec16b8211d8fc6caf
0
ansible/roles/jenkins-role
7,933
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-role/files/master-service.yaml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: jenkins-master-service\n namespace: jenkins\nspec:\n selector:\n app: jenkins-server\n type: LoadBalancer\n ports:\n - port: 8080\n targetPort: 8080\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2872, "all_permissive": false }
ansible_role
hidepin/openstack-juno-playbook
405d917a81314dd9bf6e7873d1dcd39140f2b434
0
roles/common
7,933
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# file: roles/common/handlers/main.yml\n- name: ntpd restart\n service: name=ntpd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/common/templates/ip6tables.j2",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2740, "all_permissive": false }
ansible_role
hidepin/openstack-juno-playbook
405d917a81314dd9bf6e7873d1dcd39140f2b434
0
roles/kvm
7,933
[ "no_license" ]
[ { "path": "roles/kvm/templates/ifcfg-br0.j2", "content": "DEVICE=br0\nTYPE=Bridge\nIPADDR={{bridge_ip}}\nPREFIX={{bridge_prefix}}\nGATEWAY={{bridge_gateway}}\nBOOTPROTO=none\nONBOOT=yes\nDELAY=0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4738, "all_permissive": false }
ansible_role
yaito6502/ansible-apple-m4-pro
bb7afa4208b5d73ded3d9c77f48321b606fe36b9
0
ansible/roles/homebrew
7,933
[ "no_license" ]
[ { "path": "ansible/roles/homebrew/tasks/main.yml", "content": "- name: update homebrew\n community.general.homebrew:\n update_homebrew: true\n\n- name: upgrade homebrew\n community.general.homebrew:\n upgrade_all: true\n\n- name: install homebrew packages\n community.general.homebrew:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
yaito6502/ansible-apple-m4-pro
bb7afa4208b5d73ded3d9c77f48321b606fe36b9
0
ansible/roles/homebrew_cask
7,933
[ "no_license" ]
[ { "path": "ansible/roles/homebrew_cask/tasks/main.yml", "content": "- name: upgrade all casks\n community.general.homebrew_cask:\n upgrade_all: true\n\n- name: install homebrew cask packages\n community.general.homebrew_cask:\n name:\n - android-studio\n - appcleaner\n - arc\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
yaito6502/ansible-apple-m4-pro
bb7afa4208b5d73ded3d9c77f48321b606fe36b9
0
ansible/roles/mac_app_store
7,933
[ "no_license" ]
[ { "path": "ansible/roles/mac_app_store/tasks/main.yml", "content": "- name: upgrade applications from app store\n community.general.mas:\n upgrade_all: true\n\n- name: install applications from app store\n community.general.mas:\n id:\n - 539883307 # LINE\n - 497799835 # Xcode\n - 142...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
AhmedRaouf11/udapeople-cicd-new
5a21c97e2e4c5e2fc43381df4b03e6fc98ffd5da
0
.circleci/ansible/roles/configure-server
7,933
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: Get NodeJS source\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n- name: Install NodeJs 13\n become: true\n apt: \n name: [\"nodejs\"]\n state: latest\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
AhmedRaouf11/udapeople-cicd-new
5a21c97e2e4c5e2fc43381df4b03e6fc98ffd5da
0
.circleci/ansible/roles/deploy
7,933
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: Create directory to contains app\n file:\n path: ~/backend-app\n state: directory\n\n- name: Unarchive packages\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: Installing node dependencie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
dsemblano/camisetaecoisaseria
faed5ac3773147ee2db2c44ec226f64936ad3ce3
0
trellis/roles/wordpress-install
7,933
[ "no_license" ]
[ { "path": "trellis/roles/wordpress-install/tasks/composer-authentications.yml", "content": "---\n- name: \"Setup composer authentications - {{ site }}\"\n composer:\n command: config\n arguments: --auth http-basic.{{ composer_authentication.hostname | quote }} {{ composer_authentication.username | qu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
hn826/ansible-vnx
2ccbf14b56476d92afaea097490925c984de8924
0
roles/health_check
7,933
[ "no_license" ]
[ { "path": "roles/health_check/vars/main.yml", "content": "---\nelements: \"{{vnx}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/health_check/tasks/main.yml", "content": "---\n- name: Check Faults List\n faultschk: user={{ item.use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 646, "all_permissive": false }
ansible_role
hn826/ansible-vnx
2ccbf14b56476d92afaea097490925c984de8924
0
roles/masking
7,933
[ "no_license" ]
[ { "path": "roles/masking/tasks/main.yml", "content": "---\n- name: Storagegroup Create\n sg: user={{ item.0.user }} password={{ <PASSWORD> }} spa={{ item.0.spa }} spb={{ item.0.spb }} gname={{ item.1.gname }}\n with_subelements: \"{{ elements }}\"\n\n- name: Host Assign\n sghost: user={{ item.0.user }} p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
vijayakavya/infra-ansible
6e0f2ed900b60738f6feed6b285ee663a1e4d95e
0
roles/promethues
7,933
[ "no_license" ]
[ { "path": "roles/promethues/tasks/node-exporter.yml", "content": "- name: Node Exporter Download\n ansible.builtin.unarchive:\n src: \"https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz\"\n dest: \"/opt/\"\n remote_src: yes", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
kazscape/unix_based_os_setting
88b3cb04b6693846d372d7ff3449e355f8e3e463
0
roles/anyenv
7,929
[ "no_license" ]
[ { "path": "roles/anyenv/vars/main.yml", "content": "---\nenvs:\n - pyenv\n - nodenv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/anyenv/tasks/main.yml", "content": "---\n- name: Stat anyenv-install\n stat:\n path: ~/.config/any...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1239, "all_permissive": false }
ansible_role
kazscape/unix_based_os_setting
88b3cb04b6693846d372d7ff3449e355f8e3e463
0
roles/fish
7,929
[ "no_license" ]
[ { "path": "roles/fish/vars/main.yml", "content": "---\nfisher_packages:\n - oh-my-fish/theme-bobthefish\n - oh-my-fish/plugin-peco\n - decors/fish-ghq\n - jethrokuan/z\n - jethrokuan/fzf\n - 0rax/fish-bd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2545, "all_permissive": false }
ansible_role
kazscape/unix_based_os_setting
88b3cb04b6693846d372d7ff3449e355f8e3e463
0
roles/homebrew
7,929
[ "no_license" ]
[ { "path": "roles/homebrew/handlers/main.yml", "content": "---\n- name: Update font cache\n shell: fc-cache -vf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/homebrew/vars/Debian.yml", "content": "---\nbrew_taps:\n - homebrew/core\n\nb...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1971, "all_permissive": false }
ansible_role
kazscape/unix_based_os_setting
88b3cb04b6693846d372d7ff3449e355f8e3e463
0
roles/js
7,929
[ "no_license" ]
[ { "path": "roles/js/tasks/main.yml", "content": "---\n- name: Stat volta_path\n stat:\n path: \"{{ home_dir }}/.volta/bin\"\n register: volta_install_path\n\n- name: Install volta\n command: /bin/bash -lc \"curl https://get.volta.sh | bash -s -- --skip-setup\"\n register: result\n when: volta_instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
kazscape/unix_based_os_setting
88b3cb04b6693846d372d7ff3449e355f8e3e463
0
roles/python
7,929
[ "no_license" ]
[ { "path": "roles/python/vars/main.yml", "content": "---\nrequired_version: 3.12.3\nrequired_module:\n - \"ansible\"\n - \"powerline-status\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/python/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 956, "all_permissive": false }
ansible_role
dddeeemmm/kubernetes_openstack
af928cdac8e1933871d563b03cfbceb458b0e6a4
0
roles/join_new_workers
7,929
[ "no_license" ]
[ { "path": "roles/join_new_workers/tasks/main.yml", "content": "---\n\n- block:\n \n - import_tasks: k8s_local.yml\n environment:\n OS_USERNAME: '{{ os_username }}'\n OS_PASSWORD: '{{ <PASSWORD> }}'\n OS_PROJECT_NAME: '{{ os_project_name }}'\n OS_PROJECT_ID: '{{ os_project_id }}'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4951, "all_permissive": false }
ansible_role
dddeeemmm/kubernetes_openstack
af928cdac8e1933871d563b03cfbceb458b0e6a4
0
roles/os_k8s
7,929
[ "no_license" ]
[ { "path": "roles/os_k8s/tasks/k8s_init_tasks.yml", "content": "- name: Check for existing kubelet configuration\n stat:\n path: /etc/kubernetes/kubelet.conf\n register: kubelet_conf\n\n- name: Ensure /etc/kubernetes/pki/ directory is present\n become: True\n file:\n path: /etc/kubernetes/pki/\...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 61879, "all_permissive": false }
ansible_role
dddeeemmm/kubernetes_openstack
af928cdac8e1933871d563b03cfbceb458b0e6a4
0
roles/renew_certs_master
7,929
[ "no_license" ]
[ { "path": "roles/renew_certs_master/tasks/k8s_local.yml", "content": "- block:\n\n - os_project_facts:\n validate_certs: no\n name: '{{ os_project_name }}'\n\n - set_fact:\n os_project_id: \"{{ openstack_projects | map (attribute='id') | join (',') }}\"\n\n - debug: msg={{ os_p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3659, "all_permissive": false }
ansible_role
dddeeemmm/kubernetes_openstack
af928cdac8e1933871d563b03cfbceb458b0e6a4
0
roles/renew_certs_worker
7,929
[ "no_license" ]
[ { "path": "roles/renew_certs_worker/tasks/k8s_drain.yml", "content": "---\n\n- name: Remove files from workers\n file:\n path: \"/etc/kubernetes/{{ item }}\"\n state: absent\n loop:\n - pki/ca.crt\n - kubelet.conf\n ignore_errors: yes\n\n- name: stop kubelet\n become: yes\n systemd:\n na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
tty8747/rbenv
1749356f1d1542fdc3d93d8ec5caf7c1c648077e
0
roles/ruby
7,929
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n# Install dep for ruby\n - name: 'apt | install dependencies'\n action: 'apt pkg={{ item }}'\n with_items:\n - 'git-core'\n - 'curl'\n - 'zlib1g-dev'\n - 'build-essential'\n - 'libssl-dev'\n - 'libreadline-dev'\n - 'liby...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3308, "all_permissive": false }
ansible_role
rezwyi/dotfiles
e53b09fbc32f20483a337a7192e40da405c56406
1
ansible/roles/dotfiles
7,929
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/tasks/setup-tools/zsh.yaml", "content": "---\n- name: Create source files\n ansible.builtin.file:\n path: \"{{ dotfiles_system_user_home }}/{{ __item }}\"\n owner: \"{{ dotfiles_system_username }}\"\n group: \"{{ dotfiles_system_user_group }}\"\n mode: \"0644\"...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 29, "total_bytes": 25165, "all_permissive": false }
ansible_role
chidspark/good-ansible
66dfb18d139929e3c022758f9c6d51e13ab9d763
0
3tier-good/roles/haproxy
7,929
[ "no_license" ]
[ { "path": "3tier-good/roles/haproxy/handlers/main.yml", "content": "---\n# handlers file for haproxy \n# restart haproxy\n\n - name: restart HAproxy\n service:\n name: haproxy\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
chidspark/good-ansible
66dfb18d139929e3c022758f9c6d51e13ab9d763
0
3tier-good/roles/postgres
7,929
[ "no_license" ]
[ { "path": "3tier-good/roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n# Deploy Postgres database and initialize it\n\n\n - name: install progress\n yum:\n name: postgresql-server\n\n - name: enable apache at boot\n service:\n name: postgresql\n enabled: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
mario21ic/aulautil-ansible
99f08f6bac6a986f106276406c774c0ca39cc4e2
0
roles/nginx
7,929
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: install nginx on Ubuntu\n #apt: name=nginx state=present\n yum: name=nginx state=present\n\n- name: copy index.html\n copy:\n src: \"{{ env }}/index.html\"\n #dest: /var/www/html/index.nginx-debian.html\n dest: /usr/share/nginx/\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }