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 | AravindhStanley/central-log-repository | 8d066709f26ccb64c7d14b326d5edbaa7f9a198f | 1 | roles/vector | 1,259 | [
"permissive"
] | [
{
"path": "roles/vector/vars/main.yml",
"content": "---\n# vars file for vector\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "roles/vector/handlers/main.yml",
"content": "---\n# handlers file for vector\n",
"lice... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6790,
"all_permissive": true
} |
ansible_role | benm-stm/kong-api-gateway | 41267e13cd804977b309d232503a8d2a5f022510 | 1 | ansible/roles/dbb-kong-api-gateway | 1,259 | [
"no_license"
] | [
{
"path": "ansible/roles/dbb-kong-api-gateway/tasks/main.yml",
"content": "- name: Install kong\n include_tasks: kong_install.yml\n\n- name: Add kong healthcheck\n include_tasks: kong_healthcheck.yml\n\n- name: Install and configure Konga\n include_tasks: konga_install.yml\n",
"license_type": "no_lic... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4576,
"all_permissive": false
} |
ansible_role | ahakimx/udapeople-auto-deploy | fa0dc083d6200bd6188e8859a63bd75cb1a38cda | 1 | .circleci/ansible/roles/deploy | 1,259 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Creates directory\n file:\n path: /home/ubuntu/backend\n state: directory\n\n- name: \"Copy backend files to EC2 server.\"\n copy:\n src: /root/project/backend/backend.tar.gz\n dest: /home/ubuntu/backend/backen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | radanalyticsio/openshift-analytics-ansible | 213ac48650eece764276f99d2cb163f555092cf3 | 3 | roles/openshift-origin | 1,259 | [
"no_license"
] | [
{
"path": "roles/openshift-origin/tasks/main.yml",
"content": "---\n# tasks file for openshift-origin\n- name: install docker\n yum: name=docker state=latest\n\n\n\n- name: stat /tmp/openshift-cli.tar.gz\n stat: path=/tmp/openshift-cli.tar.gz\n register: openshift_binary_stat\n\n- name: Downloading file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1768,
"all_permissive": false
} |
ansible_role | radanalyticsio/openshift-analytics-ansible | 213ac48650eece764276f99d2cb163f555092cf3 | 3 | roles/openshift-spark | 1,259 | [
"no_license"
] | [
{
"path": "roles/openshift-spark/tasks/main.yml",
"content": "---\n# tasks file for openshift-spark\n- name: install unzip\n yum: name=unzip state=latest\n\n- name: stat /tmp/oshinko.zip\n stat: path=/tmp/oshinko.zip\n register: oshinko_binary_stat\n\n- name: stat {{ master_config_dir }}/oshinko-release... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2388,
"all_permissive": false
} |
ansible_role | louishelmer/goshimmer083 | c5bb8f46ea5b6c0a04c12527e366a279905c4943 | 0 | deploy/ansible/roles/drand | 1,259 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/drand/tasks/main.yml",
"content": "- name: Create directory\n file:\n path: /opt/drand{{ drandNumber }}\n state: directory\n mode: '0755'\n\n\n- name: Template docker-compose.yml\n template:\n src: docker-compose.yml.j2\n dest: /opt/drand{{ drandNumber }}/doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | louishelmer/goshimmer083 | c5bb8f46ea5b6c0a04c12527e366a279905c4943 | 0 | deploy/ansible/roles/goshimmer-node | 1,259 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/goshimmer-node/templates/docker-compose-entrynode.yml.j2",
"content": "#jinja2: trim_blocks:True, lstrip_blocks:True\nversion: \"3\"\n\nservices:\n entrynode:\n image: iotaledger/goshimmer:{{goshimmerDockerTag}}\n container_name: entrynode\n restart: unless-stopped\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8780,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/base | 1,259 | [
"no_license"
] | [
{
"path": "roles/base/files/ssh/sshd_config",
"content": "Port 22\nAddressFamily any\nListenAddress 0.0.0.0\nListenAddress ::\nProtocol 2\nHostKey /etc/ssh/ssh_host_rsa_key\nSyslogFacility AUTHPRIV\nLogLevel INFO\n\n# Auth\n\nLoginGraceTime 2m\nPermitRootLogin no\nStrictModes yes\nMaxAuthTries 3\nMaxSession... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4395,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/caddy | 1,259 | [
"no_license"
] | [
{
"path": "roles/caddy/tasks/vhosts.yml",
"content": "---\n- name: Add vhost\n template:\n src: 'vhost'\n dest: '{{ caddy_config_path }}/vhosts/{{ vhost.name }}'\n mode: 0644\n notify: caddy reload\n\n# vim: set et st=2 sts=2 sw=2 ts=2:\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3214,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/kiwix | 1,259 | [
"no_license"
] | [
{
"path": "roles/kiwix/defaults/main.yml",
"content": "---\n# config\nkiwix_user_name: kiwix\nkiwix_group_name: srv\nkiwix_user_home: /var/lib/kiwix\nkiwix_zim_serve: /var/lib/kiwix/*.zim\nkiwix_port: 8080\n\n# vim: set et st=2 sts=2 sw=2 ts=2:\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1615,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/komga | 1,259 | [
"no_license"
] | [
{
"path": "roles/komga/templates/application.yml.j2",
"content": "komga:\n remember-me:\n key: {{ komga_cookie_key }}\n validity: {{ komga_cookie_validity }}\n session-timeout: {{ komga_session_timeout }}\n database:\n file: ${user.home}/database.sqlite\n native-webp: true\nserver:\n port: {{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2340,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/outline | 1,259 | [
"no_license"
] | [
{
"path": "roles/outline/tasks/main.yml",
"content": "---\n- name: download nodejs\n get_url:\n url: https://deb.nodesource.com/setup_16.x\n dest: /tmp\n mode: 755\n\n- name: setup nodejs\n command: /tmp/setup_16.x\n\n- name: install dependencies\n apt:\n state: latest\n name:\n - git... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4643,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/restic | 1,259 | [
"no_license"
] | [
{
"path": "roles/restic/tasks/main.yml",
"content": "---\n- name: install restic\n apt:\n state: latest\n name: restic\n\n- name: restic self-update\n shell: restic self-update\n\n- name: add systemd service for restic\n template:\n src: restic.service\n dest: /etc/systemd/system/restic.servi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1041,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/rtorrent | 1,259 | [
"no_license"
] | [
{
"path": "roles/rtorrent/tasks/mnamer.yml",
"content": "---\n- name: install mnamer\n pip:\n state: latest\n name: mnamer\n\n- name: configure mnamer\n template:\n src: mnamer-v2.json.j2\n dest: \"{{ rtorrent_mnamer_home }}/.mnamer-v2.json\"\n owner: \"{{ rtorrent_user_name }}\"\n group... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8680,
"all_permissive": false
} |
ansible_role | obynio/ansible | dde6dc2c95a341be86bea781b04bd117dbce0022 | 1 | roles/sponsorblock | 1,259 | [
"no_license"
] | [
{
"path": "roles/sponsorblock/templates/config.json.j2",
"content": "{\n \"devices\": [\n{% for screen in sponsorblock_screens %}\n {\n \"screen_id\": \"{{ screen.id }}\",\n \"name\": \"{{ screen.name }}\",\n \"offset\": 0\n }\n{% endfor %}\n ],\n \"ap... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3033,
"all_permissive": false
} |
ansible_role | MaxGalaev/ansible | 393dffcfff0a198bcdde6d294caf5314b0b7da90 | 0 | proxmox/roles/create_docker_swarm_vm | 1,259 | [
"no_license"
] | [
{
"path": "proxmox/roles/create_docker_swarm_vm/vars/main.yml",
"content": "---\n# VM settings\nVMs:\n- vm_name: \"m-docker01\"\n vm_memory: 1024\n vm_cores: 1\n vm_vmid: 1010\n vm_vlan: 100\n vm_adapter: 'ip=192.168.100.10/24,gw=192.168.100.1'\n vm_nameservers: \"192.168.100.95\"\n\n- vm_name: \"d-do... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3246,
"all_permissive": false
} |
ansible_role | MaxGalaev/ansible | 393dffcfff0a198bcdde6d294caf5314b0b7da90 | 0 | proxmox/roles/docker-swarm | 1,259 | [
"no_license"
] | [
{
"path": "proxmox/roles/docker-swarm/tasks/main.yml",
"content": "---\n# tasks file for docker-swarm\n\n- name: Docker Swarm init\n community.docker.docker_swarm:\n state: present\n register: swarm_token\n become: true\n when: inventory_hostname in groups['managers'][0]\n\n- name: Docker Swarm worke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | MaxGalaev/ansible | 393dffcfff0a198bcdde6d294caf5314b0b7da90 | 0 | proxmox/roles/docker_install | 1,259 | [
"no_license"
] | [
{
"path": "proxmox/roles/docker_install/tasks/main.yml",
"content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n name:\n - ca-certificates \n - curl\n - software-properties-common\n - python3-docker\n - nfs-common\n state: present\n update_cache: true\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1758,
"all_permissive": false
} |
ansible_role | MaxGalaev/ansible | 393dffcfff0a198bcdde6d294caf5314b0b7da90 | 0 | proxmox/roles/nfs_server_install | 1,259 | [
"no_license"
] | [
{
"path": "proxmox/roles/nfs_server_install/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/nfs_server_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "proxmox/roles/nfs_server_install/defau... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | MaxGalaev/ansible | 393dffcfff0a198bcdde6d294caf5314b0b7da90 | 0 | proxmox/roles/postgresql_cluster | 1,259 | [
"no_license"
] | [
{
"path": "proxmox/roles/postgresql_cluster/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for postgresql_cluster\netcd_archive: \"https://github.com/etcd-io/etcd/releases/download/v3.5.21/etcd-v3.5.21-linux-amd64.tar.gz\"\netcd_cluster_name: \"pg_etcd_cluster\"\netcd_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2324,
"all_permissive": false
} |
ansible_role | MaxGalaev/ansible | 393dffcfff0a198bcdde6d294caf5314b0b7da90 | 0 | proxmox/roles/pve_create_vm | 1,259 | [
"no_license"
] | [
{
"path": "proxmox/roles/pve_create_vm/tasks/main.yml",
"content": "---\n- name: Clone Ubuntu template\n community.general.proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_token_id: \"{{ api_token_id }}\"\n api_token_secret: \"{{ api_token_secret }}\"\n node: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2584,
"all_permissive": false
} |
ansible_role | MaxGalaev/ansible | 393dffcfff0a198bcdde6d294caf5314b0b7da90 | 0 | proxmox/roles/pve_prepare | 1,259 | [
"no_license"
] | [
{
"path": "proxmox/roles/pve_prepare/tasks/main.yml",
"content": "---\n# roles/pve_prepare/tasks/main.yml\n# Prepare the Proxmox hosts\n\n- name: Checking python3-proxmoxer is installed\n ansible.builtin.apt:\n name: python3-proxmoxer\n state: present\n become: yes",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | filatof/infra | 3f263a822c0b9bec89674facfa9d939081922414 | 0 | ansible/roles/alertmanager | 1,279 | [
"no_license"
] | [
{
"path": "ansible/roles/alertmanager/tasks/main.yml",
"content": "- name: Create directory\n file:\n path: \"/etc/alertmanager/\"\n state: directory\n owner: root\n group: root\n mode: '755'\n\n- name: Copy configuration file into a config dir\n copy:\n src: \"files/alertmanager.yml\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | filatof/infra | 3f263a822c0b9bec89674facfa9d939081922414 | 0 | ansible/roles/docker | 1,279 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install Docker dependencies\n apt:\n name:\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n become: yes\n\n- name: Add Docker GPG key\n apt_key:\n url: https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | filatof/infra | 3f263a822c0b9bec89674facfa9d939081922414 | 0 | ansible/roles/gitlab | 1,279 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab/templates/gitlab.rb.j2",
"content": "external_url 'https://gitlab.infrastruct.ru'\n\nletsencrypt['enable'] = true\nletsencrypt['contact_emails'] = ['<EMAIL>']\nletsencrypt['auto_renew'] = true\n\nnginx['redirect_http_to_https'] = true\nnginx['listen_https'] = true\nnginx['ssl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3890,
"all_permissive": false
} |
ansible_role | filatof/infra | 3f263a822c0b9bec89674facfa9d939081922414 | 0 | ansible/roles/gitlab-runner | 1,279 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab-runner/tasks/main.yml",
"content": "- name: Add GitLab Runner repository using official script\n shell: |\n curl -L \"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh\" | sudo bash\n become: yes\n\n- name: Install GitLab Runner\n apt:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | filatof/infra | 3f263a822c0b9bec89674facfa9d939081922414 | 0 | ansible/roles/grafana | 1,279 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "- name: Allow connections on grafana port\n ansible.builtin.iptables:\n chain: INPUT\n protocol: tcp\n destination_port: 3000\n jump: ACCEPT\n\n- name: Deploy container\n community.docker.docker_container:\n name: \"grafana\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | dolab/goplay | 9212266be780a4b137bfd54389ffd7b326335949 | 1 | roles/common | 1,279 | [
"no_license"
] | [
{
"path": "roles/common/tasks/adduser.yml",
"content": "---\n- name: create qboxserver user\n user:\n name: qboxserver\n uid: 2003\n group: qboxserver\n system: false\n create_home: true\n shell: /bin/bash\n state: present\n notify:\n - copy vimrc",
"license_type": "no_license"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | purplejay-io/bootstrap-mac | 3778b4a854223169a843327b96aaeaea2caf92a9 | 1 | bootstrap/roles/bootstrap_mac | 1,279 | [
"no_license"
] | [
{
"path": "bootstrap/roles/bootstrap_mac/tasks/macos_firewall_screen_sharing.yml",
"content": "---\n- name: Configure macOS firewall to allow Screen Sharing from localhost only\n block:\n - name: Create custom PF rules file\n ansible.builtin.copy:\n dest: /etc/pf.anchors/custom.rules\n ... | {
"task_files": 19,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 30,
"total_bytes": 33609,
"all_permissive": false
} |
ansible_role | everwatchsolutions/fanmobi-backend | f9f8f060b1778fa16e9878215783a5c26f618a35 | 0 | deploy/roles/common | 1,279 | [
"no_license"
] | [
{
"path": "deploy/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n become: true\n\n- name: Install dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt:\n name: \"{{ item }}\"\n state: present\n with... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1415,
"all_permissive": false
} |
ansible_role | everwatchsolutions/fanmobi-backend | f9f8f060b1778fa16e9878215783a5c26f618a35 | 0 | deploy/roles/fanmobi_backend | 1,279 | [
"no_license"
] | [
{
"path": "deploy/roles/fanmobi_backend/vars/main.yml",
"content": "---\n # branch or tag name to checkout from git repo\ngit_tag_or_branch_name: \"master\"\n# reset database (run sample data generator)\nreset_database: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3586,
"all_permissive": false
} |
ansible_role | everwatchsolutions/fanmobi-backend | f9f8f060b1778fa16e9878215783a5c26f618a35 | 0 | deploy/roles/nginx | 1,279 | [
"no_license"
] | [
{
"path": "deploy/roles/nginx/tasks/main.yml",
"content": "---\n- name: Create nginx user\n user:\n name: nginx\n comment: \"nginx\"\n # group: nginx\n password: \"<PASSWORD>\"\n become: true\n\n- name: Install nginx\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | everwatchsolutions/fanmobi-backend | f9f8f060b1778fa16e9878215783a5c26f618a35 | 0 | deploy/roles/python_3 | 1,279 | [
"no_license"
] | [
{
"path": "deploy/roles/python_3/tasks/main.yml",
"content": "---\n- name: Install dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python3-pip\n - python3.4-venv\n - libjpeg-dev # for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | dodecaphonic/ansible-rails-app | 9af21ddec15827d171aef480a6e02b3a9757171c | 61 | roles/database | 1,279 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "- include: postgresql.yml tags=sidekiq\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/database/tasks/postgresql.yml",
"content": "- name: Install python-pycurl\n apt: pkg=python-p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | dodecaphonic/ansible-rails-app | 9af21ddec15827d171aef480a6e02b3a9757171c | 61 | roles/sidekiq | 1,279 | [
"no_license"
] | [
{
"path": "roles/sidekiq/tasks/main.yml",
"content": "- include: sidekiq.yml tags=sidekiq\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/sidekiq/tasks/sidekiq.yml",
"content": "- name: Install Redis\n apt: pkg=redis-server state=lates... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | dodecaphonic/ansible-rails-app | 9af21ddec15827d171aef480a6e02b3a9757171c | 61 | roles/webserver | 1,279 | [
"no_license"
] | [
{
"path": "roles/webserver/templates/usr_local_bin_run-puma.j2",
"content": "#!/bin/bash\napp=$1; config=$2; log=$3;\ncd $app && exec bundle exec puma -C $config 2>&1 >> $log\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/webserver/tasks/m... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3954,
"all_permissive": false
} |
ansible_role | GSI-HPC/xrootd_xcache_setup | 16d78e923c2fc83226390534d4f837e21ad53099 | 0 | roles/XRootD | 1,279 | [
"no_license"
] | [
{
"path": "roles/XRootD/tasks/xrootd.yml",
"content": "---\n# Not needed since ansible already has them\n# command: hostname\n# register: hostname\n\n- name: \"install required packages for xrootd\"\n yum:\n name: \n - ansible\n - git\n - gcc\n - cmake\n - zlib\n - zlib-d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1829,
"all_permissive": false
} |
ansible_role | Unbounder1/ansible_kube | 24cea8db0a8707dafdd31f96660e593cebea9bca | 1 | roles/kubernetes_node | 1,279 | [
"no_license"
] | [
{
"path": "roles/kubernetes_node/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kubernetes_node\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/kubernetes_node/vars/main.yml",
"content": "---\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4786,
"all_permissive": false
} |
ansible_role | 51lver/gitrep | e661c41a0e5a2bb6d4731b7feaf3d57772a7e8a9 | 1 | lesson3/httpd/roles/httpd | 1,279 | [
"no_license"
] | [
{
"path": "lesson3/httpd/roles/httpd/tasks/main.yml",
"content": "---\n\n- name: Install httpd\n yum: \n name: httpd\n state: latest\n\n- name: Start and enable httpd\n service:\n name: httpd\n state: started\n enabled: true\n\n- name: Allow Ports\n ansible.posix.firewalld:\n port: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | 51lver/gitrep | e661c41a0e5a2bb6d4731b7feaf3d57772a7e8a9 | 1 | lesson3/vsftpd/roles/vsftpd | 1,279 | [
"no_license"
] | [
{
"path": "lesson3/vsftpd/roles/vsftpd/templates/vsftpd.conf.j2",
"content": "anonymous_enable=YES\n\nanon_root=/var/ftp/pub/\n\nftpd_anon_write=ON\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "lesson3/vsftpd/roles/vsftpd/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | akagisho/powerdns-ansible | a62c15842235a286ab3723c980a6a6307c7f5af8 | 0 | roles/common | 1,279 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\ncommon:\n timezone: Asia/Tokyo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: check os version\n fail: msg='OS is NOT Ubunt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2375,
"all_permissive": false
} |
ansible_role | akagisho/powerdns-ansible | a62c15842235a286ab3723c980a6a6307c7f5af8 | 0 | roles/mysql | 1,279 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name:\n - pkgconf\n - mysql-server\n - libmysqlclient-dev\n update_cache: yes\n\n- name: install pip modules\n pip:\n name:\n - mysqlclient\n - pexpect\n\n- name: generate mysql pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1289,
"all_permissive": false
} |
ansible_role | akagisho/powerdns-ansible | a62c15842235a286ab3723c980a6a6307c7f5af8 | 0 | roles/powerdnsadmin | 1,279 | [
"no_license"
] | [
{
"path": "roles/powerdnsadmin/templates/home/dnsops/set_api_key.sh.j2",
"content": "#!/usr/bin/env bash\n\nset -e\n\nPDNS_API_URL=\"http://pdns-server:8081\"\nPDNS_API_KEY=\"{{ mysql_password | hash('md5') }}\"\n\nif [ $(mysql -sN powerdns_admin -e \"select COUNT(*) from setting where name='pdns_api_url';\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5867,
"all_permissive": false
} |
ansible_role | akagisho/powerdns-ansible | a62c15842235a286ab3723c980a6a6307c7f5af8 | 0 | roles/slave | 1,279 | [
"no_license"
] | [
{
"path": "roles/slave/templates/home/dnsops/zone_sync/zone_sync.sh.j2",
"content": "#!/bin/sh\n\nset -e\n\nPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n\nMASTER_HOST={{ master }}\nMASTER_USER={{ opsuser }}\n\nif [ -f /usr/sbin/named ]; then\n TYPE=bind\nelif [ -f /usr/sbin/nsd ]; the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1801,
"all_permissive": false
} |
ansible_role | akagisho/powerdns-ansible | a62c15842235a286ab3723c980a6a6307c7f5af8 | 0 | roles/slave-bind | 1,279 | [
"no_license"
] | [
{
"path": "roles/slave-bind/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name:\n - bind9\n update_cache: yes\n\n- name: copy bind9 config file\n copy:\n src: \"{{ item }}\"\n dest: /etc/bind/\n with_fileglob:\n - etc/bind/*\n notify: reload bind9\n\n- name: mak... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | akagisho/powerdns-ansible | a62c15842235a286ab3723c980a6a6307c7f5af8 | 0 | roles/slave-nsd | 1,279 | [
"no_license"
] | [
{
"path": "roles/slave-nsd/tasks/main.yml",
"content": "---\n- name: install depences\n apt:\n name:\n - nsd\n update_cache: yes\n\n- name: put nsd.conf\n template:\n src: etc/nsd/nsd.conf.j2\n dest: /etc/nsd/nsd.conf\n notify: restart nsd\n\n- name: create zones directory\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | io112/homelab | 73ff3c2c1e2c29b8326b409f2edcfb1e206344e2 | 0 | playbooks/ansible-bootstrap/roles/bootstrap | 1,279 | [
"no_license"
] | [
{
"path": "playbooks/ansible-bootstrap/roles/bootstrap/tasks/main.yaml",
"content": "- name: explicitly gather facts\n setup:\n\n- name: Create ansible user\n become: yes\n user:\n name: ansible\n shell: /bin/bash\n groups: sudo\n append: yes\n\n\n- name: allow ansible user to have passwordle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | Coelhomatias/ansible-install | 0caff534808f1da0556dafbdfe74e25faa44d41e | 0 | roles/apps | 1,279 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/main.yml",
"content": "- name: Install apps from pacman\n pacman:\n name:\n - code\n - vlc\n - rclone\n - yazi\n - easyeffects\n - spotify-launcher\n # - flameshot # Needs testing\n - obsidian\n - firefox\n - bitwarden\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | Coelhomatias/ansible-install | 0caff534808f1da0556dafbdfe74e25faa44d41e | 0 | roles/base | 1,279 | [
"no_license"
] | [
{
"path": "roles/base/tasks/fonts.yml",
"content": "- name: Install common fonts\n pacman:\n name:\n - noto-fonts\n - noto-fonts-emoji\n - ttf-ubuntu-font-family\n - ttf-dejavu\n - ttf-liberation\n - ttf-droid\n - ttf-inconsolata\n - ttf-roboto\n - ttf-roboto... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 6374,
"all_permissive": false
} |
ansible_role | Coelhomatias/ansible-install | 0caff534808f1da0556dafbdfe74e25faa44d41e | 0 | roles/desktop | 1,279 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n- include_tasks: hyprland.yml\n- include_tasks: themes.yml\n- include_tasks: ags.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/desktop/tasks/ags.yml",
"content": "- name: ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4183,
"all_permissive": false
} |
ansible_role | Coelhomatias/ansible-install | 0caff534808f1da0556dafbdfe74e25faa44d41e | 0 | roles/dotfiles | 1,279 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "- name: Clone the dotfiles repository\n git:\n repo: https://github.com/Coelhomatias/.dotfiles.git\n dest: /home/{{ current_user }}/.dotfiles\n single_branch: yes\n version: aylur\n become: yes\n become_user: \"{{ current_user }}\"\n\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 783,
"all_permissive": false
} |
ansible_role | luckykris/k8s-install-helper | 35a8fbb8244aafaedc1607e39504a0fc017b7fa8 | 0 | playbooks/roles/pre-install | 1,279 | [
"permissive"
] | [
{
"path": "playbooks/roles/pre-install/tasks/main.yaml",
"content": "---\n- name: pre-install http\n shell: curl {{item}} |bash\n with_items: PRE_INSTALL_SCRIPT_FROM_HTTP",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": true
} |
ansible_role | shirabelass1001/ansible-vagrant-java | 5f78dbb6c50a4b598f8f5bfa1efbe7968a89b8b7 | 0 | roles/mysql | 1,279 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/my.cnf.j2",
"content": "[client]\nuser=root\npassword={{ <PASSWORD> }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/mysql/vars/main.yml",
"content": "---\ndbuser: aizu\ndbpass: <PASSWORD>\nremotehost: 1... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2516,
"all_permissive": false
} |
ansible_role | shirabelass1001/ansible-vagrant-java | 5f78dbb6c50a4b598f8f5bfa1efbe7968a89b8b7 | 0 | roles/selinux | 1,279 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n# Download and install EPEL for Centos/RHEL version 6\n- name: Download EPEL Repo - Centos/RHEL 6\n get_url: url=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm dest=/tmp/epel-release-latest-6.noarch.rpm\n when: \"ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | shirabelass1001/ansible-vagrant-java | 5f78dbb6c50a4b598f8f5bfa1efbe7968a89b8b7 | 0 | roles/tomcat | 1,279 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "---\n- name: Install Java 1.7\n yum: name=java-1.7.0-openjdk state=present\n\n- name: add group \"tomcat\"\n group: name=tomcat\n\n- name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n become: True\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2208,
"all_permissive": false
} |
ansible_role | OscarHervas/oscar-practica_final4 | b4b0da8e4690eb4dee185441b723a42b46606702 | 0 | roles/ejemplo-apache | 1,279 | [
"no_license"
] | [
{
"path": "roles/ejemplo-apache/tasks/main.yml",
"content": "---\n# tasks file for ejemplo-apache\n\n- name: \"Instalacion de Apache\"\n yum:\n name: httpd\n state: present\n\n- name: \"Arrancar el firewalld\"\n service:\n name: firewalld\n state: started\n enabled: yes\n\n- name: \"Habilit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | sivalingam2/roboshop-jenkins1 | 30ccbbe1a6113b7cfafc73ab6f400b84de57f4e6 | 0 | roles/jenkins | 1,279 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "- name: create multicbranch pipeline\n ansible.builtin.include_tasks:\n file: mjobs.xml\n loop: \"{{ mjobs }}\"\n\n\n\n- name: create single branch pipeline\n ansible.builtin.include_tasks:\n file: sjobs.xml\n loop: \"{{ sjobs }}\"",
"licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | YamunaRavooru/practice-ansible-vaults | 1bbc5e99cec7c2262b2f82c1bae7923687e5f2aa | 0 | roles/mysql | 1,279 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name: installing mysql-server\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n- name: enable mysql server and start\n ansible.builtin.service:\n name: mysqld\n enabled: yes\n state: started\n- name: python libraries\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | jcraft77/netlab_eve_host_config | 6017c4006492a1fd72424d9ac8f1ef7442843999 | 0 | roles/nat | 1,279 | [
"no_license"
] | [
{
"path": "roles/nat/vars/main.yml",
"content": "---\nnat:\n - { name: \"SW1\", snat_ip: 198.18.101.1, dport: 10101, sport: 22 }\n - { name: \"R1\", snat_ip: 198.18.101.101, dport: 10201, sport: 22 }\n - { name: \"R2\", snat_ip: 198.18.101.102, dport: 10202, sport: 22 }\n - { name: \"R3\", snat_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2088,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/grafana | 1,279 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/datasources/prometheus.yml",
"content": "---\napiVersion: 1\nprune: true\ndatasources:\n - name: prometheus\n type: prometheus\n access: proxy\n orgId: 1\n uid: '{{ grafana_datasource_prometheus_uid }}'\n url: '{{ grafana_datasource_prometheus_url }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4186,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/grafana_dashboards | 1,279 | [
"no_license"
] | [
{
"path": "roles/grafana_dashboards/tasks/main.yml",
"content": "---\n- name: Synchronize dashboards with remote\n ansible.builtin.copy:\n src: '{{ role_path + \"/files/\" }}'\n dest: /var/lib/grafana/dashboards/\n owner: grafana\n group: grafana\n directory_mode: '0755'\n mode: '0644'\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/node_exporter | 1,279 | [
"no_license"
] | [
{
"path": "roles/node_exporter/templates/web.yml",
"content": "---\ntls_server_config:\n cert_file: /etc/node_exporter/host.crt\n key_file: /etc/node_exporter/host.key\nbasic_auth_users:\n metrics: '{{ node_exporter_password_hash }}'\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3638,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/prometheus | 1,279 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- name: Check if prometheus is installed\n ansible.builtin.stat:\n path: /usr/local/bin/prometheus\n changed_when: false\n check_mode: false\n register: prometheus_is_installed\n\n- name: Check current prometheus version\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4992,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/tls_ca | 1,279 | [
"no_license"
] | [
{
"path": "roles/tls_ca/tasks/main.yml",
"content": "---\n- name: Create private key for CA\n delegate_to: localhost\n become: false\n run_once: true\n community.crypto.openssl_privatekey:\n path: '{{ tls_ca_key }}'\n no_log: true\n\n- name: Create certificate signing request (CSR) for CA certificat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/tls_cert | 1,279 | [
"no_license"
] | [
{
"path": "roles/tls_cert/tasks/main.yml",
"content": "---\n- name: Create host private key\n delegate_to: localhost\n become: false\n community.crypto.openssl_privatekey:\n path: '{{ tls_cert_key }}'\n no_log: true\n\n- name: Create host certificate signing request (CSR)\n delegate_to: localhost\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/zabbix_agent2 | 1,279 | [
"no_license"
] | [
{
"path": "roles/zabbix_agent2/tasks/main.yml",
"content": "---\n- name: Generate agent certificate\n run_once: true\n ansible.builtin.import_role:\n name: tls_cert\n vars:\n tls_cert_cn: '{{ tls_zabbix_agent_cn }}'\n tls_cert_san: []\n tls_cert_key: '{{ tls_zabbix_agent_key }}'\n tls_cert... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1916,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/zabbix_dashboards | 1,279 | [
"no_license"
] | [
{
"path": "roles/zabbix_dashboards/templates/otus.yml",
"content": "---\nname: otus\nauto_start: 1\ndisplay_period: 10\npages:\n - name: CPU And Memory\n widgets:\n - name: CPU Utilization\n type: svggraph\n view_mode: 0\n width: 36\n height: 5\n x: 0\n y: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6598,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/zabbix_inventory | 1,279 | [
"no_license"
] | [
{
"path": "roles/zabbix_inventory/tasks/main.yml",
"content": "---\n- name: Update zabbix hosts\n become: false\n vars:\n ansible_network_os: community.zabbix.zabbix\n ansible_connection: httpapi\n ansible_host: '{{ zabbix_external_host }}'\n ansible_httpapi_port: '{{ zabbix_external_port }}'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/zabbix_release | 1,279 | [
"no_license"
] | [
{
"path": "roles/zabbix_release/tasks/main.yml",
"content": "---\n- name: Install zabbix-release package\n ansible.builtin.dnf:\n name: \"https://repo.zabbix.com/zabbix/7.0/alma/9/x86_64/\\\n zabbix-release-latest.el9.noarch.rpm\"\n disable_gpg_check: true\n state: present\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | abegorov/linux22_monitoring | df72f51891cee38ceb7a7117954a7e3d95cd8828 | 0 | roles/zabbix_server | 1,279 | [
"no_license"
] | [
{
"path": "roles/zabbix_server/tasks/selinux.yml",
"content": "---\n- name: Allow Zabbix create/use UNIX domain sockets\n ansible.posix.seboolean:\n name: httpd_can_connect_zabbix\n state: true\n persistent: true\n\n- name: Allow Zabbix frontend to connect to the database\n ansible.posix.seboolea... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8059,
"all_permissive": false
} |
ansible_role | NARENDRA935/learn-ansible | b92b8a7ab9c576f9393a81fbc9c45cb595ff86b3 | 0 | roles/demo | 1,199 | [
"no_license"
] | [
{
"path": "roles/demo/tasks/main.yml",
"content": "- name: print vars from play\n ansible.builtin.debug:\n msg: url == {{ url }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | config0-hub/aws_storage | 19c6ca5962a7dad82aabd5c246cf20c3495af1df | 0 | execgroups/_config0_configs/config_vol/_chrootfiles/var/tmp/ansible/roles/format | 1,199 | [
"no_license"
] | [
{
"path": "execgroups/_config0_configs/config_vol/_chrootfiles/var/tmp/ansible/roles/format/tasks/main.yml",
"content": "---\n- name: Format volume\n filesystem:\n dev: \"{{ device_name }}\"\n fstype: \"{{ fstype }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | config0-hub/aws_storage | 19c6ca5962a7dad82aabd5c246cf20c3495af1df | 0 | execgroups/_config0_configs/config_vol/_chrootfiles/var/tmp/ansible/roles/get_vol | 1,199 | [
"no_license"
] | [
{
"path": "execgroups/_config0_configs/config_vol/_chrootfiles/var/tmp/ansible/roles/get_vol/tasks/main.yaml",
"content": "- name: get device volume to mount\n shell: fdisk -l|grep -v nvme0n1 | grep nvme | cut -d \":\" -f 1| cut -d \"/\" -f 3\n register: psk\n run_once: true\n\n- set_fact: \n device_n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | config0-hub/aws_storage | 19c6ca5962a7dad82aabd5c246cf20c3495af1df | 0 | execgroups/_config0_configs/config_vol/_chrootfiles/var/tmp/ansible/roles/mount | 1,199 | [
"no_license"
] | [
{
"path": "execgroups/_config0_configs/config_vol/_chrootfiles/var/tmp/ansible/roles/mount/tasks/main.yml",
"content": "---\n- name: Mount volume\n mount:\n name: \"{{ mountpoint }}\"\n src: \"{{ device_name }}\"\n fstype: \"{{ fstype }}\"\n opts: noatime\n state: mounted\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | fcojosef/amazon | 51f3fd3748f073fafdb3517afab91509985c8d94 | 0 | provisioning/roles/create | 1,199 | [
"no_license"
] | [
{
"path": "provisioning/roles/create/vars/main.yml",
"content": "---\n# vars file for create\ninstance_type: t2.medium\nsecurity_group: giropops\nimage: ami-09f9d773751b9d606\nkeypair: guido\nregion: us-east-1\ncount: 3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1558,
"all_permissive": false
} |
ansible_role | alin-florea/Ansible | 10b019cc352710ceebc02234c9c0a01040ce2ebf | 0 | ansible-lamp-stack-playbook/roles/apache2 | 1,199 | [
"no_license"
] | [
{
"path": "ansible-lamp-stack-playbook/roles/apache2/tasks/main.yml",
"content": "- name: Install apache2 web server\n become: true\n become_method: sudo\n apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - apache2\n - libapache2-mod-fastcgi\n\n- name: Enable apache2 modules\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | alin-florea/Ansible | 10b019cc352710ceebc02234c9c0a01040ce2ebf | 0 | ansible-lamp-stack-playbook/roles/commons | 1,199 | [
"no_license"
] | [
{
"path": "ansible-lamp-stack-playbook/roles/commons/tasks/main.yml",
"content": "- name: Essentials | Ensure that the repositories are update\n become: true\n apt:\n update_cache: yes\n\n- name: Essentials | Upgrade the Server\n become: true\n apt:\n upgrade: safe\n\n- name: Install python3 for A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | alin-florea/Ansible | 10b019cc352710ceebc02234c9c0a01040ce2ebf | 0 | ansible-lamp-stack-playbook/roles/mysql | 1,199 | [
"no_license"
] | [
{
"path": "ansible-lamp-stack-playbook/roles/mysql/tasks/main.yml",
"content": "- name: Add the repository for MySql 5.7\n become: true\n command: add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe'\n\n- name: Update\n become: true\n command: apt-get update\n\n- name: Install mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1447,
"all_permissive": false
} |
ansible_role | alin-florea/Ansible | 10b019cc352710ceebc02234c9c0a01040ce2ebf | 0 | ansible-lamp-stack-playbook/roles/php-fpm | 1,199 | [
"no_license"
] | [
{
"path": "ansible-lamp-stack-playbook/roles/php-fpm/tasks/main.yml",
"content": "- name: Install php-fpm & php extensions\n become: true\n apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - php-fpm\n - php-gd\n - php-curl\n - php-mysql\n - php-dom\n - php-xml\n\n- name: Config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | castis/mac-ansible | 70dfd5d96216332857e7d37d50d1700ba9b5b390 | 1 | roles/setup | 1,199 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/brew.yml",
"content": "---\n- name: install homebrew\n shell: 'yes | /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"' \n args:\n creates: /usr/local/bin/brew\n\n# is this necessary?\n# - name: tap the cask\n# homebrew_t... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6910,
"all_permissive": false
} |
ansible_role | rnusser/ansibletask | f137b83f4ea7d0dfa29cfb3373b572e7505cb941 | 0 | roles/app | 1,199 | [
"no_license"
] | [
{
"path": "roles/app/templates/nginx-app.j2",
"content": "server {\n\tlisten 80 default_server;\n\tlisten [::]:80 default_server;\n\n\troot /var/www/app;\n\n\tindex index.php index.html index.htm index.nginx-debian.html;\n\n\tserver_name _;\n\n\tlocation / {\n\t\ttry_files $uri $uri/ =404;\n\t}\n\n\t# pass ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | rnusser/ansibletask | f137b83f4ea7d0dfa29cfb3373b572e7505cb941 | 0 | roles/nginx | 1,199 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install nginx if not present (nginx-common nginx-core)\n become: true\n package: \n name: nginx\n state: present\n\n- name: Disable the default nginx site config\n become: yes\n notify: restart nginx\n file:\n path: \"/etc/ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | rnusser/ansibletask | f137b83f4ea7d0dfa29cfb3373b572e7505cb941 | 0 | roles/php7 | 1,199 | [
"no_license"
] | [
{
"path": "roles/php7/tasks/main.yml",
"content": "---\n\n# On Ubuntu 16.04 package php includes: \n# php-common php7.0 php7.0-cli php7.0-common php7.0-fpm php7.0-json php7.0-opcache php7.0-readline\n\n- name: Install php7\n become: true\n package:\n name: php\n state: present\n notify: restart ngi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | adborden/jenkins | baaeb745f0c5d4820864fbff631705d36ed780c3 | 0 | ansible/roles/common | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: apt upgrade\n apt: update_cache=yes upgrade=full\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 61,
"all_permissive": false
} |
ansible_role | adborden/jenkins | baaeb745f0c5d4820864fbff631705d36ed780c3 | 0 | ansible/roles/jenkins-common | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-common/tasks/main.yml",
"content": "---\n- name: install docker\n apt: name=docker.io state=present\n\n- name: enable docker\n systemd: name=docker enabled=yes state=started\n\n- name: install jenkins group\n group: name=jenkins gid={{ jenkins_gid }} system=yes state=pres... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | adborden/jenkins | baaeb745f0c5d4820864fbff631705d36ed780c3 | 0 | ansible/roles/jenkins-web | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-web/defaults/main.yml",
"content": "---\njenkins_home_dir: /mnt/jenkins\njenkins_ssh_key_file: \"{{ secrets_dir }}/jenkins_ssh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "ansible/roles/jenkins-web/tasks/nfs.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2157,
"all_permissive": false
} |
ansible_role | adborden/jenkins | baaeb745f0c5d4820864fbff631705d36ed780c3 | 0 | ansible/roles/jenkins-worker | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-worker/defaults/main.yml",
"content": "---\njenkins_ssh_public_key_file: \"jenkins_ssh.pub\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/jenkins-worker/tasks/main.yml",
"content": "---\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | adborden/jenkins | baaeb745f0c5d4820864fbff631705d36ed780c3 | 0 | ansible/roles/nginx | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n apt: name=nginx state=present\n notify: reload systemd\n\n- name: remove default nginx site\n file: dest=/etc/nginx/sites-enabled/default state=absent\n\n- name: install nginx force-https site\n copy: src=etc_nginx_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | pstauffer/ansible-sample_project | c704bb88dac8c925697481649400d806d9d97070 | 0 | roles/sample_role3 | 1,199 | [
"no_license"
] | [
{
"path": "roles/sample_role3/tasks/main.yml",
"content": "---\n- name: debug task role3\n debug:\n msg: \"debug task from role3\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/sample_role3/README.md",
"content": "# sample_role3\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | adilet2306/ansible-prometheus-grafana | c61635d91312af186fdbb952ac58c51365a1163d | 0 | ansible/roles/grafana | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - software-properties-common\n update_cache: yes\n\n- name: Add an Apt signing key, uses whichever key is at the URL\n ansible.builtin.apt_key:\n url: http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | adilet2306/ansible-prometheus-grafana | c61635d91312af186fdbb952ac58c51365a1163d | 0 | ansible/roles/node-exporter | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/node-exporter/tasks/main.yml",
"content": "- name: Download node exporter\n ansible.builtin.get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz\n dest: /tmp/node-exporter.tar.gz\n\n- name: Unarchive node ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1460,
"all_permissive": false
} |
ansible_role | adilet2306/ansible-prometheus-grafana | c61635d91312af186fdbb952ac58c51365a1163d | 0 | ansible/roles/prometheus | 1,199 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/main.yml",
"content": "- name: Add the user prometheus\n ansible.builtin.user:\n name: prometheus\n shell: /bin/false\n system: true\n create_home: no\n\n- name: Download prometheus\n ansible.builtin.get_url:\n url: https://github.com/prometheus/pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1599,
"all_permissive": false
} |
ansible_role | wsl12105/playbook_demo | 749bffe3ceee44728a233b9b88a7b0e2aa7f1c9f | 0 | roles/install_nginx | 1,199 | [
"no_license"
] | [
{
"path": "roles/install_nginx/vars/main.yaml",
"content": "cpu_cores: \"{{ ansible_processor_cores }}\"\nlisten_port: 8080\nserver_name: myTestServer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/install_nginx/tasks/main.yaml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | jerry-locke/Ansible | 005645c54dcec41d53c01b1210bf2a8de797d78d | 0 | ciscoExample/roles/router | 1,199 | [
"no_license"
] | [
{
"path": "ciscoExample/roles/router/tasks/main.yaml",
"content": "---\n- name: Generate configuration file\n template: src=router.j2 dest=/etc/ansible/CONFIGS/{{item.hostname}}.txt\n with_items: \"{{ routers }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | steph-query/slick-nicks-slick-setup | becc2318bcafad7d80e399047bd9d82223e8d7ef | 1 | roles/env | 1,199 | [
"no_license"
] | [
{
"path": "roles/env/tasks/darwin.yml",
"content": "---\n\n- name: Update homebrew\n command: \"brew update\"\n tags:\n - darwin\n - brew\n\n- name: add brew taps\n debug: msg=\"adding brew tap {{ item }}\"\n homebrew_tap: tap={{ item }} state=\"{{ item.state | default('present') }}\"\n with_item... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5432,
"all_permissive": false
} |
ansible_role | steph-query/slick-nicks-slick-setup | becc2318bcafad7d80e399047bd9d82223e8d7ef | 1 | roles/neovim | 1,199 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/install_darwin.yml",
"content": "---\n\n- name: install neovim\n homebrew: name=neovim\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n\n- include: \"install_{{ a... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | steph-query/slick-nicks-slick-setup | becc2318bcafad7d80e399047bd9d82223e8d7ef | 1 | roles/nodejs | 1,199 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: make user bin dir\n file:\n path: \"{{ home_dir }}/bin\"\n state: directory\n\n- name: Nvm setup script\n template:\n src: nvm-setup\n dest: \"{{ home_dir }}/bin/setup-nvm\"\n mode: 0755\n tags:\n - nodejs\n - nvm\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | steph-query/slick-nicks-slick-setup | becc2318bcafad7d80e399047bd9d82223e8d7ef | 1 | roles/python | 1,199 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n\n- include: \"install_pyenv_{{ ansible_os_family }}.yml\"\n\n- name: add pyenv vars to zshrc\n blockinfile:\n path: \"{{ home_dir }}/.zshrc\"\n block: |\n export PYENV_ROOT=\"$HOME/.pyenv\"\n eval \"$(pyenv init -)\"\n pyenv vi... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2088,
"all_permissive": false
} |
ansible_role | Hareaf/postgresql_cluster | ea506330cd4d5ef322f05deaaf9eaba0c0f43a39 | 0 | roles/postgresql-databases | 1,199 | [
"no_license"
] | [
{
"path": "roles/postgresql-databases/tasks/main.yml",
"content": "---\n\n- name: Make sure the PostgreSQL databases are present\n become: true\n become_user: postgres\n postgresql_db:\n name: \"{{ item.db }}\"\n owner: \"{{ item.owner }}\"\n encoding: \"{{ item.encoding }}\"\n lc_collate: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | Hareaf/postgresql_cluster | ea506330cd4d5ef322f05deaaf9eaba0c0f43a39 | 0 | roles/swap | 1,199 | [
"no_license"
] | [
{
"path": "roles/swap/tasks/main.yml",
"content": "---\n# yamllint disable rule:line-length\n\n- name: Ensure swap exists\n command: swapon --show=SIZE --bytes --noheadings\n register: swap_exists\n changed_when: false\n when: swap_file_create|bool\n tags: swap, swap_create, swap_remove\n\n- name: Swap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2088,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.