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 | menshikoff/linux-admin-pro-home-work | d056d5808b582bca6d5d3f0784c8bceaad896a31 | 0 | month-4/27. Архитектура сетей/ansible/roles/install-tracerote | 442 | [
"no_license"
] | [
{
"path": "month-4/27. Архитектура сетей/ansible/roles/install-tracerote/tasks/main.yml",
"content": "---\n- name: apt update\n apt:\n update_cache: yes\n- name: install traceroute\n apt:\n name: traceroute\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | menshikoff/linux-admin-pro-home-work | d056d5808b582bca6d5d3f0784c8bceaad896a31 | 0 | month-4/27. Архитектура сетей/ansible/roles/nat-setup | 442 | [
"no_license"
] | [
{
"path": "month-4/27. Архитектура сетей/ansible/roles/nat-setup/handlers/main.yml",
"content": "---\n# handlers file for roles/nat-setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "month-4/27. Архитектура сетей/ansible/roles/nat-setup/vars/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | ansnetauto/repo1 | 7929d9991a94339bc1654981e96e7e731180f5a6 | 0 | ch10/vars_precedence/tom2/roles/base | 442 | [
"no_license"
] | [
{
"path": "ch10/vars_precedence/tom2/roles/base/tasks/main.yml",
"content": "- name: add ssh key for jsmith\n tags: always\n authorized_key:\n user: jsmith\n key: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | ansnetauto/repo1 | 7929d9991a94339bc1654981e96e7e731180f5a6 | 0 | ch10/vars_precedence/tom2/roles/db_servers | 442 | [
"no_license"
] | [
{
"path": "ch10/vars_precedence/tom2/roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb package\n package:\n name: \"{{ 'mariadb-server' if ansible_distribution == 'Ubuntu' else 'mariadb' }}\"\n state: latest\n tags: mariadb\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | ansnetauto/repo1 | 7929d9991a94339bc1654981e96e7e731180f5a6 | 0 | ch10/vars_precedence/tom2/roles/web_servers | 442 | [
"no_license"
] | [
{
"path": "ch10/vars_precedence/tom2/roles/web_servers/handlers/main.yml",
"content": "- name: restart_http\n service:\n name: \"{{ http_service }}\"\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "ch10/vars_precedence/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | laszlocph/rancher-kubernetes | 448f9ecb019c661da91dcc1f4654e3bcd07b11cc | 5 | ansible/roles/docker | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- apt_key:\n keyserver: hkp://p80.pool.sks-keyservers.net:80\n id: <KEY>\n\n- apt_repository:\n repo: deb https://apt.dockerproject.org/repo ubuntu-xenial main\n state: present\n\n- apt:\n name: aptitude\n update_cache: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | laszlocph/rancher-kubernetes | 448f9ecb019c661da91dcc1f4654e3bcd07b11cc | 5 | ansible/roles/kube-master | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/kube-master/tasks/main.yml",
"content": "---\n- name: Get the Kubernetes project id\n action: uri\n method=GET\n status_code=200\n url=\"http://{{ rancher_server }}:{{ rancher_port }}/v1/projects\" return_content=yes\n register: kube_project_id\n\n- name: Return the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | laszlocph/rancher-kubernetes | 448f9ecb019c661da91dcc1f4654e3bcd07b11cc | 5 | ansible/roles/kubernetes-init | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-init/templates/edit-template-request.j2",
"content": "{\n \"data\": {\n \"fields\": {\n \"stacks\": [\n {\n \"name\": \"kubernetes\",\n \"templateId\": \"library:infra*k8s\"\n },\n {\n \"name\": \"network-services\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3317,
"all_permissive": false
} |
ansible_role | laszlocph/rancher-kubernetes | 448f9ecb019c661da91dcc1f4654e3bcd07b11cc | 5 | ansible/roles/rancher | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/rancher/defaults/main.yml",
"content": "---\nrancher_name: 'rancher_server'\nrancher_version: 'stable'\nrancher_port: 8080",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/rancher/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | kvadrage/altdemo-provision | 467e32e9a21613bcc14ad3665412cac6cf940ec5 | 0 | roles/bird | 442 | [
"no_license"
] | [
{
"path": "roles/bird/handlers/main.yml",
"content": "- name: enable bird\n service: name=bird state=started enabled=yes\n- name: restart bird\n service: name=bird state=restarted\n- name: reload bird\n service: name=bird state=reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5074,
"all_permissive": false
} |
ansible_role | kvadrage/altdemo-provision | 467e32e9a21613bcc14ad3665412cac6cf940ec5 | 0 | roles/network_centos | 442 | [
"no_license"
] | [
{
"path": "roles/network_centos/defaults/main.yml",
"content": "---\nsave_local: \"{{global.save_local|default('enabled')}}\"\n\nnetwork_folder: \"/etc/sysconfig/network-scripts\"\nnetwork_folder_local: \"config/{{ansible_hostname}}/etc/sysconfig/network-scripts\"\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | kvadrage/altdemo-provision | 467e32e9a21613bcc14ad3665412cac6cf940ec5 | 0 | roles/quagga | 442 | [
"no_license"
] | [
{
"path": "roles/quagga/handlers/main.yml",
"content": "- name: check zebra\n shell: bash -c '[[ -z $(zebra --dryrun) ]]'\n- name: enable zebra\n service: name=zebra state=started enabled=yes\n- name: restart zebra\n service: name=zebra state=restarted\n- name: reload zebra\n service: name=zebra state=r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4121,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/docker | 442 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Docker | Run Windows tasks\n import_tasks: windows.yml\n when: ansible_os_family | lower == 'windows'\n tags: [windows, docker]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 615,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/dotnet | 442 | [
"no_license"
] | [
{
"path": "roles/dotnet/vars/main.yml",
"content": "---\ndotnet_sdk_list:\n [\n dotnet-5.0-sdk-4xx,\n dotnet-6.0-sdk-4xx,\n dotnet-7.0-sdk-4xx,\n dotnet-8.0-sdk-3xx,\n dotnet-9.0-sdk-1xx,\n ]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
},
{
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/fonts | 442 | [
"no_license"
] | [
{
"path": "roles/fonts/vars/main.yml",
"content": "---\nfonts_fonts:\n - url: 'https://github.com/microsoft/cascadia-code/releases/download/v2404.23/CascadiaCode-2404.23.zip'\n check_glob: 'CascadiaCode*-*'\n file_filter: '*[\\/]static[\\/]*.otf'\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2839,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/git | 442 | [
"no_license"
] | [
{
"path": "roles/git/tasks/ubuntu.yml",
"content": "---\n- name: Git | Ubuntu | Hello world!\n debug:\n msg: Hello, world (Git, Ubuntu)!\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: G... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/github_cli | 442 | [
"no_license"
] | [
{
"path": "roles/github_cli/files/powershell-completion.ps1",
"content": "gh completion -s powershell | Out-String | Invoke-Expression\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/github_cli/tasks/windows.yml",
"content": "---\n- nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/gitlab_cli | 442 | [
"no_license"
] | [
{
"path": "roles/gitlab_cli/files/powershell-completion.ps1",
"content": "glab completion -s powershell | Out-String | Invoke-Expression\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/gitlab_cli/tasks/main.yml",
"content": "---\n- name... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/nerd_fonts | 442 | [
"no_license"
] | [
{
"path": "roles/nerd_fonts/vars/main.yml",
"content": "---\nnerd_fonts_fonts: [0xProto]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/nerd_fonts/tasks/main.yml",
"content": "---\n- name: Nerd Fonts | Run Windows tasks\n import_tasks... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1604,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/nuke | 442 | [
"no_license"
] | [
{
"path": "roles/nuke/tasks/windows.yml",
"content": "---\n- name: Nuke Global Tool | Install\n ansible.windows.win_powershell:\n script: |\n #Requires -Version 7\n\n $ErrorActionPreference = 'Stop'\n\n $Ansible.Changed = $false\n\n $PackageId = 'nuke.globaltool'\n $RequiredVers... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/oh_my_posh | 442 | [
"no_license"
] | [
{
"path": "roles/oh_my_posh/files/powershell-completion.ps1",
"content": "oh-my-posh completion powershell | Out-String | Invoke-Expression\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/oh_my_posh/files/config.yaml",
"content": "# yam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3059,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/powershell | 442 | [
"no_license"
] | [
{
"path": "roles/powershell/files/utils/json-to-yaml.ps1",
"content": "function Convert-JsonToYaml {\n param (\n [Parameter(Mandatory, ValueFromPipeline, ValueFromRemainingArguments)]\n [string] $InputObject\n )\n\n $InputObject | ConvertFrom-Json | ConvertTo-Yaml | Write-Output\n}\n\nfunction Conv... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 13525,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/ssh | 442 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/windows.yml",
"content": "---\n- name: SSH | Start ssh agent\n ansible.windows.win_service:\n name: ssh-agent\n state: started\n become: true\n- name: SSH | Save ssh keys to ssh-agent\n ansible.windows.win_shell: |\n ssh-add {{ item.path }}\n loop: '{{ ssh_keys }}'\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/vpn_ikev2 | 442 | [
"no_license"
] | [
{
"path": "roles/vpn_ikev2/tasks/main.yml",
"content": "---\n- name: VPN IKEv2 | Check certificate installed\n ansible.windows.win_shell: |\n If (Get-ChildItem -Path 'cert:' -Recurse | Where-Object -Property Subject -Like '*CN={{ vpn_ikev2_cn }}') {1} Else {0}\n register: vpn_ikev2_certificate_installe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2180,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/winget | 442 | [
"no_license"
] | [
{
"path": "roles/winget/defaults/main.yml",
"content": "---\n# defaults file for winget\nwinget_packages: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/winget/tasks/get_installed_packages.yml",
"content": "---\n- name: WinGet | Get... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5873,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/winget_packages | 442 | [
"no_license"
] | [
{
"path": "roles/winget_packages/tasks/main.yml",
"content": "---\n- name: WinGet | Install packages\n loop: '{{ winget_package_list }}'\n dvchevskii.windows.winget:\n id: '{{ item.id | default(item) }}'\n state: '{{ item.state | default(omit) }}'\n version: '{{ item.version | default(omit) }}'\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | 2chevskii/dotfiles | 0429f8ee328064b5cd5dc312b87548bdbc841171 | 0 | roles/zoxide | 442 | [
"no_license"
] | [
{
"path": "roles/zoxide/tasks/windows.yml",
"content": "---\n- name: ZOxide | Install\n dvchevskii.windows.winget:\n id: ajeetdsouza.zoxide\n state: latest\n- name: ZOxide | Create PowerShell environment directory\n ansible.windows.win_file:\n path: '{{ config_dir }}/powershell/environment'\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | OPI-doug/kubic | a228e2491a179adabc06eb3d3e8f488122863a87 | 0 | ansible/roles/common | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update the dnf cache\n dnf:\n update_cache: yes\n name: \"*\"\n state: latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | OPI-doug/kubic | a228e2491a179adabc06eb3d3e8f488122863a87 | 0 | ansible/roles/hc-vault | 442 | [
"no_license"
] | [
{
"path": "ansible/roles/hc-vault/tasks/main.yml",
"content": "---\n- name: Creating vault user group\n group:\n name: \"{{ vault_group }}\"\n become: yes\n\n- name: Creating vault user\n user:\n name: \"{{ vault_user }}\"\n group: \"{{ vault_group }}\"\n system: yes\n shell: \"/sbin/nolog... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | newsha400/ansible | 7823684713828fea32cabf05e285f5ad80d8d2ce | 0 | roles/nginx | 442 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: name=nginx state=present\n\n- name: Copy nginx configuration\n template: src=default.conf dest=/etc/nginx/nginx.conf\n notify: restart nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | newsha400/ansible | 7823684713828fea32cabf05e285f5ad80d8d2ce | 0 | roles/nodejs | 442 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install npm\n apt: name=npm state=present\n\n- name: Install forever\n become: yes\n npm: \n name: forever \n global: yes\n\n- name: Install git\n apt: name=git state=present\n\n- name: Clone git repository\n git: \n repo: https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | xcld/watens-ansible | 166b0d03346dca289ccb6cd4eff90b5c209a6114 | 0 | roles/backend | 441 | [
"no_license"
] | [
{
"path": "roles/backend/templates/nginx.conf.j2",
"content": "user {{ user }};\nworker_processes 8;\n\nerror_log /var/log/nginx/error.log;\npid /var/run/nginx.pid;\n\nworker_rlimit_nofile 51200;\n\nevents {\n use epoll;\n worker_connections 1024;\n}\n\nhttp {\n limit_req_zone $binary_remote_ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4652,
"all_permissive": false
} |
ansible_role | xcld/watens-ansible | 166b0d03346dca289ccb6cd4eff90b5c209a6114 | 0 | roles/cron | 441 | [
"no_license"
] | [
{
"path": "roles/cron/tasks/main.yaml",
"content": "---\n- name: add cronjob to frontend\n cron:\n name: \"blockip\"\n minute: \"*/10\"\n job: \"/usr/bin/python /etc/nginx/blockip/blockip.py\"\n when: ansible_hostname==\"watens-frontend\"\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | xcld/watens-ansible | 166b0d03346dca289ccb6cd4eff90b5c209a6114 | 0 | roles/frontend | 441 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yaml",
"content": "---\n- name: add php ppa:ondrej\n apt_repository: repo='ppa:ondrej/php' update_cache=yes\n- name: install nginx,php postfix,postfix\n apt: name=\"{{ item }}\" state=present\n with_items:\n - git\n - curl\n - nginx\n - php-common\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3620,
"all_permissive": false
} |
ansible_role | xcld/watens-ansible | 166b0d03346dca289ccb6cd4eff90b5c209a6114 | 0 | roles/setup | 441 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/ubuntu.yaml",
"content": "---\n- name: setting hostname\n hostname: name={{ hostname }}\n when: hostname is defined and hostname",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/setup/tasks/main.yaml",
"cont... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | xcld/watens-ansible | 166b0d03346dca289ccb6cd4eff90b5c209a6114 | 0 | roles/timezone | 441 | [
"no_license"
] | [
{
"path": "roles/timezone/tasks/main.yaml",
"content": "---\n- name: setting the timezone\n timezone:\n name: \"{{ TimeZone }}\"\n when: TimeZone is defined\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | xcld/watens-ansible | 166b0d03346dca289ccb6cd4eff90b5c209a6114 | 0 | roles/user | 441 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yaml",
"content": "---\n- name: \"Create user group(s)\"\n group:\n name: \"{{ user }}\"\n state: present\n- name: \"Add the user {{ user }}\"\n user:\n name: \"{{ user }}\"\n shell: /bin/bash\n generate_ssh_key: yes\n ssh_key_bits: 2048\n groups: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | vipin2411/ansible | 4c5366397549e3f64a7e28fa92a2b505016600ec | 0 | apache-basic-playbook/roles/apache-simple | 441 | [
"no_license"
] | [
{
"path": "apache-basic-playbook/roles/apache-simple/tasks/main.yml",
"content": "---\n# tasks file for apache-simple\n- name: install httpd packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ httpd_packages }}\"\n notify: restart apache service\n\n- name: copy httpd.conf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | fedora-cloud/fosp-playbooks | 0449a595c9cb891f29227854cd4f8cf389dcc544 | 2 | roles/admin_ssh_keys | 441 | [
"no_license"
] | [
{
"path": "roles/admin_ssh_keys/tasks/main.yml",
"content": "- name: Add ssh keys for admins\n authorized_key:\n user: fedora\n key: \"{{ item }}\"\n with_file:\n - misc.pub\n - jberkus.pub\n - scollier.pub\n - rcook.pub\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | fedora-cloud/fosp-playbooks | 0449a595c9cb891f29227854cd4f8cf389dcc544 | 2 | roles/dnsmasq | 441 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: Install dnsmasq\n package:\n name: dnsmasq\n state: present\n\n- service:\n name: dnsmasq\n state: started\n enabled: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | fedora-cloud/fosp-playbooks | 0449a595c9cb891f29227854cd4f8cf389dcc544 | 2 | roles/haproxy_bastion | 441 | [
"no_license"
] | [
{
"path": "roles/haproxy_bastion/tasks/main.yml",
"content": "---\n- name: Install required packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - haproxy\n\n- name: Deploy haproxy backend\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n\n- name: Start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | fpunthira/performance_test_lab | 0eac1efe5238e97d92733b898e29f167edf0a9f3 | 0 | ansible/roles/docker_host | 441 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_host/tasks/main.yaml",
"content": "- name: ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - git\n - docker\n - python2-pip\n\n- name: pip install docker-py\n pip:\n name:\n - docker-py\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | fpunthira/performance_test_lab | 0eac1efe5238e97d92733b898e29f167edf0a9f3 | 0 | ansible/roles/jenkins_master_host | 441 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins_master_host/tasks/main.yaml",
"content": "- name: Create jenkins repo\n shell: |\n set -e\n curl --silent --location http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo | sudo tee /etc/yum.repos.d/jenkins.repo\n sudo rpm --import https://jenkins-ci.org/redhat/jenk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | fpunthira/performance_test_lab | 0eac1efe5238e97d92733b898e29f167edf0a9f3 | 0 | ansible/roles/kubespray | 441 | [
"no_license"
] | [
{
"path": "ansible/roles/kubespray/tasks/main.yaml",
"content": "- name: ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n # - python-pip\n # - python3\n # - python3-pip\n - telnet\n\n- name: Checkout Kubespray from Github\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2116,
"all_permissive": false
} |
ansible_role | fpunthira/performance_test_lab | 0eac1efe5238e97d92733b898e29f167edf0a9f3 | 0 | ansible/roles/nexus3_artifactory_container | 441 | [
"no_license"
] | [
{
"path": "ansible/roles/nexus3_artifactory_container/tasks/main.yaml",
"content": "- name: Build an nexus3 custom image\n docker_image:\n build:\n path: \"{{ role_path }}/files/nexus3_custom\"\n name: nexus3_custom\n tag: 1.0.0\n source: build\n\n- name: create a nexus3 artifactory contai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | fpunthira/performance_test_lab | 0eac1efe5238e97d92733b898e29f167edf0a9f3 | 0 | ansible/roles/trident_install | 441 | [
"no_license"
] | [
{
"path": "ansible/roles/trident_install/tasks/main.yaml",
"content": "- name: ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - lsscsi \n - iscsi-initiator-utils \n - sg3_utils \n - device-mapper-multipath\n - nfs-utils\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | fpunthira/performance_test_lab | 0eac1efe5238e97d92733b898e29f167edf0a9f3 | 0 | ansible/roles/vault_container | 441 | [
"no_license"
] | [
{
"path": "ansible/roles/vault_container/tasks/main.yaml",
"content": "- name: create a vault artifactory container\n docker_container:\n name: vault_secret_manager\n image: vault\n state: started\n env:\n VAULT_DEV_ROOT_TOKEN_ID: \"my<PASSWORD>\"\n VAULT_DEV_LISTEN_ADDRESS: \"0.0.0.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | shimotori/mac-config | 780e40e83cd186897962f8cb3afd8e924e486c7d | 1 | roles/homebrew | 441 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "---\n- name: Install Homebrew\n shell: |\n ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n args:\n creates: /usr/local/bin/brew\n\n# - name: Update Homebrew\n# homebrew:\n# update_homebrew: yes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1379,
"all_permissive": false
} |
ansible_role | shimotori/mac-config | 780e40e83cd186897962f8cb3afd8e924e486c7d | 1 | roles/mac | 441 | [
"no_license"
] | [
{
"path": "roles/mac/templates/ssh_config.j2",
"content": "Host site1 sc2sv4 sc2ap2\n Port 22022\n User efsol\nHost stg-* prd-*\n Port 22022\n User efsol\n ProxyCommand ssh -p 22022 -l efsol mng2.gn-stg.net -W %h:%p\nHost sc2db*\n Port 22022\n User efsol\n ProxyCommand ssh -p 22022 -l efsol sc2sv4 -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9132,
"all_permissive": false
} |
ansible_role | AmineOrdo/Ansible_projectSend | f173e1dcbedd3d272b2476d1a15342872173663b | 0 | roles/mariadb | 441 | [
"permissive"
] | [
{
"path": "roles/mariadb/tasks/configure.yml",
"content": "---\n- name: create a new user\n mysql_user: \n name: \"{{ mysql_user }}\" \n host: localhost\n password: \"{{ <PASSWORD> }}\" \n check_implicit_admin: yes \n priv: \"{{ database_name }}.*:ALL,GRANT\"\n\n- name: create a new data... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1064,
"all_permissive": true
} |
ansible_role | AmineOrdo/Ansible_projectSend | f173e1dcbedd3d272b2476d1a15342872173663b | 0 | roles/nginx | 441 | [
"permissive"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- import_tasks: install.yml\n- include_tasks: configure.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 63
},
{
"path": "roles/nginx/templates/vhost.conf.j2",
"content": "# D... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1588,
"all_permissive": true
} |
ansible_role | AmineOrdo/Ansible_projectSend | f173e1dcbedd3d272b2476d1a15342872173663b | 0 | roles/php | 441 | [
"permissive"
] | [
{
"path": "roles/php/tasks/configure.yml",
"content": "---\n- name: configure php\n template:\n src: php.ini.j2\n dest: /etc/php/7.4/cli/php.ini\n notify: restart php\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 115
},
{
"path":... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 683,
"all_permissive": true
} |
ansible_role | diatmpravin/ansible-lamp-stack-multi-tier | d5507a9172906ae3a1c4312e2ee563607cefb359 | 0 | roles/common | 441 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: \"Update OS paches\"\n shell: apt-get -y update\n sudo: yes\n\n- name: System - Install base packages\n apt: pkg={{item}} state=present\n sudo: yes\n with_items:\n - git\n - screen\n - traceroute\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | jeyrce/ansible-tmpl | ba98477b9eff63ae207a9581bf55d9b642bc198b | 1 | roles/default | 441 | [
"no_license"
] | [
{
"path": "roles/default/handlers/main.yaml",
"content": "#当发生改变时执行,通常用于重启服务 http://ansible.com.cn/docs/playbooks_intro.html#handlers\nhandlers:\n - name: test handler\n shell: \"date > /tmp/test.txt\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/dev_tools | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/dev_tools/vars/main.yml",
"content": "---\n# File: server/roles/dev_tools/vars/main.yml\n# Purpose: variable declarations for the dev_tools role\n\ndev_tools_epel_release_version: 6-8\ndev_tools_epel_package_name: epel-release-{{ dev_tools_epel_release_version }}.noarch.rpm\n#hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1813,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/diamond | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/diamond/defaults/main.yml",
"content": "diamond_elasticsearch_collector_enabled: False",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "ansible/roles/diamond/files/CustomHttpCollector.py",
"content": "\nimport diamond.co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2302,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/experimentalweb | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/experimentalweb/templates/nginx/nginx_app.conf.j2",
"content": "# Nginx config for Dr. Jekyll's web application. Defines the listen port for each application, socket file and log locations\n\nupstream uwsgi_cluster {\n server unix:/tmp/{{ app_primary_uwsgi_sock_filename }};\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 39271,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/initialise | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/initialise/vars/main.yml",
"content": "---\n# define variables specific to initialise\n\nauthorized_keys: authorized_keys\ntianxun_group: \"{{ tianxun_user }}\"\ntianxun_uid: 1503\ntianxun_gid: 1503\ntianxun_ssh: \"{{ tianxun_user_home }}/.ssh\"\ntianxun_profile_include_dir: \"{{ t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4470,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/nginx | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/vars/main.yml",
"content": "---\n# File: server/roles/nginx/vars/main.yml\n# Purpose: variable declarations for the nginx role\n\nnginx_version: 1.6.0\nnginx_release: 1\nnginx_rpm: \"nginx-{{ nginx_version }}-{{ nginx_release }}.el6.ngx.x86_64.rpm\"\nnginx_download_path: \"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4984,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/node | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/node/templates/profile_node_env.j2",
"content": "{# file to be included into the default bash profile #}\n # NODE\n NODE_HOME={{ node_link_path }}\n export NODE_ROOT={{ tianxun_node_dir }}\n \n PATH=$PATH:$NODE_HOME/bin\n \n NODE_LOCATION=`which node`\n NODE_VERSION=`node --version ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2686,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/python | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "---\n# File: server/roles/python/tasks/main.yml\n# Purpose: tasks to install a pre-built set of Python binaries into a fixed filesystem location\n# Usage: PARAMETERISED ROLE: {{ python_version }} is set to a default value in defaults/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8272,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/statsd | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/statsd/vars/main.yml",
"content": "---\n# File: roles/statsd/vars/main.yml\n\n#node\n\nnode_version: 0.10.29\nnode_install_dir: node-v{{ node_version }}-linux-x64\nnode_install_path: \"{{ tianxun_node_dir }}/{{ node_install_dir }}\"\nnode_bin_dir: \"{{ node_install_path }}/bin\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2936,
"all_permissive": false
} |
ansible_role | szgmwill/docker | 183ad4b2e8f099415f0d381844c6e74b65955ec7 | 0 | ansible/roles/supervisor | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/supervisor/tasks/SupervisorUpdateConfig.yml",
"content": "---\n# File: roles/supervisor/tasks/SupervisorUpdateConfig.yml\n# Purpose: re-useable task which can be included in task files for other roles\n\n# update the Supervisor configuration\n- name: update Supervisor config file... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 14680,
"all_permissive": false
} |
ansible_role | snsnaraharisetti/sankar | aa8858a10dd04e2f728d970f79ae9d0d117be2fb | 0 | roles/webserver | 437 | [
"no_license"
] | [
{
"path": "roles/webserver/vars/main.yml",
"content": "HTTPD_VARS:\n - httpd\n - httpd-devel\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/webserver/handlers/main.yml",
"content": "- name: http restart\n service:\n name: http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | Natalie-Rodideal/infrastructure | c0ba1b6cedfe65efc1090eac72c57bf78b4a58ab | 0 | natalie-rodideal.wordpress/roles/ec2 | 437 | [
"permissive"
] | [
{
"path": "natalie-rodideal.wordpress/roles/ec2/tasks/main.yml",
"content": "---\n# tasks file for ec2\n- name: Add ec2\n hosts: all\n tasks:\n # Basic provisioning example\n - amazon.aws.ec2:\n key_name: laptop\n instance_type: t2.micro\n image: ami-074cce78125f09d61\n wait: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": true
} |
ansible_role | Natalie-Rodideal/infrastructure | c0ba1b6cedfe65efc1090eac72c57bf78b4a58ab | 0 | natalie-rodideal.wordpress/roles/group | 437 | [
"permissive"
] | [
{
"path": "natalie-rodideal.wordpress/roles/group/defaults/main.yml",
"content": "---\n# defaults file for group\n---\n - amazon.aws.ec2:\n key_name: laptop\n instance_type: t2.micro\n image: ami-02e136e904f3da870\n wait: yes\n count: 5\n region: us-east-1",
"license_type": "per... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 507,
"all_permissive": true
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/appServers | 437 | [
"no_license"
] | [
{
"path": "roles/appServers/tasks/main.yml",
"content": "---\n- name: create droplets for app instance\n digital_ocean:\n state: present\n command: droplet\n name: '{{ item.name }}'\n unique_name: yes\n size_id: '{{ size_id }}'\n ssh_key_ids: '{{ my_ssh_key.ssh_key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/common | 437 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- set_fact: do_token=\"{{ lookup('env', 'DO_API_TOKEN')}}\"\n\n- set_fact: ssh_key_name=\"{{ lookup('env', 'SSH_KEY_NAME')}}\"\n\n- name: ensure ssh key exists and get the key id\n digital_ocean:\n state: present\n command: ssh\n name: '{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/dbServers | 437 | [
"no_license"
] | [
{
"path": "roles/dbServers/vars/main.yml",
"content": "---\nmongoInstances:\n - name: mongo-instance-1\nsize_id: 1gb\nimage_ID: ubuntu-18-04-x64\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/dbServers/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/do-destroy-servers | 437 | [
"no_license"
] | [
{
"path": "roles/do-destroy-servers/handlers/main.yml",
"content": "---\n# handlers file for do-destroy-servers",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/do-destroy-servers/vars/main.yml",
"content": "---\n# vars file for do-destroy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/docker | 437 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: add docker apt key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: add docker apt repository\n apt_repository:\n repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/http_load_test | 437 | [
"no_license"
] | [
{
"path": "roles/http_load_test/tasks/main.yml",
"content": "---\n- name: run http load tests\n docker_container:\n name: openhim-http-load\n image: loadimpact/k6\n state: started\n detach: yes\n volumes:\n - /opt/openhim/performance:/opt/openhim/performance:ro\n command: run /opt/op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/http_stress_test | 437 | [
"no_license"
] | [
{
"path": "roles/http_stress_test/tasks/main.yml",
"content": "---\n- name: run http stress tests\n docker_container:\n name: openhim-http-stress\n image: loadimpact/k6\n state: started\n detach: yes\n volumes:\n - /opt/openhim/performance:/opt/openhim/performance:ro\n command: run /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/http_volume_test | 437 | [
"no_license"
] | [
{
"path": "roles/http_volume_test/tasks/main.yml",
"content": "---\n- name: run http volume tests\n docker_container:\n name: openhim-http-volume\n image: loadimpact/k6\n state: started\n detach: yes\n volumes:\n - /opt/openhim/performance:/opt/openhim/performance:ro\n command: run /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/k6 | 437 | [
"no_license"
] | [
{
"path": "roles/k6/defaults/main.yml",
"content": "---\nperformance_scripts_version: master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/k6/tasks/main.yml",
"content": "---\n- name: create scripts directory\n file:\n path: /opt/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/mediator | 437 | [
"no_license"
] | [
{
"path": "roles/mediator/tasks/main.yml",
"content": "---\n- name: set up openhim-mediator-performance container\n docker_container:\n name: openhim-mediator-performance\n image: jembi/openhim-mediator-performance\n state: started\n pull: yes\n restart_policy: unless-stopped\n published_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/mediatorServers | 437 | [
"no_license"
] | [
{
"path": "roles/mediatorServers/vars/main.yml",
"content": "---\nmediatorInstances:\n - name: mediator-instance\nsize_id: 1gb\nimage_ID: ubuntu-18-04-x64\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/mediatorServers/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/mongodb | 437 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n- name: add mongodb apt key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n state: present\n\n- name: add mongodb apt repository\n apt_repository:\n repo: 'deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_relea... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/openhim | 437 | [
"no_license"
] | [
{
"path": "roles/openhim/defaults/main.yml",
"content": "---\nopenhim_core_version: '5'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/openhim/tasks/main.yml",
"content": "---\n- name: set up openhim-core container\n docker_container:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/perfomanceTestServer | 437 | [
"no_license"
] | [
{
"path": "roles/perfomanceTestServer/vars/main.yml",
"content": "---\ntestingInstances:\n - name: testing-instance\nsize_id: 2gb\nimage_ID: ubuntu-18-04-x64\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/perfomanceTestServer/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | jembi/openhim-performance | 2c6f7cbf4d543e78b9b93abb6941c57b6388b2dd | 0 | roles/writeNewHostFile | 437 | [
"no_license"
] | [
{
"path": "roles/writeNewHostFile/tasks/main.yml",
"content": "---\n- name: clean the inventory folder - check if new hosts file exixts and delete it\n file:\n state: absent\n path: '{{ new_host_file_path }}'\n\n- name: create a new host file\n lineinfile:\n path: '{{ new_host_file_path }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1720,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/azure_sp | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/azure_sp/tasks/main.yml",
"content": "---\n- name: Get template\n template:\n src: \"{{ role_path }}/templates/azure_sp.ini.j2\"\n dest: /home/{{ ansible_user }}/.azure.ini\n owner: \"{{ ansible_user }}\"\n mode: '0600'\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/caddy | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/caddy/templates/Caddyfile.j2",
"content": "# vim: ft=jinja2\n:443, https://{{ given_name }}:443, https://{{ desired_name }}:443 {\n redir 301 {\n if {>X-Forwarded-Proto} is http\n / https://{host}{uri}\n }\n\n # timeouts are long because letting proxy connect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2634,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/dns | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/templates/route53.json.j2",
"content": "{\n \"HostedZoneId\": \"{{ AWS_HOSTED_ZONE_ID }}\",\n \"ChangeBatch\": {\n \"Comment\": \"Adding {{ CNAME }}\",\n \"Changes\": [\n {\n \"Action\": \"UPSERT\",\n \"ResourceRecordSet\": {\n \"Name\": \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/docker_host | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_host/tasks/main.yml",
"content": "---\n- name: Fetch Docker installer\n get_url:\n url: https://get.docker.io\n dest: /tmp/docker.sh\n mode: 0644\n\n- name: Run Docker installer\n shell: bash get-docker.sh >> /tmp/docker.log 2>&1\n args:\n creates: /var/lib/doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/m2_proxy | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/m2_proxy/templates/settings.xml.j2",
"content": " <proxies>\n <proxy>\n <id>{{ proxy_name }}</id>\n <active>{{ proxy_active }}</active>\n <protocol>{{ proxy_protocol }}</protocol>\n <host>{{ proxy_host }}</host>\n <port>{{ proxy_port }}</port>\n <use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/ssh_trusted_ca | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh_trusted_ca/tasks/main.yml",
"content": "---\n- name: Copy {{ ca_pem_src }} to {{ ca_pem_dest }}\n copy:\n src: \"{{ ca_pem_src }}\"\n dest: \"{{ ca_pem_dest }}\"\n mode: \"0644\"\n owner: root\n group: root\n\n- name: Add TrustedUserCAKeys to sshd_config\n linei... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/vsts | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/vsts/tasks/main.yml",
"content": "---\n\n- name: Create VSTS root dir {{ vsts_root_dir }}\n file: path=\"{{ vsts_root_dir }}\" state=directory owner=root group=root mode=0700\n\n- name: Create VSTS token\n lineinfile:\n create: yes\n mode: 0400\n owner: root\n group: r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/wheel | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/wheel/tasks/main.yml",
"content": "---\n- name: Let wheel use sudo without password\n lineinfile:\n path: /etc/sudoers.d/99-wheel\n create: true\n owner: root\n group: root\n mode: 0440\n regexp: '^%wheel\\s'\n line: '%wheel ALL=(ALL) NOPASSWD: ALL'\n valida... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/xcalar | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/xcalar/tasks/main.yml",
"content": "---\n- name: Add Xcalar repo\n yum_repository:\n name: xcalar-deps\n description: Xcalar Dependencies for EL7\n baseurl: http://repo.xcalar.net/rpm-deps/el7/$basearch/\n gpgkey: https://xcrepo.s3.amazonaws.com/RPM-GPG-KEY-Xcalar\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/xcalar_installer | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/xcalar_installer/tasks/main.yml",
"content": "---\n- name: Download installer\n get_url:\n url: \"{{ installer_url }}\"\n dest: \"{{ installer_local }}\"\n\n- name: Run installer\n become: true\n command: /bin/bash -x {{ installer_local }}\n args:\n warn: no\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | varlogtim/xcalar-infra | 7d3ca8726e9c1a80292ca7655bce628caa4f1fdd | 0 | ansible/roles/xcalar_repo | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/xcalar_repo/tasks/main.yml",
"content": "---\n- name: Install xcalar repo\n yum_repository:\n name: xcalar\n description: Xcalar for EL{{ ansible_distribution_major_version }}\n baseurl: http://repo.xcalar.net/rpm/el{{ ansible_distribution_major_version }}/$basearch/\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | aronjanosch/presspot | 291a98aa8ac818c322268d23ccc00e7f35898f18 | 0 | roles/docker | 437 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- include_vars: Ubuntu.yml\n\n- name: Install required system packages\n package:\n state: present\n name: \"{{ docker_deps }}\"\n \n- name: Install Docker (Ubuntu)\n block:\n - name: Add Docker GPG apt Key\n apt_key:\n url: https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1347,
"all_permissive": false
} |
ansible_role | psipred/metsite | 13415e2ed5b9954b462037ec6b3484dc0ec7da5d | 1 | ansible_installer/roles/metsite | 437 | [
"no_license"
] | [
{
"path": "ansible_installer/roles/metsite/tasks/main.yml",
"content": " - name: Check metsite is present\n stat: path={{ app_location }}/metsite\n register: metsite_exist\n\n - name : Check out metsite from GIT\n when: metsite_exist.stat.exists == False\n git:\n repo: https://github.com/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | Druss99/ansible | 42cf0a1c4fb93738e2ddaf67779736333b8c31c4 | 0 | roles/install | 437 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "---\n- name: Set hostname\n ansible.builtin.hostname:\n name: \"{{ server_hostname }}\"\n when: \"ansible_hostname != server_hostname\"\n\n- name: Update hosts file\n ansible.builtin.lineinfile:\n path: /etc/hosts\n state: present\n search... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2741,
"all_permissive": false
} |
ansible_role | Druss99/ansible | 42cf0a1c4fb93738e2ddaf67779736333b8c31c4 | 0 | roles/update | 437 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n- name: Upgrade apt packages\n become: true\n ansible.builtin.apt:\n upgrade: true\n update_cache: true\n\n- name: Check if system reboot is required\n become: true\n ansible.builtin.stat:\n path: /var/run/reboot-required\n register:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | ManuHulej/TP_AySO_Integral_Hulej-Kowaleski | 61323a6f514b09ab9cf4415fcbf8b416a8452597 | 0 | ansible/roles/Alta_Usuarios_ayso_parcial | 437 | [
"no_license"
] | [
{
"path": "ansible/roles/Alta_Usuarios_ayso_parcial/tasks/main.yml",
"content": "---\n- name: Crear usuarios del grupo\n user:\n name: \"{{ item.name }}\"\n groups: \"{{ item.primary_group }},ayso_parcial\"\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n state: present\n loo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | PetriPod/PetriPod | fad97b958c9316197be75d170c8a68c367b7ed94 | 3 | ansible/roles/andrewrothstein.kubernetes-helm | 443 | [
"permissive"
] | [
{
"path": "ansible/roles/andrewrothstein.kubernetes-helm/tasks/tgz.yml",
"content": "---\n- name: check for installation of helm\n become: yes\n stat:\n path: '{{ kubernetes_helm_install_dir }}'\n changed_when: false\n register: kubernetes_helm_binary_dir\n\n- when: not kubernetes_helm_binary_dir.sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3143,
"all_permissive": true
} |
ansible_role | PetriPod/PetriPod | fad97b958c9316197be75d170c8a68c367b7ed94 | 3 | ansible/roles/helm | 443 | [
"permissive"
] | [
{
"path": "ansible/roles/helm/tasks/main.yml",
"content": "---\n- name: Add Helm Stable Repos\n shell: >\n helm repo add stable https://kubernetes-charts.storage.googleapis.com/ --kubeconfig /etc/rancher/k3s/k3s.yaml\n\n- name: Add Traefik Stable Repos\n shell: >\n helm repo add traefik https://cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": true
} |
ansible_role | PetriPod/PetriPod | fad97b958c9316197be75d170c8a68c367b7ed94 | 3 | ansible/roles/raspbian | 443 | [
"permissive"
] | [
{
"path": "ansible/roles/raspbian/tasks/main.yml",
"content": "---\n- name: Test for Raspbian\n set_fact:\n raspbian: '{% if\n ( ansible_facts.architecture is search(\"arm\") and\n ansible_facts.lsb.description is match(\"[Rr]aspbian.*[Bb]uster\") ) or\n ( ansible_facts.architecture is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1151,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.