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 | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/2/lost/13. Ansible cruise/roles/check | 7,320 | [
"no_license"
] | [
{
"path": "1/2/lost/13. Ansible cruise/roles/check/defaults/main.yaml",
"content": "check_nopass: \"test ALL=(ALL) NOPASSWD:\"\n\nrep_ubuntu: \"archive.ubuntu.com\"\n\nrep_centos: \"mirror.datacenter.by\"\n\nrep_pip: \"pypi.org\"\n\ndocker_ubuntu: \"registry.hub.docker.com/search?q=ubuntu\"\n\napi_key: \"<K... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1810,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/2/lost/13. Ansible cruise/roles/web | 7,320 | [
"no_license"
] | [
{
"path": "1/2/lost/13. Ansible cruise/roles/web/tasks/http_ubuntu.yaml",
"content": "---\n- name: NGINX. Install packages\n apt:\n name: \"{{ apt_http_packages }}\"\n state: present\n update_cache: yes\n\n- name: Nginx. Enable and start servce\n service:\n name: nginx\n state: started\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2451,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/qwe/1/roles/test | 7,320 | [
"no_license"
] | [
{
"path": "1/qwe/1/roles/test/tasks/main.yaml",
"content": "---\n- name: Check RAM\n assert:\n that:\n - ansible_memtotal_mb >= 100\n msg: Host has enough RAM\n with_items:\n - \"{{ ansible_memory_mb }}\"\n\n- name: Check free space\n assert:\n that:\n - mount.size_available > mount... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/qwe/Ansible/roles/nginx | 7,320 | [
"no_license"
] | [
{
"path": "1/qwe/Ansible/roles/nginx/tasks/centos.yaml",
"content": "- name: Centos update repo\n yum:\n name: yum-utils\n update_cache: yes\n state: present\n\n- name: Add nginx repo\n yum_repository:\n name: nginx-stable\n description: nginx stable repo\n baseurl: http://nginx.org/pack... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2591,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 1/qwe/q/roles/webserver | 7,320 | [
"no_license"
] | [
{
"path": "1/qwe/q/roles/webserver/tasks/http_RedHat.yaml",
"content": "---\n- name: Update and Install\n yum: name={{ item }} update_cache=yes\n loop: [ 'epel-release', 'nginx']\n- name: Nginx Enable and start\n systemd:\n name: nginx\n state: started\n\n- name: Copy nginx config\n template:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 41/roles/redmine | 7,320 | [
"no_license"
] | [
{
"path": "41/roles/redmine/tasks/main.yaml",
"content": "---\n- name: Redmine. Install packages\n apt:\n name: \"{{ apt_redmine_packages }}\"\n state: latest\n update_cache: yes\n\n- mysql_db:\n name: \"{{ app_db_name }}\"\n encoding: utf8\n login_unix_socket: /var/run/mysqld/mysqld.sock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2276,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | 4r/roles/prepare | 7,320 | [
"no_license"
] | [
{
"path": "4r/roles/prepare/tasks/main.yaml",
"content": "---\n- name: Redmine. Install packages\n apt:\n name: \"{{ apt_redmine_packages }}\"\n state: latest\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | Korolev731/1231 | c2c60dc757e0f1913373406e272becc9b6846f90 | 0 | qwd/roles/redmine | 7,320 | [
"no_license"
] | [
{
"path": "qwd/roles/redmine/tasks/main.yaml",
"content": "---\n- name: Redmine. Setup 01\n shell: |\n gem install bundler\n bundle update \n args:\n executable: /bin/bash\n chdir: \"{{ app_home }}\"\n tags: \n - setup\n- name: Session store secret generation\n shell: rake generate_secr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1421,
"all_permissive": false
} |
ansible_role | notb9/MalwareDev-Lab | a16cc9132d278ffde17e03aac3d98f7f18562411 | 0 | Ansible/Roles/lin-common | 7,320 | [
"no_license"
] | [
{
"path": "Ansible/Roles/lin-common/tasks/main.yml",
"content": "---\n# tasks file for lin-common\n- name: Update system\n block:\n - name: Apt Update\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 0 \n - name: Update all packages to their latest version\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | notb9/MalwareDev-Lab | a16cc9132d278ffde17e03aac3d98f7f18562411 | 0 | Ansible/Roles/lin-docker | 7,320 | [
"no_license"
] | [
{
"path": "Ansible/Roles/lin-docker/tasks/main.yml",
"content": "---\n- name: Wrap in block for become\n block:\n - name: Install required system packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-prop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | notb9/MalwareDev-Lab | a16cc9132d278ffde17e03aac3d98f7f18562411 | 0 | Ansible/Roles/lin-kde | 7,320 | [
"no_license"
] | [
{
"path": "Ansible/Roles/lin-kde/tasks/main.yml",
"content": "---\n- name: Installing KDE\n ansible.builtin.apt:\n name: task-kde-desktop\n state: latest\n become: yes\n\n- name: Run dhclient on reboot to fix network issues\n ansible.builtin.cron:\n name: Get an IP on reboot\n special_time: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | notb9/MalwareDev-Lab | a16cc9132d278ffde17e03aac3d98f7f18562411 | 0 | Ansible/Roles/win-choco-debug | 7,320 | [
"no_license"
] | [
{
"path": "Ansible/Roles/win-choco-debug/tasks/main.yml",
"content": "---\n- name: Installing debugging tools\n win_chocolatey:\n name:\n - processhacker\n - x64dbg.portable\n - sysinternals\n - apimonitor\n - pebear\n - pestudio\n state: latest\n force: yes\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 720,
"all_permissive": false
} |
ansible_role | notb9/MalwareDev-Lab | a16cc9132d278ffde17e03aac3d98f7f18562411 | 0 | Ansible/Roles/win-common | 7,320 | [
"no_license"
] | [
{
"path": "Ansible/Roles/win-common/tasks/main.yml",
"content": "---\n# tasks file for win-common\n- name: Ensure chocolatey is installed\n win_chocolatey:\n name:\n - chocolatey\n - chocolatey-core.extension\n state: present\n\n- name: Create directory structure\n ansible.windows.win_file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | notb9/MalwareDev-Lab | a16cc9132d278ffde17e03aac3d98f7f18562411 | 0 | Ansible/Roles/win-memscanners | 7,320 | [
"no_license"
] | [
{
"path": "Ansible/Roles/win-memscanners/tasks/main.yml",
"content": "---\n- name: Create MemoryTools directory \n ansible.windows.win_file:\n path: C:\\MemoryTools\n state: directory\n\n- name: Create Shortcut to Memory Scanners\n ansible.windows.win_shell: |\n $ShortcutPath = \"C:\\Users\\Vagra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1246,
"all_permissive": false
} |
ansible_role | avanysouza/ansible_alura | 1d490e95b3c27e31c7ea47499887aba8b183a3ab | 0 | roles/wordpress | 7,324 | [
"no_license"
] | [
{
"path": "roles/wordpress/meta/main.yml",
"content": "---\r\ndependencies:\r\n - apache",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/wordpress/tasks/main.yml",
"content": "\r\n - name: Create a directory if it does not exist\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3306,
"all_permissive": false
} |
ansible_role | enigma972/ansible-lab | de7b518e0d0c5c2c3a12d0f6593bb281684fcc54 | 0 | roles/apache | 7,324 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/php-install.yml",
"content": "# SPDX-License-Identifier: MIT-0\n---\n\n- name: Install php packages\n apt:\n name: \"php,php-mysql,php-xml,php-mbstring,php-gd,php-intl\"\n state: present\n update_cache: true\n changed_when: true\n notify: [\"Apache restart\"]\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | enigma972/ansible-lab | de7b518e0d0c5c2c3a12d0f6593bb281684fcc54 | 0 | roles/mariadb | 7,324 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "# SPDX-License-Identifier: MIT-0\n---\n# tasks file for mariadb\n\n- name: Mariadb-server installation\n apt:\n name: \"mariadb-server,python3-mysqldb\"\n state: \"present\"\n update_cache: true\n\n- name: Start mariadb service\n service:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | yevgen-grytsay/vk-photo-grabber | ede21a4c47502c5f988efae16f68eb0a99c2d24f | 0 | provisioning/roles/composer | 7,324 | [
"no_license"
] | [
{
"path": "provisioning/roles/composer/tasks/main.yml",
"content": "---\n- name: Install composer packages\n command: composer install --prefer-dist\n args:\n chdir: \"{{ vk_grabber_dir }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | yevgen-grytsay/vk-photo-grabber | ede21a4c47502c5f988efae16f68eb0a99c2d24f | 0 | provisioning/roles/mysql | 7,324 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL\n apt:\n update_cache=yes\n name=mysql-server\n state=present\n\n- apt:\n update_cache: yes\n name: python-mysqldb\n state: present\n\n- name: Create database for grabber\n mysql_db:\n name=vk_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | yevgen-grytsay/vk-photo-grabber | ede21a4c47502c5f988efae16f68eb0a99c2d24f | 0 | provisioning/roles/rabbitmq | 7,324 | [
"no_license"
] | [
{
"path": "provisioning/roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: Install RabbitMQ\n apt:\n update_cache=yes\n name=rabbitmq-server\n state=present\n\n- name: Create administrator account\n rabbitmq_user:\n user: admin\n password: <PASSWORD>\n tags: administrator\n perm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | yevgen-grytsay/vk-photo-grabber | ede21a4c47502c5f988efae16f68eb0a99c2d24f | 0 | provisioning/roles/supervisor | 7,324 | [
"no_license"
] | [
{
"path": "provisioning/roles/supervisor/tasks/main.yml",
"content": "---\n- name: Install Supervisor\n apt:\n update_cache=yes\n name=supervisor\n state=present\n\n- name: Create log directories\n file:\n path: /var/log/{{ vk_grabber_app_name }}\n state: directory\n owner: vagrant\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | d2iq-archive/konductor | 65e009a62736372356f6d74121c98995bc92fd63 | 1 | ansible/roles/config | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/config/tasks/main.yaml",
"content": "---\n- name: create kubelet systemd directory\n file:\n path: \"/etc/systemd/system/kubelet.service.d/\"\n state: directory\n\n- name: copy containerd kubelet systemd drop-in to remote\n template:\n src: \"kubelet-drop-in.conf\"\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | d2iq-archive/konductor | 65e009a62736372356f6d74121c98995bc92fd63 | 1 | ansible/roles/gpu | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/gpu/defaults/main.yaml",
"content": "---\n# see man lspci (-d)\nnvidia_cuda_version: \"470\"\nnvidia_device_query:\n - vendor: \"10de\"\n class: \"0302\"\n - vendor: \"10de\"\n class: \"0300\"\nvault_repo_baseurl: \"http://vault.centos.org/{{ os_release_file['content'] |b64d... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 30271,
"all_permissive": false
} |
ansible_role | d2iq-archive/konductor | 65e009a62736372356f6d74121c98995bc92fd63 | 1 | ansible/roles/images | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/images/defaults/main.yaml",
"content": "---\ncontrol_plane_images:\n - \"k8s.gcr.io/kube-apiserver:v{{ kubernetes_version }}\"\n - \"k8s.gcr.io/kube-controller-manager:v{{ kubernetes_version }}\"\n - \"k8s.gcr.io/kube-scheduler:v{{ kubernetes_version }}\"\n - \"k8s.gcr.io/kube-p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | d2iq-archive/konductor | 65e009a62736372356f6d74121c98995bc92fd63 | 1 | ansible/roles/networking | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/networking/tasks/main.yaml",
"content": " - name: load br_netfilter kernel module\n modprobe:\n name: br_netfilter\n state: present\n register: br_netfilter\n\n - name: persist br_netfilter kernel module\n copy:\n dest: /etc/modules-load.d/konvoy-br_netfilt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2905,
"all_permissive": false
} |
ansible_role | d2iq-archive/konductor | 65e009a62736372356f6d74121c98995bc92fd63 | 1 | ansible/roles/packages | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/crictl-url.yaml",
"content": "# from: https://github.com/kubernetes-sigs/image-builder/blob/892282320fb06d998ab4486d232940abe79a3468/images/capi/ansible/roles/kubernetes/tasks/crictl-url.yml\n---\n- name: download crictl\n get_url:\n url: \"{{ crictl_url }}\"\n ... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 19855,
"all_permissive": false
} |
ansible_role | d2iq-archive/konductor | 65e009a62736372356f6d74121c98995bc92fd63 | 1 | ansible/roles/providers | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/providers/tasks/vmware.yml",
"content": "# Copyright 2019 The Kubernetes Authors.\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n\n# http://www.apa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7528,
"all_permissive": false
} |
ansible_role | d2iq-archive/konductor | 65e009a62736372356f6d74121c98995bc92fd63 | 1 | ansible/roles/sysprep | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/sysprep/tasks/redhat.yml",
"content": "# Copyright 2019 The Kubernetes Authors.\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n\n# http://www.apach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1260,
"all_permissive": false
} |
ansible_role | mickaelvsilva/ansible_tutorial | 3a6cc60290853edbf227ae8716c4cfa0b0d4bddf | 0 | roles/base | 7,324 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "# This is a task book. \n# It is the same that a playbook, but only with the tasks.\n# Here, we don't need to put the hosts\n\n- name: add ssh key for simone user\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n- name: generate sshd_config file ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | mickaelvsilva/ansible_tutorial | 3a6cc60290853edbf227ae8716c4cfa0b0d4bddf | 0 | roles/web_servers | 7,324 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache2 and php support packages\n tags: apache,apache2,ubuntu\n apt:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | mickaelvsilva/ansible_tutorial | 3a6cc60290853edbf227ae8716c4cfa0b0d4bddf | 0 | roles/workstations | 7,324 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.8.2/terraform_1.8.2_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | codilime/contrail-ansible-deployer-arch | d3cec2c3091aedab4161c9a3971eea64bcf1de53 | 0 | playbooks/roles/create_kolla_playbooks | 7,324 | [
"permissive"
] | [
{
"path": "playbooks/roles/create_kolla_playbooks/defaults/main.yml",
"content": "---\nkolla_config: {}\ndefault_openstack_sku: ocata\nopenstack_sku: >-\n {%- if contrail_configuration.OPENSTACK_VERSION is defined -%}\n {{ contrail_configuration.OPENSTACK_VERSION }}\n {%- elif kolla_config.kolla_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1777,
"all_permissive": true
} |
ansible_role | codilime/contrail-ansible-deployer-arch | d3cec2c3091aedab4161c9a3971eea64bcf1de53 | 0 | playbooks/roles/destroy | 7,324 | [
"permissive"
] | [
{
"path": "playbooks/roles/destroy/tasks/main.yml",
"content": "---\n- name: find all directories\n find:\n path: /etc/contrail\n file_type: directory\n register: dir_out\n\n- debug:\n msg=\"{{ item.path }}\"\n with_items: \"{{ dir_out.files }}\"\n\n- name: Get name of the vrouter container\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": true
} |
ansible_role | codilime/contrail-ansible-deployer-arch | d3cec2c3091aedab4161c9a3971eea64bcf1de53 | 0 | playbooks/roles/docker | 7,324 | [
"permissive"
] | [
{
"path": "playbooks/roles/docker/tasks/start_docker_Win32NT.yml",
"content": "- name: start docker service\n win_service:\n name: docker\n start_mode: auto\n state: started\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 101
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1501,
"all_permissive": true
} |
ansible_role | codilime/contrail-ansible-deployer-arch | d3cec2c3091aedab4161c9a3971eea64bcf1de53 | 0 | playbooks/roles/install_contrail | 7,324 | [
"permissive"
] | [
{
"path": "playbooks/roles/install_contrail/templates/contrail-kubemanager.yaml.j2",
"content": "version: '2'\nservices:\n kubemanager:\n image: \"{{ container_registry }}/contrail-kubernetes-kube-manager:{{ contrail_version_tag }}\"\n network_mode: host\n environment:\n - K8S_TOKEN={{ hostva... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 15135,
"all_permissive": true
} |
ansible_role | codilime/contrail-ansible-deployer-arch | d3cec2c3091aedab4161c9a3971eea64bcf1de53 | 0 | playbooks/roles/k8s | 7,324 | [
"permissive"
] | [
{
"path": "playbooks/roles/k8s/tasks/main.yml",
"content": "---\n- name: set instance data\n set_fact:\n instance_data: \"{{ instances[hostvars[inventory_hostname].instance_name] }}\"\n\n- name: set instance name\n set_fact:\n instance_name: \"{{ hostvars[inventory_hostname].instance_name }}\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2974,
"all_permissive": true
} |
ansible_role | LexusAlex/lexusalex-tech | 7bd367c26fa3781b91d6f030763e6ecda3b0d654 | 0 | ansible/roles/server-configuration | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/server-configuration/meta/main.yml",
"content": "---\nargument_specs:\n main:\n short_description: Configuration server for install system (update,upgrade,ufw,fail2ban,user)",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | wangjasonx/minecraft-server | 064647b7563730bca71554454f650774b6aaff15 | 1 | roles/minecraft_server | 7,324 | [
"no_license"
] | [
{
"path": "roles/minecraft_server/tasks/main.yml",
"content": "---\n- name: Install Dependencies\n ansible.builtin.include_tasks: install-dependencies.yml\n\n- name: Initialize Minecraft Server\n ansible.builtin.include_tasks: initialize-mc-server.yml\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | LOG-ED/devops-with-ansible | aecf85aa8b1cbfda4407b9ccab35f6f5620fbc56 | 0 | 2/roles/entercloudsuite-infra | 7,324 | [
"no_license"
] | [
{
"path": "2/roles/entercloudsuite-infra/tasks/instances.yml",
"content": "---\n- name: Create the keypair with the supplied public key\n os_keypair:\n name: \"DemoKeypair\"\n public_key_file: \"{{ playbook_dir }}/key.pub\"\n state: present\n\n- name: Create the instance\n os_server:\n name: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | LOG-ED/devops-with-ansible | aecf85aa8b1cbfda4407b9ccab35f6f5620fbc56 | 0 | 3/roles/entercloudsuite-infra | 7,324 | [
"no_license"
] | [
{
"path": "3/roles/entercloudsuite-infra/tasks/secgroups.yml",
"content": "---\n- name: Create the security group\n os_security_group:\n name: \"DemoSecGroup\"\n description: \"The demo security group\"\n state: present\n\n- name: Allow all TCP ports\n os_security_group_rule:\n security_group:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | LOG-ED/devops-with-ansible | aecf85aa8b1cbfda4407b9ccab35f6f5620fbc56 | 0 | 3/roles/haproxy | 7,324 | [
"no_license"
] | [
{
"path": "3/roles/haproxy/tasks/main.yaml",
"content": "- include: repo.yaml\n\n#- name: Install Postfix\n# apt: name=postfix state=present\n\n#- name: Configure Postfix\n# template: src=main.cf.j2 dest=/etc/postfix/main.cf\n# notify: restart postfix\n\n- name: Install Haproxy 1.6\n apt: name=haproxy s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | LOG-ED/devops-with-ansible | aecf85aa8b1cbfda4407b9ccab35f6f5620fbc56 | 0 | 3/roles/haproxy-configure | 7,324 | [
"no_license"
] | [
{
"path": "3/roles/haproxy-configure/defaults/main.yaml",
"content": "---\n\nhaproxy_webport: 8282\nhaproxy_webuser: admin\nhaproxy_webpass: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "3/roles/haproxy-configure/templates/haproxy.cf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2607,
"all_permissive": false
} |
ansible_role | LOG-ED/devops-with-ansible | aecf85aa8b1cbfda4407b9ccab35f6f5620fbc56 | 0 | 3/roles/mywebsite | 7,324 | [
"no_license"
] | [
{
"path": "3/roles/mywebsite/tasks/main.yaml",
"content": "---\n\n- name: install mywebsite\n template: src=home.html dest=/var/www/html/\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 | LOG-ED/devops-with-ansible | aecf85aa8b1cbfda4407b9ccab35f6f5620fbc56 | 0 | 3/roles/nginx | 7,324 | [
"no_license"
] | [
{
"path": "3/roles/nginx/tasks/main.yaml",
"content": "---\n\n- name: install nginx\n apt: name=nginx force=yes update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | LOG-ED/devops-with-ansible | aecf85aa8b1cbfda4407b9ccab35f6f5620fbc56 | 0 | 3/roles/prerequisite | 7,324 | [
"no_license"
] | [
{
"path": "3/roles/prerequisite/tasks/main.yaml",
"content": "---\n\n- name: Bootstrap a host without python installed\n raw: apt-get install python -y\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | mleone10/home-lab-automation | e76c282e0555a6fec3658692af362e8370e2c966 | 0 | roles/aws | 7,324 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/main.yml",
"content": "---\n- name: install required packages\n apt:\n name: \"{{ item }}\"\n update_cache: true\n cache_valid_time: 3600\n state: latest\n loop:\n - unzip\n\n- name: download aws cli installer\n unarchive:\n src: https://awscli.amazonaws.com/a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | mleone10/home-lab-automation | e76c282e0555a6fec3658692af362e8370e2c966 | 0 | roles/common | 7,324 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: update host\n apt:\n update_cache: true\n upgrade: safe\n autoremove: yes\n\n- name: install essential packages\n apt:\n name: \"{{ item }}\"\n update_cache: true\n cache_valid_time: 3600\n state: latest\n loop:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1860,
"all_permissive": false
} |
ansible_role | mleone10/home-lab-automation | e76c282e0555a6fec3658692af362e8370e2c966 | 0 | roles/docker | 7,324 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - python3-pip\n state: present\n\n- name: add docker gpg key\n apt_key:\n url: https://download.dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | mleone10/home-lab-automation | e76c282e0555a6fec3658692af362e8370e2c966 | 0 | roles/minecraft | 7,324 | [
"no_license"
] | [
{
"path": "roles/minecraft/files/minecraft-compose.yml",
"content": "version: \"3\"\nservices:\n minecraft:\n image: itzg/minecraft-server\n tty: true\n stdin_open: true\n restart: always\n container_name: minecraft_server\n environment:\n EULA: \"true\"\n VERSION: \"1.18.1\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1156,
"all_permissive": false
} |
ansible_role | mleone10/home-lab-automation | e76c282e0555a6fec3658692af362e8370e2c966 | 0 | roles/user | 7,324 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: ensure sudo group exists\n group:\n name: sudo\n state: present\n\n- name: ensure sudo group has expected privileges\n lineinfile:\n dest: /etc/sudoers\n regexp: ^%sudo\n line: \"%sudo ALL=(ALL:ALL) ALL\"\n validate: /usr/sb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | mleone10/home-lab-automation | e76c282e0555a6fec3658692af362e8370e2c966 | 0 | roles/valheim | 7,324 | [
"no_license"
] | [
{
"path": "roles/valheim/tasks/main.yml",
"content": "---\n- name: download valheim docker compose file\n copy:\n src: valheim-compose.yml\n dest: /root/valheim-compose.yml\n\n- name: create required directories\n file:\n path: \"{{ item }}\"\n state: directory\n mode: \"0755\"\n loop:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1154,
"all_permissive": false
} |
ansible_role | surangar/infra-with-docker-on-aws | ec064d6f0b21665962f86d00cf83741acdde39f6 | 0 | Ansible/roles/iptables | 7,324 | [
"no_license"
] | [
{
"path": "Ansible/roles/iptables/tasks/main.yml",
"content": "\n- name: update /etc/hosts file\n shell: echo \"127.0.0.1 {{ host_name }}\" >> /etc/hosts\n\n- name: set host name\n hostname:\n name: \"{{ host_name }}\"\n \n- name: Allow connections on multiple tcp ports\n ansible.builtin.iptables:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1016,
"all_permissive": false
} |
ansible_role | surangar/infra-with-docker-on-aws | ec064d6f0b21665962f86d00cf83741acdde39f6 | 0 | Ansible/roles/log-search-api | 7,324 | [
"no_license"
] | [
{
"path": "Ansible/roles/log-search-api/tasks/main.yml",
"content": " - name: deploy log search api docker container\n docker_container:\n image: sesirir/log-search-api:latest\n name: log-search-api\n state: started\n auto_remove: true\n volumes: /var/log:/var/log/search-api\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | surangar/infra-with-docker-on-aws | ec064d6f0b21665962f86d00cf83741acdde39f6 | 0 | Ansible/roles/nginx-watcher | 7,324 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx-watcher/files/nginx-watcher-starter.sh",
"content": "#!/bin/bash\n\ncase \"$1\" in \nstart)\n /etc/nginx-watcher/nginx-watcher.sh &\n echo $!>/var/run/nginx-watcher.pid\n ;;\nstop)\n kill `cat /var/run/nginx-watcher.pid`\n rm /var/run/nginx-watcher.pid\n ;;\nrestar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1729,
"all_permissive": false
} |
ansible_role | surangar/infra-with-docker-on-aws | ec064d6f0b21665962f86d00cf83741acdde39f6 | 0 | Ansible/roles/run-nginx | 7,324 | [
"no_license"
] | [
{
"path": "Ansible/roles/run-nginx/tasks/main.yml",
"content": " - name: deploy nginx docker container\n docker_container:\n image: nginx:stable\n name: nginx\n state: started\n auto_remove: true\n volumes: /var/log:/usr/share/nginx/html\n ports:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/argocd | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/argocd/files/argocd-app.yml",
"content": "apiVersion: argoproj.io/v1alpha1\nkind: Application\nmetadata:\n name: argocd-app\n namespace: argocd\n annotations:\n argocd.argoproj.io/sync-wave: \"2\"\nspec:\n project: default\n source:\n repoURL: https://github.com/simlf/Kub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4041,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/cert-manager | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/cert-manager/tasks/main.yml",
"content": "- name: Add cert manager Helm repository\n shell: |\n helm repo add jetstack https://charts.jetstack.io --force-update\n\n- name: Install cert manager\n shell: |\n helm install \\\n cert-manager jetstack/cert-manager \\\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1298,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/docker | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Check if Docker is installed\n command: docker -v\n register: docker_installed\n ignore_errors: true\n\n- name: Install Docker\n block:\n - name: Add Docker's official GPG key\n block:\n - name: Install necessary package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2199,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/helm | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/helm/tasks/main.yml",
"content": "- name: Download Helm installation script\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: \"0644\" # Initially readable by all users\n\n- name: Set execute permissions ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/kubeadm | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/kubeadm/tasks/main.yml",
"content": "- name: Install required packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - curl\n state: present\n update_cache: yes\n\n- name: Add Kubernetes apt key\n shell: curl -fsSL https://pkgs.k8s.io/core:/stable:/v1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 866,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/master | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/master/tasks/main.yml",
"content": "- name: Init kubeadm\n shell: sudo kubeadm init --pod-network-cidr=10.96.0.0/16 --service-cidr=10.97.0.0/16 --cri-socket unix:///var/run/cri-dockerd.sock | tail -n 2\n register: cluster_join_command_register\n\n- name: Store cluster join command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1443,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/nginx | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Copy nginx controller manifest\n copy:\n src: deploy.yaml\n dest: /home/adminuser/deploy.yaml\n owner: root\n group: root\n mode: \"0644\"\n\n- name: Apply nginx controller\n shell: kubectl apply -f /home/adminuser/deploy.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/node | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/node/tasks/main.yml",
"content": "- name: Join kubeadm cluster\n shell: sudo {{ hostvars['k8s-server']['cluster_join_command'] }} --cri-socket unix:///var/run/cri-dockerd.sock\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/sealed-secrets | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/sealed-secrets/tasks/main.yml",
"content": "- name: Add helm sealed\n shell: helm repo add sealed-secrets https://bitnami-labs.github.io/sealed-secrets\n\n- name: Install the Sealed Secrets Operator\n shell: |\n helm install sealed-secrets -n kube-system sealed-secrets/sealed-s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2918,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/setup | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/setup/tasks/main.yml",
"content": "- name: Update the package cache\n apt:\n update_cache: yes\n\n- name: Explicity load br_netfilter module\n command: modprobe br_netfilter\n\n- name: Create k8s.conf with sysctl settings\n copy:\n dest: /etc/sysctl.d/k8s.conf\n content:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": true
} |
ansible_role | simlf/KubeQuest | 58f411d41effd501bfbdb03130412bdc08cb499c | 0 | ansible/roles/wait-core | 7,324 | [
"permissive"
] | [
{
"path": "ansible/roles/wait-core/tasks/main.yml",
"content": "# - name: Wait for all control-plane pods become created\n# shell: \"kubectl get po --namespace=kube-system --selector tier=control-plane --output=jsonpath='{.items[*].metadata.name}'\"\n# register: control_plane_pods_created\n# until: it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 768,
"all_permissive": true
} |
ansible_role | abdorhl/BoutApp | 3a34d5e5ea91631f97e67ebaabb73a2ffd6b778c | 0 | ansible/roles/common | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install common packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - git\n - curl\n - wget\n - unzip\n - python3-pip\n - openjdk-11-jdk\n\n- name: Set timezone\n timezone:\n name: UTC\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | abdorhl/BoutApp | 3a34d5e5ea91631f97e67ebaabb73a2ffd6b778c | 0 | ansible/roles/jenkins | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Download Jenkins repository key\n get_url:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\n dest: /usr/share/keyrings/jenkins-keyring.asc\n mode: '0644'\n\n- name: Add Jenkins repository\n apt_repository:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4104,
"all_permissive": false
} |
ansible_role | abdorhl/BoutApp | 3a34d5e5ea91631f97e67ebaabb73a2ffd6b778c | 0 | ansible/roles/sonarqube | 7,324 | [
"no_license"
] | [
{
"path": "ansible/roles/sonarqube/templates/sonarqube.service.j2",
"content": "[Unit]\nDescription=SonarQube service\nAfter=network.target network-online.target\nWants=network-online.target\n\n[Service]\nType=forking\nExecStart=/opt/sonarqube/bin/linux-x86-64/sonar.sh start\nExecStop=/opt/sonarqube/bin/lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2938,
"all_permissive": false
} |
ansible_role | pnearing/nagios-CSP-docker | daa4b416cb28a6990789234be4b934ccc88574e1 | 0 | nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_aix | 7,324 | [
"no_license"
] | [
{
"path": "nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_aix/tasks/main.yml",
"content": "---\n\n- name: Download NCPA\n get_url:\n url: https://assets.nagios.com/downloads/ncpa/ncpa-latest.aix7.1.ppc.rpm\n dest: /tmp/ncpa.rpm\n force: yes\n\n- name: Install NCP... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | pnearing/nagios-CSP-docker | daa4b416cb28a6990789234be4b934ccc88574e1 | 0 | nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_linux | 7,324 | [
"no_license"
] | [
{
"path": "nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_linux/tasks/ncpav3.yml",
"content": "---\n\n# Check Ansible can read system info (some versions can't determine OS for newer OS)\n\n- name: Check if Ansible can read System Info\n fail:\n msg: \"Ansible version ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 11115,
"all_permissive": false
} |
ansible_role | pnearing/nagios-CSP-docker | daa4b416cb28a6990789234be4b934ccc88574e1 | 0 | nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_mac | 7,324 | [
"no_license"
] | [
{
"path": "nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_mac/tasks/ncpav3.yml",
"content": "---\n\n- name: Download NCPA v3\n get_url:\n url: https://assets.nagios.com/downloads/ncpa3/ncpa-latest.x86_64.dmg\n dest: /tmp/ncpa.dmg\n force: yes\n \n- name: Mount N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | pnearing/nagios-CSP-docker | daa4b416cb28a6990789234be4b934ccc88574e1 | 0 | nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_solaris | 7,324 | [
"no_license"
] | [
{
"path": "nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_solaris/tasks/ncpav3.yml",
"content": "---\n\n- name: Download NCPA (i86 systems)\n get_url:\n url: https://assets.nagios.com/downloads/ncpa/ncpa-latest.sol{{ ansible_distribution_version.split('.')[0] }}.i86pc.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | pnearing/nagios-CSP-docker | daa4b416cb28a6990789234be4b934ccc88574e1 | 0 | nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_win | 7,324 | [
"no_license"
] | [
{
"path": "nagios_xi_src/nagiosxi/nagiosxi/basedir/html/config/deployment/roles/ncpa_install_win/tasks/main.yml",
"content": "---\n\n- name: Install Latest NCPA Version\n win_package:\n path: https://assets.nagios.com/downloads/ncpa/ncpa-latest.exe\n product_id: '{732ae10d-f3f1-4946-85c3-0a2aee05e716... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | pnearing/nagios-CSP-docker | daa4b416cb28a6990789234be4b934ccc88574e1 | 0 | nagios_xi_src/nagiosxi/nagiosxi/basedir/scripts/migrate/roles/migrate_core | 7,324 | [
"no_license"
] | [
{
"path": "nagios_xi_src/nagiosxi/nagiosxi/basedir/scripts/migrate/roles/migrate_core/tasks/main.yml",
"content": "---\n\n# Check Ansible can read system info (some versions can't determine OS for newer OS)\n\n- name: Check if Ansible can read System Info\n fail:\n msg: \"Ansible version on the Nagios X... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | GerlandioLNX/Ansible_Automation | 97753319ea8cab5859c67803698a3e3ea4b39f3e | 0 | roles/base | 7,322 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for beholder\n authorized_key:\n user: beholder\n key: \"<KEY>\"\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 | GerlandioLNX/Ansible_Automation | 97753319ea8cab5859c67803698a3e3ea4b39f3e | 0 | roles/workstations | 7,322 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.9.0-alpha20240404/terraform_1.9.0-alpha20240404_linux_amd64.zip\n dest: /usr/local/bin\n remote_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | jotasantos/junos-vagrant-libvirt-lab | 29b16736b4464494b9314862ad90499cd6ec308e | 0 | roles/ip_loop | 7,322 | [
"no_license"
] | [
{
"path": "roles/ip_loop/tasks/main.yml",
"content": "- name: Change configuration using junos_config module\n junos_config:\n lines:\n - \"set interfaces {{ item.name }} family inet address {{ item.ip }}/{{item.mask}}\"\n - \"set system host-name {{inventory_hostname}}\"\n comment: \"Upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | jotasantos/junos-vagrant-libvirt-lab | 29b16736b4464494b9314862ad90499cd6ec308e | 0 | roles/ip_loop-csr | 7,322 | [
"no_license"
] | [
{
"path": "roles/ip_loop-csr/tasks/main.yml",
"content": "- name: Change configuration using ios_config module - set the host name\n ios_config:\n lines: hostname {{ inventory_hostname }}\n\n- name: Change configuration using ios_config module - configure the interfaces\n ios_config:\n lines:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | jotasantos/junos-vagrant-libvirt-lab | 29b16736b4464494b9314862ad90499cd6ec308e | 0 | roles/push | 7,322 | [
"no_license"
] | [
{
"path": "roles/push/tasks/main.yml",
"content": "- name: \"Get committed configuration\"\n junos_config:\n update: \"override\"\n src : \"../../retrieve/backup/{{ inventory_hostname }}.xml\"\n comment: \"updated using Ansible\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | jotasantos/junos-vagrant-libvirt-lab | 29b16736b4464494b9314862ad90499cd6ec308e | 0 | roles/push-ios | 7,322 | [
"no_license"
] | [
{
"path": "roles/push-ios/tasks/main.yml",
"content": "- name: \"Push ios configuration\"\n ios_config:\n src: \"/root/junos-vmx-18.2r1.9-vagrant-virtual-lab/roles/retrieve-ios/backup/{{ inventory_hostname }}\"\n\n- name: \"Save ios configuration\"\n ios_config:\n save_when: modified\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | jotasantos/junos-vagrant-libvirt-lab | 29b16736b4464494b9314862ad90499cd6ec308e | 0 | roles/retrieve | 7,322 | [
"no_license"
] | [
{
"path": "roles/retrieve/tasks/main.yml",
"content": "- name: \"Get committed configuration\"\n junos_config:\n backup: yes\n backup_options:\n filename: \"{{ inventory_hostname }}.xml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | jotasantos/junos-vagrant-libvirt-lab | 29b16736b4464494b9314862ad90499cd6ec308e | 0 | roles/retrieve-ios | 7,322 | [
"no_license"
] | [
{
"path": "roles/retrieve-ios/tasks/main.yml",
"content": "- name: \"Get committed configuration\"\n ios_config:\n host: \"{{ ansible_host }}\"\n backup: yes\n backup_options:\n filename: \"{{ inventory_hostname }}\"\n dir_path: \"/root/junos-vmx-18.2r1.9-vagrant-virtual-lab/roles/retrie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | mehdibn/BABEL | 39b8c861d035c7a11b429a42fc632dd95af6573c | 5 | benchmark-installation-orchestration/roles/babel.install | 7,322 | [
"no_license"
] | [
{
"path": "benchmark-installation-orchestration/roles/babel.install/templates/start-jolokia-agent.sh.j2",
"content": "\n{% for consumer in consumers_jolokia_agent %}\nsudo -u {{ consumer.user }} java -jar {{ babel_install_link_dir }}/jars/jolokia-jvm-1.6.2-agent.jar --port {{ consumer.port }} --host 0.0... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 12386,
"all_permissive": false
} |
ansible_role | mehdibn/BABEL | 39b8c861d035c7a11b429a42fc632dd95af6573c | 5 | benchmark-installation-orchestration/roles/elasticsearch.install | 7,322 | [
"no_license"
] | [
{
"path": "benchmark-installation-orchestration/roles/elasticsearch.install/tasks/main.yml",
"content": "---\n- name: check for elasticsearch installation..\n stat:\n path: '{{elasticsearch_install_dir}}'\n changed_when: false\n register: elasticsearch_binary\n- when: not elasticsearch_binary.stat.exi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | mehdibn/BABEL | 39b8c861d035c7a11b429a42fc632dd95af6573c | 5 | benchmark-installation-orchestration/roles/examples.lambda.install | 7,322 | [
"no_license"
] | [
{
"path": "benchmark-installation-orchestration/roles/examples.lambda.install/templates/start-spark-job-3.sh.j2",
"content": "\n{{ SUTSPARKBIN }}/spark-submit --class tn.lipsic.examples.lambda.streaming.SparkStreamingAnalyzer \\\n --master yarn-cluster \\\n --num-executors 3 \\\n --driver-memory 51... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4155,
"all_permissive": false
} |
ansible_role | mehdibn/BABEL | 39b8c861d035c7a11b429a42fc632dd95af6573c | 5 | benchmark-installation-orchestration/roles/java.install | 7,322 | [
"no_license"
] | [
{
"path": "benchmark-installation-orchestration/roles/java.install/defaults/main.yml",
"content": "---\n\nopenjdk_version: 1.8.0\nopenjdk_package_name: \"java-{{ openjdk_version }}-openjdk\"\nopenjdk_devel_package_name: \"java-{{ openjdk_version }}-openjdk-devel\"",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | mehdibn/BABEL | 39b8c861d035c7a11b429a42fc632dd95af6573c | 5 | benchmark-installation-orchestration/roles/kafka.install | 7,322 | [
"no_license"
] | [
{
"path": "benchmark-installation-orchestration/roles/kafka.install/tasks/main.yml",
"content": "---\n- name: check for kafka installation..\n stat:\n path: '{{kafka_install_dir}}'\n changed_when: false\n register: kafka_binary\n- when: not kafka_binary.stat.exists\n block:\n - name: download kafk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2266,
"all_permissive": false
} |
ansible_role | mehdibn/BABEL | 39b8c861d035c7a11b429a42fc632dd95af6573c | 5 | benchmark-installation-orchestration/roles/kibana.install | 7,322 | [
"no_license"
] | [
{
"path": "benchmark-installation-orchestration/roles/kibana.install/defaults/main.yml",
"content": "---\nkibana_download_timeout_seconds: 600\nkibana_install_parent_dir: /usr/local\n\nkibana_mirror : https://artifacts.elastic.co/downloads/kibana\nkibana_ver : '7.3.0'\n\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2349,
"all_permissive": false
} |
ansible_role | mehdibn/BABEL | 39b8c861d035c7a11b429a42fc632dd95af6573c | 5 | benchmark-installation-orchestration/roles/logstash.install | 7,322 | [
"no_license"
] | [
{
"path": "benchmark-installation-orchestration/roles/logstash.install/vars/main.yml",
"content": "---\n\nlogstash_name : 'logstash-{{logstash_ver}}'\nlogstash_tgz : '{{logstash_name}}.tar.gz'\nlogstash_tgz_url : '{{logstash_mirror}}/{{logstash_tgz}}'\n\nlogstash_install_dir: '{{logstash_install_parent_dir}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1357,
"all_permissive": false
} |
ansible_role | shivacharan999/roboshop-ansible | 6aeb818233250252c08a9850afd19e08a469ee4d | 0 | roles/common | 7,322 | [
"no_license"
] | [
{
"path": "roles/common/tasks/java.yml",
"content": "\n\n- name: Install Maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: app_prereq_setup\n ansible.builtin.import_tasks:\n file: app_prereq_setup.yml\n\n- name: Installing Maven dependencies.\n ansible.builtin.shell: mvn c... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2836,
"all_permissive": false
} |
ansible_role | shivacharan999/roboshop-ansible | 6aeb818233250252c08a9850afd19e08a469ee4d | 0 | roles/frontend | 7,322 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "component: fronend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | shivacharan999/roboshop-ansible | 6aeb818233250252c08a9850afd19e08a469ee4d | 0 | roles/mongodb | 7,322 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copy Mongodb repo file \n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install mongodb\n ansible.builtin.yum:\n name: mongodb-org \n state: installed\n\n- name: Update Mongodb listen adddd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | shivacharan999/roboshop-ansible | 6aeb818233250252c08a9850afd19e08a469ee4d | 0 | roles/mysql | 7,322 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "# source common.sh\n\n# mysql_root_password=$1\n\n# if [ -z \"${mysql_root_password}\" ]; then ###RoboShop@1\n# echo -e \"\\e[31mNeed Mysql Root Password\\e[0m\"\n# exit 1\n# fi\n\n\n\n# print_head \" <<<<<<< downloading Mysql >>>>>>> \"\n# dnf modul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1598,
"all_permissive": false
} |
ansible_role | shivacharan999/roboshop-ansible | 6aeb818233250252c08a9850afd19e08a469ee4d | 0 | roles/rabbitmq | 7,322 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "\n# source common.sh\n\n# roboshop_app_password=$1\n\n# if [ -z \"${roboshop_app_password}\" ]; then ## <PASSWORD>\n# echo -e \"\\e[31mNeed Mysql Root Password\\e[0m\"\n# exit 1\n# fi\n\n\n# print_head \"Setup Erlang repos\"\n# curl -s https://pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1993,
"all_permissive": false
} |
ansible_role | shivacharan999/roboshop-ansible | 6aeb818233250252c08a9850afd19e08a469ee4d | 0 | roles/redis | 7,322 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Install redis Repo\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm \n state: installed\n disable_gpg_check: yes\n\n- name: enable and install Redis\n ansible.builtin.dnf:\n name: \"@redis:remi-6.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | theappleman/guhps | 3bbd161ff430cb14a9c1b5a9e4b525a42b31543b | 0 | roles/distcc | 7,322 | [
"no_license"
] | [
{
"path": "roles/distcc/tasks/main.yml",
"content": "---\n- include: install.yml\n\n- include: host-addresses.yml\n\n- name: prepare allowed servers\n template:\n src: distccd.service.conf\n dest: /etc/systemd/system/distccd.service.d/00gentoo.conf\n\n# Split out due to ansible/ansible#20736\n- incl... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | theappleman/guhps | 3bbd161ff430cb14a9c1b5a9e4b525a42b31543b | 0 | roles/firstboot | 7,322 | [
"no_license"
] | [
{
"path": "roles/firstboot/tasks/main.yml",
"content": "---\n- set_fact:\n distcc_ready: \"{{ ansible_local.distcc.ready | default(False) }}\"\n when: ansible_local is defined\n\n- set_fact:\n distcc_ready: False\n when: ansible_local is not defined\n\n- template:\n src: make.conf\n dest: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2861,
"all_permissive": false
} |
ansible_role | theappleman/guhps | 3bbd161ff430cb14a9c1b5a9e4b525a42b31543b | 0 | roles/upgrade | 7,322 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/portage.yml",
"content": "---\n\n- block:\n - portage:\n package: portage\n oneshot: yes\n rescue:\n - shell: emerge -1 portage\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/upgrade/tasks/gcc... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/adduser | 7,322 | [
"no_license"
] | [
{
"path": "roles/adduser/tasks/main.yml",
"content": "---\n# tasks file for adduser\n- name: Create new user\n ansible.builtin.user:\n name: \"{{ project_user }}\"\n password: \"{{ <PASSWORD> }}\" \n shell: /bin/bash\n create_home: yes\n append: yes\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.