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 | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/ansible | 7,809 | [
"no_license"
] | [
{
"path": "roles/ansible/tasks/main.yml",
"content": "- name: \"Install Ansible\"\n pacman:\n name: \"ansible\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 56,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/authorized_keys | 7,809 | [
"no_license"
] | [
{
"path": "roles/authorized_keys/tasks/main.yml",
"content": "- name: \"Add authorized keys {{ user }}\"\n authorized_key:\n user: \"{{ user }}\"\n key: \"{{ authorized_keys }}\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/backup | 7,809 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "- name: \"Sync {{ backup.ansible_repo }}\"\n synchronize:\n mode: push\n src: \"../../../\"\n recursive: true\n archive: true\n dest: \"{{ backup.ansible_repo }}\"\n- name: \"chown -R {{ ansible_user }} {{ backup.ansible_repo }}\"\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1869,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/common | 7,809 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: \"Install basics\"\n pacman:\n name: [\"git\", \"fail2ban\", \"vim\", \"rsync\", \"cronie\"]\n state: \"present\"\n- name: \"Copy fail2ban config\"\n copy:\n src: ../files/fail2ban/jail.local\n dest: /etc/fail2ban/jail.local\n own... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/docker | 7,809 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: \"Install Docker & Docker Compose\"\n pacman:\n name: [\"docker\", \"docker-compose\"]\n state: present\n- name: \"Enable DockerD\"\n service:\n name: docker\n state: started\n enabled: yes\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/gotify | 7,809 | [
"no_license"
] | [
{
"path": "roles/gotify/tasks/apply-backup.yml",
"content": "- name: \"Stop Gotify\"\n docker_container:\n name: \"gotify\"\n state: stopped\n- name: \"Upload Gotify Files\"\n synchronize:\n mode: push\n src: \"{{ backup_dir}}/gotify/\"\n dest: \"{{ gotify_dir }}\"\n- name: \"Restart Gotify... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/nextcloud | 7,809 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/apply-backup.yml",
"content": "- name: \"Stop Nextcloud\"\n docker_container:\n name: \"nextcloud\"\n state: stopped\n- name: \"Upload Nextcloud Files\"\n synchronize:\n mode: push\n src: \"{{ backup_dir }}/nextcloud/\"\n dest: \"{{ nextcloud_dir }}\"\n- nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2236,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/nginx-tls-proxy | 7,809 | [
"no_license"
] | [
{
"path": "roles/nginx-tls-proxy/tasks/main.yml",
"content": "- name: \"nginx-proxy\"\n docker_container:\n name: \"nginx-proxy\"\n image: \"jwilder/nginx-proxy:alpine\"\n state: started\n restart: true\n ports:\n - \"80:80\"\n - \"443:443\"\n volumes:\n - \"{{ nginx_dir }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/teamspeak | 7,809 | [
"no_license"
] | [
{
"path": "roles/teamspeak/tasks/main.yml",
"content": "- name: \"Docker Network\"\n docker_network:\n name: tsnet\n- name: \"TS3 Container\"\n docker_container:\n name: \"teamspeak\"\n image: \"teamspeak:3.12.1\"\n state: started\n ports:\n - 9987:9987/udp\n - 10011:10011\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1814,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/traggo | 7,809 | [
"no_license"
] | [
{
"path": "roles/traggo/tasks/main.yml",
"content": "- name: \"traggo\"\n docker_container:\n name: \"traggo\"\n image: \"traggo/server:0.0.15\"\n state: started\n restart: true\n exposed_ports:\n - \"3030\"\n env:\n VIRTUAL_HOST: \"{{ traggo_host }}\"\n VIRTUAL_PORT: \"303... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | jmattheis/devops | 9e3b4d33dd1d099dc42b0416d7c12218d5735b86 | 2 | roles/ttrss | 7,809 | [
"no_license"
] | [
{
"path": "roles/ttrss/tasks/main.yml",
"content": "- name: \"ttrss network\"\n docker_network:\n name: ttrss_network\n- name: \"start db\"\n docker_container:\n name: \"ttrss_db\"\n image: \"postgres:11.3-alpine\"\n state: started\n restart: yes\n volumes:\n - \"{{ ttrss_dir }}/db/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 859,
"all_permissive": false
} |
ansible_role | abonacin/ansible | eb0680539f490cd759e6582ba1ba1f7f5816258e | 0 | cassandra/roles/cassandra | 7,809 | [
"no_license"
] | [
{
"path": "cassandra/roles/cassandra/tasks/main.yml",
"content": "---\n\n- name: Desabilitar SELinux\n selinux:\n state: disabled\n become: yes\n\n- name: Packs uteis\n yum:\n name: net-tools, wget, telnet, libaio\n state: latest\n become: yes\n# yum install -y net-tools wget telnet libaio\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3467,
"all_permissive": false
} |
ansible_role | abonacin/ansible | eb0680539f490cd759e6582ba1ba1f7f5816258e | 0 | cassandra/roles/start_all | 7,809 | [
"no_license"
] | [
{
"path": "cassandra/roles/start_all/tasks/main.yml",
"content": "---\n\n- name: Start All\n shell: service dse start\n become: yes\n\n- name: Wait for join\n pause:\n minutes: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | AibikeKasym/ansible-2023 | 456cbec2c7281f78724cfec4e85752cbccfb57ec | 0 | Class4/roles/apache | 7,809 | [
"no_license"
] | [
{
"path": "Class4/roles/apache/tasks/main.yml",
"content": "- name: install latest version of Apache\n yum: \n name: \"{{ package }}\"\n state: latest\n- name: Start service httpd, if not started\n service:\n name: \"{{ package }}\" \n state: started\n enabled: yes",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | AibikeKasym/ansible-2023 | 456cbec2c7281f78724cfec4e85752cbccfb57ec | 0 | Class4/roles/database | 7,809 | [
"no_license"
] | [
{
"path": "Class4/roles/database/tasks/main.yml",
"content": "- name: Install mariadb\n yum:\n name:\n - mariadb\n - mariadb-server\n state: latest\n\n- name: Start service mariadb, if not started\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Create a new d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/access-management | 7,809 | [
"no_license"
] | [
{
"path": "roles/access-management/tasks/main.yaml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licens... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 35542,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/allocate_cpu_cores | 7,809 | [
"no_license"
] | [
{
"path": "roles/allocate_cpu_cores/tasks/main.yml",
"content": "---\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 13521,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/ansiblesync | 7,809 | [
"no_license"
] | [
{
"path": "roles/ansiblesync/tasks/main.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1580,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/audit | 7,809 | [
"no_license"
] | [
{
"path": "roles/audit/templates/10-base-config.rules.j2",
"content": "## First rule - delete all\n-D\n\n## Increase the buffers to survive stress events.\n## Make this bigger for busy systems\n-b 132000\n\n## This determine how long to wait in burst of events\n#--backlog_wait_time 0\n\n## Set failure mode ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 22607,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/baremetal_interface_config | 7,809 | [
"no_license"
] | [
{
"path": "roles/baremetal_interface_config/templates/os_net_config.j2",
"content": "#jinja2: lstrip_blocks: True\n{#\nThis file is written with conditional check and for loop based indentation.\nIt improved code readability. The output json is not pretty. Run cat <output.json> | python -m json.tool\nfor pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 33801,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/baremetal_provision | 7,809 | [
"no_license"
] | [
{
"path": "roles/baremetal_provision/tasks/vbmc_port_setup.yml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://ww... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 43948,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/bootstrap-host | 7,809 | [
"no_license"
] | [
{
"path": "roles/bootstrap-host/tasks/create_sudo_user.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.or... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4230,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/change_kernel_cmdline | 7,809 | [
"no_license"
] | [
{
"path": "roles/change_kernel_cmdline/README.rst",
"content": "Ansible Role modules for adding kernel commandline arguments\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/change_kernel_cmdline/filter_plugins/change_kernel_cmdline_helpers.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8787,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/cleanup_disks | 7,809 | [
"no_license"
] | [
{
"path": "roles/cleanup_disks/tasks/remove_volume_groups.yml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/cmserver-config | 7,809 | [
"no_license"
] | [
{
"path": "roles/cmserver-config/tasks/main.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1833,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/core-handling-config | 7,809 | [
"no_license"
] | [
{
"path": "roles/core-handling-config/tasks/main.yml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1612,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/dbwatchdog | 7,809 | [
"no_license"
] | [
{
"path": "roles/dbwatchdog/templates/mariadb.service.j2",
"content": "[Unit]\n\n[Service]\nPermissionsStartOnly=true\nExecStartPre=/opt/monitoring/dbwatchdog.sh kill-old {{ groups['management']|join(',') }}\nExecStartPre=/opt/monitoring/dbwatchdog.sh start-pre {{ groups['management']|join(',') }}\n\n.inclu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1760,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/distributed-state-server | 7,809 | [
"no_license"
] | [
{
"path": "roles/distributed-state-server/templates/dss-server.service.j2",
"content": "[Unit]\nDescription=distributed state server\nAfter=network.target\n{%if groups['management']|length > 1 %}\nRequires=etcd.service\n{% endif %}\n\n[Service]\nType=simple\nExecStart=/usr/local/bin/dss --config /etc/distri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/distributed-state-server-file-plugin | 7,809 | [
"no_license"
] | [
{
"path": "roles/distributed-state-server-file-plugin/README.rst",
"content": "Ansible module for deploying hwmgmt server ironic plugin.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/distributed-state-server-file-plugin/templates/config.i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/etcdansible | 7,809 | [
"no_license"
] | [
{
"path": "roles/etcdansible/tasks/configure_etcd.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4070,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/hostcli | 7,809 | [
"no_license"
] | [
{
"path": "roles/hostcli/tasks/generate_bash_auto_complete.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/in_host_traffic_filtering_controller | 7,809 | [
"no_license"
] | [
{
"path": "roles/in_host_traffic_filtering_controller/templates/iptables.j2",
"content": "*filter\n:INPUT DROP [0:0]\n:FORWARD DROP [0:0]\n:OUTPUT ACCEPT [0:0]\n\n\n######INPUT Chain\n#### Platform traffic\n{% set infra_external = networking['infra_external']['interface'] %}\n-A INPUT ! -i {{ infra_external... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 11375,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/initial_poweroff_hosts | 7,809 | [
"no_license"
] | [
{
"path": "roles/initial_poweroff_hosts/tasks/poweroff_virtual_nodes.yml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5439,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/logging | 7,809 | [
"no_license"
] | [
{
"path": "roles/logging/templates/logforwarding.j2",
"content": "#\n# Ansible managed\n#\n# This is the runtime configuration for log forwarding to external server.\n# If a configuration is active, the rsyslog-master instance will forward\n# logs to the configured external server.\n#\n# Last written: {{ lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2090,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/manage_linux_user | 7,809 | [
"no_license"
] | [
{
"path": "roles/manage_linux_user/tasks/main.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1933,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/manage_user | 7,809 | [
"no_license"
] | [
{
"path": "roles/manage_user/tasks/main.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/monitoring | 7,809 | [
"no_license"
] | [
{
"path": "roles/monitoring/templates/monitor.conf.j2",
"content": "[Service]\nRestart=always\nRestartSec=3\nStartLimitInterval=0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/monitoring/tasks/main.yml",
"content": "# Copyright 2019 N... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 10140,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/ntp-utils | 7,809 | [
"no_license"
] | [
{
"path": "roles/ntp-utils/tasks/main.yml",
"content": "- name: Make sure ntpdate is enabled\n systemd:\n enabled: yes\n name: ntpdate\n\n- name: Stop ntpd\n systemd:\n state: stopped\n name: ntpd\n\n- name: Synchronize time with external ntp server\n shell: |\n /usr/bin/logger \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3345,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/partfs_rootdisk | 7,809 | [
"no_license"
] | [
{
"path": "roles/partfs_rootdisk/scripts/vol_mgmt.sh",
"content": "#!/bin/bash\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 18602,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/performance_nodes | 7,809 | [
"no_license"
] | [
{
"path": "roles/performance_nodes/tasks/main.yaml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 12567,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/performance_nodes_post | 7,809 | [
"no_license"
] | [
{
"path": "roles/performance_nodes_post/tasks/ovsdpdk_post.yaml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://w... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4702,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/removevips | 7,809 | [
"no_license"
] | [
{
"path": "roles/removevips/tasks/main.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICEN... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/rpmdatabase | 7,809 | [
"no_license"
] | [
{
"path": "roles/rpmdatabase/tasks/check_rpm_database.yml",
"content": "# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/service-profiles | 7,809 | [
"no_license"
] | [
{
"path": "roles/service-profiles/templates/config.ini.j2",
"content": "{% for host in hosts %}\n{{host}}:{{hosts[host]['service_profiles']|join(',')}}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/service-profiles/tasks/gen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/sriov_nodes | 7,809 | [
"no_license"
] | [
{
"path": "roles/sriov_nodes/templates/sriov.conf.j2",
"content": "{%- set host_network_profiles_list = hosts[ansible_hostname]['network_profiles'] -%}\n{%- set sriov_ifaces = [] -%}\n{%- set trusted_ifaces = [] -%}\n{%- set vf_counts = [] -%}\n{%- if 'sriov_provider_networks' in network_profiles[host_netwo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8610,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/sriovdp_config | 7,809 | [
"no_license"
] | [
{
"path": "roles/sriovdp_config/tasks/main.yaml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2314,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/ssh_conf_hardening | 7,809 | [
"no_license"
] | [
{
"path": "roles/ssh_conf_hardening/library/ssh_conf.py",
"content": "#!/bin/python\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10000,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/take-pam-tty-audit-into-use | 7,809 | [
"no_license"
] | [
{
"path": "roles/take-pam-tty-audit-into-use/README.rst",
"content": "Ansible role for configuring auth config to use PAM tty audit for auditing bash commands.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/take-pam-tty-audit-into-use/task... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2674,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/update_cert | 7,809 | [
"no_license"
] | [
{
"path": "roles/update_cert/tasks/main.yml",
"content": "---\n\n# Copyright 2019 Nokia\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2472,
"all_permissive": false
} |
ansible_role | akraino-edge-stack/ta-infra-ansible | 2dfb03eebd138f9c7d52d962ab7468eb248fd23e | 0 | roles/yarf | 7,809 | [
"no_license"
] | [
{
"path": "roles/yarf/templates/restful_ha_proxy.j2",
"content": "# {{ ansible_managed }}\nfrontend restful-front-1\n bind {{ external_lb_vip_address }}:61200 ssl crt {{ haproxy_ssl_pem }}\n option httplog\n option forwardfor except 127.0.0.0/8\n option http-server-close\n reqadd X-Forwarded-... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7670,
"all_permissive": false
} |
ansible_role | yeluyang/misc | d76cbcc784677b9cd84f6183f2b78bc72c69c2ce | 0 | scripts/ss_proxy_setup/roles/client | 7,809 | [
"no_license"
] | [
{
"path": "scripts/ss_proxy_setup/roles/client/templates/privoxy.service.j2",
"content": "[Unit]\nDescription=shadowsocks proxy server\n\n[Service]\nUser=root\nGroup=root\nType=simple\nExecStart=/usr/sbin/privoxy --no-daemon {{ proxy_client_http_config }}\n\n[Install]\nWantedBy=multi-user.target\n",
"li... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3907,
"all_permissive": false
} |
ansible_role | yeluyang/misc | d76cbcc784677b9cd84f6183f2b78bc72c69c2ce | 0 | scripts/ss_proxy_setup/roles/server | 7,809 | [
"no_license"
] | [
{
"path": "scripts/ss_proxy_setup/roles/server/templates/config.json.j2",
"content": "{\n \"server\": \"0.0.0.0\",\n \"server_port\": \"{{ proxy_server_port }}\",\n \"password\": \"{{ proxy_pass }}\",\n \"method\": \"aes-256-cfb\",\n \"mode\": \"tcp_and_udp\",\n \"timeout\": 3600\n}\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1602,
"all_permissive": false
} |
ansible_role | yeluyang/misc | d76cbcc784677b9cd84f6183f2b78bc72c69c2ce | 0 | scripts/ss_proxy_setup/roles/setup | 7,809 | [
"no_license"
] | [
{
"path": "scripts/ss_proxy_setup/roles/setup/tasks/main.yml",
"content": "---\n\n- name: install shadowsocks for {{ ansible_distribution }}\n package:\n name: shadowsocks-libev\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: setup python3-pip for {{ ansible_distribution }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | javdet/cm-example | ef93e78ccec1f7aadc66809b2adcd40926048aab | 0 | roles/nginx | 7,809 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for nginx\n- name: Ensure nginx is started and enabled to start at boot.\n shell: \"nginx -s reload\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/nginx/README... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5161,
"all_permissive": false
} |
ansible_role | MichaelPablo13/continuous-monitoring-homework | 5fc6374eaf465f604a641878370d0a6c1f48b099 | 0 | ansible/roles/mariadb | 7,809 | [
"no_license"
] | [
{
"path": "ansible/roles/mariadb/tasks/main.yml",
"content": "- name: Install MariaDB packages\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - mariadb-server\n - mariadb-connector-odbc\n - bash-completion\n - python3-PyMySQL\n become: yes\n\n- name: Create Prometheus user\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | lingxiankong/ansible-kubernetes-on-openstack | 11ce360c84673a8f1e870936103d47a348bb8bbd | 0 | roles/k8s_cli | 7,809 | [
"permissive"
] | [
{
"path": "roles/k8s_cli/defaults/main.yml",
"content": "---\nk8s_version: \"latest\"\nkube_prompt_version: \"v1.0.6\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 55
},
{
"path": "roles/k8s_cli/tasks/main.yml",
"content": "---\n# cur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 922,
"all_permissive": true
} |
ansible_role | lingxiankong/ansible-kubernetes-on-openstack | 11ce360c84673a8f1e870936103d47a348bb8bbd | 0 | roles/kube_cloud_controller_manager | 7,809 | [
"permissive"
] | [
{
"path": "roles/kube_cloud_controller_manager/files/cinder-csi-controllerplugin-rbac.yaml",
"content": "apiVersion: rbac.authorization.k8s.io/v1beta1\nkind: ClusterRoleBinding\nmetadata:\n name: system:csi-cinder-controller\nroleRef:\n apiGroup: rbac.authorization.k8s.io\n kind: ClusterRole\n name: clu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5955,
"all_permissive": true
} |
ansible_role | lingxiankong/ansible-kubernetes-on-openstack | 11ce360c84673a8f1e870936103d47a348bb8bbd | 0 | roles/kube_master | 7,809 | [
"permissive"
] | [
{
"path": "roles/kube_master/defaults/main.yml",
"content": "---\npod_ip_range: \"10.244.0.0/16\"\nallow_pod_on_master: false\nextra_api_endpoints: []\n\nauth_url: http://192.168.121.15/identity/v3/\nuser_id: 3fd32295751a41aca601021eba681a29\npassword: <PASSWORD>\ntenant_id: 84ce53873abe4d22a6f2491879e76048... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2474,
"all_permissive": true
} |
ansible_role | lingxiankong/ansible-kubernetes-on-openstack | 11ce360c84673a8f1e870936103d47a348bb8bbd | 0 | roles/kube_node | 7,809 | [
"permissive"
] | [
{
"path": "roles/kube_node/templates/kubeadm.conf.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta2\nkind: JoinConfiguration\ndiscovery:\n bootstrapToken:\n apiServerEndpoint: {{ hostvars[groups['k8s_master'][0]]['ansible_local_ip'] }}:6443\n token: <PASSWORD>\n unsafeSkipCAVerification: true\nn... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1379,
"all_permissive": true
} |
ansible_role | satinderiitd/networkautomation | d06eb9989cc6207723995f46915ed45ac0b62632 | 0 | scripts/roles/cumulus_add_ospf | 7,811 | [
"no_license"
] | [
{
"path": "scripts/roles/cumulus_add_ospf/tasks/main.yaml",
"content": "---\n- name: Enable OSPF\n nclu:\n commands:\n - add ospf router-id 1.1.1.1\n - add ospf network 192.168.1.0/24 area 0.0.0.0\n atomic: true\n description: \"Enable OSPF\"\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | satinderiitd/networkautomation | d06eb9989cc6207723995f46915ed45ac0b62632 | 0 | scripts/roles/cumulus_del_ospf | 7,811 | [
"no_license"
] | [
{
"path": "scripts/roles/cumulus_del_ospf/tasks/main.yaml",
"content": "---\n- name: Enable OSPF\n nclu:\n commands:\n - del ospf router-id 1.1.1.1\n - del ospf network 192.168.1.0/24 area 0.0.0.0\n atomic: true\n description: \"Enable OSPF\"\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | dns/ansible/roles/bind | 7,811 | [
"no_license"
] | [
{
"path": "dns/ansible/roles/bind/tasks/main.yml",
"content": "---\n# Set up bind\n\n- name: Install bind.\n yum:\n name:\n - bind\n - bind-utils\n state: present\n\n- name: Set /etc/named permissions\n file:\n path: /etc/named\n state: directory\n mode: '0755'\n\n- name: make dir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | k8s/ansible/roles/helm | 7,811 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/helm/tasks/main.yml",
"content": "---\n# Install Helm and Tiller\n\n- name: Download Helm\n get_url:\n url: https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz\n dest: /home/k8suser/helm.tar.gz\n checksum: sha256:38614a665859c0f01c9c1d84fa9a5027364f936814d1e47839b05327... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1223,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | k8s/ansible/roles/k8s | 7,811 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/k8s/tasks/main.yml",
"content": "---\n# Set up k8s\n\n# modprobe br_netfilter\n# echo '1' > /proc/sys/net/bridge/bridge-nf-call-iptables\n- name: Enable the br_netfilter module for cluster communication\n modprobe:\n name: br_netfilter\n state: present\n\n- name: Enable t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2059,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | k8s/ansible/roles/k8s-master | 7,811 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/k8s-master/tasks/main.yml",
"content": "---\n# Set up k8s\n\n- name: Initialize the cluster using the IP range for Flannel.\n command: kubeadm init --pod-network-cidr=10.244.0.0/16 --node-name k8s-master\n\n- name: Create kube config directory\n file:\n path: /home/k8suser/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1181,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | k8s/ansible/roles/k8s-nodes | 7,811 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/k8s-nodes/tasks/main.yml",
"content": "---\n# Set up k8s nodes\n\n- name: Join cluster\n script: /data/devops/join-command.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | k8s/ansible/roles/rook_ceph | 7,811 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/rook_ceph/tasks/main.yml",
"content": "---\n# Set up rook with ceph\n- set_fact:\n ceph_path: /home/k8suser/rook/cluster/examples/kubernetes/ceph\n\n- name: Install git\n yum:\n name: git\n state: latest\n\n- name: Get git repository\n git:\n repo: 'https://github... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1492,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | productivity_eng/ansible/roles/developer | 7,811 | [
"no_license"
] | [
{
"path": "productivity_eng/ansible/roles/developer/tasks/main.yml",
"content": "---\n# Install Devloper Tools\n\n- name: Create a directory for dev tools\n file:\n path: \"/data/dev_tools/\"\n state: directory\n mode: '0777'\n\n- name: Add Microsoft .NET Core Prerequisites Repos\n apt_repository... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1285,
"all_permissive": false
} |
ansible_role | mikejshea/DevOps | f790c4c93bedb037ccacefe58d7d2eb073654dba | 0 | productivity_eng/ansible/roles/docker | 7,811 | [
"no_license"
] | [
{
"path": "productivity_eng/ansible/roles/docker/tasks/main.yml",
"content": "---\n# Install Docker\n- name: Remove previous docker packages\n apt:\n name: \"{{ packages }}\"\n state: absent\n vars:\n packages:\n - docker\n - docker-engine\n - docker.io\n - containerd\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/add_host | 7,811 | [
"no_license"
] | [
{
"path": "roles/add_host/tasks/main.yml",
"content": "- name: Place Topology script on host\n synchronize:\n src: topology\n dest: /home/alinga119/\n rsync_path: /usr/bin/rsync\n recursive: yes \n\n- name: Determine RackID\n shell: \"/home/alinga119/topology/topology.py {{ hostname }}\" \n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1429,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/add_roles | 7,811 | [
"no_license"
] | [
{
"path": "roles/add_roles/tasks/main.yml",
"content": "\n - name: Wait for parcels to be present\n wait_for:\n path: /opt/cloudera/parcels/CDH\n timeout: 600\n\n - service:\n name: cloudera-scm-agent\n state: stopped\n\n - service:\n name: cloudera-scm-agent... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/decommission | 7,811 | [
"no_license"
] | [
{
"path": "roles/decommission/tasks/main.yml",
"content": "\n - name: Decomissioning \"{{decomhost}}\" using CM API\n uri:\n url: \"http://{{CMhost}}:{{CMport}}/api/v11/cm/commands/hostsDecommission\"\n method: POST\n user: \"{{username}}\"\n password: \"{{<PASSWORD>}}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/delete_host | 7,811 | [
"no_license"
] | [
{
"path": "roles/delete_host/tasks/main.yml",
"content": "\n - name: Get Hostid of \"{{decomhost}}\"\n shell: cat /var/lib/cloudera-scm-agent/uuid\n register: hostid\n\n - name: Get Roles of host \"{{decomhost}}\"\n uri:\n url: \"http://{{CMhost}}:{{CMport}}/api/v17/hosts/{{hosti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2519,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/new_installation | 7,811 | [
"no_license"
] | [
{
"path": "roles/new_installation/tasks/main.yml",
"content": " - name: Set authorized key from file\n authorized_key:\n user: root\n path: /root/.ssh/authorized_keys\n state: present\n key: \"{{ lookup('file', './files/id_rsa_root.pub') }}\"\n\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2231,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/pre_requisites | 7,811 | [
"no_license"
] | [
{
"path": "roles/pre_requisites/vars/main.yml",
"content": "---\ndirectories:\n - \"{{ ansible_mounts | selectattr('mount','equalto','/data/01') | list | first }}\"\n - \"{{ ansible_mounts | selectattr('mount','equalto','/data/02') | list | first }}\"\n - \"{{ ansible_mounts | selectattr('mount','equalto... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2413,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/recommission | 7,811 | [
"no_license"
] | [
{
"path": "roles/recommission/tasks/main.yml",
"content": "\n - name: Recomissioning \"{{recomhost}}\" using CM API\n uri:\n url: \"http://{{CMhost}}:{{CMport}}/api/v11/cm/commands/hostsRecommission\"\n method: POST\n user: alinga119\n password: \"{{<PASSWORD>}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1826,
"all_permissive": false
} |
ansible_role | alingareddy/Ansible | 503c81fb93749bbf4241b079d1f1d20d1f6e6dc3 | 0 | roles/ssh_keys | 7,811 | [
"no_license"
] | [
{
"path": "roles/ssh_keys/tasks/main.yml",
"content": " - name: Remove old rsa key from known_hosts for alinga119\n known_hosts:\n path: /home/alinga119/.ssh/known_hosts\n host: \"{{ item }}\"\n state: absent\n become: yes\n become_user: alinga119\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | SaraSim98/ingress | dfe1eaabc0f189b13353aa02c6304cd024f80af1 | 0 | playbook/roles/dashboard | 7,811 | [
"no_license"
] | [
{
"path": "playbook/roles/dashboard/tasks/main.yaml",
"content": "---\n- name: Get {{ ansible_user }} Home Directory\n register: home_directory\n shell:\n cmd: \"getent passwd {{ ansible_user }} | awk -F: '{ print $6 }'\"\n\n- name: Deploy Kubernetes Dashboard UI\n ansible.builtin.command: kubectl ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2345,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlexPod-IaC-OCP4 | f5bbc5ffaa9feb81e074f31e103c15db531b535b | 1 | roles/UCSequipment | 7,811 | [
"permissive"
] | [
{
"path": "roles/UCSequipment/tasks/configure_ucs_info_policy.yml",
"content": "---\n# Setup UCS Info Policy for Neighbor Discovery\n#\n - name: UCS Info Policy\n ucs_managed_objects:\n hostname: \"{{ inventory_hostname }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSW... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3472,
"all_permissive": true
} |
ansible_role | ucs-compute-solutions/FlexPod-IaC-OCP4 | f5bbc5ffaa9feb81e074f31e103c15db531b535b | 1 | roles/UCSlan | 7,811 | [
"permissive"
] | [
{
"path": "roles/UCSlan/tasks/main.yml",
"content": "---\n# LAN Tasks Configuration for UCSM\n# Variables can be modified under ../defaults/main.yml\n#\n# Configure Management IP Pool\n- include_tasks: configure_ucs_mgmt_ip_pool.yml\n# Configure UCS QoS System Class\n- include_tasks: configure_ucs_system_qo... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6683,
"all_permissive": true
} |
ansible_role | ucs-compute-solutions/FlexPod-IaC-OCP4 | f5bbc5ffaa9feb81e074f31e103c15db531b535b | 1 | roles/UCSserver | 7,811 | [
"permissive"
] | [
{
"path": "roles/UCSserver/tasks/configure_ucs_uuid_pool.yml",
"content": "---\n# UUID Pool Configuration for UCSM\n - name: Configure UUID Pool\n ucs_uuid_pool:\n hostname: \"{{ inventory_hostname }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n org_dn: org-roo... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9294,
"all_permissive": true
} |
ansible_role | ucs-compute-solutions/FlexPod-IaC-OCP4 | f5bbc5ffaa9feb81e074f31e103c15db531b535b | 1 | roles/UCSstorage | 7,811 | [
"permissive"
] | [
{
"path": "roles/UCSstorage/tasks/configure_ucs_storage_profile.yml",
"content": "---\n # Storage Profile for RAID 1 Mirror of 960GB M.2 Disks \n - name: Configure Storage Profile for M.2 Disks\n ucs_storage_profile:\n hostname: \"{{ inventory_hostname }}\"\n username: \"{{ ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1403,
"all_permissive": true
} |
ansible_role | petervanderdoes/ansible-vagrant-wordpress | 0d32079e9024a88a4e04dd58416973ebb455b75e | 0 | roles/git | 7,811 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Add Git PPA\n apt_repository:\n repo: \"ppa:pdoes/ppa\"\n update_cache: yes\n\n- name: Install Git\n apt:\n name: git\n state: latest\n force: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | petervanderdoes/ansible-vagrant-wordpress | 0d32079e9024a88a4e04dd58416973ebb455b75e | 0 | roles/vsftpd | 7,811 | [
"no_license"
] | [
{
"path": "roles/vsftpd/defaults/main.yml",
"content": "---\n\n# Defaults vars file for vsftpd role\n\n# Package variables\n#------------------\nvsftpd_package_state: present\n\n# Service variables\n#------------------\nvsftpd_service_state: started\nvsftpd_service_enabled: True\n\n# Configuration file vari... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 22578,
"all_permissive": false
} |
ansible_role | Hamza-Dridi/TP1_Devops | a0dbcf12b9eef4033eedecd28522094f1a6fbf22 | 0 | ansible/roles/app | 7,811 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for roles/app\n- name: Run Simple API\n docker_container:\n name: simple-api-students\n image: hamza10dridi/tp1_devops-simple-api-students:1.0\n networks:\n - name: app-network\n\n env:\n POSTGRES_DB: \"{{ POS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | Hamza-Dridi/TP1_Devops | a0dbcf12b9eef4033eedecd28522094f1a6fbf22 | 0 | ansible/roles/database | 7,811 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: RUN BDD\n docker_container: \n name: bdd_postgresql\n image: hamza10dridi/tp1_devops-bdd_postgresql:1.0\n networks:\n - name: app-network\n\n env:\n POSTGRES_DB: \"{{ POSTGRES_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | Hamza-Dridi/TP1_Devops | a0dbcf12b9eef4033eedecd28522094f1a6fbf22 | 0 | ansible/roles/proxy | 7,811 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/proxy\n- name: Run Proxy\n docker_container:\n name: reverse_proxy\n image: hamza10dridi/tp1_devops-reverse_proxy:1.0\n published_ports:\n - \"80:80\"\n networks:\n - name: app-network",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | VlzKirill/create_vm_and_base_config_vmware_ansible | 0fabd47f47c5cd3e7bab403aeb0136dc5274be99 | 0 | ansible/roles/base_config_docker_compose_v2 | 7,811 | [
"no_license"
] | [
{
"path": "ansible/roles/base_config_docker_compose_v2/handlers/main.yaml",
"content": "---\n- name: Restart docker\n ansible.builtin.systemd:\n name: docker\n state: restarted\n daemon_reload: true\n enabled: yes\n\n- name: Restart vm\n ansible.builtin.reboot:\n connect_timeout: 5\n reb... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 8782,
"all_permissive": false
} |
ansible_role | VlzKirill/create_vm_and_base_config_vmware_ansible | 0fabd47f47c5cd3e7bab403aeb0136dc5274be99 | 0 | ansible/roles/create_vm | 7,811 | [
"no_license"
] | [
{
"path": "ansible/roles/create_vm/tasks/main.yaml",
"content": "---\n- name: \"Gather {{ hostname }} VM info\"\n community.vmware.vmware_vm_info:\n hostname: \"{{ vsphere.hostname }}\"\n username: \"{{ vsphere_username }}\"\n password: \"{{ <PASSWORD> }}\"\n vm_name: \"{{ hostname }}\"\n va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2116,
"all_permissive": false
} |
ansible_role | elatovg/daisy-modify-vm | d8cd78a1501fb98e4c75228981506a98f6912a9c | 1 | ansible/roles/common | 7,811 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/default.yaml",
"content": "pkgs:\n - zsh\n - rsync\n - htop\n - tree\n - tmux\ngcp_pkgs:\n - kubectl",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | felipefigfaria/ansible-firebird | 59ca7c78017fb3afb1793299d9404cb660e706b2 | 0 | roles/createdir | 7,812 | [
"no_license"
] | [
{
"path": "roles/createdir/tasks/main.yml",
"content": "---\n - name: Criar diretório para banco de dados\n ansible.builtin.file:\n path: /DATABASE\n state: directory\n mode: '0777'\n when: ansible_os_family in [\"Debian\", \"RedHat\"]",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | felipefigfaria/ansible-firebird | 59ca7c78017fb3afb1793299d9404cb660e706b2 | 0 | roles/firebird | 7,812 | [
"no_license"
] | [
{
"path": "roles/firebird/tasks/main.yml",
"content": "---\n - name: Adicionar vm.max_map_count ao /etc/sysctl.conf\n lineinfile:\n path: /etc/sysctl.conf\n line: \"vm.max_map_count = 256000\"\n state: present\n tags:\n - debian\n - redhat\n\n - name: Aplicar as alterações do sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2764,
"all_permissive": false
} |
ansible_role | felipefigfaria/ansible-firebird | 59ca7c78017fb3afb1793299d9404cb660e706b2 | 0 | roles/pacotes | 7,812 | [
"no_license"
] | [
{
"path": "roles/pacotes/tasks/main.yml",
"content": "---\n - name: Atualizar cache e pacotes no Ubuntu\n ansible.builtin.apt:\n update_cache: yes\n upgrade: dist\n when: ansible_os_family == \"Debian\"\n\n - name: Atualizar cache e pacotes no Rocky\n ansible.builtin.yum:\n update_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part06-lemp-stack-install/roles/mysql | 7,812 | [
"no_license"
] | [
{
"path": "part06-lemp-stack-install/roles/mysql/tasks/main.yml",
"content": " - name: install database\n apt:\n name: \n - mariadb-server\n - python3-pip\n\n - name: install pymysql\n shell: python3 -m pip install pymysql\n\n - name: Sets the root password\n mysql_user:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part06-lemp-stack-install/roles/nginx | 7,812 | [
"no_license"
] | [
{
"path": "part06-lemp-stack-install/roles/nginx/handler/main.yml",
"content": " - name: restart_nginx\n service:\n name: nginx\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "part06-lemp-stack-install/roles/nginx/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1111,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part06-lemp-stack-install/roles/tweaks | 7,812 | [
"no_license"
] | [
{
"path": "part06-lemp-stack-install/roles/tweaks/handlers/main.yml",
"content": " - name: restart_nginx\n service:\n name: nginx\n state: restarted\n\n - name: restart_php\n service: \n name: php8.0-fpm\n state: restarted\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3718,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part07-elasticsearch-install/roles/docker-install | 7,812 | [
"no_license"
] | [
{
"path": "part07-elasticsearch-install/roles/docker-install/tasks/update.yml",
"content": "- name: Update packages\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Upgrade all packages\n apt:\n upgrade: dist\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1236,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part10-zabbix-install/roles/zabbix_mysql | 7,812 | [
"no_license"
] | [
{
"path": "part10-zabbix-install/roles/zabbix_mysql/tasks/main.yml",
"content": "- name: install database\n apt:\n name: \n - mariadb-server\n - python3-pip\n\n- name: install pymysql\n shell: python3 -m pip install pymysql\n\n- name: Sets the root password\n mysql_user:\n name: root\n pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part10-zabbix-install/roles/zabbix_nginx | 7,812 | [
"no_license"
] | [
{
"path": "part10-zabbix-install/roles/zabbix_nginx/tasks/main.yml",
"content": " - name: remove unwanted packages\n apt:\n name: apache2\n state: absent\n\n - name: remove nginx default config\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n \n - name: config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part10-zabbix-install/roles/zabbix_settings | 7,812 | [
"no_license"
] | [
{
"path": "part10-zabbix-install/roles/zabbix_settings/handlers/main.yml",
"content": "\n - name: restart_zabbix_services\n service:\n name: \"{{ item }}\"\n state: restarted\n enabled: true\n become: true\n loop:\n - mariadb\n - nginx\n - php7.4-fpm\n - zabbix-s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 489,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.