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 | obada-foundation/testnet | 74fbdb1aadd5bf23f6724eeaa3fc404ddbff092b | 1 | deployment/roles/node | 7,721 | [
"no_license"
] | [
{
"path": "deployment/roles/node/tasks/main.yml",
"content": "---\n\n- name: Add SSH public key.\n ansible.posix.authorized_key:\n user: node\n state: present\n key: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/obada_node_ssh_key.pub') }}\"\n become: \"{{ should_become }}\"\n\n- name: Config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2676,
"all_permissive": false
} |
ansible_role | obada-foundation/testnet | 74fbdb1aadd5bf23f6724eeaa3fc404ddbff092b | 1 | deployment/roles/server | 7,721 | [
"no_license"
] | [
{
"path": "deployment/roles/server/tasks/main.yml",
"content": "---\n\n- name: Update apt-cache.\n apt:\n update_cache: true\n force: true\n\n- name: Install nesessary packages.\n apt:\n name: acl\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/cart | 7,723 | [
"no_license"
] | [
{
"path": "roles/cart/vars/main.yml",
"content": "app_user: roboshop\nurl: \"https://stan-robotshop.s3.amazonaws.com/cart-v3.zip\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: Configuring nodej... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/common | 7,723 | [
"no_license"
] | [
{
"path": "roles/common/tasks/inject-mongo-schema.yml",
"content": "- name: Copying the repo\n ansible.builtin.copy:\n src: mongo.repo \n dest: /etc/yum.repos.d/mongo.repo\n \n- name: Install MongoShell \n ansible.builtin.dnf:\n name: mongodb-mongosh\n state: latest\n\n- name: Injecting the a... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4589,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/frontend | 7,723 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "url: \"https://stan-robotshop.s3.amazonaws.com/frontend-v3.zip\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Enabling 1.24 of nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/mongodb | 7,723 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copying the repo\n ansible.builtin.copy:\n src: mongo.repo \n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install {{component}}\n ansible.builtin.dnf:\n name: mongodb-org \n state: latest\n\n- name: Replacing loopback ip\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/mysql | 7,723 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Install {{ component }}\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n- name: Installing hvac\n ansible.builtin.include_role: \n name: common \n tasks_from: vault-prereq\n\n- name: Starting ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/payment | 7,723 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: Configuring java app {{ component }} \n ansible.builtin.include_role: \n name: common \n tasks_from: python",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/rabbitmq | 7,723 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/vars/main.yml",
"content": "secrets: \"{{ lookup('community.hashi_vault.hashi_vault', 'secret=roboshop-dev/data/rabbitmq token={{vault_token}} url=https://vault.cloudapps.today:8200 validate_certs=False') }}\"\nappuser: roboshop",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | B58-CloudDevOps/roboshop-ansible | b8016d59ba52b169bd33ef6861e0f5d374d53ca1 | 0 | roles/redis | 7,723 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Enabling Redis 7 Module \n ansible.builtin.shell: dnf module disable redis -y; dnf module enable redis:7 -y\n\n- name: Install {{component}}\n ansible.builtin.dnf:\n name: redis\n state: latest\n\n- name: Replacing loopback ip\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | KenjiAkami/Vagrant-Ansible | 7a37987d33c39b26241e94ab81f937a85a060d45 | 0 | playbook/roles/common | 7,723 | [
"no_license"
] | [
{
"path": "playbook/roles/common/tasks/main.yml",
"content": "---\n- include: common-packages.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "playbook/roles/common/tasks/common-packages.yml",
"content": "---\n- name: be sure common packag... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | KenjiAkami/Vagrant-Ansible | 7a37987d33c39b26241e94ab81f937a85a060d45 | 0 | playbook/roles/lamp | 7,723 | [
"no_license"
] | [
{
"path": "playbook/roles/lamp/tasks/mysql.yml",
"content": "---\n- name: be sure mysql-server is installed\n yum: name={{item}} state=installed\n with_items:\n - mysql-server\n - MySQL-python\n tags: mysqld\n\n- name: be sure mysqld is running and enabled\n service: name=mysqld state=started enab... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1908,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/build-docker | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/build-docker/tasks/main.yaml",
"content": "- name: Uninstall old versions\n become: yes\n apt:\n name: ['docker', 'docker-engine', 'docker.io']\n state: absent\n\n- name: Install packages to allow apt to use a repository over HTTPS\n become: yes\n apt:\n name: ['apt-tran... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2809,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/distribute-ip | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/distribute-ip/tasks/main.yaml",
"content": "- name: Populate the IP addresses to inventory.ini\n vars:\n instance_1_ip: \"{{ os_instance.results[0].openstack.public_v4 }}\"\n instance_2_ip: \"{{ os_instance.results[1].openstack.public_v4 }}\"\n instance_3_ip: \"{{ os_instan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/generate-couchdb-cluster-script | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/generate-couchdb-cluster-script/tasks/main.yaml",
"content": "- name: Populate the IP to the masternode bash script\n vars:\n instance_1_ip: \"{{ os_instance.results[0].openstack.public_v4 }}\"\n instance_2_ip: \"{{ os_instance.results[1].openstack.public_v4 }}\"\n instance... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/git-clone | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/git-clone/tasks/main.yaml",
"content": "# - name: Clone git repo\n# git: \n# repo: <EMAIL>:NortonWEI/COMP90024-Assignment-2.git\n# dest: /home/ubuntu/COMP90024\n# version: master\n# accept_hostkey: yes\n# become: yes\n\n- name: Add github ssh key\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/openstack-common | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/openstack-common/tasks/main.yaml",
"content": "- name: Install pip\n become: yes\n apt: \n name: ['python-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"ubuntu\"\n\n- name: Update pip\n become: yes\n pip: \n name: ['pip']\n state: late... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/openstack-initilization | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/openstack-initilization/tasks/main.yaml",
"content": "- name: Set a time wait for initilization\n become: yes\n command: sleep 60\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/openstack-instance | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/openstack-instance/tasks/main.yaml",
"content": "- name: Create instances\n os_server:\n name: '{{ item.instance_name }}'\n image: '{{ item.instance_image }}'\n key_name: '{{ item.instance_key_name }}'\n flavor: '{{ item.instance_flavor }}'\n availability_zone: '{{ av... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/openstack-security-group | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/openstack-security-group/tasks/main.yaml",
"content": "- name: Create a security group\n os_security_group:\n name: '{{ item.name }}'\n description: '{{ item.description }}'\n state: present\n loop: '{{ security_groups }}'\n\n- name: Create security group names\n set_fact... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | NortonWEI/COMP90024-Assignment-2 | 9a83d1b36ed276dacd3f86ccdb3ca7e3b12e4576 | 1 | nectar/roles/set-proxy | 7,723 | [
"no_license"
] | [
{
"path": "nectar/roles/set-proxy/tasks/main.yaml",
"content": "- name: Set up proxies of Unimelb.\n become: yes\n blockinfile:\n path: \"/etc/environment\"\n block: |\n http_proxy=\"http://wwwproxy.unimelb.edu.au:8000\"\n https_proxy=\"http://wwwproxy.unimelb.edu.au:8000\"\n ftp_prox... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/apt_lock | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/apt_lock/tasks/main.yml",
"content": "- name: Ensure no other apt processes are running\n ansible.builtin.shell: |\n while fuser /var/lib/dpkg/lock >/dev/null 2>&1; do\n echo \"Waiting for other apt processes to finish...\"\n sleep 5\n done\n become: true\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1071,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/certbot | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/certbot/tasks/main.yml",
"content": "- name: Install Certbot and dependencies\n ansible.builtin.apt:\n name:\n - certbot\n - python3-certbot-nginx\n state: present\n update_cache: yes\n become: true\n become_user: root\n\n- name: Check if frontend certificat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4841,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/common | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/common/tasks/main.yml",
"content": "- name: Check if deploy user exists\n getent:\n database: passwd\n key: \"{{ deploy_user }}\"\n register: deploy_user_check\n failed_when: false # Добавляем эту строку, чтобы задача не завершалась с ошибкой, если пользователь не найде... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/docker | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/docker/tasks/main.yml",
"content": "- name: Gather installed package facts\n ansible.builtin.package_facts:\n manager: apt\n become: true\n become_user: root\n\n- name: Install Docker dependencies\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2957,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/hasura_cli | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/hasura_cli/tasks/main.yml",
"content": "---\n- name: Check if Hasura CLI is installed\n command: hasura version\n register: hasura_cli_check\n ignore_errors: true\n\n- name: Install Hasura CLI\n shell: curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | V... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/nginx | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/nginx/tasks/main.yml",
"content": "- name: Gather installed package facts\n ansible.builtin.package_facts:\n manager: apt\n\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: yes\n when: \"'nginx' not in ansible_facts.packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4518,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/node | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/node/tasks/main.yml",
"content": "- name: Gather installed package facts\n ansible.builtin.package_facts:\n manager: apt\n become: true\n become_user: root\n\n- name: Check if Node.js is installed\n ansible.builtin.command: node -v\n register: node_installed\n ignore_err... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/ssh | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/ssh/tasks/main.yml",
"content": "- name: Create .ssh directory\n ansible.builtin.file:\n path: /home/{{ deploy_user }}/.ssh\n state: directory\n owner: \"{{ deploy_user }}\"\n group: \"{{ deploy_user }}\"\n mode: '0700'\n\n- name: Check if authorized key is presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/wireguard | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/wireguard/tasks/main.yml",
"content": "- name: Gather installed package facts\n ansible.builtin.package_facts:\n manager: apt\n become: true\n become_user: root\n\n- name: Install WireGuard and dependencies\n ansible.builtin.apt:\n name:\n - wireguard\n - reso... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1718,
"all_permissive": false
} |
ansible_role | jackvizo/godigital-tgstat-infra | ef5750ee9b442c15063ac70f3bb6e22ece456b7a | 0 | ansible/vm/roles/yarn | 7,723 | [
"no_license"
] | [
{
"path": "ansible/vm/roles/yarn/tasks/main.yml",
"content": "- name: Check if Yarn is installed\n ansible.builtin.command: yarn --version\n register: yarn_installed\n ignore_errors: true\n become: true\n become_user: root\n\n- name: Install Yarn using npm\n ansible.builtin.command: npm install -g yar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/bootstrap | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/main.yml",
"content": "---\n# Python libraries for Ansible\n- name: Python libraries for Ansible\n package:\n name:\n - libselinux-python\n - libsemanage-python\n state: present\n register: _install\n until: _install is succeeded\n when: ansible_o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/build-tools | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/build-tools/tasks/main.yml",
"content": "---\n\n- name: install build tools\n package:\n name: \"{{ build_tools_packages }}\"\n state: present\n register: _install\n until: _install is succeeded\n\n- name: template rpmmacros\n become: false\n template:\n dest: /home/va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/common | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/setup-family-RedHat.yml",
"content": "---\n# fastest mirror breaks proxies\n- name: Disable yum fastestmirror plugin\n become: true\n ini_file:\n dest: /etc/yum/pluginconf.d/fastestmirror.conf\n section: main\n option: enabled\n value: '0'\n when: ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/editors | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/editors/tasks/main.yml",
"content": "---\n- name: Install Editors\n become: true\n package:\n name:\n - nano\n - vim-enhanced\n state: present\n register: _install\n until: _install is succeeded\n when: (ansible_os_family | lower) == 'redhat'\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/firefox | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/firefox/defaults/main.yml",
"content": "---\n\nfirefox_packages:\n - firefox\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/firefox/tasks/main.yml",
"content": "---\n- name: Install firefox\n become: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/headless | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/headless/defaults/main.yml",
"content": "---\nheadless_packages:\n - xorg-x11-server-Xvfb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "ansible/roles/headless/tasks/main.yml",
"content": "---\n- name: Install headl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/nginx | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: install\n become: true\n package:\n name: nginx\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 63,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/nodejs-nvm | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs-nvm/defaults/main.yml",
"content": "---\nnodejs_nvm_user: vagrant\nnodejs_nvm_group: vagrant\nnodejs_nvm_home: /home/vagrant\nnodejs_nvm_repo: \"https://github.com/creationix/nvm.git\"\nnodejs_nvm_version: 'v0.33.4'\n# Optional\n# nodejs_nvm_git: /usr/bin/git\n\n",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/repo-epel | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/repo-epel/tasks/main.yml",
"content": "---\n- name: \"Install EPEL Repo (CentOS)\"\n become: true\n yum:\n name: epel-release\n state: present\n register: _install\n until: _install is succeeded\n when: (ansible_distribution | lower)== \"centos\"\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | bdellegrazie/vagrant-centos-7-build | 60c0531d81aa9d501fc5b6e9780c3e12c99ccbad | 0 | ansible/roles/yum-proxy | 7,723 | [
"no_license"
] | [
{
"path": "ansible/roles/yum-proxy/tasks/main.yml",
"content": "---\n- name: Enable yum proxy\n become: true\n ini_file:\n dest: /etc/yum.conf\n section: main\n option: proxy\n value: \"{{ yum_proxy_url }}\"\n when:\n - ansible_os_family == 'RedHat'\n - yum_proxy_manage and yum_proxy_ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | yenabejar/act11_abejar | a698ff57a0cd210bbd770772c0ea96153ab7f570 | 0 | roles/docker | 7,723 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: start docker service\n tags: prepare\n become: true\n service:\n name: docker\n state: started\n enabled: true\n\n- name: verify the docker group\n tags: prepare\n become: true\n group:\n name: docker\n state: present\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | AMao7/elk-playbook-project | d626598d67bf891fca63709ce0928cc52d149249 | 0 | roles/nginx-data | 7,723 | [
"no_license"
] | [
{
"path": "roles/nginx-data/tasks/main.yml",
"content": "---\n\n\n- name: check if file exists\n stat: \n path: /etc/logstash/conf.d/nginx-01.conf\n register: files_to_delete\n\n- name: removing file if exits\n file:\n path: /etc/logstash/conf.d/nginx-01.conf\n state: absent\n when: files_to_de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | perigee/devops-challenge-b | c26e50f7c3611c227eca02d1d272ff95c3342b28 | 0 | roles/nginx | 7,723 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "user {{ nginx_user }} {{ nginx_group }};\nworker_processes {{ nginx_worker_processes }};\n\nevents {\n worker_connections {{ nginx_worker_connections }};\n use epoll;\n}\n\nhttp {\n include mime.types;\n default_type application/octet-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3094,
"all_permissive": false
} |
ansible_role | badjware/vfio-win10 | 08ccb7873477890aca40a52ea7d9044c35f5aafb | 0 | roles/win10 | 7,723 | [
"no_license"
] | [
{
"path": "roles/win10/templates/win10-usb.service.j2",
"content": "[Unit]\nDescription=Attach usb devices to vm\n\n[Service]\nExecStart=/usr/bin/vfio-usb win10 --evdev-kbd \"/dev/input/by-id/uinput-persist-keyboard0\" {{ ' '.join(usb_device_ids) }}\nRestart=always\n\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8777,
"all_permissive": false
} |
ansible_role | tomnz/tcode.media-ansible | c1f0b4898de5df60b4c1f22a86cb9779bc553364 | 0 | roles/common | 7,723 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update the apt cache if older than an hour.\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- include_tasks: python.yml\n- include_tasks: fail2ban.yml\n- include_tasks: unattended-upgrades.yml\n\n- name: Ensure additional depend... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | tomnz/tcode.media-ansible | c1f0b4898de5df60b4c1f22a86cb9779bc553364 | 0 | roles/tcodemedia | 7,723 | [
"no_license"
] | [
{
"path": "roles/tcodemedia/templates/site-confs.default.http.j2",
"content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n\n server_name _;\n\n client_max_body_size 0;\n\n location / {\n try_files $uri $uri/ /index.php$is_args$args;\n }\n\n location ~ ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5258,
"all_permissive": false
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/cni | 7,723 | [
"permissive"
] | [
{
"path": "roles/cni/tasks/main.yml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n path: \"{{ cni_config_dir }}\"\n mode: 0755\n state: directory\n owner: \"{{ cni_owner }}\"\n group: \"{{ cni_group }}\"\n\n- name: Create configuration files\n ansible.builtin.template... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1448,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/cni_plugins | 7,723 | [
"permissive"
] | [
{
"path": "roles/cni_plugins/tasks/main.yml",
"content": "---\n- name: Fail when unsupported architecture\n ansible.builtin.fail:\n msg: \"Unsupported architecture\"\n when:\n - cni_plugins_arch not in ['amd64', 'arm64']\n\n- name: Create directories\n ansible.builtin.file:\n path: \"{{ item }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2872,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/containerd | 7,723 | [
"permissive"
] | [
{
"path": "roles/containerd/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts:\n - all\n\n roles:\n - containerd\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 63
},
{
"path": "roles/containerd/handlers/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3751,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/lvm | 7,723 | [
"permissive"
] | [
{
"path": "roles/lvm/defaults/main.yml",
"content": "---\n# Example:\n#\n# lvm_profiles:\n# - name: example\n# content: |\n# activation {\n# thin_pool_autoextend_threshold=80\n# thin_pool_autoextend_percent=20\n# }\nlvm_profiles: []\n\n# Example:\n#\n# lvm_vgs:\n# - name: example\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2659,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/mount | 7,723 | [
"permissive"
] | [
{
"path": "roles/mount/README.md",
"content": "# mount\n\nAnsible role for configuring and mounting local filesystems.\n\n## Requirements\n\nNone.\n\n## Dependencies\n\nNone.\n\n## Role Variables\n\nRefer to [defaults/main.yml](defaults/main.yml) for a list of variables along with documentation.\n\n## Examp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2252,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/nerdctl | 7,723 | [
"permissive"
] | [
{
"path": "roles/nerdctl/tasks/main.yml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n name: \"{{ nerdctl_install_dir }}\"\n mode: 0755\n owner: \"{{ nerdctl_owner }}\"\n group: \"{{ nerdctl_group }}\"\n state: directory\n\n- name: Download tarball\n ansible.builtin.g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2008,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/nerdctl_login | 7,723 | [
"permissive"
] | [
{
"path": "roles/nerdctl_login/defaults/main.yml",
"content": "---\nnerdctl_login_config_path: /root/.docker/config.json\nnerdctl_login_registry_url: \"\"\nnerdctl_login_password: \"\"\nnerdctl_login_username: \"\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1611,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/rclone | 7,723 | [
"permissive"
] | [
{
"path": "roles/rclone/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts:\n - all\n\n pre_tasks:\n - name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n when: ansible_os_family == 'Debian' or ansible_os_family == 'Ubuntu'\n\n - name: Install unzip\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3237,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/registry | 7,723 | [
"permissive"
] | [
{
"path": "roles/registry/README.md",
"content": "# registry\n\nAnsible role to install and configure [distribution/registry](https://github.com/distribution/distribution).\n\n## Requirements\n\nNone.\n\n## Dependencies\n\nNone.\n\n## Role Variables\n\nRefer to [defaults/main.yml](defaults/main.yml) for a l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4036,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/seaweedfs | 7,723 | [
"permissive"
] | [
{
"path": "roles/seaweedfs/README.md",
"content": "# seaweedfs\n\nAnsible role to install and configure [SeaweedFS](https://github.com/seaweedfs/seaweedfs).\n\n## Requirements\n\nNone.\n\n## Dependencies\n\nNone.\n\n## Role Variables\n\nRefer to [defaults/main.yml](defaults/main.yml) for a list of variables... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3962,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/sysctl | 7,723 | [
"permissive"
] | [
{
"path": "roles/sysctl/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: sysctl\n author: hostinger\n description: Ansible role for configuring sysctl settings\n license: license (MIT)\n min_ansible_version: \"2.10\"\n platforms:\n - name: Fedora\n versions:\n - all\n - name: Debian\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1336,
"all_permissive": true
} |
ansible_role | hostinger/ansible-collection-common | 453f10b875012ec9a7b4b5120cc65b846fd846c2 | 16 | roles/tc_redirect_tap | 7,723 | [
"permissive"
] | [
{
"path": "roles/tc_redirect_tap/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts:\n - all\n\n roles:\n - tc_redirect_tap\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 68
},
{
"path": "roles/tc_redirect_tap/R... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2387,
"all_permissive": true
} |
ansible_role | idiv-biodiversity/ansible-collection-ssh | 2fc5cf485ab22cfa8e212b1eeb99d713d9f8abed | 1 | roles/ssh_audit | 7,723 | [
"no_license"
] | [
{
"path": "roles/ssh_audit/tasks/main.yml",
"content": "---\n\n- name: include ssh-audit installation tasks\n ansible.builtin.include_tasks: >-\n {{ lookup(\"ansible.builtin.first_found\", __ssh_audit_install_tasks) }}\n\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2379,
"all_permissive": false
} |
ansible_role | xonvanetta/dotfiles | f858c2d173d6179a5ccfa4f2c62b310f9f8ab867 | 0 | roles/desktop | 7,723 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "\n- name: pre_load vars based on hostname\n ansible.builtin.include_vars:\n file: \"{{ ansible_hostname }}.yml\"\n tags: always\n\n- include_tasks: core.yml\n tags: core\n\n- include_tasks: bash.yml\n tags: bash\n\n- include_tasks: git.yml\n tags... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 20854,
"all_permissive": false
} |
ansible_role | Vipan-arintech/ansible-webserver | 995ecff75b1450714669bc3cfcaea652b1535de1 | 0 | roles/website | 7,723 | [
"no_license"
] | [
{
"path": "roles/website/tasks/main.yml",
"content": "---\n - name: Set index.html path\n set_fact:\n file_path: /var/www/html\n\n - name: Copy bars.html\n copy:\n src: vars.html\n dest: \"{{ file_path }}/vars.html\"\n owner: root\n group: root\n mode: 0755\n\n - name: Add a link... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | bottlelee/ansible-for-openGauss | 25893a4ff1fd68f5395cffbd4481b6f0f6f2ebb6 | 2 | roles/opengauss | 7,723 | [
"no_license"
] | [
{
"path": "roles/opengauss/tasks/deploy/add_auth.yml",
"content": "- name: Add authorized key for root\n ansible.posix.authorized_key:\n user: \"root\"\n state: present\n key: \"{{ lookup('file', pub_key) }}\"\n with_fileglob:\n - \"{{ inventory_dir }}/credentials/opengauss_id*.pub\"\n loop_c... | {
"task_files": 25,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 33,
"total_bytes": 47621,
"all_permissive": false
} |
ansible_role | bottlelee/ansible-for-openGauss | 25893a4ff1fd68f5395cffbd4481b6f0f6f2ebb6 | 2 | roles/pre_tasks | 7,723 | [
"no_license"
] | [
{
"path": "roles/pre_tasks/tasks/os/Kylin Linux Advanced Server_V10.yml",
"content": "- name: Set custom vars\n ansible.builtin.set_fact:\n custom_pkg_mgr: dnf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/pre_tasks/tests/test.yml",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3570,
"all_permissive": false
} |
ansible_role | bottlelee/ansible-for-openGauss | 25893a4ff1fd68f5395cffbd4481b6f0f6f2ebb6 | 2 | tests/roles/oneshot | 7,723 | [
"no_license"
] | [
{
"path": "tests/roles/oneshot/tasks/main.yml",
"content": "- name: Check virtual machines status\n ansible.builtin.import_role:\n name: vagrant\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 | nicluo/phabricator-ansible | 8a399e347465bedd81833fd0f744453d3497db51 | 11 | roles/phabricator | 7,723 | [
"no_license"
] | [
{
"path": "roles/phabricator/templates/phabricator-phd.service.j2",
"content": "[Unit]\nDescription=phabricator-phd\nAfter=syslog.target network.target network.target nginx.service php-fpm.service mysql.service\n\n[Service]\nUser={{ phabricator_phd_user }}\nGroup=admin\nType=oneshot\nEnvironment=PATH=/sbin:... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 10884,
"all_permissive": false
} |
ansible_role | Nammuz/banfico | 2b2982cc529d4f1cab33bdc487b14f0167a66cc8 | 0 | roles/haproxy | 7,723 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yaml",
"content": " - name: Install HAProxy\n yum:\n name: haproxy\n state: present\n\n - name: Copy HAProxy configuration file\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n\n - name: Create directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3921,
"all_permissive": false
} |
ansible_role | Nammuz/banfico | 2b2982cc529d4f1cab33bdc487b14f0167a66cc8 | 0 | roles/keepalived | 7,723 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yaml",
"content": "- name: install keepalived\n package:\n name: keepalived\n state: installed\n\n- name: configure nonlocalbind\n sysctl:\n name: net.ipv4.ip_nonlocal_bind\n value: '1'\n state: present\n reload: true\n sysctl_file: /etc/sysctl.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | jmmirand/poc-job-ansible-rundeck | 830ddb3c62f286ed8cd6b5900fed3aa027757277 | 0 | roles/config-rundeck-jobs | 7,722 | [
"no_license"
] | [
{
"path": "roles/config-rundeck-jobs/templates/almmc_nexus_proxy_jobs.yml",
"content": "#####\r\n# TEMPLATES DE PASOS DE WORKFLOWS PARA LA EJECUCION DE NEXUS\r\n# * Basicos para ejecutar todos los JOBS\r\n# * Espefificos para filtrar por un repo en particula.\r\n#####\r\n\r\nnexus_porxy_almmc_ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 18231,
"all_permissive": false
} |
ansible_role | Akyaka-Afet-Gonulluleri/ansible | a564a91de20e7f8f0b183c1f65df520da896b86e | 0 | roles/dokku_telegram_bot | 7,722 | [
"no_license"
] | [
{
"path": "roles/dokku_telegram_bot/tasks/main.yaml",
"content": "---\n- name: \"dokku apps:create {{ telegram_bot_app_name }}\"\n dokku_app:\n app: \"{{ telegram_bot_app_name }}\"\n\n- name: \"dokku config:set {{ telegram_bot_app_name }}\"\n dokku_config:\n app: \"{{ telegram_bot_app_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | AlexVereshchaka/project | bde047cc754ae7e8f2eff3c6f3720443c4686d04 | 0 | ansible/roles/ansible_role_lti | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible_role_lti/tasks/main.yaml",
"content": "---\n- name: Update apt package list\n apt:\n update_cache: yes\n become: yes\n\n- name: Ensure build dependencies are installed\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - sof... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1974,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/chain_server | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/chain_server/tasks/main.yml",
"content": "---\n- name: Install Foundryup\n ansible.builtin.shell: |\n set -ueo pipefail\n curl -L https://foundry.paradigm.xyz | bash\n args:\n creates: ~/.foundry/bin/foundryup\n executable: /bin/bash\n\n- name: Install Foundry\n ansib... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3628,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/chain_service_nginx | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/chain_service_nginx/defaults/main.yml",
"content": "chain_service_nginx_ip_rate_limit_per_minute: 60\nchain_service_nginx_ip_rate_limit_burst: 30\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "ansible/roles/chain_service... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1865,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/chain_worker | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/chain_worker/tasks/logs.yml",
"content": "---\n- name: Create log directory\n become: true\n ansible.builtin.file:\n path: /var/log/vlayer\n state: directory\n owner: syslog\n group: adm\n mode: '755'\n\n- name: Create log file\n become: true\n ansible.builtin.fil... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5022,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/prover | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/prover/README.md",
"content": "# Vlayer Prover Ansible Role\n\nInstalls the vlayer Prover server.\n\n## Variables\n\n| Name | Purpose |\n| --- | --- |\n| `vlayer_prover_host` | Host to bind to, for example `127.0.0.1` or `0.0.0.0`. |\n| `vlayer_prover_port` | The port to bind to. |\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4207,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/prover_nginx | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/prover_nginx/templates/vlayer-prover.conf.j2",
"content": "limit_req_zone $binary_remote_addr zone=requestlimit:10m rate={{- prover_nginx_ip_rate_limit_per_minute }}r/m;\n\nserver {\n listen 443 ssl;\n ssl_certificate /etc/ssl/certs/prover.vlayer.xyz.pem;\n ssl_certificate_key /e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/risc0 | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/risc0/tasks/main.yml",
"content": "---\n- name: Install Foundryup\n ansible.builtin.shell: |\n set -ueo pipefail\n curl -L https://foundry.paradigm.xyz | bash\n args:\n creates: ~/.foundry/bin/foundryup\n executable: /bin/bash\n\n- name: Install Foundry\n ansible.buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1610,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/verifiable_dns | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/verifiable_dns/handlers/main.yml",
"content": "---\n- name: Restart verifiable dns\n become: true\n ansible.builtin.systemd_service:\n name: vlayer-verifiable-dns\n state: restarted\n daemon_reload: true\n\n- name: Restart rsyslog\n become: true\n ansible.builtin.system... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4935,
"all_permissive": false
} |
ansible_role | vlayer-xyz/vlayer | 59f8d6be9df25c4f861833b73a689583cfd9d696 | 97 | ansible/roles/verifiable_dns_nginx | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/verifiable_dns_nginx/README.md",
"content": "# Vlayer Verifiable DNS Nginx Ansible Role\n\nInstalls and configures Nginx in front of the verifiable_dns application.\n\n## Variables\n\n| Name | Purpose |\n| --- | --- |\n| `verifiable_dns_port` | The port on which the verifiable_dns a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1857,
"all_permissive": false
} |
ansible_role | jpuris/terraform-ansible-example | 536d39e685293c5cf4658f1eaf49b2b06dd6b250 | 0 | ansible/roles/grafana | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "- name: Download apt key\n ansible.builtin.apt_key:\n url: https://packages.grafana.com/gpg.key\n state: present\n\n- name: Add Grafana repository to sources.list\n ansible.builtin.apt_repository:\n repo: deb https://packages.grafana.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | pascalandy/tutorial-do | 4ef0f1d1cfe7ea47293aaf3a098fd02a9aa9b8ed | 1 | ansible/roles/commons | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/commons/tasks/main.yml",
"content": "- name: Ensures /root/.ssh dir exists\n file: path=/root/.ssh\n state=directory\n owner=root\n group=root\n mode=0600\n- copy: content={{ GITLAB_PRIV_KEY }} dest=/root/.ssh/id_rsa owner=root group=root mode=0400\n\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3204,
"all_permissive": false
} |
ansible_role | pascalandy/tutorial-do | 4ef0f1d1cfe7ea47293aaf3a098fd02a9aa9b8ed | 1 | ansible/roles/ufw | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/ufw/tasks/main.yml",
"content": "- name: Install ufw\n apt: package=ufw state=present\n\n- ufw:\n rule: allow\n port: ssh\n proto: tcp\n notify:\n - restart ufw\n\n- ufw:\n rule: allow\n port: ssh\n proto: tcp\n notify:\n - restart ufw\n\n- ufw:\n rule:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | jordanhoare/homelab | 174dd91a94b20fb8fe8f61cf5c341d291302a66f | 2 | ansible/kubernetes/playbooks/roles/k3s_agent | 7,722 | [
"no_license"
] | [
{
"path": "ansible/kubernetes/playbooks/roles/k3s_agent/tasks/http_proxy.yml",
"content": "---\n- name: Create k3s-node.service.d directory\n file:\n path: '{{ systemd_dir }}/k3s-node.service.d'\n state: directory\n owner: root\n group: root\n mode: '0755'\n when: proxy_env is defined\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | jordanhoare/homelab | 174dd91a94b20fb8fe8f61cf5c341d291302a66f | 2 | ansible/kubernetes/playbooks/roles/k3s_server_post | 7,722 | [
"no_license"
] | [
{
"path": "ansible/kubernetes/playbooks/roles/k3s_server_post/defaults/main.yml",
"content": "---\n# Timeout to wait for MetalLB services to come up\nmetal_lb_available_timeout: 240s\n\n# Name of the master group\ngroup_name_master: master\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1514,
"all_permissive": false
} |
ansible_role | rbd80/debian_ami | 4ed59d83c5bab433e231bdf55daabf3c748c5f0c | 0 | ansible/roles/k8s-hard-os | 7,722 | [
"permissive"
] | [
{
"path": "ansible/roles/k8s-hard-os/tasks/section_06_level1.yaml",
"content": "---\n\n - name: '6.1 Ensure the X Window system is not installed (Scored)'\n apt: name=xserver-xorg-core* purge=yes state=absent\n when: remove_xserver == True\n tags:\n - section6\n - section6.1\n\n - name:... | {
"task_files": 20,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 30,
"total_bytes": 46829,
"all_permissive": true
} |
ansible_role | blakeer/servmoduleinstall | 38c65924459f5fcef092ff03efe94d045e3a0f15 | 0 | jdktomcat/roles/jdk | 7,722 | [
"no_license"
] | [
{
"path": "jdktomcat/roles/jdk/files/javaenv.sh",
"content": "export JAVA_HOME=/usr/local/jdk\nexport JRE_HOME=$JAVA_HOME/jre\nexport CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/lib:$CLASSPATH\nexport PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$PATH\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | blakeer/servmoduleinstall | 38c65924459f5fcef092ff03efe94d045e3a0f15 | 0 | jdktomcat/roles/tomcat | 7,722 | [
"no_license"
] | [
{
"path": "jdktomcat/roles/tomcat/files/index.jsp",
"content": "<HTML>\n<HEAD>\n<TITLE>JSP test page</TITLE>\n</HEAD>\n<BODY>\n<%out.println(\"<h1>Tomcat installed </h1>\");%>\n</BODY>\n</HTML>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "jdk... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6966,
"all_permissive": false
} |
ansible_role | living-atlases/generator-living-atlas | fa4fc86523dd6b2618f3e28215cc3ea9bad0f0cb | 5 | generators/app/templates/post-deploy/roles/post_deploy | 7,722 | [
"no_license"
] | [
{
"path": "generators/app/templates/post-deploy/roles/post_deploy/tasks/main.yml",
"content": "# Addionial LA post deploy tasks\n\n- name: Add additional dependencies for monitoring, troubleshooting, ...\n apt:\n name:\n - swaks\n state: present\n autoclean: yes\n update_cache: yes\n tags... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | living-atlases/generator-living-atlas | fa4fc86523dd6b2618f3e28215cc3ea9bad0f0cb | 5 | generators/app/templates/pre-deploy/roles/pre_deploy | 7,722 | [
"no_license"
] | [
{
"path": "generators/app/templates/pre-deploy/roles/pre_deploy/tasks/main.yml",
"content": "# Addionial LA pre deploy tasks\n\n# https://github.com/AtlasOfLivingAustralia/documentation/wiki/Before-Start-Your-LA-Installation#default-user-ubuntu\n- name: Add the user \"{{ def_ansible_user }}\"\n user: name=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2544,
"all_permissive": false
} |
ansible_role | living-atlases/generator-living-atlas | fa4fc86523dd6b2618f3e28215cc3ea9bad0f0cb | 5 | generators/app/templates/pre-deploy/roles/solr_pre_deploy | 7,722 | [
"no_license"
] | [
{
"path": "generators/app/templates/pre-deploy/roles/solr_pre_deploy/tasks/main.yml",
"content": "# Addionial LA pre deploy tasks\n\n# https://github.com/AtlasOfLivingAustralia/documentation/wiki/Before-Start-Your-LA-Installation#solr-limits\n\n- name: Add nofile limits for solr domain hard\n pam_limits:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | living-atlases/generator-living-atlas | fa4fc86523dd6b2618f3e28215cc3ea9bad0f0cb | 5 | generators/app/templates/pre-deploy/roles/spark_pre_deploy | 7,722 | [
"no_license"
] | [
{
"path": "generators/app/templates/pre-deploy/roles/spark_pre_deploy/tasks/main.yml",
"content": "# Additional LA pre deploy tasks\n# https://www.ibm.com/docs/sk/spectrum-scale/4.2.3?topic=fpo-configuration-tuning-hadoop-workloads\n\n- name: Add limits for spark domain\n pam_limits:\n domain: 'spark'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | living-atlases/generator-living-atlas | fa4fc86523dd6b2618f3e28215cc3ea9bad0f0cb | 5 | generators/app/templates/pre-deploy/roles/zookeeper_pre_deploy | 7,722 | [
"no_license"
] | [
{
"path": "generators/app/templates/pre-deploy/roles/zookeeper_pre_deploy/tasks/main.yml",
"content": "# Additional LA pre deploy tasks\n\n- name: Add limits for zookeeper domain\n pam_limits:\n domain: 'zookeeper'\n limit_type: \"{{item.limit_type}}\"\n limit_item: \"{{item.limit_item}}\"\n va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | itsmaazm/morpheus-ha-ansible | f8636f7593c7bae8971773bb2bc36cece4a4f810 | 0 | roles/elasticsearch | 7,722 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/elasticsearch_install_centos.yml",
"content": "---\n- name: Elasticsearch | Install Elasticsearch\n yum:\n name: \"{{ centos_elasticsearch_package }}\"\n state: present\n\n- name: Elasticsearch | Ensuring the Elasticsearch Service is running\n service:\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | itsmaazm/morpheus-ha-ansible | f8636f7593c7bae8971773bb2bc36cece4a4f810 | 0 | roles/morpheus | 7,722 | [
"no_license"
] | [
{
"path": "roles/morpheus/tasks/morpheus_packages_ubuntu.yml",
"content": "---\n- name: Morpheus UI | Install Morpheus\n apt:\n name: \"{{ morpheus_package_ubuntu }}\"\n state: present\n\n- name: Morpheus UI | Install Morpheus Offline\n apt:\n name: \"{{ morpheus_offline_package_ubuntu }}\"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | itsmaazm/morpheus-ha-ansible | f8636f7593c7bae8971773bb2bc36cece4a4f810 | 0 | roles/percona | 7,722 | [
"no_license"
] | [
{
"path": "roles/percona/tasks/selinux.yml",
"content": "---\n- name: Percona | SELinux add ports\n seport:\n ports: 4444, 4567, 4568\n proto: tcp\n setype: mysqld_port_t\n state: present\n\n- name: Percona | Install SELinux tools\n yum:\n name: policycoreutils-python\n state: installed\... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 8712,
"all_permissive": false
} |
ansible_role | itsmaazm/morpheus-ha-ansible | f8636f7593c7bae8971773bb2bc36cece4a4f810 | 0 | roles/rabbitmq | 7,722 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/rabbitmq_plugins.yml",
"content": "---\n- name: RabbitMQ | install rabbitMQ admin\n rabbitmq_plugin:\n names: \"{{ rabbitmq_plugins | join(',') }}\"\n state: enabled\n when:\n - rabbitmq_plugins != []\n\n- name: RabbitMQ | get the list of active plugins to di... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6236,
"all_permissive": false
} |
ansible_role | enisozgen/deploy-kubernetes-with-gitlab-ci | 5dad146e626913a6c7cf92705ace7dd962e0c0ba | 2 | roles/deploy-gitlab | 7,722 | [
"no_license"
] | [
{
"path": "roles/deploy-gitlab/tasks/repository.yml",
"content": "---\n\n- name: Clone always new version to tmp\n shell: rm -rf \"{{ repopath}}\" ; git clone \"{{ main_repo }}\" \"{{ repopath }}\"\n\n- name: Push the code for Local Gitlab\n command: git push --set-upstream http://root:password@localhost:... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3362,
"all_permissive": false
} |
ansible_role | enisozgen/deploy-kubernetes-with-gitlab-ci | 5dad146e626913a6c7cf92705ace7dd962e0c0ba | 2 | roles/install-k3s | 7,722 | [
"no_license"
] | [
{
"path": "roles/install-k3s/tasks/main.yml",
"content": "---\n\n# tasks file for install-k3s\n\n- name: Check is docker installed\n stat:\n path: /usr/bin/docker\n register: docker\n\n- name: Install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n install... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | alperencelik/kafka-zookeeper-challenge | 34ec14414cd8c5302975f8fe244bd310359a1060 | 1 | ansible/roles/common | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "- name: Disable SELinux tag\n selinux:\n state: disabled\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 59,
"all_permissive": false
} |
ansible_role | alperencelik/kafka-zookeeper-challenge | 34ec14414cd8c5302975f8fe244bd310359a1060 | 1 | ansible/roles/nginx | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/files/nginx.conf",
"content": "load_module modules/ngx_http_geoip2_module.so;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n\n include mime.types;\n default_type application/octet-stream;\n vhost_traffic_status_zone;\n sendfile on;\n\n k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2565,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.