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
badgersolutions/otus-devops-final-project
232364442f4edf23c5add07fcb40b15294638bea
0
infrastructure/ansible/soft+users/roles/logging
7,768
[ "no_license" ]
[ { "path": "infrastructure/ansible/soft+users/roles/logging/tasks/config_system.yml", "content": "- name: 0. Ubuntu. Commenting a line in fstab\n replace:\n path: /etc/fstab\n regexp: '(.*swap.*)'\n replace: '#\\1'\n\n- name: 1. Ubuntu. Unmount swapfile\n mount:\n name: swap\n fstype: swap\n...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2505, "all_permissive": false }
ansible_role
badgersolutions/otus-devops-final-project
232364442f4edf23c5add07fcb40b15294638bea
0
infrastructure/ansible/soft+users/roles/mongo-master
7,768
[ "no_license" ]
[ { "path": "infrastructure/ansible/soft+users/roles/mongo-master/tasks/mongo-master-install2.yml", "content": "- name: 1. Ubuntu. Install packages\n apt:\n name:\n - python-apt\n - gcc\n - python-setuptools\n - python-pip\n state: latest\n\n- name: 2. Ubuntu. Install pymongo\n pip...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2588, "all_permissive": false }
ansible_role
badgersolutions/otus-devops-final-project
232364442f4edf23c5add07fcb40b15294638bea
0
infrastructure/ansible/soft+users/roles/mongo-slave
7,768
[ "no_license" ]
[ { "path": "infrastructure/ansible/soft+users/roles/mongo-slave/tasks/mongo-slave-install.yml", "content": "- name: 0. Ubuntu. Install packages\n apt:\n name:\n - python-apt\n - gcc\n - python-setuptools\n - python-pip\n state: latest\n\n- name: 1. Ubuntu. Install pymongo\n pip:\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2597, "all_permissive": false }
ansible_role
badgersolutions/otus-devops-final-project
232364442f4edf23c5add07fcb40b15294638bea
0
infrastructure/ansible/soft+users/roles/nginx-proxy
7,768
[ "no_license" ]
[ { "path": "infrastructure/ansible/soft+users/roles/nginx-proxy/templates/conf.d/_prometheus.semernya.ru.conf.j2", "content": "server {\n listen 80;\n server_name prometheus.semernya.ru;\n\n access_log /var/log/nginx/access.prometheus.log main;\n error_log /var/log/nginx/error.prometheus.log debu...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 12442, "all_permissive": false }
ansible_role
Sidi1901/ansible_proj
552491cb3d32b4d3689f5065f57b4920c442c865
0
ans10/roles/webserver
7,768
[ "no_license" ]
[ { "path": "ans10/roles/webserver/vars/main.yml", "content": "pkglist:\n - python3\n - nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ans10/roles/webserver/tasks/main.yml", "content": "---\n- name: Installing..\n ansible.builtin.apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 121, "all_permissive": false }
ansible_role
Sidi1901/ansible_proj
552491cb3d32b4d3689f5065f57b4920c442c865
0
ans12/roles/tempeg
7,768
[ "no_license" ]
[ { "path": "ans12/roles/tempeg/templates/temp_config.j2", "content": "user_name: {{user_name_inp}}\nuser_key: {{num_inp}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "ans12/roles/tempeg/tasks/main.yml", "content": "---\n- name: Creating tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 158, "all_permissive": false }
ansible_role
Sidi1901/ansible_proj
552491cb3d32b4d3689f5065f57b4920c442c865
0
ans13/roles/confiles
7,768
[ "no_license" ]
[ { "path": "ans13/roles/confiles/templates/conf.j2", "content": "server_ip: {{ansible_facts.all_ipv4_addresses}} \nhost_name: {{ansible_facts.hostname}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ans13/roles/confiles/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
Sidi1901/ansible_proj
552491cb3d32b4d3689f5065f57b4920c442c865
0
ans14/roles/conditional_temp
7,768
[ "no_license" ]
[ { "path": "ans14/roles/conditional_temp/templates/conf.j2", "content": "{% if server_role == \"webserver\" %}\nServer role : web server\n\n{% elif server_role == \"dbserver\" %}\nServer role: database server\n\n{% else %}\nServer role : unknown\n\n{% endif %}\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 327, "all_permissive": false }
ansible_role
Sidi1901/ansible_proj
552491cb3d32b4d3689f5065f57b4920c442c865
0
ans17/roles/regexconfig
7,768
[ "no_license" ]
[ { "path": "ans17/roles/regexconfig/templates/conf.j2", "content": "{{config_str | regex_replace(regex_str, replacement_str) }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ans17/roles/regexconfig/tasks/main.yml", "content": "---\n- name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
Sidi1901/ansible_proj
552491cb3d32b4d3689f5065f57b4920c442c865
0
ans19/ans16/roles/customhost
7,768
[ "no_license" ]
[ { "path": "ans19/ans16/roles/customhost/tasks/main.yml", "content": "---\n- name: \n template:\n src: '../templates/conf.j2'\n dest: '/etc/hosts'\n vars:\n my_ip: 192.168.1.29\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
Sidi1901/ansible_proj
552491cb3d32b4d3689f5065f57b4920c442c865
0
ans19/roles/customvirtual
7,768
[ "no_license" ]
[ { "path": "ans19/roles/customvirtual/templates/conf.j2", "content": "<VirtualHost *:{{server_prt}}>\n serverName {{server_nm}}\n</VirtualHost>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ans19/roles/customvirtual/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 249, "all_permissive": false }
ansible_role
kecorbin/ansible-network-compliance
d9bc331ca526df5df01316d529aea1a9d4768e09
1
roles/Console
7,768
[ "no_license" ]
[ { "path": "roles/Console/meta/main.yml", "content": "---\n\nallow_duplicates: no\n\n\ngalaxy_info:\n author: <NAME>\n description: This Ansible Role infuses antigravity, you are warned\n license: 3-clause BSD license.\n min_ansible_version: 1.6\n platforms:\n - name: Ubuntu\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 932, "all_permissive": false }
ansible_role
kecorbin/ansible-network-compliance
d9bc331ca526df5df01316d529aea1a9d4768e09
1
roles/SNMP
7,768
[ "no_license" ]
[ { "path": "roles/SNMP/README.md", "content": "# SNMP Compliance Role\n\nThis Ansible Role ensures compliance of SNMP\n\n## Supported Platforms\n\n* Cisco IOS\n* Cisco NX-OS\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/SNMP/templates/nxo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1523, "all_permissive": false }
ansible_role
NRDivyasree9701/Devops-Infra-Config-setup
4359bdf31cdde7b886b017630992600773a904a3
0
ansible-roles/roles/nginx
7,768
[ "no_license" ]
[ { "path": "ansible-roles/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Ensure apt cache is up-to-date\n apt:\n update_cache: yes\n become: yes\n\n- name: install nginx\n apt:\n name: nginx\n state: present\n tags: i-nginx\n\n- name: start nginx\n service:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
NRDivyasree9701/Devops-Infra-Config-setup
4359bdf31cdde7b886b017630992600773a904a3
0
ansible-roles/roles/npm
7,768
[ "no_license" ]
[ { "path": "ansible-roles/roles/npm/tasks/main.yml", "content": "---\n# tasks file for npm\n- name: Ensure apt cache is up-to-date\n apt:\n update_cache: yes\n become: yes\n\n- name: Install dependencies\n apt:\n name:\n - curl\n - software-properties-common\n state: present\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
NRDivyasree9701/Devops-Infra-Config-setup
4359bdf31cdde7b886b017630992600773a904a3
0
roles/npm
7,768
[ "no_license" ]
[ { "path": "roles/npm/defaults/main.yml", "content": "---\n# defaults file for npm\nnode_version: \"22.x\" # Specify Node.js version\npm2_version: \"latest\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/npm/handlers/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2394, "all_permissive": false }
ansible_role
NRDivyasree9701/Devops-Infra-Config-setup
4359bdf31cdde7b886b017630992600773a904a3
0
roles/pm2
7,768
[ "no_license" ]
[ { "path": "roles/pm2/tasks/main.yml", "content": "---\n# tasks file for pm2\n- name: Install PM2 globally\n npm:\n name: pm2\n global: yes\n state: present\n version: \"{{ pm2_version }}\"\n\n- name: Set up PM2 as a startup service\n command: pm2 startup systemd\n register: pm2_startup_output...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 519, "all_permissive": false }
ansible_role
omdv/linux-setup-scripts
52889ac4dcd5df007c2e8b3f439d399a45b7f20e
2
roles/setup-arch
7,768
[ "no_license" ]
[ { "path": "roles/setup-arch/tasks/01-system.yml", "content": "---\n# ref: https://www.ctrl.blog/entry/fedora-hibernate.html\n# ref: https://community.frame.work/t/linux-battery-life-tuning/6665\n#TODO: switch to gpu rendering in firefox\n#TODO: AUR helper install\n#TODO: auto hibernation enablement\n# use m...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5617, "all_permissive": false }
ansible_role
omdv/linux-setup-scripts
52889ac4dcd5df007c2e8b3f439d399a45b7f20e
2
roles/setup-fedora
7,768
[ "no_license" ]
[ { "path": "roles/setup-fedora/tasks/main.yml", "content": "---\n- import_tasks: system.yml\n tags:\n - system\n \n- import_tasks: docker.yml\n tags:\n - docker\n\n- import_tasks: vms.yml\n tags:\n - vms\n\n- import_tasks: apps.yml\n tags:\n - apps", "license_type": "no_license", "de...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7096, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/clickhouse/roles/clickhouse
7,768
[ "no_license" ]
[ { "path": "ansible/clickhouse/roles/clickhouse/tasks/main.yml", "content": "---\n- name: Install clickhouse-server and clickhouse-client\n apt:\n pkg:\n - clickhouse-server\n - clickhouse-client\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/clickhouse/roles/clickhouse_apt_repo
7,768
[ "no_license" ]
[ { "path": "ansible/clickhouse/roles/clickhouse_apt_repo/tasks/main.yml", "content": "---\n- name: Install packages to set up ClickHouse apt repository\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n update_cache: yes\n\n- name: Download ClickHouse ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/clickhouse/roles/clickhouse_config
7,768
[ "no_license" ]
[ { "path": "ansible/clickhouse/roles/clickhouse_config/templates/network-and-logging.xml.j2", "content": "<clickhouse>\n <logger>\n <!--\n See https://clickhouse.com/docs/en/operations/server-configuration-parameters/settings#logger\n for logger settings.\n -->\n <le...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3255, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/clickhouse/roles/clickhouse_keeper
7,768
[ "no_license" ]
[ { "path": "ansible/clickhouse/roles/clickhouse_keeper/tasks/main.yml", "content": "---\n- name: Install clickhouse-keeper\n apt:\n name: clickhouse-keeper\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/clickhouse/roles/clickhouse_keeper_config
7,768
[ "no_license" ]
[ { "path": "ansible/clickhouse/roles/clickhouse_keeper_config/tasks/main.yml", "content": "---\n- import_tasks: config.yml\n tags:\n - clickhouse_keeper\n - clickhouse_keeper_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible/cl...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2266, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/clickhouse/roles/hosts
7,768
[ "no_license" ]
[ { "path": "ansible/clickhouse/roles/hosts/tasks/main.yml", "content": "---\n- name: /etc/hosts\n ansible.builtin.blockinfile:\n path: /etc/hosts\n marker: \"# {mark} Ansible\"\n block: |\n {% for v in hostvars %}\n {{ hostvars[v][\"ansible_host\"] }} {{ v }}\n {% endfor %}\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/loadbalancer/roles/configure_firewall
7,768
[ "no_license" ]
[ { "path": "ansible/loadbalancer/roles/configure_firewall/tasks/main.yml", "content": "---\n- name: Allow port 8080, 8443\n community.general.ufw:\n rule: allow\n to_port: \"{{ item }}\"\n proto: tcp\n state: enabled\n with_items:\n - 8080\n - 8443\n tags:\n - configure_firewall\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/loadbalancer/roles/configure_haproxy
7,768
[ "no_license" ]
[ { "path": "ansible/loadbalancer/roles/configure_haproxy/files/haproxy.cfg", "content": "global\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n stats timeout...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2236, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/loadbalancer/roles/haproxy
7,768
[ "no_license" ]
[ { "path": "ansible/loadbalancer/roles/haproxy/tasks/haproxy.yml", "content": "---\n- name: Install haproxy\n ansible.builtin.apt:\n pkg:\n - haproxy\n update_cache: true\n\n- name: Start haproxy\n ansible.builtin.systemd_service:\n name: haproxy.service\n state: started\n daemon_reload...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 346, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/monitoring/roles/otelcol
7,768
[ "no_license" ]
[ { "path": "ansible/monitoring/roles/otelcol/tasks/main.yml", "content": "---\n- name: Install otelcol-contrib\n ansible.builtin.apt:\n deb: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.117.0/otelcol-contrib_0.117.0_linux_amd64.deb\n state: present\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/monitoring/roles/otelcol_config
7,768
[ "no_license" ]
[ { "path": "ansible/monitoring/roles/otelcol_config/tasks/main.yml", "content": "- import_tasks: config.yml\n tags:\n - otelcol\n - otelcol_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible/monitoring/roles/otelcol_config/templ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2000, "all_permissive": false }
ansible_role
ophum/homelab
df832d9962e440e080331aee2317c60112e8771f
0
ansible/monitoring/roles/rsyslog_config
7,768
[ "no_license" ]
[ { "path": "ansible/monitoring/roles/rsyslog_config/tasks/main.yml", "content": "---\n- name: Set /etc/rsyslog.d/60-fwd-otelcol.conf\n ansible.builtin.copy:\n src: 60-fwd-otelcol.conf\n dest: /etc/rsyslog.d/60-fwd-otelcol.conf\n\n- name: Restart rsyslog\n ansible.builtin.systemd_service:\n name: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
yevhensco/Selfach-server
e93749aeecf7ee1fdf45d5f19a688ddc35d8becd
0
ansible/roles/java8
7,768
[ "no_license" ]
[ { "path": "ansible/roles/java8/defaults/main.yml", "content": "---\nMySQL_root_pass: <PASSWORD>\nselfachDBPasword: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/java8/tasks/main.yml", "content": "---\n# tasks file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 808, "all_permissive": false }
ansible_role
aydar-it/ansible
fe37fc9580e19a8f4ba1606b21dc033a468f69e2
0
roles/deploy_nginx
7,768
[ "no_license" ]
[ { "path": "roles/deploy_nginx/defaults/main.yml", "content": "---\n# defaults file for deploy_nginx\ndest_dir: /usr/share/nginx/html\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/deploy_nginx/tasks/main.yml", "content": "---\n# task...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
kikimor2009/eth_node
7498cf141da34794776b459616b0c3fd37043e9f
0
ansible/roles/ethereum_node
7,768
[ "no_license" ]
[ { "path": "ansible/roles/ethereum_node/tasks/el_setup.yml", "content": "- name: Create geth user\n ansible.builtin.user:\n name: \"{{ geth.user }}\"\n register: geth_user_meta\n\n- name: Add geth user to docker group\n ansible.builtin.user:\n name: \"{{ geth.user }}\"\n groups: docker\n appen...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8171, "all_permissive": false }
ansible_role
danielpetisme/start.vertx.io
a5c3e5818def9a7332470b7a01b8fea64c2f5bcd
0
roles/common
7,768
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install basic tools\n apt: name={{item}} state=present\n with_items: \n - git", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
danielpetisme/start.vertx.io
a5c3e5818def9a7332470b7a01b8fea64c2f5bcd
0
roles/firewall
7,768
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n\n- name: Configure ufw defaults\n ufw: direction={{ item.direction }} policy={{ item.policy }}\n with_items:\n - { direction: 'incoming', policy: 'deny' }\n - { direction: 'outgoing', policy: 'allow' }\n notify:\n - restart ufw\n\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
danielpetisme/start.vertx.io
a5c3e5818def9a7332470b7a01b8fea64c2f5bcd
0
roles/java
7,768
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: Install Java SDK {{ jdk_package }}\n apt: name={{item}} state=present\n with_items:\n - \"{{ jdk_package }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
danielpetisme/start.vertx.io
a5c3e5818def9a7332470b7a01b8fea64c2f5bcd
0
roles/mongodb
7,768
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n- name: Install Dependencies\n apt: name={{item}} state=present\n with_items:\n - \"python-pymongo\"\n\n- name: Import MongoDB 3.4 public key \n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 0C49F3730359A14518585931BC711F9B...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1489, "all_permissive": false }
ansible_role
danielpetisme/start.vertx.io
a5c3e5818def9a7332470b7a01b8fea64c2f5bcd
0
roles/reverse_proxy
7,768
[ "no_license" ]
[ { "path": "roles/reverse_proxy/templates/vertx-starter.j2", "content": "server {\n listen 80 default_server;\n server_name start.vertx.io;\n location / {\n proxy_pass http://localhost:8080;\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_addr;\n }\n}", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
danielpetisme/start.vertx.io
a5c3e5818def9a7332470b7a01b8fea64c2f5bcd
0
roles/vertx
7,768
[ "no_license" ]
[ { "path": "roles/vertx/tasks/main.yml", "content": "---\n\n- name: Create Vertx user '{{ vertx_user }}'\n user:\n name: \"{{ vertx_user }}\"\n group: \"{{ vertx_group }}\"\n home: \"{{ vertx_home_dir }}\"\n shell: \"/bin/nologin\"\n comment: \"Account to run Vertx apps\"\n state: \"presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
danielpetisme/start.vertx.io
a5c3e5818def9a7332470b7a01b8fea64c2f5bcd
0
roles/vertx-starter
7,768
[ "no_license" ]
[ { "path": "roles/vertx-starter/templates/vertx-starter.service.j2", "content": "[Unit]\nDescription=Vertx Starter\nAfter=network-online.target\n\n[Service]\nWorkingDirectory={{ vertx_starter_home_dir}}\nExecStart=/bin/sh -c '/usr/bin/java \\\n -Dvertx.logger-delegate-factory-class-name=\"io.vertx.cor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2121, "all_permissive": false }
ansible_role
Lyra1337/openra-ansible
67fddf15a88cd5fec342dd9f19079f72b070da7b
0
roles/docker_server
7,770
[ "no_license" ]
[ { "path": "roles/docker_server/tasks/main.yml", "content": "---\r\n\r\n- name: Update and upgrade apt packages\r\n apt:\r\n update_cache: yes\r\n upgrade: \"yes\"\r\n\r\n- name: install required packages for docker\r\n apt:\r\n state: latest\r\n pkg:\r\n - apt-transport-https\r\n - c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1018, "all_permissive": false }
ansible_role
Lyra1337/openra-ansible
67fddf15a88cd5fec342dd9f19079f72b070da7b
0
roles/openra_server
7,770
[ "no_license" ]
[ { "path": "roles/openra_server/tasks/main.yml", "content": "---\r\n\r\n- name: Ensure project config directory exists\r\n file:\r\n path: '/opt/docker/configs/{{ docker_container_name }}'\r\n state: directory\r\n\r\n- name: Stop docker services\r\n docker_compose:\r\n project_src: '/opt/docker/co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1643, "all_permissive": false }
ansible_role
pvictorc/devops_cloud
e570507e7e7282d820d3a8b6f5c6ee1ccea69be5
1
ansible/roles/deploy
7,770
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Creates directory\n file:\n path: ~/web\n state: directory\n\n- name: Copy index test page\n template:\n src: \"files/index.js\"\n dest: \"~/web/index.js\"\n\n- name: Executing node\n shell: |\n pm2 start ~/web/index...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
pvictorc/devops_cloud
e570507e7e7282d820d3a8b6f5c6ee1ccea69be5
1
ansible/roles/setup
7,770
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"install nodejs environment\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- name: \"install pm2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
mashinarius/wildfly-vagrant
8c1e5765dcdbfa1b57cb34cd43a3a2f0ab40ac88
0
roles/common
7,770
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install the common packages\n apt: name={{ item }} state=installed update_cache=yes\n with_items: \n - git\n - wget\n - curl\n - unzip\n - mc\n - zabbix-agent", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
mashinarius/wildfly-vagrant
8c1e5765dcdbfa1b57cb34cd43a3a2f0ab40ac88
0
roles/httpd
7,770
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": " - name: download httpd package\n get_url: url=http://is-rational.iba/boxes/mod_cluster-1.3.1.Beta2-linux2-x64.tar.gz dest=/opt/mod_cluster.tar.gz mode=0644 force=yes\n - name: unzip\n command: tar zxvf /opt/mod_cluster.tar.gz -C /\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
mashinarius/wildfly-vagrant
8c1e5765dcdbfa1b57cb34cd43a3a2f0ab40ac88
0
roles/wildfly
7,770
[ "no_license" ]
[ { "path": "roles/wildfly/tasks/main.yml", "content": " - name: get wildfly package\n get_url: url=http://is-rational.iba/boxes/wildfly-8.2.0.Final.zip dest=/opt/wildfly-8.2.0.Final.zip mode=0644 force=yes\n - name: unzip \n command: unzip -o /opt/wildfly-8.2.0.Final.zip -d /opt\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
Hennns/Example
88c1167e0cc9abd2d5708afc689c5b69783ee4d0
0
code/production/roles/dummy
7,770
[ "no_license" ]
[ { "path": "code/production/roles/dummy/tasks/main.yml", "content": "---\n\n- name: Import a task\n ansible.builtin.import_tasks: utils/util.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
lionelgonzalo/UTNFRA_SO_2do_Parcial_Millicay
ba53fd52403bb2caea1f5987b27b1d314898267a
0
202406/ansible/roles/2do_parcial
7,770
[ "no_license" ]
[ { "path": "202406/ansible/roles/2do_parcial/defaults/main.yml", "content": "---\nnombre: Lionel\napellido: Millicay\ndivision: 113\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "202406/ansible/roles/2do_parcial/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1023, "all_permissive": false }
ansible_role
ansible-cloud/gcp-demos
4d4c4fa4687aafb8881b2e49fbc676f3ecd225f5
1
collections/ansible_collections/demo/patching/roles/retrieve_info
7,770
[ "no_license" ]
[ { "path": "collections/ansible_collections/demo/patching/roles/retrieve_info/tasks/main.yml", "content": "- name: retrieve vpc information\n amazon.aws.ec2_vpc_net_info:\n region: \"{{ ec2_region }}\"\n register: vpc_info\n delegate_to: localhost\n\n- name: retrieve info for ec2 instances\n amazon.aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1090, "all_permissive": false }
ansible_role
elvinjay07/Activity15
c6976d1a10eff8a3b45d2d4a4814ae091aff7ba0
0
roles/Cinder
7,770
[ "no_license" ]
[ { "path": "roles/Cinder/tasks/main.yml", "content": "- name: Installing Cinder\n apt:\n name:\n - cinder-api\n - cinder-backup\n state: present\n update_cache: yes\n\n- name: Configuring Cinder\n copy:\n dest: /etc/cinder/cinder.conf\n content: |\n [DEFAULT]\n auth_strat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
elvinjay07/Activity15
c6976d1a10eff8a3b45d2d4a4814ae091aff7ba0
0
roles/Horizon
7,770
[ "no_license" ]
[ { "path": "roles/Horizon/tasks/main.yml", "content": "- name: Installing Horizon\n apt:\n name:\n - openstack-dashboard\n state: present\n update_cache: yes\n\n- name: Install Apache2\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Restart Apache2\n shell: su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
Natig2992/ansible_learning
6a19a55590e925855a14b07f2f11ce9864ece618
0
rebrain-lesson/roles/nginx
7,770
[ "no_license" ]
[ { "path": "rebrain-lesson/roles/nginx/defaults/main.yml", "content": "---\n nginx_server_name: \"app.devops.neftegaz.com\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "rebrain-lesson/roles/nginx/tasks/main.yml", "content": "---\n- name: I...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 715, "all_permissive": false }
ansible_role
Natig2992/ansible_learning
6a19a55590e925855a14b07f2f11ce9864ece618
0
rebrain-lesson/roles/nginx-2
7,770
[ "no_license" ]
[ { "path": "rebrain-lesson/roles/nginx-2/defaults/main.yml", "content": "---\n nginx2_server_name: \"lb.devops.ngs.com\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "rebrain-lesson/roles/nginx-2/tasks/main.yml", "content": "---\n- name: In...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 664, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/backend
7,770
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "# roles/backend/tasks/main.yml\n- name: Обновление .env бэкенда\n lineinfile:\n path: \"{{ dir_app }}/back-end/.env\"\n regexp: \"^{{ item.key }}=\"\n line: \"{{ item.key }}={{ item.value }}\"\n with_items:\n - { key: \"POSTGRES_HOST\", val...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 798, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/clone_repository
7,770
[ "no_license" ]
[ { "path": "roles/clone_repository/tasks/main.yml", "content": "#roles/clone_repository/tasks/main.yml\n- name: Клонирование репозитория\n git:\n repo: \"{{ repository }}\"\n dest: \"{{ dir_app }}\"\n version: main\n update: yes\n force: yes\n become: false", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/firewall
7,770
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "# roles/firewall/tasks/main.yml\n- name: Разрешение портов в фаерволе\n ufw:\n rule: allow\n port: \"{{ item }}\"\n proto: tcp\n with_items:\n - \"22\"\n - \"80\"\n - \"443\"\n\n- name: Включение фаервола\n ufw:\n state: enabled"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/frontend
7,770
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "# roles/frontend/tasks/main.yml\n- name: Установка зависимостей фронтенда\n npm:\n path: \"{{ dir_app }}/front-end\"\n become: false\n\n- name: Обновление .env файла фронтенда\n lineinfile:\n path: \"{{ dir_app }}/front-end/.env\"\n regexp: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/gradle
7,770
[ "no_license" ]
[ { "path": "roles/gradle/vars/main.yml", "content": "gradle_version: \"8.5\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/gradle/tasks/main.yml", "content": "# roles/gradle/tasks/main.yml\n- name: Контроль наличия файла gradle-{{ gradle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 785, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/java
7,770
[ "no_license" ]
[ { "path": "roles/java/vars/main.yml", "content": "java_version_jdk: \"21\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/java/tasks/main.yml", "content": "# roles/java/tasks/main.yml\n- name: Установка Java OpenJDK\n apt:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 175, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/nginx
7,770
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "server {\n listen 80;\n listen [::]:80;\n server_name {{ domain }} www.{{ domain }};\n return 301 https://$server_name$request_uri;\n}\n\nserver {\n listen 443 ssl;\n listen [::]:443 ssl;\n server_name {{ domain }} www.{{ doma...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2205, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/nodejs
7,770
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "# roles/nodejs/tasks/main.yml\n- name: Install nvm\n get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh\n dest: /tmp/install_nvm.sh\n mode: '0755'\n\n- name: Запуск установки NVM\n command: >\n /tmp/install_nvm.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 812, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/postgresql
7,770
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "# roles/postgresql/tasks/main.yml\n- name: Добавление репозитория PG в sources.list.d\n lineinfile:\n path: /etc/apt/sources.list.d/pgdg.list\n line: \"deb http://apt.postgresql.org/pub/repos/apt {{ ansible_distribution_release }}-pgdg main\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2232, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/redis
7,770
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "# roles/redis/tasks/main.yml\n- name: Установка Redis\n apt:\n name: redis-server\n state: present\n update_cache: yes\n\n- name: Запуск службы Redis\n service:\n name: redis-server\n state: started\n enabled: yes", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
KirillJBee/Task_3.Ansible
7238de3a24c236f80450b11b05240f9f39839802
0
roles/update_repository
7,770
[ "no_license" ]
[ { "path": "roles/update_repository/tasks/main.yml", "content": "# roles/nginx/update_repository/main.yml\n- name: Обновление кэша пакетов\n apt:\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
UQ-UQx/uqx_ansible
e4a19c1eceee62acda9c29dc40c13d680454e4f2
0
roles/base
7,770
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n - name: System | Update apt-get\n apt: update_cache=yes\n\n - name: System | Upgrade base packages\n apt: upgrade=yes\n\n - name: System | Install useful utilities\n apt: name={{ item }} state=latest\n with_items:\n - software-prop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2223, "all_permissive": false }
ansible_role
UQ-UQx/uqx_ansible
e4a19c1eceee62acda9c29dc40c13d680454e4f2
0
roles/uqx_api
7,770
[ "no_license" ]
[ { "path": "roles/uqx_api/tasks/main.yml", "content": "---\n\n#Injestor\n\n - name: UQxParser | Git clone\n git: repo=https://github.com/UQ-UQx/injestor.git\n dest=/var/uqxparser/injestor\n\n - name: UQxParser | Copy GeoIP-Country.mmdb\n copy: src=../files/GeoIP2-Country.mmdb\n dest=/var/u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4337, "all_permissive": false }
ansible_role
pavle0903/ansible
4f9dcf646ac52c0d1c1b7da14551dfc5a3fff1a0
0
roles/base
7,771
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
pavle0903/ansible
4f9dcf646ac52c0d1c1b7da14551dfc5a3fff1a0
0
roles/web_servers
7,771
[ "no_license" ]
[ { "path": "roles/web_servers/handlers/main.yml", "content": "- name: restart_apache #isto ime kao notify u tasku, ovaj handler ce se trigerovati kada se#desi bilo kakva izmena, kao npr izmena emaila(task koji imamo)\n service:\n name: \"{{ apache_service }}\"\n state: restarted\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1461, "all_permissive": false }
ansible_role
pavle0903/ansible
4f9dcf646ac52c0d1c1b7da14551dfc5a3fff1a0
0
roles/workstations
7,771
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n#remote_src: yes znaci da fajl koji treba biti unzipovan dolazi sa remote server# da ansible ne bi trazio po fajlovima zna da se radi o remote, mozda je izbacen# u play-u iznad instaliramo unzip ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
KirillSilianov/tds_3_loop_vaults
c304cbad23d9adf2c832088a801b6af2f464a697
0
deploy/roles/users
7,771
[ "no_license" ]
[ { "path": "deploy/roles/users/tasks/main.yml", "content": "---\n\n- name: Import ecrypted vars\n include_vars:\n file: users.yml\n\n- name: Users created\n user:\n name: \"{{ user.name }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
skaviray/gobgp-router
a00852a904f9d933d6a543903f41d57ff5b05a9b
0
overlayrouter-bootstrap/roles/bootstrap
7,771
[ "no_license" ]
[ { "path": "overlayrouter-bootstrap/roles/bootstrap/tasks/main.yaml", "content": "- name: Install required packages\n apt:\n name:\n - git\n - autoconf\n - automake\n - libtool\n - make\n - cmake\n - libpcre3-dev\n - libreadline-dev\n - texinfo\n - pkg-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4448, "all_permissive": false }
ansible_role
skaviray/gobgp-router
a00852a904f9d933d6a543903f41d57ff5b05a9b
0
overlayrouter-bootstrap/roles/gobgp
7,771
[ "no_license" ]
[ { "path": "overlayrouter-bootstrap/roles/gobgp/templates/gobgpd.yaml.j2", "content": "global:\n config:\n as: {{ local_as }}\n router-id: {{ ansible_default_ipv4.address }}\n\npeer-groups:\n - config:\n peer-group-name: \"colo2_spine\"\n peer-as: {{ remote_as }}\n\nneighbors:\n{% for neigh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
skaviray/gobgp-router
a00852a904f9d933d6a543903f41d57ff5b05a9b
0
vxlan-tunnel-creation/roles/f5
7,771
[ "no_license" ]
[ { "path": "vxlan-tunnel-creation/roles/f5/vars/main.yaml", "content": "# bigip_host: 10.240.26.32\nbigip_user: \"admin\"\nbigip_password: \"<PASSWORD>\"\npartition: common\ntunnel_name: ansible_vxlan_tunnel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4381, "all_permissive": false }
ansible_role
skaviray/gobgp-router
a00852a904f9d933d6a543903f41d57ff5b05a9b
0
vxlan-tunnel-creation/roles/overlay-router
7,771
[ "no_license" ]
[ { "path": "vxlan-tunnel-creation/roles/overlay-router/templates/vxlan-service.j2", "content": "[Unit]\nDescription=VXLAN Setup Service\nAfter=network.target\n\n[Service]\nType=oneshot\nExecStart=/usr/local/bin/vxlan{{ tunnels[item]['vxlan_tag'] }}-create.sh\nExecStop=/usr/local/bin/vxlan{{ tunnels[item]['vx...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3515, "all_permissive": false }
ansible_role
sk8ts/sk8ts-ami
dd11f05f684447c13b7587e662d05c7e0132fd3a
0
ansible/roles/cfssl-release
7,771
[ "no_license" ]
[ { "path": "ansible/roles/cfssl-release/tasks/main.yml", "content": "---\n\n- name: ensure cfssl release cache dir exists\n file:\n path: \"{{ cfssl_release_cache_dir }}\"\n state: \"directory\"\n owner: \"ubuntu\"\n group: \"ubuntu\"\n\n- name: download cfssl release binaries\n get_url:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 854, "all_permissive": false }
ansible_role
sk8ts/sk8ts-ami
dd11f05f684447c13b7587e662d05c7e0132fd3a
0
ansible/roles/cni-release
7,771
[ "no_license" ]
[ { "path": "ansible/roles/cni-release/defaults/main.yml", "content": "---\n\ncni_release_cache_dir: \"/var/cache/cni-release\"\n\n# Good luck finding a sha on this one\ncni_release_tar:\n url: \"https://storage.googleapis.com/kubernetes-release/network-plugins/cni-c864f0e1ea73719b8f4582402b0847064f9883b0.ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
sk8ts/sk8ts-ami
dd11f05f684447c13b7587e662d05c7e0132fd3a
0
ansible/roles/docker-release
7,771
[ "no_license" ]
[ { "path": "ansible/roles/docker-release/defaults/main.yml", "content": "---\n\ndocker_release_cache_dir: \"/var/cache/docker-release\"\n\n\n# NOTE: If you add .sha256 to the end of the tgz url you can get the sha256\ndocker_release_tar:\n url: \"https://get.docker.com/builds/Linux/x86_64/docker-1.11.2.tgz\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1037, "all_permissive": false }
ansible_role
sk8ts/sk8ts-ami
dd11f05f684447c13b7587e662d05c7e0132fd3a
0
ansible/roles/etcd-release
7,771
[ "no_license" ]
[ { "path": "ansible/roles/etcd-release/defaults/main.yml", "content": "---\n\netcd_release_cache_dir: \"/var/cache/etcd-release\"\n\n#FIXME: need sha\netcd_release_tar:\n url: \"https://github.com/coreos/etcd/releases/download/v3.0.10/etcd-v3.0.10-linux-amd64.tar.gz\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 789, "all_permissive": false }
ansible_role
sk8ts/sk8ts-ami
dd11f05f684447c13b7587e662d05c7e0132fd3a
0
ansible/roles/k8s-release
7,771
[ "no_license" ]
[ { "path": "ansible/roles/k8s-release/tasks/main.yml", "content": "---\n\n- name: ensure k8s release cache dir exists\n file:\n path: \"{{ k8s_release_cache_dir }}\"\n state: \"directory\"\n owner: \"ubuntu\"\n group: \"ubuntu\"\n\n# FIXME: force: False is supposed to take care of this, but it s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1901, "all_permissive": false }
ansible_role
sk8ts/sk8ts-ami
dd11f05f684447c13b7587e662d05c7e0132fd3a
0
ansible/roles/sk8ts-ansible-release
7,771
[ "no_license" ]
[ { "path": "ansible/roles/sk8ts-ansible-release/defaults/main.yml", "content": "---\n\nansible_log_directory: \"/var/log/ansible\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/sk8ts-ansible-release/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 409, "all_permissive": false }
ansible_role
sk8ts/sk8ts-ami
dd11f05f684447c13b7587e662d05c7e0132fd3a
0
ansible/roles/sk8ts-venv
7,771
[ "no_license" ]
[ { "path": "ansible/roles/sk8ts-venv/tasks/main.yml", "content": "---\n\n- name: ensure python-virtualenv is installed\n apt:\n name: \"python-virtualenv\"\n\n# sk8ts will use this venv/ansible not the one that was installed on the system\n- name: install a venv that has all the requirements to run sk8ts...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 448, "all_permissive": false }
ansible_role
smrhp/utilserv
ca64ed9c8262be2e3edbae3e045515821cd7db7a
1
roles/common
7,771
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n \n- name: Mise à jour des paquets\n apt: update_cache=yes cache_valid_time=7200\n \n- name: Installation des paquets communs\n apt: name={{ item }} state=present\n with_items:\n - htop\n - vim\n - tree\n - sudo\n - ntp\n - bind9\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 442, "all_permissive": false }
ansible_role
smrhp/utilserv
ca64ed9c8262be2e3edbae3e045515821cd7db7a
1
roles/firewall
7,771
[ "no_license" ]
[ { "path": "roles/firewall/files/bin/init_iptables.sh", "content": "#!/bin/sh\nfor fichier in /usr/local/etc/utilserv/firewall/conf.d/*.conf ; do\n echo \"$fichier\"\n . \"$fichier\"\n ports_tcp=\"$ports_tcp $p_tcp\"\n ports_udp=\"$ports_udp $p_udp\"\ndone\n\n#Types ICMP V6 à autoriser, cf. https://tools...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6735, "all_permissive": false }
ansible_role
smrhp/utilserv
ca64ed9c8262be2e3edbae3e045515821cd7db7a
1
roles/ftpserver
7,771
[ "no_license" ]
[ { "path": "roles/ftpserver/tasks/main.yml", "content": "# installer Proftp\n\n- name: Installation des paquets serveur ftp\n apt: name={{ item }} state=present\n with_items:\n - proftpd-basic\n - proftpd-mod-mysql\n\n# ******** penser à lineinfile pour configurer simplement quelques lignes dans le fic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
smrhp/utilserv
ca64ed9c8262be2e3edbae3e045515821cd7db7a
1
roles/monitoring
7,771
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n \n- name: Installation de Monit\n file: dest={{item}} state=directory recurse=yes\n with_items:\n - /usr/local/bin/utilserv/firewall\n - /etc/firewall/conf.d/\n\n#- copy: src={{ item }} dest=/etc/firewall/conf.d/ mode=0600\n# with_fileg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
smrhp/utilserv
ca64ed9c8262be2e3edbae3e045515821cd7db7a
1
roles/webserver
7,771
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "# installer NginX\n\n- name: Mise à jour des paquets\n apt: update_cache=yes cache_valid_time=7200\n \n- name: Installation des paquets communs\n apt: name={{ item }} state=present\n with_items:\n - nginx\n - php5-fpm\n - mysql-server\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_cluster/roles/ad_computer_registration
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_cluster/roles/ad_computer_registration/README.md", "content": "Role Name\n=========\n\nad_computer_registration\n\nDescription\n=========\n\nThis role register computer object with the Active Directory controller using domain admin credentials.\n\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2089, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_cluster/roles/failover
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_cluster/roles/failover/defaults/main.yml", "content": "---\n\ncluster_name: testcluster\n#cluster_ip_address: '192.168.100.20/24' # optional, if not specified dynamic ip will be used\n\nretry_interval_sec: 10\nretry_count: 60\n\ndns_domain_name: exa...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3932, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_cluster/roles/failover_common
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_cluster/roles/failover_common/README.md", "content": "Role Name\n=========\n\nfailover_common\n\nDescription\n=========\n\nThis role implements all prereq steps for all cluster nodes.\n\nRequirements\n------------\n\n\nRole Variables\n--------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1478, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_cluster/roles/join_domain
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_cluster/roles/join_domain/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Ansible galaxy role for joining the domain.\n role_name: join_domain\n company: Red Hat\n license: MIT\n min_ansible_version: 2.5\n\n plat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2571, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_sql_server/roles/ad_availability_group
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_sql_server/roles/ad_availability_group/tasks/main.yml", "content": "---\n\n- ansible.builtin.include_tasks: ag.yml\n run_once: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "collec...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4656, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_sql_server/roles/alwayson
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_sql_server/roles/alwayson/defaults/main.yml", "content": "---\n\nfirst_node: false\nsql_server_availability_group_name: 'SQLAGN'\nsql_server_availability_group_ip_address: '192.168.100.11/255.255.255.0'\nsql_server_instance_name: 'MSSQLSERVER'\n", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4923, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_sql_server/roles/alwayson_common
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_sql_server/roles/alwayson_common/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Ansible galaxy role for implementing prereq steps for SQL server AlwaysOn cluster.\n role_name: alwayson_common\n company: Red Hat\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5510, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_sql_server/roles/install
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_sql_server/roles/install/README.md", "content": "Role Name\n=========\n\ninstall\n\nDescription\n=========\n\nThis role installs SQL server.\n\n\nRequirements\n------------\n\n- When using AD users for Stand Alone installation, SQL Server AD users a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4826, "all_permissive": false }
ansible_role
thirubeyond/ansible-galaxy
8db2fcd53071b2c62935f788801df136c60bad15
0
collections/ansible_collections/oatakan/windows_sql_server/roles/sql_users
7,771
[ "no_license" ]
[ { "path": "collections/ansible_collections/oatakan/windows_sql_server/roles/sql_users/tasks/local.yml", "content": "---\n\n- name: create SQL users group\n ansible.windows.win_group:\n name: '{{ sql_server_users_group_name }}'\n description: '{{ sql_server_users_group_name }}'\n state: present\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3674, "all_permissive": false }
ansible_role
kp3073/az-roboshop-ansible
b974fd5288356a4f8e5201a358bd56ecedb87601
0
roles/mysql
7,771
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL Server\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: Start MySQL Service\n ansible.builtin.systemd_service:\n name: mysqld\n state: restarted\n enabled: true\n\n- name: Set MySQL Password\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
TibiIius/infra
692418dd8bcf5ce6912f9382983d69d8d6ec542e
0
roles/borg
7,771
[ "permissive" ]
[ { "path": "roles/borg/templates/borg_backup_failed.sh.j2", "content": "#!/usr/bin/env bash\n\nsimplepush.sh -s \"{{ simplepush_salt }}\" -k \"{{ simplepush_key }}\" -t \"`hostname`\" -m \"`date` - Backup failed.\" -e \"error\" -p \"{{ simplepush_pw }}\"\n", "license_type": "permissive", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1960, "all_permissive": true }
ansible_role
TibiIius/infra
692418dd8bcf5ce6912f9382983d69d8d6ec542e
0
roles/docker
7,771
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Run essential Docker tasks\n ansible.builtin.include_tasks: essentials.yaml\n\n- name: Setup Compose projects using tibiiius.simple_compose\n ansible.builtin.import_role:\n name: tibiiius.simple_compose\n when: simple_compose_projects ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5502, "all_permissive": true }