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 | Margays/infrastructure | 59b7342d31c1a68353335756307188deb146dc2b | 1 | ansible/roles/packages | 7,318 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "- name: Install required packages\n ansible.builtin.apt:\n name:\n - ca-certificates\n - ethtool\n - iptables\n - nfs-common\n update_cache: true\n state: present\n tags:\n - packages\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | Margays/infrastructure | 59b7342d31c1a68353335756307188deb146dc2b | 1 | ansible/roles/shutdown | 7,318 | [
"no_license"
] | [
{
"path": "ansible/roles/shutdown/tasks/main.yml",
"content": "- name: Shutdown server\n ansible.builtin.shell:\n cmd: \"shutdown now\"\n tags:\n - shutdown\n - never\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | Margays/infrastructure | 59b7342d31c1a68353335756307188deb146dc2b | 1 | ansible/roles/tools | 7,318 | [
"no_license"
] | [
{
"path": "ansible/roles/tools/tasks/main.yml",
"content": "- name: Install required packages\n ansible.builtin.apt:\n name:\n - vim\n - tmux\n update_cache: true\n state: present\n tags:\n - tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | Margays/infrastructure | 59b7342d31c1a68353335756307188deb146dc2b | 1 | ansible/roles/upgrade | 7,318 | [
"no_license"
] | [
{
"path": "ansible/roles/upgrade/tasks/main.yml",
"content": "- name: Upgrade all apt packages\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n cache_valid_time: 86400\n tags:\n - system_upgrade\n - never\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | Margays/infrastructure | 59b7342d31c1a68353335756307188deb146dc2b | 1 | ansible/roles/users | 7,318 | [
"no_license"
] | [
{
"path": "ansible/roles/users/defaults/main.yml",
"content": "host_groups:\nhost_users:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "- name: Create groups\n ansible.builtin.group:\n nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 866,
"all_permissive": false
} |
ansible_role | adamgoossens/vsphere-metal | c411483ca6d4f8d8e39b722bb7ef4312786bdd38 | 0 | roles/eqgw-dns-and-certs | 7,318 | [
"no_license"
] | [
{
"path": "roles/eqgw-dns-and-certs/tasks/main.yaml",
"content": "- name: copy remote edge gateway SSH keys\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n mode: 0400\n loop:\n - src: \"{{ hostvars['localhost']['keypath_private'] }}\"\n dest: \"/root/id_rsa_edge_gateway_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1974,
"all_permissive": false
} |
ansible_role | adamgoossens/vsphere-metal | c411483ca6d4f8d8e39b722bb7ef4312786bdd38 | 0 | roles/eqgw-haproxy | 7,318 | [
"no_license"
] | [
{
"path": "roles/eqgw-haproxy/templates/haproxy.cfg.j2",
"content": "global\n log 127.0.0.1 local2\n\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 4000\n user haproxy\n group haproxy\n daemon\n\n stats socket /var/lib/haproxy/sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2447,
"all_permissive": false
} |
ansible_role | adamgoossens/vsphere-metal | c411483ca6d4f8d8e39b722bb7ef4312786bdd38 | 0 | roles/eqgw-registry | 7,318 | [
"no_license"
] | [
{
"path": "roles/eqgw-registry/tasks/main.yml",
"content": "- name: add opensuse gpg key\n get_url:\n url: https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key\n dest: /etc/apt/trusted.gpg.d/opensuse-1804.asc\n register: key\n\n- name: add opensuse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3403,
"all_permissive": false
} |
ansible_role | adamgoossens/vsphere-metal | c411483ca6d4f8d8e39b722bb7ef4312786bdd38 | 0 | roles/eqgw-release-mirror | 7,318 | [
"no_license"
] | [
{
"path": "roles/eqgw-release-mirror/tasks/main.yaml",
"content": "- name: parse pull_secret variable\n set_fact:\n pull_secret_mirror: \"{{ pull_secret | combine(auth | items2dict) }}\"\n vars:\n auth:\n - key: \"registry.{{base_domain}}\"\n value:\n auth: \"{{ 'openshift:1800r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2340,
"all_permissive": false
} |
ansible_role | adamgoossens/vsphere-metal | c411483ca6d4f8d8e39b722bb7ef4312786bdd38 | 0 | roles/local-certs-and-hosts | 7,318 | [
"no_license"
] | [
{
"path": "roles/local-certs-and-hosts/tasks/main.yaml",
"content": "- stat:\n path: vc.pem\n register: vcfile\n\n- when:\n - not vcfile.stat.exists\n block:\n - tempfile:\n state: directory\n register: certs_temp\n\n - name: download vcenter certs\n get_url:\n url: \"h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2289,
"all_permissive": false
} |
ansible_role | adamgoossens/vsphere-metal | c411483ca6d4f8d8e39b722bb7ef4312786bdd38 | 0 | roles/local-provision | 7,318 | [
"no_license"
] | [
{
"path": "roles/local-provision/tasks/main.yaml",
"content": "- when:\n - eq_outputs is not defined\n block:\n - community.aws.route53_info:\n query: hosted_zone\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n register: hzs\n\n - s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4156,
"all_permissive": false
} |
ansible_role | adamgoossens/vsphere-metal | c411483ca6d4f8d8e39b722bb7ef4312786bdd38 | 0 | roles/tf-outputs | 7,318 | [
"no_license"
] | [
{
"path": "roles/tf-outputs/tasks/main.yaml",
"content": "- name: check if eq terraform.tfstate exists\n stat:\n path: \"{{ playbook_dir }}/terraform-equinix/terraform.tfstate\"\n register: eq_tfstate\n delegate_to: localhost\n connection: local\n\n- name: check if aws terraform.tfstate exists\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | Gorthivani/workstation-ansible | d638c58a7bf66d32ca711f02f99ca38c1d3d785b | 0 | roles/common | 7,318 | [
"no_license"
] | [
{
"path": "roles/common/tasks/mongodb-schema.yml",
"content": "- name: Copy MongoDB Yum repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install MongoDb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Load Schema\n ans... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | isaacd9/kube-hard-way | 6b754c5a4ccb98bd7d9d53a847466cf8161f71ca | 0 | ansible/roles/tls | 7,318 | [
"no_license"
] | [
{
"path": "ansible/roles/tls/tasks/main.yml",
"content": "---\n- name: generate ca cert\n shell:\n cfssl gencert -initca roles/tls/files/ca-csr.json | cfssljson -bare roles/tls/files/ca\n delegate_to: 127.0.0.1\n args:\n creates: roles/tls/files/ca.pem\n\n- name: generate admin cert\n shell: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3223,
"all_permissive": false
} |
ansible_role | rgdevops123/ansible-jenkins | 19d9fc97112d7ec8e5a91e2f8ff75c6ad706cc3d | 0 | roles/jenkins_server | 7,318 | [
"no_license"
] | [
{
"path": "roles/jenkins_server/tasks/main.yml",
"content": "---\n- name: Update the System.\n yum:\n name: \"*\"\n state: latest\n update_cache: yes\n\n- name: Install dependencies.\n package:\n name: ['java-1.8.0-openjdk', 'git', 'texlive-latex', 'wget', 'deltarpm']\n state: present\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | josiokoko/nginx-deployment | a66d38009e017774672a91a6dd4d349c7bfacc59 | 0 | roles/nginx_server | 7,318 | [
"no_license"
] | [
{
"path": "roles/nginx_server/templates/index.html.j2",
"content": "<html>\n <head>\n <title>Hello from Ngnix </title>\n </head>\n <body>\n \n <div>\n <h1>This is our test webserver</h1>\n <p>Ansible Facts</p>\n \n <table>\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | Jimmy01240397/VpnGenerator | 638c5c74391d5f93c1103ab9353ec0a5d6d8111f | 1 | roles/addwgserver | 7,323 | [
"no_license"
] | [
{
"path": "roles/addwgserver/defaults/main.yml",
"content": "servername: server\naddresses: \"\"\nserverport: \"51820\"\nmoreconfig: \"\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/addwgserver/tasks/main.yml",
"content": "- name: I... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | Jimmy01240397/VpnGenerator | 638c5c74391d5f93c1103ab9353ec0a5d6d8111f | 1 | roles/addwguser | 7,323 | [
"no_license"
] | [
{
"path": "roles/addwguser/vars/freebsd.yml",
"content": "wireguarddir: /usr/local/etc/wireguard\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/addwguser/tasks/main.yml",
"content": "- name: Init os var\n include_vars: \"vars/{{ ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2511,
"all_permissive": false
} |
ansible_role | Jimmy01240397/VpnGenerator | 638c5c74391d5f93c1103ab9353ec0a5d6d8111f | 1 | roles/delwgserver | 7,323 | [
"no_license"
] | [
{
"path": "roles/delwgserver/setup.yml",
"content": "- hosts: localhost\n vars_files:\n - defaults/main.yml\n\n roles: []\n\n tasks:\n - name: include main task\n include: tasks/main.yml\n\n handlers: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | Jimmy01240397/VpnGenerator | 638c5c74391d5f93c1103ab9353ec0a5d6d8111f | 1 | roles/delwguser | 7,323 | [
"no_license"
] | [
{
"path": "roles/delwguser/tasks/setclientips.yml",
"content": "- name: Set now ip init\n set_fact:\n nowip: \"\"\n\n- name: ipv6 first random\n shell: xxd -l \"{{ (128 - (serveriptmp | ansible.utils.ipaddr('prefix'))) / 8 }}\" -ps /dev/urandom\n register: getcount6init\n\n- name: Set now ip\n set_fa... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4976,
"all_permissive": false
} |
ansible_role | vsylvest/Compliance | a37483bf9bb5b10007aad70d2f99e5cac783cf08 | 0 | roles/create-ubuntu | 7,323 | [
"no_license"
] | [
{
"path": "roles/create-ubuntu/vars/main.yml",
"content": " vm_count: 1\n security_group: 'sg-0078806842675b812'\n subnet_id: 'subnet-3e80d577'\n ssh_key_name: 'ec2-key'\n instance_size: 't2.micro'\n instance_tag: 'ubuntu'\n ami_name: 'ami-059b78064586da1b7'\n region: 'ap-southeast-2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | vsylvest/Compliance | a37483bf9bb5b10007aad70d2f99e5cac783cf08 | 0 | roles/oscap-arm-rhel | 7,323 | [
"no_license"
] | [
{
"path": "roles/oscap-arm-rhel/tasks/main.yml",
"content": " - name: Copy EPEL Repository\n copy:\n src: files/epel.repo\n dest: /etc/yum.repos.d/epel.repo\n owner: root\n group: root\n mode: 0644\n \n - name: install openscap scanner, ssg and httpd\n yum:\n name: ['o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | vsylvest/Compliance | a37483bf9bb5b10007aad70d2f99e5cac783cf08 | 0 | roles/oscap-rhel | 7,323 | [
"no_license"
] | [
{
"path": "roles/oscap-rhel/tasks/main.yml",
"content": " - name: install openscap scanner, ssg and httpd\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - openscap-scanner\n - scap-security-guide\n - httpd\n\n - block:\n - name: run openscap\n command: o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | OnrampLab/laravel-starter | 6486d2aff24b260bfa47d08cad0570488b8d9e49 | 2 | tools/infrastructure/vm-based/provisioning/ansible/roles/nginx | 7,323 | [
"no_license"
] | [
{
"path": "tools/infrastructure/vm-based/provisioning/ansible/roles/nginx/defaults/main.yml",
"content": "site_name: example.com\nrepo_name: laravel-starter\nphp_version: 7.4.12\nnginx_conf_dir: /etc/nginx/sites-enabled/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 11... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3173,
"all_permissive": false
} |
ansible_role | OnrampLab/laravel-starter | 6486d2aff24b260bfa47d08cad0570488b8d9e49 | 2 | tools/infrastructure/vm-based/provisioning/ansible/roles/phpbrew | 7,323 | [
"no_license"
] | [
{
"path": "tools/infrastructure/vm-based/provisioning/ansible/roles/phpbrew/defaults/main.yml",
"content": "phpbrew_php_version: 7.4.12\nphpbrew_php_variants: \"+default +mysql +pdo +curl +gd +soap +fpm +hash +openssl=/usr/include/openssl/opensslv.h -- --with-gd=shared --with-openssl --with-jpeg-dir=/usr --... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4247,
"all_permissive": false
} |
ansible_role | OnrampLab/laravel-starter | 6486d2aff24b260bfa47d08cad0570488b8d9e49 | 2 | tools/infrastructure/vm-based/provisioning/ansible/roles/phpmyadmin | 7,323 | [
"no_license"
] | [
{
"path": "tools/infrastructure/vm-based/provisioning/ansible/roles/phpmyadmin/defaults/main.yml",
"content": "---\n# Default variables for this role\n\n# PHPMyAdmin default configuration\nphpmyadmin_database: phpmyadmin\nphpmyadmin_server_ip: localhost\n\n# PHPMyAdmin credentials\nphpmyadmin_user: phpmyadm... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8055,
"all_permissive": false
} |
ansible_role | OnrampLab/laravel-starter | 6486d2aff24b260bfa47d08cad0570488b8d9e49 | 2 | tools/infrastructure/vm-based/provisioning/ansible/roles/system | 7,323 | [
"no_license"
] | [
{
"path": "tools/infrastructure/vm-based/provisioning/ansible/roles/system/tasks/main.yml",
"content": "---\n- name: Make sure pymysql is present\n pip:\n name: PyMySQL\n state: present\n\n- name: Make sure unzip is present\n apt:\n name: unzip\n state: present\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | kroustou/ansible-zookeeper | 7ecff3ab1036913ed5405d3d283676d638cab5dd | 1 | roles/zookeeper | 7,323 | [
"no_license"
] | [
{
"path": "roles/zookeeper/defaults/main.yml",
"content": "---\nzookeeper_user: zookeeper\nzookeeper_binary: https://downloads.apache.org/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7.0-bin.tar.gz\nzookeeper_data_path: /data/zookeeper\nzookeeper_path: /opt\nzookeeper_http_enabled: true\n",
"license_typ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5690,
"all_permissive": false
} |
ansible_role | arthuracosta/Labs-IaC | d3cecf626b3e8b55a0cee64ab1609481c8d169d3 | 0 | vagrant-ansible-nginx/ansible/roles/nginx | 7,323 | [
"no_license"
] | [
{
"path": " vagrant-ansible-nginx/ansible/roles/nginx/tasks/main.yml",
"content": "---\n - name: instalação do nginx\n apt:\n name: nginx\n state: latest\n notify: reiniciando o nginx\n \n - name: adicionando o index.html\n template: src=index.html dest=/var/www/html/\n notify: re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | arthuracosta/Labs-IaC | d3cecf626b3e8b55a0cee64ab1609481c8d169d3 | 0 | vagrant-ansible-common/ansible/roles/common | 7,323 | [
"no_license"
] | [
{
"path": "vagrant-ansible-common/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: atualizando cache\n apt:\n update_cache: true\n\n- name: Instalando pacotes essenciais Ubuntu\n apt:\n name: \"{{ pacotes }}\"\n state: latest\n\n- name: Definindo um hostname\n hostname:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | StoneMonarch/Homelab-Ansible | 4deae844525792146c1488453bcedcba28a92c16 | 0 | roles/turing-pi | 7,323 | [
"no_license"
] | [
{
"path": "roles/turing-pi/files/configure-network.sh",
"content": "#!/bin/bash\n\n# Check if script is run as root\nif [ \"$(id -u)\" -ne 0 ]; then\n echo \"This script must be run as root\" >&2\n exit 1\nfi\n\n# Check if required arguments are provided\nif [ $# -lt 4 ]; then\n echo \"Usage: $0 <main_ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10111,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/apt-refresh | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/apt-refresh/tasks/main.yaml",
"content": "# - name: Update apt manually\n# become: true\n# shell: apt-get --allow-releaseinfo-change update\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/kafka-broker | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/kafka-broker/templates/server.properties.j2",
"content": "# Maintained by Ansible\nzookeeper.connect={% for host in groups['zookeeper'] %}{% if loop.index > 1 %},{% endif %}{{ host }}:2181{% endfor %}\n\nlog.dir={% for logdir in kafka.broker.datadir %}{% if loop.index > 1 %},{% endi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4314,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/kafka-connect | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/kafka-connect/templates/connect.properties.j2",
"content": "# Maintained by Ansible\nbootstrap.servers={% for host in groups['broker'] %}{% if loop.index > 1 %},{% endif %}{{ host }}:9092{% endfor %}\n\nplugin.path={% for plugin_path in kafka.connect.plugin_path %}{% if loop.index >... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5586,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/kafka-rest | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/kafka-rest/tasks/main.yml",
"content": "- name: Create Group\n group: name={{ kafka.rest.group }}\n\n- name: Create User\n user: name={{ kafka.rest.user }} system=yes group={{ kafka.rest.group }}\n\n- name: Create Log Dir\n file:\n path: \"{{ kafka.rest.environment.LOG_DIR }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2202,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/ksql | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/ksql/tasks/main.yml",
"content": "- name: Create Group\n group: name={{ kafka.ksql.group }}\n\n- name: Create User\n user: name={{ kafka.ksql.user }} system=yes group={{ kafka.ksql.group }}\n\n- name: Download and unpack KSQL\n unarchive:\n src: https://github.com/confluentinc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/monitor | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/monitor/meta/main.yml",
"content": "dependencies:\n - { role: apt-refresh }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "ansible/roles/monitor/tasks/main.yml",
"content": "- name: Install docker Pip Package\n pip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2175,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/prometheus | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/handlers/main.yml",
"content": "- name: Reload systemd\n systemd: daemon_reload=yes\n\n- name: reload prometheus\n systemd: name=prometheus state=reloaded\n\n- name: restart prometheus\n systemd: name=prometheus state=restarted\n\n- name: restart grafana\n systemd: na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6074,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/schema-registry | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/schema-registry/tasks/main.yml",
"content": "- name: Create Group\n group: name={{ schema.registry.group }}\n\n- name: Create User\n user: name={{ schema.registry.user }} system=yes group={{ schema.registry.group }}\n\n- name: Create Log Dir\n file: path={{ schema.registry.enviro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2326,
"all_permissive": false
} |
ansible_role | convexant/kafka-ops | 818613f2253ac7771dcf6048a3da4b015764378f | 0 | ansible/roles/zookeeper | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/zookeeper/templates/zookeeper.properties.j2",
"content": "# Maintained by Ansible\n{% for key, value in zookeeper.config.items() %}\n{{ key }}={{ value }}\n{% endfor %}\n\n{% for host in groups['zookeeper'] %}\n{% if host == inventory_hostname %}\nserver.{{ loop.index }}=0.0.0.0:288... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3142,
"all_permissive": false
} |
ansible_role | Ooyekunle/dummytestFeb172020 | fbf0f966d38a90af4fede4c1deef341bf9f7d8c3 | 0 | ansible/roles/cloud_web | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/cloud_web/defaults/main.yml",
"content": "---\n# vars file for cloud_web\n\n# variables for chapter 05\nconnected_devices_git_repo_url: \"<EMAIL>:CWRU-Connected-Devices/connected-devices-spring20.git\"\nrepo_directory: /home/ubuntu/connected-devices\nconnected_devices_git_repo_versi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | Ooyekunle/dummytestFeb172020 | fbf0f966d38a90af4fede4c1deef341bf9f7d8c3 | 0 | ansible/roles/lampi | 7,323 | [
"no_license"
] | [
{
"path": "ansible/roles/lampi/tasks/main.yml",
"content": "---\n# tasks file for lampi\n- import_tasks: 01.yml\n- import_tasks: 02.yml\n- import_tasks: 03.yml\n- import_tasks: 04.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/apt-ubuntu | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/apt-ubuntu/vars/main.yml",
"content": "---\npackages:\n - \"apache2-utils\"\n - \"aptitude\"\n - \"awscli\"\n - \"axel\"\n - \"brotli\"\n - \"clamav\"\n - \"colordiff\"\n - \"convmv\"\n - \"ctop\"\n - \"curl\"\n - \"direnv\"\n - \"dnsutils\"\n - \"emacs-nox\"\n - \"git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/aws | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/aws/tasks/main.yml",
"content": "---\n- name: \"Install awscli\"\n apt:\n name:\n - \"awscli\"\n state: \"latest\"\n\n- name: \"Ensure ec2-metadata directory\"\n file:\n path: \"/opt/amazon/ec2-metadata\"\n state: \"directory\"\n\n- name: \"Get ec2-metadata comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/azure | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/azure/tasks/main.yml",
"content": "---\n- name: \"Install required packages\"\n apt:\n name:\n - \"apt-transport-https\"\n state: \"latest\"\n\n- name: \"Add microsoft key\"\n ansible.builtin.get_url:\n url: \"https://packages.microsoft.com/keys/microsoft.asc\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/bind | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/bind/tasks/main.yml",
"content": "---\n- name: \"Install BIND\"\n apt:\n name:\n - \"bind9\"\n state: \"latest\"\n\n- name: \"Ensure zone files directory\"\n file:\n path: \"/etc/bind/zone\"\n state: \"directory\"\n\n- name: \"Ensure sample files direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2042,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/cassandra | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/cassandra/templates/cassandra.sources.j2",
"content": "# Azure CLI\nTypes: deb\nURIs: http://www.apache.org/dist/cassandra/debian\nSuites: {{release_series}}\nComponents: main\nArchitectures: amd64\nSigned-By: /usr/share/keyrings/cassandra.gpg\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1426,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/clamsmtp | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/clamsmtp/tasks/main.yml",
"content": "---\n- name: \"Install ClamAV\"\n apt:\n name:\n - \"clamsmtp\"\n state: \"latest\"\n\n- name: \"Ensure clamsmtpd directory\"\n file:\n path: \"/etc/clamsmtp\"\n state: \"directory\"\n\n- name: \"Get original clamsmtpd.conf st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/common | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/main.yml",
"content": "---\nlocales:\n - \"C.UTF-8\"\n - \"en_GB.UTF-8\"\n - \"en_US.UTF-8\"\n - \"ja_JP.UTF-8\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible/roles/common/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/docker | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# - name: \"Install required packages\"\n# ansible.builtin.apt:\n# name:\n# - \"apt-transport-https\"\n# - \"ca-certificates\"\n# - \"curl\"\n# - \"software-properties-common\"\n# state: \"latest\"\n# upd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/dovecot | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/dovecot/tasks/main.yml",
"content": "---\n- name: \"Install dovecot\"\n apt:\n name:\n - \"dovecot-mysql\"\n state: \"latest\"\n\n- name: \"Ensure database password file directory\"\n file:\n path: \"/usr/share/mysql/password\"\n state: \"directory\"\n mode: 07... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1789,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/gcp | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/gcp/tasks/main.yml",
"content": "---\n- name: \"Install required packages\"\n apt:\n name:\n - \"apt-transport-https\"\n state: \"latest\"\n\n- name: \"Add google key\"\n ansible.builtin.get_url:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/go | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/go/tasks/main.yml",
"content": "---\n- name: \"Install packages\"\n apt:\n name:\n - \"golang\"\n state: \"latest\"\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/h2o | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/h2o/tasks/main.yml",
"content": "---\n- name: \"Install h2o\"\n apt:\n name:\n - \"h2o\"\n state: \"latest\"\n\n- name: \"Ensure dhparams directory\"\n file:\n path: \"/etc/h2o/dhparams\"\n state: \"directory\"\n\n- name: \"Copy dhparams files\"\n copy:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/h2o-virtualhosts | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/h2o-virtualhosts/templates/host.conf.j2",
"content": "## HTTP\n\"{{item}}:80\":\n listen: 80\n paths:\n \"/\":\n mruby.handler: |\n Proc.new do |env|\n if env['SERVER_PORT'] == \"80\"\n query_string = (... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4770,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/iptables | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables/handlers/main.yml",
"content": "---\n- name: \"restart rsyslog\"\n service:\n name: \"rsyslog\"\n state: \"restarted\"\n\n- name: \"restart netfilter-persistent\"\n service:\n name: \"netfilter-persistent\"\n state: \"restarted\"\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/jenkins | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/templates/h2o.conf.j2",
"content": "# h2o\nserver-name: \"{{server_name}}\"\nuser: debian-h2o\npid-file: /run/h2o.pid\n\n## Logs\naccess-log: \"|rotatelogs -l -f -L /var/log/h2o/access.log -p /usr/share/h2o/compress_logs /var/log/h2o/access.log.%Y-%m-%d 86400\"\nerror-log: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3317,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/ldap | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap/templates/nslcd.conf.j2",
"content": "# /etc/nslcd.conf\n# nslcd configuration file. See nslcd.conf(5)\n# for details.\n\n# The user and group nslcd should run as.\nuid nslcd\ngid nslcd\n\n# The location at which the LDAP server(s) should be reachable.\nuri {{ldap_protocol}}://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3610,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/ldap-account-manager | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap-account-manager/tasks/main.yml",
"content": "---\n- name: \"Install LAM (LDAP account manager)\"\n apt:\n name:\n - \"ldap-account-manager\"\n state: \"latest\"\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/letsencrypt | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/letsencrypt/vars/main.yml",
"content": "---\nauthenticator: \"webroot\"\nwebroot_path: \"/var/www/html\"\nemail: \"<EMAIL>\"\ndomains:\n - \"example.com\"\n - \"www.example.com\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/mongodb | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/tasks/main.yml",
"content": "---\n- name: \"Install mongodb\"\n apt:\n name:\n - \"mongodb\"\n state: \"latest\"\n\n- name: \"Copy mongodb.conf\"\n copy:\n src: \"mongodb.conf\"\n dest: \"/etc/mongodb.conf\"\n backup: true\n notify: \"restart mongodb\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/mysql | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: \"Install MySQL server\"\n apt:\n name:\n - \"default-mysql-server\"\n - \"python3-pymysql\"\n state: \"latest\"\n register: \"mysql\"\n\n- name: \"Restart MySQL\"\n service:\n name: \"mysql\"\n state: \"restar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/nginx | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: \"Install nginx\"\n apt:\n name:\n - \"nginx\"\n state: \"latest\"\n\n- name: \"Ensure dhparam file directory\"\n file:\n path: \"/etc/nginx/dhparams\"\n state: \"directory\"\n\n- name: \"Copy dhparam file\"\n copy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6474,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/node | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/node/tasks/main.yml",
"content": "---\n- name: \"Install Git\"\n apt:\n name:\n - \"git\"\n state: \"latest\"\n\n- name: \"Get nave.sh\"\n git:\n repo: \"https://github.com/isaacs/nave.git\"\n dest: \"/opt/nave\"\n update: true\n\n- name: \"Install node.js\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1218,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/nsd | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/nsd/vars/main.yml",
"content": "---\nprimary: \"127.0.0.1\"\nport: 10053\nsecondary:\n - \"127.0.0.1\"\ndomains:\n - \"example.com\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible/roles/nsd/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5840,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/opendkim | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/opendkim/vars/main.yml",
"content": "---\nselector: \"default\"\ndomains:\n - \"example.com\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/opendkim/tasks/main.yml",
"content": "---\n- name: \"Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1101,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/opendmarc | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/opendmarc/tasks/main.yml",
"content": "---\n- name: \"Install opendmarc\"\n apt:\n name: \"opendmarc\"\n state: \"latest\"\n\n- name: \"Ensure config directory\"\n file:\n path: \"/etc/opendmarc\"\n state: \"directory\"\n\n- name: \"Get original opendmarc.conf status\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/php-cli | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/php-cli/tasks/main.yml",
"content": "---\n- name: \"Install PHP\"\n apt:\n name:\n - \"composer\"\n - \"php-cli\"\n - \"php-intl\"\n - \"php-mbstring\"\n state: \"latest\"\n\n- name: \"Copy php.ini\"\n copy:\n src: \"php.ini\"\n dest: \"/etc/php/{{P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/php-fpm | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/php-fpm/tasks/main.yml",
"content": "---\n- name: \"Install PHP\"\n apt:\n pkg:\n - \"composer\"\n - \"php-fpm\"\n - \"php-imap\"\n - \"php-intl\"\n - \"php-mbstring\"\n - \"php-mysql\"\n state: \"latest\"\n\n- name: \"Copy php.ini\"\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/postfix | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/postfix/templates/main.cf.j2",
"content": "# See /usr/share/postfix/main.cf.dist for a commented, more complete version\n\n\n# Debian specific: Specifying a file name will cause the first\n# line of that file to be used as the name. The Debian default\n# is /etc/mailname.\n#myorig... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 8666,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/postfix-secondary | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/postfix-secondary/handlers/main.yml",
"content": "---\n- name: \"restart postfix\"\n service:\n name: \"postfix\"\n state: \"restarted\"\n\n- name: \"update transport db\"\n command: |\n postmap \"/etc/postfix/transport.cf\"\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3043,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/postfixadmin | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/postfixadmin/handlers/main.yml",
"content": "---\n- name: \"restart nginx\"\n service:\n name: \"nginx\"\n state: \"restarted\"\n\n- name: \"restart php-fpm\"\n service:\n name: \"php8.4-fpm\"\n state: \"restarted\"\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2851,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/python | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "---\n- name: Install packages\n apt:\n name: \"{{packages}}\"\n state: \"latest\"\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "ansible/roles/python/va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/roundcube | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/roundcube/tasks/main.yml",
"content": "---\n- name: \"Ensure database password file directory\"\n file:\n path: \"/usr/share/mysql/password\"\n state: \"directory\"\n mode: 0750\n\n- name: \"Copy database password file\"\n copy:\n src: \"{{item}}\"\n dest: \"/usr/sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4994,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/spamassassin | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/spamassassin/tasks/main.yml",
"content": "- name: \"Install spamassassin\"\n apt:\n name:\n - \"spamassassin\"\n state: \"latest\"\n\n- name: \"Copy config files\"\n copy:\n src: \"{{item}}\"\n dest: \"/etc/spamassassin/{{item}}\"\n backup: true\n with_items:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/squid | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/squid/tasks/main.yml",
"content": "---\n- name: \"Install Squid\"\n apt:\n name: \"squid\"\n state: \"latest\"\n\n- name: \"Copy squid.conf\"\n copy:\n src: \"squid.conf\"\n dest: \"/etc/squid/squid.conf\"\n backup: true\n notify: \"restart squid\"\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/ssh | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n- name: \"Change SSH Port to 10022\"\n copy:\n src: \"sshd_config\"\n dest: \"/etc/ssh/sshd_config\"\n backup: true\n notify: \"restart ssh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/unbound | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/unbound/vars/main.yml",
"content": "---\nstub:\n addr: \"127.0.0.1@10053\"\ndomains:\n - \"example.com\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "ansible/roles/unbound/templates/local-zone.conf.j2",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | fujimakishouten/devops | 9561c044f0f192bafbbac58fa64b6a39cf089ada | 0 | ansible/roles/user | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yml",
"content": "---\n- name: \"Create user group\"\n group:\n name: \"fujimakishouten\"\n state: \"present\"\n\n- name: \"Create share directory\"\n file:\n path: \"/usr/share/fujimakishouten\"\n mode: 0775\n group: \"fujimakishouten\"\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1884,
"all_permissive": false
} |
ansible_role | BouzayenMohamed/CD | 59e9a0b94f283ca5bbbac314623d1957cb0a2f90 | 0 | ansible/roles/build | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/build/tasks/main.yml",
"content": "---\n# Project Build playbook_dir \n - name: print npm -version to stdout\n command: npm -version\n register: npm\n\n - debug: msg=\"{{ npm.stdout }}\"\n\n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | BouzayenMohamed/CD | 59e9a0b94f283ca5bbbac314623d1957cb0a2f90 | 0 | ansible/roles/registry | 7,325 | [
"no_license"
] | [
{
"path": "ansible/roles/registry/tasks/main.yml",
"content": "---\n# tasks file for registry\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: bouzayenmed\n password: <PASSWORD>\n \n- name: Tag and push to docker hub\n docker_image:\n source: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | PedroAndrade89/ambari_deploy | a1056cad2b161c8c73910006f5e9bf27a82e49be | 0 | roles/ambari-agent | 7,325 | [
"no_license"
] | [
{
"path": "roles/ambari-agent/tasks/main.yml",
"content": "# Ansible role to deploy an Ambari client\n\n---\n\n- name: Add the Ambari repository (yum)\n yum_repository:\n name: \"ambari\"\n description: \"ambari Version - ambari-{{ ambari_version }}\"\n baseurl: \"{{ repo_url }}\"\n file: 'amba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | PedroAndrade89/ambari_deploy | a1056cad2b161c8c73910006f5e9bf27a82e49be | 0 | roles/ambari-server | 7,325 | [
"no_license"
] | [
{
"path": "roles/ambari-server/templates/hdp_repo.json",
"content": "{\n\"Repositories\" : {\n \"repo_name\": \"HDP-3.1.0.0\",\n \"base_url\" : \"http://public-repo-1.hortonworks.com/HDP/centos7/3.x/updates/3.1.0.0\",\n \"verify_base_url\" : true\n}\n}\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | PedroAndrade89/ambari_deploy | a1056cad2b161c8c73910006f5e9bf27a82e49be | 0 | roles/ambari-server-setup | 7,325 | [
"no_license"
] | [
{
"path": "roles/ambari-server-setup/tasks/main.yml",
"content": "# Ansible role to setup Ambari server\n\n---\n\n- name: Install the postgresql connector\n package:\n name: postgresql-jdbc\n state: latest\n\n- name: setup ambari postgresql jdbc\n shell: ambari-server setup --jdbc-driver=/usr/share/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | PedroAndrade89/ambari_deploy | a1056cad2b161c8c73910006f5e9bf27a82e49be | 0 | roles/db_install | 7,325 | [
"no_license"
] | [
{
"path": "roles/db_install/tasks/main.yaml",
"content": "# Ansible role to deploy PostgreSQL Server\n\n---\n\n- name: Install postgresql\n package:\n name: postgresql-server\n state: latest\n\n- name: Install python-psycopg2\n package:\n name: python-psycopg2\n state: latest\n\n- name: init d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1005,
"all_permissive": false
} |
ansible_role | PedroAndrade89/ambari_deploy | a1056cad2b161c8c73910006f5e9bf27a82e49be | 0 | roles/db_setup | 7,325 | [
"no_license"
] | [
{
"path": "roles/db_setup/tasks/main.yml",
"content": "# Ansible role to create Ambari DB in PostgreSQL\n\n---\n\n- name: Ansible copy file to remote server\n template: src=Ambari-DDL-Postgres-CREATE.sql dest=/tmp/\n\n\n# Create a new database \n- postgresql_db:\n name: '{{db_name}}'\n\n# Create user \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | PedroAndrade89/ambari_deploy | a1056cad2b161c8c73910006f5e9bf27a82e49be | 0 | roles/environment | 7,325 | [
"no_license"
] | [
{
"path": "roles/environment/tasks/main.yml",
"content": "---\n# This role will prepare the environment \n\n\n- name: Add or modify nofile soft limit \n pam_limits:\n domain: '*'\n limit_type: soft\n limit_item: nofile\n value: 64000\n\n# Disable SELinux\n- selinux:\n state: disabled\n igno... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Backup/Ansible/roles/backup_srv_cfg | 7,325 | [
"no_license"
] | [
{
"path": "Backup/Ansible/roles/backup_srv_cfg/tasks/main.yml",
"content": "---\n- name: Install Borgbackup\n apt:\n name: borgbackup\n state: present\n\n- name: Adding User with a directory\n user:\n name: borg\n comment: \"Borg Backup User\"\n shell: /bin/bash\n createhome: yes\n sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Backup/Ansible/roles/backup_srv_disk_prov | 7,325 | [
"no_license"
] | [
{
"path": "Backup/Ansible/roles/backup_srv_disk_prov/vars/main.yml",
"content": "---\n# vars file for disk provisioning taks\n mount_point: /var/backup/\n disk_device: /dev/sdb\n filesystem_type: ext4\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1512,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Backup/Ansible/roles/basic_cfg | 7,325 | [
"no_license"
] | [
{
"path": "Backup/Ansible/roles/basic_cfg/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n- name: Install Packets\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - wget\n - net-tools\n - curl\n - vim\n - ntp\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Backup/Ansible/roles/client_srv_cfg | 7,325 | [
"no_license"
] | [
{
"path": "Backup/Ansible/roles/client_srv_cfg/templates/borg-backup.service.j2",
"content": "[Unit]\nDescription=Borg Backup\n[Service]\nType=oneshot\nRemainAfterExit=yes\nUser=borg\nGroup=borg\n# Password\nEnvironment=\"BORG_PASSPHRASE=<PASSWORD>\"\n# Repo\nEnvironment=\"REPO=borg@{{ backup_srv_ip }}:{{ b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3397,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | FRR_OSPF/Ansible/roles/basic_frr | 7,325 | [
"no_license"
] | [
{
"path": "FRR_OSPF/Ansible/roles/basic_frr/handlers/main.yml",
"content": "---\n# handlers file for basic_frr\n- name: restart FRR\n service:\n name: frr\n state: restarted\n\n- name: sysctl apply\n command: sysctl -p",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | FRR_OSPF/Ansible/roles/frr_rpf | 7,325 | [
"no_license"
] | [
{
"path": "FRR_OSPF/Ansible/roles/frr_rpf/tasks/main.yml",
"content": "---\n- name: disable unicast RPF\n sysctl:\n name: net.ipv4.conf.all.rp_filter\n value: '0'\n state: present\n notify: sysctl apply\n\n- name: set up OSPF \n template:\n src: frr.conf.j2\n dest: /etc/frr/frr.conf\n o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Iptables/Ansible/roles/nat_cfg | 7,325 | [
"no_license"
] | [
{
"path": "Iptables/Ansible/roles/nat_cfg/handlers/main.yml",
"content": "---\n# handlers file for routing_cfg\n- name: Iptables restore\n shell: \"/sbin/iptables-restore < /etc/iptables_rules.ipv4\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Iptables/Ansible/roles/nginx_cfg | 7,325 | [
"no_license"
] | [
{
"path": "Iptables/Ansible/roles/nginx_cfg/templates/nginx.conf.j2",
"content": "#user nginx;\nuser www-data;\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log notice;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n\n server {\n listen ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Iptables/Ansible/roles/portknocking_cfg | 7,325 | [
"no_license"
] | [
{
"path": "Iptables/Ansible/roles/portknocking_cfg/handlers/main.yml",
"content": "---\n# handlers file for portknocking_cfg\n- name: Restart knockd\n service:\n name: knockd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1289,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Iptables/Ansible/roles/routing_cfg | 7,325 | [
"no_license"
] | [
{
"path": "Iptables/Ansible/roles/routing_cfg/templates/50-vagrant_inetRouter2.yaml",
"content": "---\nnetwork:\n version: 2\n renderer: networkd\n ethernets:\n eth1:\n addresses:\n - 192.168.255.13/30\n routes:\n - to: 192.168.0.0/16\n via: 192.168.255.14\n eth2:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | L2_Protocols/Ansible/roles/basic_cfg | 7,325 | [
"no_license"
] | [
{
"path": "L2_Protocols/Ansible/roles/basic_cfg/tasks/main.yml",
"content": "---\n- name: Check and print OS Version\n debug:\n var: ansible_os_family\n\n- name: Install Packets\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - wget\n - net-tools\n - curl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | L2_Protocols/Ansible/roles/network_cfg | 7,325 | [
"no_license"
] | [
{
"path": "L2_Protocols/Ansible/roles/network_cfg/templates/50-vagrant_office1Router.yaml",
"content": "---\nnetwork:\n version: 2\n renderer: networkd\n ethernets:\n eth1:\n addresses:\n - 192.168.255.10/30\n routes:\n - to: 0.0.0.0/0\n via: 192.168.255.9\n eth2:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4667,
"all_permissive": false
} |
ansible_role | SergeyNowitzki/otus-linux-prof | 686b9f68f99aadc9077a4d81e09a1c2c523292a3 | 0 | Monitoring/Ansible/roles/install_grafana | 7,325 | [
"no_license"
] | [
{
"path": "Monitoring/Ansible/roles/install_grafana/files/import_dashboard.py",
"content": "import json\nimport sys\nimport requests\n\napi_token = \"\"\ndashboard_file_path = \"CPU_RAM_NET_DISK.json\"\ngrafana_url = \"http://192.168.99.111:3000\"\n\nwith open(dashboard_file_path, 'r') as dashboard_file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8514,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.