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 | xuanhuy95/xuanhuy95.github.io | 73dc0198bf3a9ca19b3f49489a4e5c64c620db57 | 0 | deploy/roles/build | 7,258 | [
"no_license"
] | [
{
"path": "deploy/roles/build/defaults/main.yml",
"content": "---\ncode_temp_dir: \"{{ temp_dir }}/code\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "deploy/roles/build/tasks/local.yml",
"content": "- name: Clean \"{{ project_temp_root_dir ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1754,
"all_permissive": false
} |
ansible_role | xuanhuy95/xuanhuy95.github.io | 73dc0198bf3a9ca19b3f49489a4e5c64c620db57 | 0 | deploy/roles/deploy | 7,258 | [
"no_license"
] | [
{
"path": "deploy/roles/deploy/tasks/main.yml",
"content": "---\n- name: check if \"{{ deploy_project_dir }}\" exists\n become: true\n become_user: root\n stat: path=\"{{ deploy_project_dir }}\"\n register: stat_result\n\n- name: create \"{{ deploy_project_dir }}\"\n when: not stat_result.stat.exists\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | xuanhuy95/xuanhuy95.github.io | 73dc0198bf3a9ca19b3f49489a4e5c64c620db57 | 0 | deploy/roles/setup_nginx | 7,258 | [
"no_license"
] | [
{
"path": "deploy/roles/setup_nginx/tasks/main.yml",
"content": "---\n- name: apply nginx sites config\n become: true\n become_user: root\n template:\n src: nginx_conf\n dest: \"{{ nginx_default_conf_dir }}/vhosts/{{ item.key }}.conf\"\n mode: 0644\n with_dict: \"{{ nginx_sites }}\"\n when: ng... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1983,
"all_permissive": false
} |
ansible_role | xuanhuy95/xuanhuy95.github.io | 73dc0198bf3a9ca19b3f49489a4e5c64c620db57 | 0 | deploy/roles/setup_nginx_with_certbot | 7,258 | [
"no_license"
] | [
{
"path": "deploy/roles/setup_nginx_with_certbot/defaults/main.yml",
"content": "---\nnginx_conf_file: \"/etc/nginx/sites-enabled/{{server_host}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "deploy/roles/setup_nginx_with_certbot/tasks/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | DQNEO/ansible-example | e9b8a3900a381e05cb5f282b3a922974620a94f9 | 3 | roles/mysql | 7,258 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "# install MySQL 5.7 on CentOS7.1\n# これはまだ全然仮実装です\n- name: add repo\n command: rpm -ih http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm creates=/etc/yum.repos.d/mysql-community.repo\n\n- name: install mysql-community-server\n yum: name=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1852,
"all_permissive": false
} |
ansible_role | MaxIV-KitsControls/netspot | 42f505d004bcadcfb32b6ca0511572d38641c23a | 0 | netspot/lib/network_playbooks/roles/junos_baseline | 7,272 | [
"no_license"
] | [
{
"path": "netspot/lib/network_playbooks/roles/junos_baseline/tasks/main.yml",
"content": "---\n- name: Get baseline\n junos_command:\n host: \"{{ loopback }}\"\n username: automation\n ssh_keyfile: \"{{ ssh_keyfile }}\"\n commands:\n - show version\n - show interfaces\n register: ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | MaxIV-KitsControls/netspot | 42f505d004bcadcfb32b6ca0511572d38641c23a | 0 | netspot/lib/network_playbooks/roles/junos_config_backup | 7,272 | [
"no_license"
] | [
{
"path": "netspot/lib/network_playbooks/roles/junos_config_backup/tasks/main.yml",
"content": "---\n- name: Backup configuration\n junos_config:\n backup: yes\n timeout: 30\n host: \"{{ loopback }}\"\n username: automation\n rollback: 1\n ssh_keyfile: \"{{ ssh_keyfile }}\"\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | MaxIV-KitsControls/netspot | 42f505d004bcadcfb32b6ca0511572d38641c23a | 0 | netspot/lib/network_playbooks/roles/ns_discover | 7,272 | [
"no_license"
] | [
{
"path": "netspot/lib/network_playbooks/roles/ns_discover/tasks/main.yml",
"content": "---\n- name: Discover asset details and update NetSPOT database\n shell: \"/usr/share/nginx/netspot/netspot/lib/spotmax/nsclient.py --discover {{ inventory_hostname }} -u automation -k {{ ssh_keyfile }}\"",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | aguswawan/eduroam-playbook | 08510f420272f72baa4911cbbc59b51452f0592b | 0 | roles/freeradius-eduroam | 7,272 | [
"no_license"
] | [
{
"path": "roles/freeradius-eduroam/templates/certs/inner-server.cnf.j2",
"content": "[ ca ]\ndefault_ca\t\t= CA_default\n\n[ CA_default ]\ndir\t\t\t= ./\ncerts\t\t\t= $dir\ncrl_dir\t\t\t= $dir/crl\ndatabase\t\t= $dir/index.txt\nnew_certs_dir\t\t= $dir\ncertificate\t\t= $dir/server.pem\nserial\t\t\t= $dir/s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11259,
"all_permissive": false
} |
ansible_role | Kokzi211212/project-19 | 87b648abf76186ccbe7069fc89b5044a118e022b | 0 | roles/apache | 7,272 | [
"no_license"
] | [
{
"path": "roles/apache/vars/main.yml",
"content": "---\napache_mpm_package: apache2-mpm-prefork\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/apache/meta/main.yml",
"content": "---\ngalaxy_info:\n author: \"ВашеИмя\"\n description:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2050,
"all_permissive": false
} |
ansible_role | Kokzi211212/project-19 | 87b648abf76186ccbe7069fc89b5044a118e022b | 0 | roles/mysql | 7,272 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "---\nmysql_server_package: mariadb-server\nmysql_client_package: mariadb-client\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\nmysql_root_pas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1448,
"all_permissive": false
} |
ansible_role | Kokzi211212/project-19 | 87b648abf76186ccbe7069fc89b5044a118e022b | 0 | roles/php | 7,272 | [
"no_license"
] | [
{
"path": "roles/php/defaults/main.yml",
"content": "---\nphp_packages:\n - php\n - php-mysql\n - libapache2-mod-php\n - php-curl\n - php-gd\n - php-xml\n - php-mbstring\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/php/tasks/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | Kokzi211212/project-19 | 87b648abf76186ccbe7069fc89b5044a118e022b | 0 | roles/wordpress | 7,272 | [
"no_license"
] | [
{
"path": "roles/wordpress/handlers/main.yml",
"content": "---\n- name: Установить права на директорию\n file:\n path: \"{{ wp_install_dir }}\"\n recurse: yes\n owner: www-data\n group: www-data\n mode: \"0755\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2422,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | Ansible/provisioning_aws_ec2/roles/create-instances | 7,272 | [
"no_license"
] | [
{
"path": "Ansible/provisioning_aws_ec2/roles/create-instances/tasks/provisioning.yml",
"content": "- name: Criando o security group\n local_action: \n module: ec2_group\n name: \"{{ sec_group_name }}\"\n description: sg lab\n profile: \"{{ profile }}\"\n region: \"{{ region }}\"\n rules:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1849,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | Vagrant/ansible-hosts/roles/common | 7,272 | [
"no_license"
] | [
{
"path": "Vagrant/ansible-hosts/roles/common/tasks/main.yml",
"content": "---\n# tasks file for roles/common\n- include_tasks: pre-task.yml\n- include_tasks: basic-configs.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | Vagrant/packer/provision/roles/common | 7,272 | [
"no_license"
] | [
{
"path": "Vagrant/packer/provision/roles/common/vars/main.yml",
"content": "---\n# vars file for roles/common\n# user: ansible",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "Vagrant/packer/provision/roles/common/tasks/config.yml",
"content": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | ansible-up-and-running/ch03/roles/common | 7,272 | [
"no_license"
] | [
{
"path": "ansible-up-and-running/ch03/roles/common/tasks/pre-task.yml",
"content": "- name: 'Update repo and install python'\n raw: apt-get update -y && apt-get install -y python3\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | k8s_cluster/deploy-app-v1/roles/deploy-app | 7,272 | [
"no_license"
] | [
{
"path": "k8s_cluster/deploy-app-v1/roles/deploy-app/handlers/main.yml",
"content": "---\n# handlers file for roles/deploy-app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "k8s_cluster/deploy-app-v1/roles/deploy-app/defaults/main.yml",
"co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1408,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | k8s_cluster/install_k8s/roles/common | 7,272 | [
"no_license"
] | [
{
"path": "k8s_cluster/install_k8s/roles/common/tasks/pre-tasks.yml",
"content": "- name: 'Atualizando reposit.'\n raw: apt-get update -y\n- name: 'Install python'\n raw: 'apt-get install -y python3'\n- name: Disable SWAP since kubernetes can't work with swap enabled (1/2)\n shell: |\n swapoff -a\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | k8s_cluster/install_k8s/roles/create-cluster | 7,272 | [
"no_license"
] | [
{
"path": "k8s_cluster/install_k8s/roles/create-cluster/tasks/main.yml",
"content": "---\n# tasks file for create-cluster\n- include_tasks: init-cluster.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "k8s_cluster/install_k8s/roles/create-cluste... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2080,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | k8s_cluster/install_k8s/roles/install-helm | 7,272 | [
"no_license"
] | [
{
"path": "k8s_cluster/install_k8s/roles/install-helm/tasks/main.yml",
"content": "---\n# tasks file for install-helm\n- include_tasks: install-helm.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | k8s_cluster/install_k8s/roles/install-k8s | 7,272 | [
"no_license"
] | [
{
"path": "k8s_cluster/install_k8s/roles/install-k8s/tasks/install.yml",
"content": "- name: Instalando o docker\n shell: curl -fsSL https://get.docker.com | bash\n\n- name: Adicionando as chaves do repos. apt do k8s\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: pr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | k8s_cluster/install_k8s/roles/install-monit-tools | 7,272 | [
"no_license"
] | [
{
"path": "k8s_cluster/install_k8s/roles/install-monit-tools/tasks/install-monit-tools.yml",
"content": "- name: helm add repo\n shell: helm repo add prometheus-community {{ url_repo_helm }}\n register: prometheus_add_repo\n\n- name: helm update\n shell: helm repo update\n register: prrometheus_repo_upd... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | juam-sv/boilerplates | 43b2b3673cd5c2437b79d3cfd9699742e658cde4 | 4 | k8s_cluster/install_k8s/roles/join-workers | 7,272 | [
"no_license"
] | [
{
"path": "k8s_cluster/install_k8s/roles/join-workers/tasks/join-cluster.yml",
"content": "- name:\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name:\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh {{ hostvars['K8S_TOKEN_HOLDER']... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 697,
"all_permissive": false
} |
ansible_role | evonove/qt-ci-images | 0d111acd603b43c4113ff9ac41f0098a1c2f0639 | 0 | qt-community/ubuntu1604/provision/roles/android | 7,272 | [
"no_license"
] | [
{
"path": "qt-community/ubuntu1604/provision/roles/android/vars/main.yml",
"content": "---\nandroid_sdk_url: \"https://dl.google.com/android/repository/tools_r25.2.5-linux.zip\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "qt-community/ubuntu1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | evonove/qt-ci-images | 0d111acd603b43c4113ff9ac41f0098a1c2f0639 | 0 | qt-community/ubuntu1604/provision/roles/qt | 7,272 | [
"no_license"
] | [
{
"path": "qt-community/ubuntu1604/provision/roles/qt/files/qt-installer-script.qs",
"content": "function Controller() {\n installer.autoRejectMessageBoxes();\n}\n\nController.prototype.WelcomePageCallback = function() {\n gui.clickButton(buttons.NextButton);\n}\n\nController.prototype.CredentialsPage... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2565,
"all_permissive": false
} |
ansible_role | evonove/qt-ci-images | 0d111acd603b43c4113ff9ac41f0098a1c2f0639 | 0 | qt-community/ubuntu1604/provision/roles/stages | 7,272 | [
"no_license"
] | [
{
"path": "qt-community/ubuntu1604/provision/roles/stages/tasks/main.yml",
"content": "---\n - name: Move test script\n template:\n src: files/test.sh\n dest: /home/ubuntu/test.sh\n owner: ubuntu\n group: ubuntu\n mode: 0755\n\n - name: Move Android build script\n template:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1216,
"all_permissive": false
} |
ansible_role | evonove/qt-ci-images | 0d111acd603b43c4113ff9ac41f0098a1c2f0639 | 0 | qt-community/ubuntu1604/provision/roles/utils | 7,272 | [
"no_license"
] | [
{
"path": "qt-community/ubuntu1604/provision/roles/utils/tasks/main.yml",
"content": "---\n - name: Updating apt cache and upgrade the system\n apt:\n update_cache: yes\n\n - name: Installing dependencies...\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - unzip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | evonove/qt-ci-images | 0d111acd603b43c4113ff9ac41f0098a1c2f0639 | 0 | qt-community/ubuntu1604/provision/roles/xvfb | 7,272 | [
"no_license"
] | [
{
"path": "qt-community/ubuntu1604/provision/roles/xvfb/tasks/main.yml",
"content": "---\n - name: Add Xvfb to systemd service\n copy:\n src: files/xvfb.service\n dest: /etc/systemd/system/xvfb.service\n mode: 0644\n owner: root\n group: root\n\n - name: Enable Xvfb systemd service\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | SpecialMatthew/ansible-playbook-redis-cluster | 092f8ba45990ff8ea84c0773a2263056fd4f38b8 | 6 | roles/redis | 7,272 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/master_node.yml",
"content": "---\n - name: 设置redis节点加入集群脚本\n template: src=redis_join_cluster.sh.j2 dest={{redis_deposit_path}}/{{redis_file_name}}/src/redis_join_cluster.sh owner=root group=root mode=0777\n\n - name: 执行redis节点加入集群脚本\n shell: sh redis_join_cluster.sh c... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3062,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/apt | 7,272 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/upgrade.yml",
"content": "---\n- name: Upgrade\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n update_cache: true\n cache_valid_time: 86400\n force_apt_get: true\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/apt-packages | 7,272 | [
"no_license"
] | [
{
"path": "roles/apt-packages/tasks/install.yml",
"content": "---\n- name: Install\n ansible.builtin.apt:\n name: \"{{ package }}\"\n update_cache: yes\n loop: \"{{ apt_install_packages | default([]) }}\"\n loop_control:\n loop_var: package\n become: yes",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/aws-cli | 7,272 | [
"no_license"
] | [
{
"path": "roles/aws-cli/tasks/download.yml",
"content": "---\n- name: Download\n ansible.builtin.get_url:\n url: \"https://awscli.amazonaws.com/awscli-exe-{{ ansible_system | lower }}-{{ ansible_architecture }}.zip\"\n dest: \"{{ aws_download_path }}\"",
"license_type": "no_license",
"detect... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/docker | 7,272 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\ndocker_compose_version: v2.15.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/docker/tasks/services.yml",
"content": "---\n- name: Services\n ansible.builtin.systemd:\n name... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 1809,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/google-chrome | 7,272 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/install.yml",
"content": "---\n- name: Install\n ansible.builtin.apt:\n name: google-chrome-stable\n update_cache: yes\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/google-chrome/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/lazygit | 7,272 | [
"no_license"
] | [
{
"path": "roles/lazygit/tasks/repository.yml",
"content": "---\n- name: Repository\n ansible.builtin.apt_repository:\n repo: ppa:lazygit-team/release\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/lazygit/tasks/main.ym... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/nvm | 7,272 | [
"no_license"
] | [
{
"path": "roles/nvm/vars/main.yml",
"content": "---\nnvm_version: v0.39.3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/nvm/tasks/download.yml",
"content": "---\n- name: Download\n ansible.builtin.get_url:\n url: \"https://raw.gi... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/openssl | 7,272 | [
"no_license"
] | [
{
"path": "roles/openssl/defaults/main.yml",
"content": "---\nopenssl_download_path: /tmp/openssl.tar.gz\nopenssl_extract_dir: /tmp/openssl\nopenssl_install_dir: \"/opt/openssl-{{ openssl_version }}\"\nopenssl_certs_dir: \"/opt/openssl-{{ openssl_version }}/certs\"",
"license_type": "no_license",
"d... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2357,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/rvm | 7,272 | [
"no_license"
] | [
{
"path": "roles/rvm/tasks/main.yml",
"content": "---\n- name: Tasks\n include_tasks: \"{{ task }}.yml\"\n loop:\n - download\n - install\n loop_control:\n loop_var: task",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/rvm/defaul... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/snap | 7,272 | [
"no_license"
] | [
{
"path": "roles/snap/tasks/main.yml",
"content": "---\n- name: Tasks\n include_tasks: \"{{ task }}.yml\"\n loop:\n - install\n - install-classic\n - remove\n loop_control:\n loop_var: task",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
"pa... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/terraform | 7,272 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/signing-key.yml",
"content": "---\n- name: Signing Key\n ansible.builtin.apt_key :\n url: https://apt.releases.hashicorp.com/gpg\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/terraform/ta... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | mrcrch/jawesa | f698388d3328df430e0040a3d637039007c44426 | 0 | roles/tfenv | 7,272 | [
"no_license"
] | [
{
"path": "roles/tfenv/defaults/main.yml",
"content": "---\ntfenv_dir: \"{{ ansible_user_dir }}/.tfenv\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/tfenv/tasks/git-clone.yml",
"content": "---\n- name: Git Clone\n ansible.builtin.git... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | xiangys0134/ansible | 46080524c6aa1649f83a8f862ef4dd155e035dc7 | 0 | nginx/roles/websrvs | 7,272 | [
"no_license"
] | [
{
"path": "nginx/roles/websrvs/tasks/main.yml",
"content": "# This irole install nginx\n\n- name: copy script\n copy: > \n src=/tmp/nginx_php_mysql.sh \n dest=/tmp/nginx_php_mysql.sh \n force=yes\n owner={{ user }}\n group={{ group }}\n\n- name: yum clean\n shell: /bin/yum clean all\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3552,
"all_permissive": false
} |
ansible_role | xiangys0134/ansible | 46080524c6aa1649f83a8f862ef4dd155e035dc7 | 0 | roles/websrvs | 7,272 | [
"no_license"
] | [
{
"path": "roles/websrvs/tasks/main.yml",
"content": "# This irole install nginx\n\n- name: copy script\n copy: src=/tmp/nginx_php_mysql.sh dest=/tmp/nginx_php_mysql.sh force=yes\n\n- name: yum clean\n shell: /bin/yum clean all\n\n- name: nginx rpm install\n shell: /bin/bash /tmp/nginx_php_mysql.sh web\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | jasonc/ansible-sargrapho | 48d29f34e545e0a70f780a983d98a03cea13956f | 0 | roles/sargrapho | 7,272 | [
"no_license"
] | [
{
"path": "roles/sargrapho/tasks/main.yml",
"content": "---\n- name: Install rrdtool\n yum: name=rrdtool state=present\n\n- name: Install SarGraphO\n yum: name={{ sargrapho_rpm_url }} state=present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | cschaible/ansible-developer-configuration | cd00b791e4871ad4322a36344b8681fe0a57abcd | 0 | ubuntu/configs/roles/communication | 7,272 | [
"no_license"
] | [
{
"path": "ubuntu/configs/roles/communication/tasks/zoom.yml",
"content": "- name: Import zoom public key\n apt_key:\n url: https://zoom.us/linux/download/pubkey\n state: present\n id: <KEY>\n\n- name: Check if zoom is already installed\n stat:\n path: /usr/bin/zoom\n register: zoom_alias\n\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | cschaible/ansible-developer-configuration | cd00b791e4871ad4322a36344b8681fe0a57abcd | 0 | ubuntu/configs/roles/dev | 7,272 | [
"no_license"
] | [
{
"path": "ubuntu/configs/roles/dev/tasks/jetbrains-toolbox.yml",
"content": "- name: Create diretory for jetbrains toolbox\n file:\n path: /opt/jetbrains\n state: directory\n mode: 0755\n owner: \"{{username}}\"\n group: \"{{username}}\"\n\n- name: Download and unpack jetbrains toolbox\n u... | {
"task_files": 21,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 22,
"total_bytes": 10689,
"all_permissive": false
} |
ansible_role | cschaible/ansible-developer-configuration | cd00b791e4871ad4322a36344b8681fe0a57abcd | 0 | ubuntu/configs/roles/system | 7,272 | [
"no_license"
] | [
{
"path": "ubuntu/configs/roles/system/files/.vimrc",
"content": "set nocompatible\n\n\nfiletype plugin indent on\nsyntax on\nset ai\nset bs=2\nset cc=80,100\nset fdm=syntax\nset formatoptions+=j\nset lcs=tab:⁞\\ ,trail:X,nbsp:—,eol:·,precedes:<,extends:>\nset ls=2\nset list\nset nu\nset rnu\nset ru\nset si... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4544,
"all_permissive": false
} |
ansible_role | cschaible/ansible-developer-configuration | cd00b791e4871ad4322a36344b8681fe0a57abcd | 0 | ubuntu/configs/roles/utilities | 7,272 | [
"no_license"
] | [
{
"path": "ubuntu/configs/roles/utilities/tasks/rkhunter.yml",
"content": "- name: Install rkhunter\n package:\n name: rkhunter\n state: present\n\n#Adjust /etc/rkhunter.conf (required for updates)\n#UPDATE_MIRRORS=0 --> UPDATE_MIRRORS=1\n#MIRRORS_MODE=1 --> MIRRORS_MODE=0\n#WEB_CMD=\"/bin/... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1527,
"all_permissive": false
} |
ansible_role | letrieu095/test | 62c1b8c2a23f9bff50c69ad68e661fe32209d20e | 0 | deployment/roles/client | 7,274 | [
"no_license"
] | [
{
"path": "deployment/roles/client/tasks/main.yml",
"content": "- name: Build client container\n shell: |\n docker pull trieulevan/client &&\n cd /srv/ghtk/docker/ &&\n docker-compose up -d --build client\n become: yes\n tags: client",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | letrieu095/test | 62c1b8c2a23f9bff50c69ad68e661fe32209d20e | 0 | deployment/roles/common | 7,274 | [
"no_license"
] | [
{
"path": "deployment/roles/common/tasks/main.yml",
"content": "- name: Copy docker-compose file\n template:\n src={{ inventory_dir }}/../docker/docker-compose.yaml\n dest=/srv/ghtk/docker\n tags:\n - update_config\n - client\n - server",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | letrieu095/test | 62c1b8c2a23f9bff50c69ad68e661fe32209d20e | 0 | deployment/roles/server | 7,274 | [
"no_license"
] | [
{
"path": "deployment/roles/server/tasks/main.yml",
"content": "- name: Build server container\n shell: |\n docker pull trieulevan/server &&\n cd /srv/ghtk/docker/ &&\n docker-compose up -d --build server\n become: yes\n tags: server",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | invinst/CPDBv2_backend | 3250424c59ee75010b85e1c522bf5c33a5fa4cf5 | 28 | ansible/roles/notebook | 7,274 | [
"permissive"
] | [
{
"path": "ansible/roles/notebook/files/create-env.sh",
"content": "#!/bin/bash\n\nexport PYENV_ROOT=\"/pyenv\"\nexport PATH=\"$PYENV_ROOT/bin:$PATH\"\n\nif which pyenv > /dev/null; then\n eval \"$(pyenv init -)\";\n eval \"$(pyenv virtualenv-init -)\";\nfi\n\n(pyenv versions | grep \"$2\") || pyenv v... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 5871,
"all_permissive": true
} |
ansible_role | s-toshimi-2/php-tutorial-box2 | c72441f51943b3874bcfb12ac2b4188f7620e09a | 0 | provision/roles/httpd | 7,274 | [
"no_license"
] | [
{
"path": "provision/roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd\n yum: name=httpd state=installed\n\n- name: place httpd conf file\n template: src=httpd.conf dest=/etc/httpd/conf/httpd.conf mode=0644 owner=root group=root\n notify: \n - restart httpd\n\n- name: httpd is runnin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | s-toshimi-2/php-tutorial-box2 | c72441f51943b3874bcfb12ac2b4188f7620e09a | 0 | provision/roles/mysql | 7,274 | [
"no_license"
] | [
{
"path": "provision/roles/mysql/tasks/main.yml",
"content": "---\n- name: set mysql epel repository\n yum: name=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm state=present\n\n- name: install MySQL\n yum: name=mysql-community-server state=installed\n\n- name: place mysql conf file\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | s-toshimi-2/php-tutorial-box2 | c72441f51943b3874bcfb12ac2b4188f7620e09a | 0 | provision/roles/php | 7,274 | [
"no_license"
] | [
{
"path": "provision/roles/php/tasks/main.yml",
"content": "---\n- name: set epel repository\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present\n\n- name: set remi repository\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-6.rpm state=pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | Shawiizz/devops-framework | 14e6d35d2bced0cc798f007b3961c90a26a27c26 | 1 | ansible/roles/execute-scripts | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/execute-scripts/tasks/main.yml",
"content": "---\n- name: Create scripts directory in ansible home if it doesn't exist\n ansible.builtin.file:\n path: \"/home/{{ lookup('env', 'ANSIBLE_USER') }}/scripts\"\n state: directory\n owner: ansible\n group: ansible\n mode: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | Shawiizz/devops-framework | 14e6d35d2bced0cc798f007b3961c90a26a27c26 | 1 | ansible/roles/image-transfer | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/image-transfer/tasks/main.yml",
"content": "---\n- name: Determine docker images directory based on host\n set_fact:\n docker_images_path: \"{{ '../../docker_images_' + lookup('env', 'HOSTNAME') if lookup('env', 'HOSTNAME') and lookup('env', 'HOSTNAME') != 'main' else '../../doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | Shawiizz/devops-framework | 14e6d35d2bced0cc798f007b3961c90a26a27c26 | 1 | ansible/roles/nginx | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Remove default nginx configuration\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n\n- name: List enabled Nginx confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2921,
"all_permissive": false
} |
ansible_role | Shawiizz/devops-framework | 14e6d35d2bced0cc798f007b3961c90a26a27c26 | 1 | ansible/roles/portainer | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/portainer/tasks/main.yml",
"content": "---\n- name: Remove existing Portainer container\n command: docker rm -f portainer\n ignore_errors: yes\n\n- name: Create Docker volume for Portainer data\n command: docker volume create portainer_data\n ignore_errors: yes\n\n- name: Genera... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | Shawiizz/devops-framework | 14e6d35d2bced0cc798f007b3961c90a26a27c26 | 1 | ansible/roles/private_ssh_keys | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/private_ssh_keys/tasks/main.yml",
"content": "---\n- name: Get list of private SSH keys to deploy from DEPLOY_PRIVATE_SSH_KEYS\n set_fact:\n ssh_keys: \"{{ (lookup('env', 'DEPLOY_PRIVATE_SSH_KEYS') | default('')).split(',') | map('trim') | list }}\"\n when: lookup('env', 'DEPLO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | Shawiizz/devops-framework | 14e6d35d2bced0cc798f007b3961c90a26a27c26 | 1 | ansible/roles/services | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/services/tasks/main.yml",
"content": "---\n- name: List enabled systemd unit templates (*.service.j2 and *.mount.j2)\n find:\n paths: \"../../deployment/templates/services\"\n patterns:\n - \"*.service.j2\"\n - \"*.mount.j2\"\n recurse: false\n register: service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | Prasanthigo/ansibleroboshop | 5137df914684401d93b9029fd309c7acf4d03f95 | 0 | roles/catalogue | 7,274 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: setup npm source\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name: install nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs \n\n- name: app-setup\n ansible.builtin.im... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1805,
"all_permissive": false
} |
ansible_role | Prasanthigo/ansibleroboshop | 5137df914684401d93b9029fd309c7acf4d03f95 | 0 | roles/common | 7,274 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd-setup.yaml",
"content": "- name: copy service\n ansible.builtin.copy:\n src: \"{{component}}.service\"\n dest: \"/etc/systemd/system/{{component}}.service\"\n \n \n- name: daemon reload\n ansible.builtin.systemd:\n daemon_reload: true\n name: \"{{comp... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | Apoilaki/HOA4_PARMAN | d5db8d8dff44f6518e3d42580b681b800611c027 | 0 | roles/ELK | 7,274 | [
"no_license"
] | [
{
"path": "roles/ELK/tasks/transport_https.yml",
"content": "---\n- name: install transport https\n hosts: all\n become: true\n \n tasks: \n - name: installing transport https\n apt:\n name: apt-transport-https\n state: latest\n when: ansible_distribution== \"Ubuntu\"\n - name: insta... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1602,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/custom_wildcard_certs | 7,274 | [
"no_license"
] | [
{
"path": "roles/custom_wildcard_certs/templates/gandi.j2",
"content": "dns_gandi_token={{ gandi_token }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/custom_wildcard_certs/defaults/main.yml",
"content": "---\n# defaults file for roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2316,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/dovecot | 7,274 | [
"no_license"
] | [
{
"path": "roles/dovecot/defaults/main.yml",
"content": "---\n# defaults file for roles/dovecot\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/dovecot/handlers/main.yml",
"content": "---\n# handlers file for roles/dovecot\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2101,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/echo | 7,274 | [
"no_license"
] | [
{
"path": "roles/echo/defaults/main.yml",
"content": "---\n# defaults file for roles/echo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/echo/vars/main.yml",
"content": "---\n# vars file for roles/echo\n\nfoo: \"world\"",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/letsencrypt | 7,274 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "---\n# tasks file for letsencrypt\n- name: Install Certbot\n apt:\n name: certbot\n state: present\n\n- name: Install Certbot Nginx\n apt:\n name: python3-certbot-nginx\n state: present",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/mariadb | 7,274 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n- include_vars: vault.yml\n\n- name: Install MariaDB\n apt:\n name: mariadb-server\n state: present\n\n- name: Install MariaDB Client Libs\n apt:\n name: libmariadb-dev\n state: present\n\n- name: Install Python Libraries\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/postfix | 7,274 | [
"no_license"
] | [
{
"path": "roles/postfix/templates/virtual_mailbox_limit_maps.j2",
"content": "user = {{ db_user }}\npassword = {{ db_password }}\ndbname = {{ db_name }}\nquery = SELECT quota FROM users WHERE email='%s'\nhosts = {{ db_host }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3790,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/python3 | 7,274 | [
"no_license"
] | [
{
"path": "roles/python3/tasks/main.yml",
"content": "---\n# tasks file for roles/python3\n\n- name: Install packages from apt\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python3-pip\n - python3-venv\n - python3-dev\n - python3-mysqldb\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | shuchow/postfix-dovecot-virtualhosts | 51e30d0a268b7694c0de2a6fbe2b5b5cfb241956 | 0 | roles/upgrade_debian | 7,274 | [
"no_license"
] | [
{
"path": "roles/upgrade_debian/tasks/main.yml",
"content": "---\n# tasks file for upgrade_debian\n- name: Apt-cache update\n become: true\n apt:\n force_apt_get: yes\n update_cache: yes\n upgrade: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | mtn81/simple-taskboard | ee79673f79b066a94a62af75b78c8b532b20b856 | 0 | ansible/roles/apiserver | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/apiserver/tasks/main.yml",
"content": "---\n\n- name: stop api server\n command: wget -q -O - --post-data=a http://localhost:{{item}}/api/manage/shutdown\n sudo: yes\n ignore_errors: True\n with_items: api_ports\n \n- name: backup api module\n raw: cp {{api_deploy_path}}/* {{a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | mtn81/simple-taskboard | ee79673f79b066a94a62af75b78c8b532b20b856 | 0 | ansible/roles/develop-tool | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/develop-tool/files/home_settings/_vimrc",
"content": "\" ############# Base ###############\n\n\"vi互換の動きにしない\nset nocompatible\n\n\"左右のカーソル移動で行間移動可能にする。\nset whichwrap=b,s,<,>,[,]\n\n\" バッファをキーで移動\nmap <F2> <ESC>:bp<CR>\nmap <F3> <ESC>:bn<CR>\n\n\n\" 検索を循環させない\nset nowrapscan\n\n\" ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4651,
"all_permissive": false
} |
ansible_role | mtn81/simple-taskboard | ee79673f79b066a94a62af75b78c8b532b20b856 | 0 | ansible/roles/jdk | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/jdk/tasks/main.yml",
"content": "---\r\n\r\n- name: add jdk apt repsitory\r\n apt_repository: repo=\"ppa:webupd8team/java\"\r\n sudo: yes\r\n \r\n- name: add setting for accept licence\r\n raw: echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | mtn81/simple-taskboard | ee79673f79b066a94a62af75b78c8b532b20b856 | 0 | ansible/roles/jenkins | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/files/jenkins_settings/buckup.sh",
"content": "#!/bin/bash\n\nbase=$(cd $(dirname $0) && pwd)\njenkins_home=/var/lib/jenkins\nhome_setting_dir=$base/jenkins_home\njobs_setting_dir=$base/jenkins_home/jobs\nplugin_buckup_dir=$(cd $1 && pwd)\n\nrm -fr $home_setting_dir/*.xml\nc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2181,
"all_permissive": false
} |
ansible_role | mtn81/simple-taskboard | ee79673f79b066a94a62af75b78c8b532b20b856 | 0 | ansible/roles/node-js | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/node-js/tasks/main.yml",
"content": "---\r\n\r\n- name: intall nvm\r\n shell: wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.17.3/install.sh | bash\r\n ignore_errors: True\r\n sudo: yes\r\n sudo_user: \"{{ node_js_user }}\"\r\n \r\n- name: intall node.js\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | mtn81/simple-taskboard | ee79673f79b066a94a62af75b78c8b532b20b856 | 0 | ansible/roles/project-repo | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/project-repo/tasks/main.yml",
"content": "---\r\n\r\n- name: checkout project repo\r\n git: repo=https://github.com/mts2014/simple-taskboard.git\r\n dest={{ project_dir }}\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | mtn81/simple-taskboard | ee79673f79b066a94a62af75b78c8b532b20b856 | 0 | ansible/roles/webserver | 7,274 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "---\r\n\r\n- name: install apache2\r\n apt: name=apache2 state=present\r\n sudo: yes\r\n \r\n- name: copy apache settings\r\n copy: src=etc/apache2/ dest=/etc/apache2/\r\n sudo: yes\r\n \r\n- name: disable default site \r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | leventei48/VK3GVW_HRM_beadando | 1dbf6fd8afbecca8af35bf3e78d8638a2a950b14 | 0 | VK3GVW_hrm/playbook/roles/create_LVM_cache | 7,274 | [
"no_license"
] | [
{
"path": "VK3GVW_hrm/playbook/roles/create_LVM_cache/defaults/main.yml",
"content": "---\n# defaults file for create_LVM_cache\nvg_name: vg_data\ncache_lv: cache_lv\ndata_lv: data_lv\ncache_size: 10g\ndata_size: 20g",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1442,
"all_permissive": false
} |
ansible_role | leventei48/VK3GVW_HRM_beadando | 1dbf6fd8afbecca8af35bf3e78d8638a2a950b14 | 0 | VK3GVW_hrm/playbook/roles/install_package | 7,274 | [
"no_license"
] | [
{
"path": "VK3GVW_hrm/playbook/roles/install_package/tasks/main.yml",
"content": "---\n- name: Install EPEL repository\n ansible.builtin.yum:\n name: \"{{ epel_package }}\"\n state: present\n\n- name: Install Midnight Commander\n ansible.builtin.yum:\n name: \"{{ mc_package }}\"\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | leventei48/VK3GVW_HRM_beadando | 1dbf6fd8afbecca8af35bf3e78d8638a2a950b14 | 0 | VK3GVW_hrm/playbook/roles/mount_by_UUID | 7,274 | [
"no_license"
] | [
{
"path": "VK3GVW_hrm/playbook/roles/mount_by_UUID/defaults/main.yml",
"content": "---\n# defaults file for mount_by_UUID\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "VK3GVW_hrm/playbook/roles/mount_by_UUID/handlers/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | leventei48/VK3GVW_HRM_beadando | 1dbf6fd8afbecca8af35bf3e78d8638a2a950b14 | 0 | VK3GVW_hrm/playbook/roles/ssh_key_gen | 7,274 | [
"no_license"
] | [
{
"path": "VK3GVW_hrm/playbook/roles/ssh_key_gen/vars/main.yml",
"content": "---\n# vars file for ssh_key_gen\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "VK3GVW_hrm/playbook/roles/ssh_key_gen/tests/test.yml",
"content": "---\n- hosts: loc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | FredIngwersen/ansible_update | 074891cf5633914be92f8259da7de756fd1ef90c | 0 | roles/boot_cleanup | 7,274 | [
"no_license"
] | [
{
"path": "roles/boot_cleanup/tasks/main.yml",
"content": "- name: Remove unused kernels & packages\n shell: apt-get --purge autoremove\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
ansible_role | FredIngwersen/ansible_update | 074891cf5633914be92f8259da7de756fd1ef90c | 0 | roles/security_update | 7,274 | [
"no_license"
] | [
{
"path": "roles/security_update/tasks/main.yml",
"content": "#\n# This will update & install security updates only\n#\n---\n- name: make a copy of security repositories\n shell: cat /etc/apt/sources.list|grep secu >/etc/apt/security.sources.list\n\n- name: Install security updates\n shell: apt-get upgra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | FredIngwersen/ansible_update | 074891cf5633914be92f8259da7de756fd1ef90c | 0 | roles/update | 7,274 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "- name: Update & upgrade apt packages\n shell: apt-get -y update && apt-get -y upgrade\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | gaianetes/kubula | 8dd3c3b39d26d1538d5706958d65a1f89c9b2f24 | 0 | infrastructure/ansible/rke2/roles/cluster_manifest | 7,269 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/rke2/roles/cluster_manifest/tasks/main.yml",
"content": "---\n\n- name: Add cluster manifest addons files\n ansible.builtin.copy:\n src: \"{{ cluster_manifest_config_file_path }}\"\n dest: \"/var/lib/rancher/rke2/server/manifests/\"\n mode: '0640'\n owner: root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": true
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/dellzoom | 7,269 | [
"no_license"
] | [
{
"path": "roles/dellzoom/defaults/main.yml",
"content": "zoom_version: 5.0.403652.0509 # 2020-05-13",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/dellzoom/tasks/main.yml",
"content": "- name: Install Zoom Key (Dell)\n apt_key:\n ur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/discord | 7,269 | [
"no_license"
] | [
{
"path": "roles/discord/tasks/main.yml",
"content": "- name: Check if Discord is installed\n shell: dpkg-query -W 'discord'\n ignore_errors: True\n changed_when: false\n register: is_discord\n\n- name : Install Discord\n apt:\n deb: https://discordapp.com/api/download?platform=linux&format=deb\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/docker | 7,269 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "\n- name : Install deb packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n become: yes\n\n- name: Install GPG Key\n apt_key:\n url: \"https://download.docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/dropbox | 7,269 | [
"no_license"
] | [
{
"path": "roles/dropbox/tasks/main.yml",
"content": "- name: Check if Dropbox is installed\n shell: dpkg-query -W 'dropbox'\n ignore_errors: True\n changed_when: false\n register: is_dropbox\n\n- name : Install Dropbox\n apt:\n deb: https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/flameshot | 7,269 | [
"no_license"
] | [
{
"path": "roles/flameshot/tasks/main.yml",
"content": "- name: Check if Flameshot 0.6.0 is installed\n shell: \"dpkg-query -W 'flameshot' | grep '0.6.0'\"\n ignore_errors: True\n changed_when: false\n register: is_flameshot\n\n# The version available from Ubuntu is 0.5.1-2. But 0.6.0 has text capabili... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/pyenv | 7,269 | [
"no_license"
] | [
{
"path": "roles/pyenv/tasks/main.yml",
"content": "- git:\n repo: 'https://github.com/pyenv/pyenv.git'\n dest: ~/.pyenv\n # update: no\n\n- name : Install deb packages\n apt:\n name:\n - build-essential\n - curl\n - libssl-dev\n - libxml2-dev\n - libxmlsec1-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/vagrant | 7,269 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "- name: Install HashiCorp Key\n apt_key:\n data: \"{{ lookup('file', 'hashicorp.gpg') }}\"\n id: 51852D87348FFC4C\n become: yes\n\n- name: Check if Vagrant is installed\n shell: dpkg-query -W 'vagrant'\n ignore_errors: True\n changed_when: fal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/virtualbox | 7,269 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yml",
"content": "- name: Install VirtualBox Key from Oracle\n apt_key:\n url: \"{{ virtualbox_apt_gpg_key }}\"\n state: present\n ignore_errors: \"{{ virtualbox_apt_ignore_key_error }}\"\n become: yes\n\n- name: Add VirtualBox repo\n apt_repository:\n rep... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | otteydw/workstation-setup | b36a7e75e4038f3bd8d64238d3151c15cf9725f4 | 0 | roles/vscode | 7,269 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "- name: Check if Visual Studio Code is installed\n shell: dpkg-query -W 'code'\n ignore_errors: True\n changed_when: false\n register: is_code\n\n- name : Install Visual Studio Code\n apt:\n deb: https://go.microsoft.com/fwlink/?LinkID=760868\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | Sirius-OIT/sirius | bd443a477f04e4bbbc36ce730f31b9d9534a2e29 | 0 | ansible/roles/docker | 7,269 | [
"permissive"
] | [
{
"path": "ansible/roles/docker/handlers/main.yml",
"content": "- name: add_user_to_docker_group\n become: yes\n user:\n name: \"{{ ansible_env.USER }}\"\n groups: docker\n append: yes\n\n- name: restart_docker_daemon\n become: yes\n service:\n name: docker\n state: restarted\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1361,
"all_permissive": true
} |
ansible_role | Sirius-OIT/sirius | bd443a477f04e4bbbc36ce730f31b9d9534a2e29 | 0 | ansible/roles/git | 7,269 | [
"permissive"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "- name: clone urg_node\n git:\n repo: https://github.com/Sirius-OIT/urg_node.git\n dest: ../sirius_ws/src/urg_node\n version: foxy-devel\n\n- name: clone urg_c\n git:\n repo: https://github.com/Sirius-OIT/urg_c.git\n dest: ../sirius_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1616,
"all_permissive": true
} |
ansible_role | Sirius-OIT/sirius | bd443a477f04e4bbbc36ce730f31b9d9534a2e29 | 0 | ansible/roles/ros2 | 7,269 | [
"permissive"
] | [
{
"path": "ansible/roles/ros2/tasks/install.yml",
"content": "- name: apt update\n become: yes\n apt:\n update_cache: yes\n\n- name: apt install ros2 dependencies packages\n become: yes\n apt:\n name:\n - curl\n - gnupg2\n - lsb-release\n\n- name: add ROS2 apt repository\n become: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2246,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.