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 | techvangelist/Ansible_Testing | 42ffc11bc7829aefa2e5feea585cf72a661ff24a | 0 | roles/remove_web_vhost | 122 | [
"no_license"
] | [
{
"path": "roles/remove_web_vhost/tasks/main.yml",
"content": "---\n# tasks file for remove_web_vhost\n\n- name: Ensure httpd is stopped and disabled\n service:\n name: httpd\n state: stopped\n enabled: false\n ignore_errors: yes\n\n- name: Ensure httpd is uninstalled\n yum:\n name: httpd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | matthiaslein/pikube | 7be8b63d99be47158b7be181bc84a9fa7cad127e | 0 | roles/common | 122 | [
"permissive"
] | [
{
"path": "roles/common/tasks/docker_installation.yml",
"content": "# Installing docker and containerd\n# Documentation at\n# https://linuxconfig.org/how-to-install-docker-on-ubuntu-20-04-lts-focal-fossa\n# https://www.docker.com/blog/what-is-containerd-runtime/\n# https://coreos.com/rkt/docs/latest/rkt-vs-... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9507,
"all_permissive": true
} |
ansible_role | matthiaslein/pikube | 7be8b63d99be47158b7be181bc84a9fa7cad127e | 0 | roles/deployments | 122 | [
"permissive"
] | [
{
"path": "roles/deployments/tasks/rook-ceph.yml",
"content": "- name: Add rook-ceph operator helm repo\n community.kubernetes.helm_repository:\n name: rook-release\n repo_url: \"https://charts.rook.io/release\"\n\n- name: Deploy latest version of the rook-ceph chart\n community.kubernetes.helm:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 757,
"all_permissive": true
} |
ansible_role | farrellit/ansible-role-elasticsearch | 8550783960663769211e28a0133212229350653b | 0 | roles/elasticsearch | 122 | [
"permissive"
] | [
{
"path": "roles/elasticsearch/templates/elasticsearch.yml.j2",
"content": "{% if elasticsearch_cluster_name is defined %}\ncluster.name: {{ elasticsearch_cluster_name }}\n{% endif %}\n{% if elasticsearch_cluster_routing_allocation_awareness_attributes is defined %}\ncluster.routing.allocation.awareness.att... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 20508,
"all_permissive": true
} |
ansible_role | bjornomy/ansible | 4fc28cf8287c83c3a8cb9460f5cb80ea075e1156 | 0 | roles/create_user | 122 | [
"no_license"
] | [
{
"path": "roles/create_user/defaults/main.yml",
"content": "username: bom\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14
},
{
"path": "roles/create_user/files/bash_aliases.sh",
"content": "alias vbal='$EDITOR ~/.bash_aliases'\nalias vbrc='$EDITOR ~/.bash... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1043,
"all_permissive": false
} |
ansible_role | bjornomy/ansible | 4fc28cf8287c83c3a8cb9460f5cb80ea075e1156 | 0 | roles/fish_shell | 122 | [
"no_license"
] | [
{
"path": "roles/fish_shell/tasks/main.yml",
"content": "- name: add apt repository for fish shell\n become: true\n apt_repository:\n repo: ppa:fish-shell/release-3\n tags:\n - fish_shell\n\n- name: install fish shell\n become: true\n apt:\n name: fish\n update-cache: yes\n tags:\n - fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | bjornomy/ansible | 4fc28cf8287c83c3a8cb9460f5cb80ea075e1156 | 0 | roles/nerd_font | 122 | [
"no_license"
] | [
{
"path": "roles/nerd_font/tasks/main.yml",
"content": "- name: get user variables\n set_fact:\n home_folder: \"{{ ansible_facts['user_dir'] }}\"\n installation_user: \"{{ ansible_facts['user_id'] }}\"\n tags: nerd_font\n\n- name: ensure fonts directory\n file:\n path: \"{{ home_folder }}/.fonts... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | bjornomy/ansible | 4fc28cf8287c83c3a8cb9460f5cb80ea075e1156 | 0 | roles/packages | 122 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "# most tasks in this role needs become, and thus the role\n# should be included with: '{ role: packages, become: yes }'\n\n- name: ensure packages installed\n ansible.builtin.apt:\n update_cache: yes\n name:\n - shellcheck\n - fd-find\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1940,
"all_permissive": false
} |
ansible_role | bjornomy/ansible | 4fc28cf8287c83c3a8cb9460f5cb80ea075e1156 | 0 | roles/starship_prompt | 122 | [
"no_license"
] | [
{
"path": "roles/starship_prompt/tasks/main.yml",
"content": "- name: set variables\n set_fact:\n installation_user: \"{{ ansible_facts['user_id'] }}\"\n tags:\n - starship_prompt\n\n- name: get install script\n become: true\n get_url:\n url: https://starship.rs/install.sh\n dest: \"{{ stars... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2970,
"all_permissive": false
} |
ansible_role | anaik91/slack-bot | f1d0bc5d12cd480bed645148b1769ca14b725e77 | 0 | bootstrap_helpers/ansible/rmp_logs_fetch/roles/fetch_nginx_logs | 122 | [
"no_license"
] | [
{
"path": "bootstrap_helpers/ansible/rmp_logs_fetch/roles/fetch_nginx_logs/tasks/evaluate_log.yml",
"content": "- name: Get Access log start date\n shell: \"date -d \\\"$(zcat -f {{item.path}} | head -1 | cut -d$'\\t' -f1)\\\" +%s\"\n register: st\n\n- name: Get Access log end date\n shell: \"date -d \\\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1790,
"all_permissive": false
} |
ansible_role | anaik91/slack-bot | f1d0bc5d12cd480bed645148b1769ca14b725e77 | 0 | bootstrap_helpers/ansible/rmp_logs_fetch/roles/fetch_system_logs | 122 | [
"no_license"
] | [
{
"path": "bootstrap_helpers/ansible/rmp_logs_fetch/roles/fetch_system_logs/tasks/main.yml",
"content": "- name: Archive logs\n archive:\n path: \n - \"{{apigee_log_dir}}/{{component_name}}/logs/system.log\"\n - \"{{apigee_log_dir}}/{{component_name}}/logs/system*{{log_start_date}}*.log.gz\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | Belfi-Gor/adminguide | b9a1fe1b4a0852f3e37a66ad970e56fe46c13e43 | 2 | bootstrap/ansible/zabbix/oracle8/roles/zabbix-agent | 126 | [
"no_license"
] | [
{
"path": "bootstrap/ansible/zabbix/oracle8/roles/zabbix-agent/defaults/main.yml",
"content": "---\n# defaults file for zabbix-agent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "bootstrap/ansible/zabbix/oracle8/roles/zabbix-agent/handlers/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2717,
"all_permissive": false
} |
ansible_role | Belfi-Gor/adminguide | b9a1fe1b4a0852f3e37a66ad970e56fe46c13e43 | 2 | bootstrap/ansible/zabbix/oracle8/roles/zabbix-agent-pgsql | 126 | [
"no_license"
] | [
{
"path": "bootstrap/ansible/zabbix/oracle8/roles/zabbix-agent-pgsql/defaults/main.yml",
"content": "---\n# defaults file for zabbix-agent-pgsql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "bootstrap/ansible/zabbix/oracle8/roles/zabbix-agent-pgs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | Belfi-Gor/adminguide | b9a1fe1b4a0852f3e37a66ad970e56fe46c13e43 | 2 | bootstrap/ansible/zabbix/oracle8/roles/zabbix-server | 126 | [
"no_license"
] | [
{
"path": "bootstrap/ansible/zabbix/oracle8/roles/zabbix-server/tasks/main.yml",
"content": "---\n# tasks file for zabbix-server\n- name: Install the zabbix repo rpm from an official repo\n ansible.builtin.dnf:\n name: 'https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/zabbix-release-6.2-3.el8.noarch.rpm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4711,
"all_permissive": false
} |
ansible_role | eboayue/expensify-challenge-oakes | 364c5b19e57280e62e8c62d4442e547b9ae96287 | 0 | roles/common | 126 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Add user 'expensify'\n user:\n name: expensify\n shell: /bin/bash\n groups: sudo\n append: yes\n state: present\n\n- name: Add SSH public key for expensify\n ansible.posix.authorized_key:\n user: expensify\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | eboayue/expensify-challenge-oakes | 364c5b19e57280e62e8c62d4442e547b9ae96287 | 0 | roles/harden | 126 | [
"no_license"
] | [
{
"path": "roles/harden/tasks/webservers.yml",
"content": "- name: Allow SSH for users and Ansible from Nagios server\n ufw:\n rule: allow\n from_ip: 172.16.17.32\n to_port: \"{{ item }}\"\n proto: tcp\n loop:\n - 22\n - 2222\n\n- name: Deny all other SSH\n ufw:\n rule: deny\n to_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1860,
"all_permissive": false
} |
ansible_role | eboayue/expensify-challenge-oakes | 364c5b19e57280e62e8c62d4442e547b9ae96287 | 0 | roles/loadbalancer | 126 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/templates/haproxy.cfg.j2",
"content": "global\n log /dev/log local0\n maxconn 2048\n daemon\n stats socket /var/run/haproxy.sock mode 600 level admin\n stats timeout 2m\n\ndefaults\n log global\n mode http\n option httplog\n option dontlog... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | eboayue/expensify-challenge-oakes | 364c5b19e57280e62e8c62d4442e547b9ae96287 | 0 | roles/nagios | 126 | [
"no_license"
] | [
{
"path": "roles/nagios/files/check_webservers.py",
"content": "#!/usr/bin/env python3\nimport sys\nimport socket\n\ndef main():\n with open('/etc/nagios4/webservers.txt') as f:\n servers = [line.strip() for line in f if line.strip()]\n down = []\n for server in servers:\n try:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6091,
"all_permissive": false
} |
ansible_role | eboayue/expensify-challenge-oakes | 364c5b19e57280e62e8c62d4442e547b9ae96287 | 0 | roles/webserver | 126 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "- name: Install nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copy appropriate webpage\n copy:\n content: \"{{ 'a\\n' if inventory_hostname == 'web_a' else 'b\\n' }}\"\n dest: /var/www/html/index.html\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | wpassarella/pata | 06476ba1c50c1ffe676ec66d622fb82bfc4af97e | 0 | ami/provisioners/ansible/roles/provisioner | 126 | [
"no_license"
] | [
{
"path": "ami/provisioners/ansible/roles/provisioner/tasks/main.yml",
"content": "---\n\n- name: \"install required software security updates\"\n yum:\n security: \"yes\"\n lock_timeout: 60\n state: \"latest\"\n\n- name: \"include Docker installation tasks\"\n include_tasks: \"docker.yml\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | Scorpius86/devops-unir | 28188cf413495d520984e472cbc69d30631789ac | 0 | k8s/ansible/roles/cluster | 126 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/cluster/tasks/01-install.yaml",
"content": "---\n######################################### Cross ########################################\n- name: Enable transparent masquerading (VXLAN.)\n modprobe:\n name: br_netfilter\n state: present\n\n- name: Set firewalld masquerad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2125,
"all_permissive": false
} |
ansible_role | Scorpius86/devops-unir | 28188cf413495d520984e472cbc69d30631789ac | 0 | k8s/ansible/roles/master | 126 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/master/tasks/01-firewall.yaml",
"content": "---\n\n- name: Configure firewall - Enable ports\n firewalld:\n port: \"{{ item }}\"\n permanent: yes\n state: enabled\n immediate: yes \n with_items:\n - 6443/tcp\n - 2379-2380/tcp\n - 10250/tcp\n - 10251/tc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3745,
"all_permissive": false
} |
ansible_role | Scorpius86/devops-unir | 28188cf413495d520984e472cbc69d30631789ac | 0 | k8s/ansible/roles/nfs | 126 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/nfs/tasks/01-install.yaml",
"content": "---\n######################################## Red Hat ########################################\n- name: Install epel-release (Red Hat)\n dnf:\n name: \"{{ epel_release_rpms }}\"\n state: present\n become: yes\n when: ansible_os_fa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3086,
"all_permissive": false
} |
ansible_role | Scorpius86/devops-unir | 28188cf413495d520984e472cbc69d30631789ac | 0 | k8s/ansible/roles/node | 126 | [
"no_license"
] | [
{
"path": "k8s/ansible/roles/node/tasks/01-firewall.yaml",
"content": "---\n\n- name: Configure firewall - Enable ports\n firewalld:\n port: \"{{ item }}\"\n permanent: yes\n state: enabled\n immediate: yes \n with_items:\n - 8285/udp\n - 8472/udp\n\n- name: Configure firewall - Zone pu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-consul-backup | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-consul-backup/README.md",
"content": "Role : ansible-role-consul-backup\n=================================\n\nCreate snapshot of Consul cluster by\n* Running the snapshot save API call\n* Saving snapshot file locally (format: consul.snapshot.<epoch>.tgz)\n\nCurrently tested on ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1784,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-consul-install | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-consul-install/templates/agent.j2",
"content": "{\n \"server\": {{ 'true' if inventory_hostname in (groups[ansible_consul_group] | default([])) else 'false' }},\n{% if inventory_hostname not in (groups[ansible_consul_group] | default([])) %}\n \"enable_local_script_checks\": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11176,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-consul-remove | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-consul-remove/README.md",
"content": "Role : ansible-role-consul-remove\n=================================\n\nRemoves Hashicorp's Consul by\n* Stopping & disabling consul systemd service\n* Deleting consul systemd service\n* Deleting the consul directory structure\n* Removing t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2439,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-consul-start | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-consul-start/tasks/main.yml",
"content": "---\n# tasks file for ansible-role-consul-start\n\n- name: Start consul systemd service\n systemd:\n name: \"{{ consul_service }}\"\n state: started\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-consul-stop | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-consul-stop/defaults/main.yml",
"content": "---\n# defaults file for anisble-role-consul-stop\n\nconsul_service: \"consul\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/ansible-role-consul-stop/tasks/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-haproxy-install | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-haproxy-install/templates/haproxy_conf.j2",
"content": "global\n maxconn {{ haproxy_mc }}\n pidfile {{ haproxy_pid }}\n log 127.0.0.1 local0\n log 127.0.0.1 local1 notice\n\n # echo \"\" | nc -U /var/run/haproxy.sock\n stats socket {{ haproxy_sock }} mode 777\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11034,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-haproxy-reload | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-haproxy-reload/defaults/main.yml",
"content": "---\n# defaults file for anisble-role-haproxy-reload\n\nhaproxy_service: \"haproxy\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/ansible-role-haproxy-reload/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-haproxy-remove | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-haproxy-remove/tasks/main.yml",
"content": "---\n# tasks file for ansible-role-haproxy-remove\n\n- name: Stop and disable haproxy & Keepalived systemd service\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n register: command_result\n # Prevent Ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2628,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-haproxy-start | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-haproxy-start/README.md",
"content": "Role : ansible-role-haproxy-start\n=================================\n\nStart HAProxy & Keepalived by\n* Starting the HAProxy service\n* Starting the Keepalived service\n\nCurrently tested on these Operating Systems\n* Oracle Linux/RHEL/Cen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1111,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-haproxy-stop | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-haproxy-stop/defaults/main.yml",
"content": "---\n# defaults file for anisble-role-haproxy-stop\n\nhaproxy_service: \"haproxy\"\nkeepalived_service: \"keepalived\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-approle | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-approle/defaults/main.yml",
"content": "---\n# defaults file for anisble-role-vault-approle\n\nvault_addr: \"{{ ansible_fqdn }}\"\nvault_port: 8200\nvault_keysfile: \"~/.hashicorp_vault_keys.json\"\nvault_base_ip: \"10.1.42.\"\napprole_name: \"approle\"\ndef_lease_ttl: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3685,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-configure | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-configure/files/policy-provisioner.hcl",
"content": "# Manage auth methods broadly across Vault\npath \"auth/*\"\n{\n capabilities = [\"create\", \"read\", \"update\", \"delete\", \"list\", \"sudo\"]\n}\n\n# List, create, update, and delete auth methods\npath \"sys/auth/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5171,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-init | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-init/defaults/main.yml",
"content": "---\n# defaults file for anisble-role-vault-init\n\nvault_addr: \"{{ ansible_fqdn }}\"\nvault_port: 8200\nvault_certs: \"/etc/vault/certs\"\nvault_certfile: \"{{ vault_certs }}/{{ansible_fqdn | regex_replace('^www\\\\.', '') }}.crt\"\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2464,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-install | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-install/templates/profile.j2",
"content": "#!/bin/bash\nexport VAULT_ADDR='https://{{ vault_addr }}:{{ vault_port }}'\nexport VAULT_CACERT='{{ vault_certfile }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9170,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-remove | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-remove/defaults/main.yml",
"content": "---\n# defaults file for ansible-role-vault-remove\n\nvault_bin_path: \"/usr/bin\"\nvault_conf: \"/etc/vault/config.hcl\"\nvault_certs: \"/etc/vault/certs\"\nvault_user: \"vault\"\nvault_group: \"vault\"\nvault_service: \"vault\"\nva... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4265,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-sshkeysign | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-sshkeysign/templates/ssh_secrets_params.json.j2",
"content": "{\n \"type\": \"ssh\",\n \"description\": \"Sign and authenticate SSH public keys\",\n \"config\": {\n \"force_no_cache\": true\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8852,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-start | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-start/tasks/main.yml",
"content": "---\n# tasks file for ansible-role-vault-start\n\n- name: Start vault systemd service\n systemd:\n name: \"{{ vault_service }}\"\n state: started\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-stop | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-stop/tasks/main.yml",
"content": "---\n# tasks file for ansible-role-vault-stop\n\n- name: Stop vault systemd service\n systemd:\n name: \"{{ vault_service }}\"\n state: stopped\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/consul-vault | 41e57e92423e399704b25191a2ff5364f3cd34c9 | 33 | roles/ansible-role-vault-unseal | 126 | [
"no_license"
] | [
{
"path": "roles/ansible-role-vault-unseal/defaults/main.yml",
"content": "---\n# defaults file for anisble-role-vault-unseal\n\nvault_addr: \"{{ ansible_fqdn }}\"\nvault_port: 8200\nvault_service: \"vault\"\nvault_keysfile: \"~/.hashicorp_vault_keys.json\"\nkey_threshold: 3\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1941,
"all_permissive": false
} |
ansible_role | wzp-65/ansible2 | 3f90754e33eac329d6cc93b4ab88d119f4f47e92 | 0 | roles/base | 126 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for asmith\n authorized_key:\n user: asmith\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | wzp-65/ansible2 | 3f90754e33eac329d6cc93b4ab88d119f4f47e92 | 0 | roles/name_servers | 126 | [
"no_license"
] | [
{
"path": "roles/name_servers/tasks/main.yml",
"content": "- name: install BIND9\n package:\n name:\n - bind9\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install BIND9\n package:\n name:\n - bind\n state: latest\n when: ansible_distribution == \"AlmaLinux\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | wzp-65/ansible2 | 3f90754e33eac329d6cc93b4ab88d119f4f47e92 | 0 | roles/web_servers | 126 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php packages for Ubuntu\n tags: apache,apache2,ubuntu\n apt:\n name: \n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install apache and php packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 974,
"all_permissive": false
} |
ansible_role | wzp-65/ansible2 | 3f90754e33eac329d6cc93b4ab88d119f4f47e92 | 0 | roles/workstations | 126 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip & nmap\n package:\n name: \n - unzip\n - nmap \n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.4.2/terraform_1.4.2_linux_arm64.zip\n dest: /usr/local/bin\n rem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | scalalab3/lyrics-engine | 3217b34f2ad3614afeb06ce6ed9bc9b6efe50276 | 2 | ansible/roles/docker | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/defaults/main.yml",
"content": "---\nfig_version: \"1.0.1\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Add Docker apt key\n apt_key:\n keyse... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | scalalab3/lyrics-engine | 3217b34f2ad3614afeb06ce6ed9bc9b6efe50276 | 2 | ansible/roles/heroku | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/heroku/tasks/main.yml",
"content": "---\n- name: Install python-software-properties for apt-add-repository command\n action: apt pkg=python-software-properties state=installed\n tags: [heroku]\n\n- name: Add Heroku release key for package verification\n action: apt_key url=https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | scalalab3/lyrics-engine | 3217b34f2ad3614afeb06ce6ed9bc9b6efe50276 | 2 | ansible/roles/npm | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/npm/tasks/main.yml",
"content": "---\n- name: Install dependencies \n apt: >\n pkg={{ item }}\n update-cache=yes\n with_items:\n - git\n - build-essential\n - curl\n\n- name: Add Node.js PPA\n shell: \"curl --silent --location https://deb.nodesource.com/setup_{{ n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | scalalab3/lyrics-engine | 3217b34f2ad3614afeb06ce6ed9bc9b6efe50276 | 2 | ansible/roles/scala | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/scala/defaults/main.yml",
"content": "---\nscala_version: \"2.11.8\"\nsbt_version: \"0.13.8\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/roles/scala/tasks/main.yml",
"content": "---\n- name: Scala is downlo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | scalalab3/lyrics-engine | 3217b34f2ad3614afeb06ce6ed9bc9b6efe50276 | 2 | ansible/roles/travis | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/travis/tasks/main.yml",
"content": "---\n- name: Install python-software-properties for apt-add-repository command\n action: apt pkg=python-software-properties state=installed\n tags: [travis]\n\n- name: Add Travis APT repository\n action: apt_repository repo=\"ppa:brightbox/ruby... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | sabhi8226/Ansible-AWS-HAProxy-Load-Balacing | 954e1489d0dca3c7c95e8a513d065828def1f9d5 | 1 | ansible/roles/lbserver | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/lbserver/tasks/main.yml",
"content": "---\n# tasks file for lbserver\n\n- name: install haproxy software\n package:\n name: \"haproxy\"\n state: present\n\n- name: copy my conf file of lb\n template:\n src: \"haproxy.cfg\"\n dest: \"/etc/haproxy/haproxy.cfg\"\n notify... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | sabhi8226/Ansible-AWS-HAProxy-Load-Balacing | 954e1489d0dca3c7c95e8a513d065828def1f9d5 | 1 | ansible/roles/webserver | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "\n# tasks file for webserver\n\n- name: Install Httpd \n package: \n name: \"httpd\"\n state: present\n\n- name: copy content \n copy: \n content: \"Heyy Abhi From {{ ansible_hostname }}\"\n dest: /var/www/html/index.html\n\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | raif-ahmed/nxp-nexus | 210a7a35310a2c2e5bbc256fa4f87b9f073faf28 | 0 | nxp-nexus-apb/roles/ocp_deploy_nexus | 126 | [
"no_license"
] | [
{
"path": "nxp-nexus-apb/roles/ocp_deploy_nexus/tasks/setup.yml",
"content": "---\n# Tasks to setup Nexus the first time\n\n# Discover admin password for 3.17+\n- name: Attempt to fetch password file\n shell: \"oc cp {{ _nexus_pod_name }}:/nexus-data/admin.password /tmp/admin.password -n {{ _nexus_namespac... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 14427,
"all_permissive": false
} |
ansible_role | sunnynwosu/rhel-lamp-deployment | 080918cb02f9c71d3fcb1bd90d9a1ab0414e23d6 | 0 | ansible/roles/lamp | 126 | [
"no_license"
] | [
{
"path": "ansible/roles/lamp/templates/index.php.j2",
"content": "<?php\necho \"Sunny is saying hello from \" . gethostname() . \"!<br>\";\nphpinfo();\n?>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible/roles/lamp/handlers/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | kernelpanic09/k3s_lab | 619996361ee7312c224bcbc59afac87ecf729758 | 0 | ansible/playbooks/roles/helm | 126 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/helm/tasks/main.yaml",
"content": "- name: Check if Helm is already installed\n command: helm version --short\n register: helm_check\n failed_when: false\n changed_when: false\n\n- name: Download Helm install script\n get_url:\n url: https://raw.githubusercontent.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | Taysir/composer-vagrant | c2633486cf4dbb25c0669fe3a1e24305094c36eb | 0 | provision/ansible/roles/common | 126 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/common/tasks/epel.yml",
"content": "---\n- name: epel\n yum:\n name: epel-release\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "provision/ansible/roles/common/tasks/main.yml",
"cont... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | Taysir/composer-vagrant | c2633486cf4dbb25c0669fe3a1e24305094c36eb | 0 | provision/ansible/roles/php | 126 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/php/tasks/main.yml",
"content": "---\n- include: php.yml\n- include: xdebug.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "provision/ansible/roles/php/tasks/php.yml",
"content": "---\n- name: php\n yum... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | giwa/myansible | bb6c272ede12f2c8928dda4e2d7a56a3ee7c8739 | 0 | roles/mariadb | 126 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/main.yml",
"content": "---\nmariadb_version: 10.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n- include_vars: vars/main.yml\n- include: {{ ansible_os_family }}.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | giwa/myansible | bb6c272ede12f2c8928dda4e2d7a56a3ee7c8739 | 0 | roles/pyenv | 126 | [
"no_license"
] | [
{
"path": "roles/pyenv/vars/CentOS.yml",
"content": "---\npyenvdep:\n - gcc\n - make\n - git\n - bzip2-devel\n - zlib-devel\n - readline-devel\n - sqlite-devel\n - bzip2-devel\n - bzip2\n - sqlite\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1533,
"all_permissive": false
} |
ansible_role | giwa/myansible | bb6c272ede12f2c8928dda4e2d7a56a3ee7c8739 | 0 | roles/selinux | 126 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n# http://docs.ansible.com/ansible/selinux_module.html\n- name: selinux disable\n selinux: state=disabled\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | Beuntux/INDDDID | 037e20a46a38475f5e99e28eb57434c9fb8a44c0 | 0 | ansible/roles/docker | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Check if Docker is installed\n ansible.builtin.command: docker -v\n register: docker_check\n ignore_errors: true\n \n\n- name: Add Docker's official GPG key\n become: true\n ansible.builtin.command: install -m 0755 -d /etc/apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1278,
"all_permissive": false
} |
ansible_role | Beuntux/INDDDID | 037e20a46a38475f5e99e28eb57434c9fb8a44c0 | 0 | ansible/roles/nodejs | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: Check if Node is installed\n ansible.builtin.command: node -v\n register: nodejs_check\n ignore_errors: true\n \n- name: Add NodeSource GPG key\n ansible.builtin.apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | Beuntux/INDDDID | 037e20a46a38475f5e99e28eb57434c9fb8a44c0 | 0 | ansible/roles/runner | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/runner/tasks/deploy_runner.yml",
"content": "---\n- name: Deploy Gitea Runner\n block:\n - name: Download Gitea runner binary\n get_url:\n url: \"{{ gitea_runner_download_url }}\"\n dest: /tmp/act_runner\n mode: '0755'\n\n - name: Create directory fo... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4175,
"all_permissive": false
} |
ansible_role | mistryparas/Ansible-play | 3699c2f5660e6367a724dc533e2aa9dcd05888e0 | 0 | roles/kubernets | 113 | [
"no_license"
] | [
{
"path": "roles/kubernets/vars/main.yml",
"content": "---\n# vars file for kubernets\n#\nyum_packages:\n - wget\n - git\n - nfs-utils\n - vim \n - epel-release\n\nyum_docker:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n\nyum_kubernetes:\n - kubelet\n - kubeadm\n - kubectl\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3427,
"all_permissive": false
} |
ansible_role | kazumax55/ansible-aws-concrete5 | 3f860221440fc7728d3ca4f74c6bfc87159b21dd | 0 | roles/apache | 113 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n - name: install httpd\n yum:\n pkg=httpd24\n state=present\n - name: create DocumentRoot Dir\n file:\n path=/var/www/{{ domain }}/htdocs\n recurse=yes\n state=directory\n mode=755\n owner=root\n group=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4808,
"all_permissive": false
} |
ansible_role | kazumax55/ansible-aws-concrete5 | 3f860221440fc7728d3ca4f74c6bfc87159b21dd | 0 | roles/php | 113 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n - name: install php packages\n yum:\n pkg={{ item }}\n state=present\n with_items:\n - php70\n - php70-gd\n - php70-json\n - php70-mbstring\n - php70-mcrypt\n - php70-mysqlnd\n - php70-pdo\n - ph... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/cron_script | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/cron_script/files/update_script.sh",
"content": "#!/bin/bash\ndate |& tee -a /var/log/update_script.log && \\\n\tapt-get update |& tee -a /var/log/update_script.log && \\\n\tapt-get upgrade |& tee -a /var/log/update_script.log && \\\n\techo -e \"\\n\" |& tee -a /var/log/update_scrip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1506,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/fail2ban | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/fail2ban/tasks/main.yml",
"content": "---\n- name: Installing Fail2Ban\n apt:\n pkg: fail2ban\n state: present\n update_cache: yes\n\n- name: Adding jail.local in /etc/fail2ban/\n copy:\n src: jail.local\n dest: /etc/fail2ban\n owner: root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/netdata | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/netdata/handlers/main.yml",
"content": "---\n- name: Restarts Netdata\n service:\n name: netdata\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "Ansible/roles/netdata/files/rc.local",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1363,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/netplan | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/netplan/tasks/main.yml",
"content": "---\n- name: Replacing 01-netcfg.yaml for Static IP setup\n copy:\n src: 01-netcfg.yaml\n dest: /etc/netplan/\n owner: root\n group: root\n backup: yes\n register: netplan\n\n- name: Applying Netplan\n command: netplan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/nginx | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/handlers/main.yml",
"content": "---\n- name: Restarts Nginx\n service:\n name: nginx\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "Ansible/roles/nginx/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/openssh | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/openssh/handlers/main.yml",
"content": "---\n- name: Restarts OpenSSH Server\n service:\n name: ssh\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "Ansible/roles/openssh/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/parted | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/parted/tasks/main.yml",
"content": "---\n- name: Checking /dev/sda3\n stat:\n path: /dev/sda3\n register: sda3\n\n- name: Creating a 4.2 GB parition\n parted:\n device: /dev/sda\n number: 3\n state: present\n part_start: 4.GB\n part_end: 8.2GB\n whe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/postfix | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/postfix/handlers/main.yml",
"content": "---\n- name: Restarts Postfix\n service:\n name: postfix\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "Ansible/roles/postfix/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1276,
"all_permissive": false
} |
ansible_role | acuD1/roger-skyline-1 | 112f3b32d4a8f990fe54f3b5cd3ddd716283b47b | 10 | Ansible/roles/ufw | 113 | [
"no_license"
] | [
{
"path": "Ansible/roles/ufw/tasks/main.yml",
"content": "---\n- name: Disabling ipv6 in /etc/default/ufw\n replace:\n path: /etc/default/ufw\n regexp: 'IPV6=yes'\n replace: 'IPV6=no'\n\n- name: Enabling UFW\n ufw:\n state: enabled\n register: ufw\n\n- name: Configuring UFW\n command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | GuilhermeCamposo/demo_streams-monitoring | 9ff3c102c279c53e7064731457ae2ca0c48cfc53 | 0 | ansible/roles/console | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/console/templates/console.yml.j2",
"content": "apiVersion: console.streamshub.github.com/v1alpha1\nkind: Console\nmetadata:\n name: my-console\nspec:\n hostname: my-console-{{ console_project }}.{{ route_subdomain }}\n kafkaClusters:\n - name: my-cluster\n namespace: {{ c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | GuilhermeCamposo/demo_streams-monitoring | 9ff3c102c279c53e7064731457ae2ca0c48cfc53 | 0 | ansible/roles/kafka-ui | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/kafka-ui/files/route.yml",
"content": "apiVersion: route.openshift.io/v1\nkind: Route\nmetadata:\n labels:\n app.kubernetes.io/instance: kafka-ui\n app.kubernetes.io/name: kafka-ui\n name: kafka-ui\nspec:\n port:\n targetPort: http\n to:\n kind: Service\n name: ka... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6703,
"all_permissive": false
} |
ansible_role | GuilhermeCamposo/demo_streams-monitoring | 9ff3c102c279c53e7064731457ae2ca0c48cfc53 | 0 | ansible/roles/streams | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/streams/files/producer-user.yml",
"content": "apiVersion: kafka.strimzi.io/v1beta2\nkind: KafkaUser\nmetadata:\n name: producer\n labels:\n strimzi.io/cluster: my-cluster\nspec:\n authentication:\n type: scram-sha-512\n authorization:\n type: simple\n acls:\n - ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8238,
"all_permissive": false
} |
ansible_role | shaikh1514/4th_Dec_exam_prep | 1afa796cc6e7c8973d013fb3a1dd9548e6d0cab0 | 0 | roles/apache | 113 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n - name: install packages\n ansible.builtin.dnf:\n name:\n - httpd\n - firewalld\n state: latest\n\n - name: start the servvices\n ansible.builtin.service:\n name: \"{{ item }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 669,
"all_permissive": false
} |
ansible_role | setevoy2/rtfm-jenkins-ansible-provision | 686b03c8470b639751106bf722fb48b31baf9475 | 2 | roles/common | 113 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Add admin user to docker group\n user:\n name: admin\n groups: docker\n append: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | setevoy2/rtfm-jenkins-ansible-provision | 686b03c8470b639751106bf722fb48b31baf9475 | 2 | roles/rtfm-jenkins | 113 | [
"no_license"
] | [
{
"path": "roles/rtfm-jenkins/templates/docker-compose.yml.j2",
"content": "version: '2'\n\nservices:\n jenkins:\n user: root\n image: jenkins\n restart: unless-stopped\n ports:\n - '80:8080'\n volumes:\n - {{ jenkins_mount_path }}:/var/jenkins_home\n - /var/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/analysis-ik-config | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/analysis-ik-config/tasks/main.yml",
"content": "# use this when install ik from https://github.com/aparo\n# but now, we will install ik from https://release.infinilabs.com/analysis-ik\n# - name: fix analysis-ik config path\n# file:\n# src: /opt/app/current/conf/opensearch/open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1019,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/appctl-fix | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/appctl-fix/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n\n- name: copy rsyslog config files\n copy:\n src: opt/app/current/conf/rsyslog\n dest: /opt/app/current/conf\n owner: root\n group: svc\n mode: u=rw,go=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/caddy | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/caddy/meta/main.yml",
"content": "galaxy_info:\n role_name: caddy\n role_version: 1.0.6\n author: <NAME>\n description: installs caddy server\n\n license: Apache\n\n min_ansible_version: 2.4\n\n galaxy_tags: []\n\ndependencies: []\n",
"license_type": "permissive",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1423,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/cerebro | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/cerebro/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n cerebro_version: \"{{ cerebro_version | d('0.9.4') }}\"\n installPath: \"/opt/cerebro\"\n\n- name: group svc\n group:\n name: svc\n state: present\n\n- name: prepare service user\n user:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2127,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/common | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: set common env\n copy:\n content: |\n OPENSEARCH_VERSION={{ opensearch_version }}\n\n dest: /opt/app/current/bin/envs/all.env",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/haproxy | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n haproxy_version: \"{{ haproxy_version | d('3.0.9') }}\"\n os: \"{{ os | d(default_os) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n installPath: \"/opt/ha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1507,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/keepalived | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/keepalived/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n keepalived_version: \"{{ keepalived_version | d('2.3.3') }}\"\n os: \"{{ os | d(default_os) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n\n- name: group s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1176,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/logstash | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/logstash/files/opt/app/conf/logstash/logstash.env",
"content": "#LS_HOME=/opt/logstash/current\n#LS_SETTINGS_DIR=/opt/app/current/conf/logstash\n#LS_PIDFILE=\"/var/run/logstash.pid\"\n#LS_USER=\"logstash\"\n#LS_GROUP=\"svc\"\n#LS_GC_LOG_FILE=\"/data/logstash/logs/gc.log\"\n#LS_OPEN_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2130,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/logstash-plugins | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/logstash-plugins/tasks/main.yml",
"content": "---\n- name: set variables\n set_fact:\n installPath: \"/opt/logstash\"\n gemSource: \"https://mirrors.aliyun.com/rubygems/\"\n\n- name: calc jvm memory\n set_fact:\n jvm_memory: \"{{ (ansible_memtotal_mb * 0.75) | int }}\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1093,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/lualib | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/lualib/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n\n- name: install\n apt:\n name: \"liblua5.4-0\"\n update_cache: no\n state: present\n when:\n - os == 'ubuntu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/nc | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/nc/tasks/main.yml",
"content": "- name: set up variables\n set_fact:\n tar_version: \"{{ tar_version | d('1.32-4') }}\"\n os: \"{{ os | d(default_os) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n url_prefix: \"http://update.cs2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 716,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/node-exporter | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/node-exporter/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n node_exporter_version: \"{{ node_exporter_version | d('1.8.2') }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n installPath: \"/opt/prometheus/node_exporter\"\n\n- name: group svc\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1592,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/node-logstash | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/node-logstash/files/etc/confd/conf.d/logstash.sh.toml",
"content": "[template]\nsrc = \"logstash.sh.tmpl\"\ndest = \"/opt/app/current/bin/tmpl/logstash.sh\"\nmode = \"0700\"\nkeys = [\n \"/\",\n]\nreload_cmd = \"/opt/app/current/bin/tmpl/logstash.sh; appctl dispatch\"\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 15631,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/node-opensearch | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/node-opensearch/files/opt/app/bin/node/05.monitor-ctl.sh",
"content": "# paths\nOPENSEARCH_NODE_HEALTH_CHECK_FLAG_PATH=/opt/app/current/conf/appctl/health_check.flag\nCHECK_LOCK_PATH=/opt/app/current/conf/appctl/check.lock\nREVIVE_LOCK_PATH=/opt/app/current/conf/appctl/revive.lock\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 63483,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/node-opensearchDashboards | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/node-opensearchDashboards/files/opt/app/bin/node/02.config-ctl.sh",
"content": "DASHBOARDS_CONF_PATH=/opt/app/current/conf/opensearch-dashboards/opensearch_dashboards.yml\nSTATIC_SETTINGS_PATH=/data/appctl/data/settings.static\nDYNAMIC_SETTINGS_PATH=/data/appctl/data/settings.dynami... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9238,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/openjdk | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/openjdk/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n openjdk_version: \"{{ openjdk_version | d('21.0.2') }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n installPath: \"/opt/openjdk\"\n\n- name: set up cpu for amd64\n set_fact:\n cpu: \"x64\"\n when... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1220,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/opensearch | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/opensearch/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n opensearch_version: \"{{ opensearch_version | d('2.19.1') }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n installPath: \"/opt/opensearch\"\n\n- name: set up cpu for amd64\n set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2309,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.