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
Naresh-vk-243/roboshop-ansible
4cf409260a859595be3c77bb46c193810207bbe2
0
roles/mongodb
8,121
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: removing repo files\n ansible.builtin.import_tasks:\n file: copy_and_remove_Repo_files.yml\n\n- name: installling mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Replace the ip address to 0.0.0.0\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 478, "all_permissive": false }
ansible_role
Naresh-vk-243/roboshop-ansible
4cf409260a859595be3c77bb46c193810207bbe2
0
roles/mysql
8,121
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "component: mysql\ndb_type: mysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/mysql/tasks/main.yml", "content": "- name: copy_and_remove_Repo_files\n ansible.builtin.import_tasks:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
Naresh-vk-243/roboshop-ansible
4cf409260a859595be3c77bb46c193810207bbe2
0
roles/payment
8,121
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: setting up payment server calling python function\n ansible.builtin.import_tasks:\n file: python.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
Naresh-vk-243/roboshop-ansible
4cf409260a859595be3c77bb46c193810207bbe2
0
roles/rabbitmq
8,121
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: downloading nodejs and installing\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: downloading nodejs and installing\n ansible.builtin.shell: curl -s https://packagec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 770, "all_permissive": false }
ansible_role
Naresh-vk-243/roboshop-ansible
4cf409260a859595be3c77bb46c193810207bbe2
0
roles/redis
8,121
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install Redis Repo\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis Module\n ansible.builtin.shell: yum module enable redis:remi-6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
Naresh-vk-243/roboshop-ansible
4cf409260a859595be3c77bb46c193810207bbe2
0
roles/shipping
8,121
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: setting up shipping server calling maven java function\n ansible.builtin.import_tasks:\n file: maven_java.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
Naresh-vk-243/roboshop-ansible
4cf409260a859595be3c77bb46c193810207bbe2
0
roles/user
8,121
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: setting up user server calling nodejs function\n ansible.builtin.import_tasks:\n file: nodejs.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
utahta/esdev
581c62422b256bbf876f83e2e4884c14ff784a08
0
ansible/roles/apache
8,119
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "- name: install packages\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - httpd-devel\n - mod_ssl\n\n- name: overwrite httpd.conf\n template: src=httpd.conf dest=/etc/httpd/conf/httpd.conf\n\n- name: httpd start on boot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
utahta/esdev
581c62422b256bbf876f83e2e4884c14ff784a08
0
ansible/roles/common
8,119
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/yum.yml", "content": "- name: install ca-certificates\n yum: pkg=ca-certificates state=latest\n\n- name: install epel\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present\n\n- name: install remi\n yum: name=http://rpms.f...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 930, "all_permissive": false }
ansible_role
utahta/esdev
581c62422b256bbf876f83e2e4884c14ff784a08
0
ansible/roles/elasticsearch
8,119
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/vars/main.yml", "content": "kibana_ver: 3.1.2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "- name: import key\n rpm_key: state=present key=http:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1738, "all_permissive": false }
ansible_role
utahta/esdev
581c62422b256bbf876f83e2e4884c14ff784a08
0
ansible/roles/zsh
8,119
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "- name: install dependency packages\n yum: name={{ item }} state=present\n with_items:\n - ncurses-devel\n\n- name: download zsh archive\n get_url: url=https://downloads.sourceforge.net/project/zsh/zsh/{{ zsh_ver }}/zsh-{{ zsh_ver }}.tar.gz des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
RajanikanthGitHub/terraform-ansible
fde71b3f002a8465df844d7b4d1057e82a6ddacb
0
ta-ubuntu-nginx/roles/nginx
8,119
[ "no_license" ]
[ { "path": "ta-ubuntu-nginx/roles/nginx/tasks/main.yaml", "content": "---\n- name: Ensure Nginx is at the latest version installed.\n apt:\n name: nginx\n state: latest\n- name: Make sure Nginx is running \n systemd:\n state: started\n name: nginx", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
aykhazanchi/setup-mac
0d1f40b3439d51791651ef7598433b6c116f1a9c
0
roles/install
8,119
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yaml", "content": "- name: setup homebrew\n include: homebrew.yaml\n\n- name: brew taps setup\n include: brew_taps.yaml\n\n- name: brew packages install\n include: brew_packages.yaml\n\n- name: brew cask packages install\n include: brew_casks.yaml\n\n- name: mas apps ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7389, "all_permissive": false }
ansible_role
teluka/kvm-deployer
353fa2337ce10c6444b96baf353dea802cbec432
0
roles/kvm-host
8,119
[ "no_license" ]
[ { "path": "roles/kvm-host/tasks/build_and_start_vms.yml", "content": "- name: Set facts\n set_fact:\n vm_config: \"{{ item }}\"\n\n- set_fact:\n vm_name: \"{{ vm_config.name }}\"\n\n- set_fact:\n vm_disks: \"{{ vm_config.disks }}\"\n\n- set_fact: \n cloudinit_pool: \"{{ vm_config.disks[0].zf...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 10564, "all_permissive": false }
ansible_role
teluka/kvm-deployer
353fa2337ce10c6444b96baf353dea802cbec432
0
roles/kvm-vm
8,119
[ "no_license" ]
[ { "path": "roles/kvm-vm/tasks/configure_vms.yml", "content": "- name: Mount NFS share\n become: true\n mount:\n fstype: nfs\n boot: \"no\"\n path: \"/mnt\"\n opts: \"rw,soft,nfsvers=3,rsize=8192,wsize=8192,noacl,nolock,udp\"\n src: \"192.168.40.20:/ssd/nfs\"\n state: \"mounted\"\n\n- nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1946, "all_permissive": false }
ansible_role
akraino-edge-stack/ta-caas-security
88263c34607357ef8173360a5e1429acd0bfc3c4
0
ansible/roles/cert
8,119
[ "permissive" ]
[ { "path": "ansible/roles/cert/vars/main.yml", "content": "---\n# Copyright 2019 Nokia\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8194, "all_permissive": true }
ansible_role
akraino-edge-stack/ta-caas-security
88263c34607357ef8173360a5e1429acd0bfc3c4
0
ansible/roles/createuser
8,119
[ "permissive" ]
[ { "path": "ansible/roles/createuser/tasks/main.yml", "content": "---\n# Copyright 2019 Nokia\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": true }
ansible_role
akraino-edge-stack/ta-caas-security
88263c34607357ef8173360a5e1429acd0bfc3c4
0
ansible/roles/hardening
8,119
[ "permissive" ]
[ { "path": "ansible/roles/hardening/templates/hardened_path.sh", "content": "#!/bin/sh\n# Copyright 2019 Nokia\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4785, "all_permissive": true }
ansible_role
akraino-edge-stack/ta-caas-security
88263c34607357ef8173360a5e1429acd0bfc3c4
0
ansible/roles/security
8,119
[ "permissive" ]
[ { "path": "ansible/roles/security/tasks/main.yml", "content": "---\n# Copyright 2019 Nokia\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2976, "all_permissive": true }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/api
8,119
[ "no_license" ]
[ { "path": "roles/api/tasks/api-service.yml", "content": "---\n- name: create service config\n template:\n src: 'service'\n dest: '/etc/systemd/system/{{ api_service_name }}.service'\n backup: yes\n notify: reload systemd (api)\n\n- name: enable service\n service:\n name: '{{ api_service_name ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1281, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/api-nginx
8,119
[ "no_license" ]
[ { "path": "roles/api-nginx/tasks/api-nginx-config.yml", "content": "---\n- name: copy nginx config\n template:\n src: '../../inventories/{{ env_type }}/templates/{{ config_name }}'\n dest: '/etc/nginx/sites-available/{{ remote_config_name }}'\n backup: yes\n notify: reload nginx (api-nginx)\n\n- ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1278, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/common
8,119
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- include: 'debian.yml'\n tags:\n - common\n - common:debian\n when: ansible_os_family == 'Debian'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/common/tasks/debian.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 321, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/compiled-nginx
8,119
[ "no_license" ]
[ { "path": "roles/compiled-nginx/tasks/compiled-nginx-echo-nginx.yml", "content": "---\n- name: download and unarchive \"echo nginx\" module\n unarchive:\n src: 'https://github.com/openresty/echo-nginx-module/archive/v{{ echo_nginx_version }}.zip'\n dest: '/tmp'\n remote_src: yes", "license_typ...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 16, "total_bytes": 8606, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/firewall
8,119
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- include: 'firewall-configure.yml'\n tags:\n - firewall\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/firewall/tasks/firewall-configure.yml", "content": "---\n- name: in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 323, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/java
8,119
[ "no_license" ]
[ { "path": "roles/java/tasks/java-install-stretch.yml", "content": "---\n- name: add backports repository (stretch)\n apt_repository:\n repo: 'deb {{ java_debian_mirror }} stretch-backports main'\n filename: 'stretch-backports'\n state: present\n\n- name: install java (stretch)\n apt:\n name:\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 867, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/letsencrypt
8,119
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/letsencrypt-configure.yml", "content": "---\n- name: create webroot dir\n file:\n path: '{{ letsencrypt_webroot_path }}'\n state: directory\n\n- name: copy cli.ini\n template:\n src: 'cli.ini'\n dest: '/etc/letsencrypt/cli.ini'\n\n- name: execute 'certbot cer...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1349, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/nginx
8,119
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- include: 'nginx-install.yml'\n tags:\n - nginx\n - nginx:install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/nginx/tasks/nginx-install.yml", "content": "---\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/postfix
8,119
[ "no_license" ]
[ { "path": "roles/postfix/defaults/main.yml", "content": "---\npostfix_mailname: 'your.domain'\n\nopendkim_domain: 'your.domain'\nopendkim_selector: 'mail'\nopendkim_key_dest: '/etc/opendkim'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3144, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/postgres
8,119
[ "no_license" ]
[ { "path": "roles/postgres/tasks/postgres-configuration.yml", "content": "---\n- name: install psycopg2\n apt:\n name: 'python-psycopg2'\n\n- name: create postgres user\n postgresql_user:\n name: '{{ db_user_name }}'\n password: '{{ db_user_password }}'\n become: true\n become_user: postgres\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 957, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/ssh-keys
8,119
[ "no_license" ]
[ { "path": "roles/ssh-keys/tasks/main.yml", "content": "---\n- include: 'ssh-keys-add.yml'\n tags:\n - ssh-keys\n - ssh-keys:add\n\n- include: 'ssh-keys-remove.yml'\n tags:\n - ssh-keys\n - ssh-keys:remove\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 588, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/swap
8,119
[ "no_license" ]
[ { "path": "roles/swap/tasks/main.yml", "content": "---\n- include: 'swap-setup.yml'\n tags:\n - swap\n - swap:setup\n\n- include: 'swap-remove.yml'\n tags:\n - swap:remove\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/swap/tas...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1190, "all_permissive": false }
ansible_role
Vladislav-Fedorenko/ansible
33f0a58c79227ee3223e900e181c19713d44ac79
0
roles/zabbix-agent
8,119
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/zabbix-agent-nginx.yml", "content": "---\n- name: copy nginx config\n copy:\n src: nginx/zabbix.nginx\n dest: '/etc/nginx/sites-available/{{ nginx_remote_config_name }}'\n\n- name: enable nginx configuration\n file:\n src: '/etc/nginx/sites-available/{{ nginx_r...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3516, "all_permissive": false }
ansible_role
fabiencarrot/ansible
339e14b93ae4e777fa868dc5d73b077328e0768d
0
apache-tomcat/roles/package-installation
8,119
[ "no_license" ]
[ { "path": "apache-tomcat/roles/package-installation/tasks/main.yml", "content": "---\n- name: packages installed\n apt:\n pkg=\"{{ item }}\"\n state=present\n with_items:\n - apache2\n - tomcat6\n - libapache2-mod-jk\n\n- name: apache running\n service:\n name=apache2\n state=running...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
fabiencarrot/ansible
339e14b93ae4e777fa868dc5d73b077328e0768d
0
apache-tomcat/roles/war-deployment
8,119
[ "no_license" ]
[ { "path": "apache-tomcat/roles/war-deployment/tasks/main.yml", "content": "---\n- name: disable default apache website\n shell: /usr/sbin/a2dissite 000-default\n\n- name: download apache test war\n get_url:\n url=\"{{ war_url }}\"\n dest=/var/lib/tomcat6/webapps/\n mode=0440\n\n- name: backup ori...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 962, "all_permissive": false }
ansible_role
Sean-Michael/home-kubernetes-cloud
3a68eedee0a50c3ea983ddb49bf8a7a2ad2d7fe4
2
infrastructure/ansible/playbooks/roles/dbaas
8,119
[ "no_license" ]
[ { "path": "infrastructure/ansible/playbooks/roles/dbaas/templates/rbac.yaml.j2", "content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: dbaas-backend\n namespace: {{ dbaas_namespace }}\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n name: dbaas-manager\nrules:\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 17948, "all_permissive": false }
ansible_role
guilherme-toti/load-balancer
cac3ec78a6dbca594d1209deaf15bd6e139e1654
9
roles/mysql
8,119
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: ensure mysql server is installed\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - mysql-server\n - libmysqlclient-dev\n\n- name: ensure mysql server started\n service: name=mysql state=started\n sudo: yes\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
guilherme-toti/load-balancer
cac3ec78a6dbca594d1209deaf15bd6e139e1654
9
roles/nginx
8,119
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: ensure nginx is installed\n apt: name=nginx state=present\n sudo: yes\n\n- name: ensure nginx is started\n service: name=nginx state=started\n sudo: yes\n\n- name: set virtual host config\n copy: src={{ vm_group }} dest=/etc/nginx/sites-availa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
guilherme-toti/load-balancer
cac3ec78a6dbca594d1209deaf15bd6e139e1654
9
roles/pip
8,119
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "- name: ensure python-pip is present\n apt: pkg=python-pip state=present\n\n- name: ensure python-dev is present\n apt: pkg=python-dev state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
guilherme-toti/load-balancer
cac3ec78a6dbca594d1209deaf15bd6e139e1654
9
roles/redis
8,119
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: ensure redis is installed\n apt: name=redis-server state=present\n sudo: yes\n\n- name: ensure redis is running\n service: name=redis-server state=started\n sudo: yes\n\n- name: add redis to init\n command: update-rc.d redis-server defaults\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
guilherme-toti/load-balancer
cac3ec78a6dbca594d1209deaf15bd6e139e1654
9
roles/supervisor
8,119
[ "no_license" ]
[ { "path": "roles/supervisor/vars/main.yml", "content": "supervisor_conf_path: /etc/supervisor/conf.d\nsupervisor_log_path: /var/log/supervisor\n\nprograms:\n - name: api\n file: api.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }
ansible_role
guilherme-toti/load-balancer
cac3ec78a6dbca594d1209deaf15bd6e139e1654
9
roles/virtualenv
8,119
[ "no_license" ]
[ { "path": "roles/virtualenv/tasks/main.yml", "content": "- name: install virtualenv\n pip: name=virtualenv\n sudo: yes\n\n- name: install requeriments into virtualenv\n pip: requirements=/vagrant/requirements.txt virtualenv=/vagrant/venv\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
PureGrain/ansible-standalone
167c611cc6c3b3d19da35b9bd38aff921796bd70
0
examples/roles/example_role
8,119
[ "no_license" ]
[ { "path": "examples/roles/example_role/vars/debian.yml", "content": "---\n# Debian-specific variables for example_role\n\n# Package dependencies\napp_dependencies:\n - python3\n - python3-pip\n - python3-venv\n - nginx\n - ufw\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 15890, "all_permissive": false }
ansible_role
mainakibui/devops
4c637735e6707371e0ca743ec9415f8a755ee6af
0
ansible/imu/roles/local
8,119
[ "no_license" ]
[ { "path": "ansible/imu/roles/local/handlers/main.yml", "content": "---\r\n\r\n#Restart the ssh service\r\n- name: Restart SSH service\r\n service:\r\n name: ssh\r\n state: restarted\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 954, "all_permissive": false }
ansible_role
mainakibui/devops
4c637735e6707371e0ca743ec9415f8a755ee6af
0
ansible/imu/roles/secure-ssh
8,119
[ "no_license" ]
[ { "path": "ansible/imu/roles/secure-ssh/handlers/main.yml", "content": "---\r\n\r\n#Reload the ssh service\r\n\r\n- name: Reload SSH service\r\n service:\r\n name: ssh\r\n state: reloaded\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2710, "all_permissive": false }
ansible_role
mainakibui/devops
4c637735e6707371e0ca743ec9415f8a755ee6af
0
ansible/imu/roles/shorewall-firewall
8,119
[ "no_license" ]
[ { "path": "ansible/imu/roles/shorewall-firewall/tasks/main.yml", "content": "---\r\n\r\n## SETUP THE FIREWALL PACKAGE\r\n#Install and configure firewall\r\n\r\n- name: \"Install the Firewall package\"\r\n apt: \"name={{item}} state=present update_cache=yes\"\r\n with_items:\r\n - shorewall\r\n - fai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
cyrus925/devops
245ec8aeac1e5ecc338a07f100da12ab60c1aa74
0
ansible/roles/app
8,119
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# handlers file for roles/docker\n- name: pull api image\n docker_image:\n name: cyrus925/tp1-backend\n tag: latest\n source: pull \n vars:\n ansible_python_interpreter: /usr/bin/python3\n\n- name: Run api container\n docker_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
cyrus925/devops
245ec8aeac1e5ecc338a07f100da12ab60c1aa74
0
ansible/roles/database
8,119
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# handlers file for roles/docker\n- name: pull db image\n docker_image:\n name: cyrus925/tp1-database\n source: pull \n vars:\n ansible_python_interpreter: /usr/bin/python3\n\n- name: Run db container\n docker_container:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
cyrus925/devops
245ec8aeac1e5ecc338a07f100da12ab60c1aa74
0
ansible/roles/proxy
8,119
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n# handlers file for roles/docker\n\n- name: pull db front\n docker_image:\n name: cyrus925/tp1-httpd\n source: pull \n vars:\n ansible_python_interpreter: /usr/bin/python3\n\n- name: Run db container\n docker_container:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
DiegoEspiritu11/HOA15
7afaedc65bbee9bd2375dc313bbbd71e69e5e357
0
roles/cinder
8,119
[ "no_license" ]
[ { "path": "roles/cinder/tasks/main.yml", "content": "---\n- name: Install Cinder Service\n hosts: cinder\n become: true\n vars:\n cinder_db_password: \"<PASSWORD>\"\n cinder_user_password: \"<PASSWORD>\"\n rabbit_password: \"<PASSWORD>\"\n nova_password: \"<PASSWORD>\"\n \n tasks:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6950, "all_permissive": false }
ansible_role
DiegoEspiritu11/HOA15
7afaedc65bbee9bd2375dc313bbbd71e69e5e357
0
roles/horizon
8,119
[ "no_license" ]
[ { "path": "roles/horizon/tasks/main.yml", "content": "---\n- name: Install Horizon Service\n hosts: horizon\n become: true\n tasks:\n - name: Install openstack-dashboard package\n apt:\n name: openstack-dashboard\n state: present\n\n - name: Configure local_settings.py\n tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1319, "all_permissive": false }
ansible_role
jmcalalang/f5-automation-toolchain-lab
00cd5ee2fe525f1f7baad79d62f0118797e6d125
3
docs/module5/ansible/roles/application_services_3
8,120
[ "no_license" ]
[ { "path": "docs/module5/ansible/roles/application_services_3/defaults/main.yml", "content": "# as3 specific parameters\n\n#module parameters\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "docs/module5/ansible/roles/application_services_3/files/a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8046, "all_permissive": false }
ansible_role
jmcalalang/f5-automation-toolchain-lab
00cd5ee2fe525f1f7baad79d62f0118797e6d125
3
docs/module5/ansible/roles/declarative_onboarding
8,120
[ "no_license" ]
[ { "path": "docs/module5/ansible/roles/declarative_onboarding/defaults/main.yml", "content": "# declarative onboarding specific parameters\n\n#module parameters\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "docs/module5/ansible/roles/declarative...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8360, "all_permissive": false }
ansible_role
jmcalalang/f5-automation-toolchain-lab
00cd5ee2fe525f1f7baad79d62f0118797e6d125
3
docs/module5/ansible/roles/telemetry_streaming
8,120
[ "no_license" ]
[ { "path": "docs/module5/ansible/roles/telemetry_streaming/tasks/main.yml", "content": "# Create or update BIG-IP Forwarder; Base Declaration - Kafka\n\n# Device 1\n\n- name: Wait a maximum of 300 seconds for BIG-IP to be ready to take configuration\n bigip_wait:\n timeout: 300\n password: \"{{<PASSWO...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2601, "all_permissive": false }
ansible_role
ShreyashAPatil/postgres-ha-module-2
1ca012eaacd0360ddb653c092d071bc0d930a8b4
0
roles/haproxy
8,120
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- include_tasks: namespace.yml\n- include_tasks: deploy.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/haproxy/tasks/deploy.yml", "content": "---\n- name: Ensure HAProxy di...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1572, "all_permissive": false }
ansible_role
ShreyashAPatil/postgres-ha-module-2
1ca012eaacd0360ddb653c092d071bc0d930a8b4
0
roles/postgres
8,120
[ "no_license" ]
[ { "path": "roles/postgres/tasks/configure.yml", "content": "---\n- name: Get list of pods in the pgdata namespace\n kubernetes.core.k8s_info:\n kind: Pod\n namespace: pgdata\n register: pod_facts\n\n- name: Set the pod name dynamically\n set_fact:\n postgres_pod: \"{{ pod_facts.resources | selec...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3052, "all_permissive": false }
ansible_role
Guared4/postgresql
ac4b37435c08729ef8a28c85c06242e9147a1fc5
0
ansible/roles/backup
8,120
[ "no_license" ]
[ { "path": "ansible/roles/backup/vars/main.yml", "content": "master_address: \"192.168.57.11\"\nmaster_port: \"5432\"\nbackup_user: \"backup_user\"\nbackup_password: \"<PASSWORD>\"\nbackup_dir: \"/var/lib/postgresql/backups\"\nbecome_usr: \"postgres\"\nbarman_address: \"192.168.57.13\"\nreplica_address: \"19...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3478, "all_permissive": false }
ansible_role
Guared4/postgresql
ac4b37435c08729ef8a28c85c06242e9147a1fc5
0
ansible/roles/common
8,120
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Install common packages\n apt:\n name:\n - python3-pip\n - libpq-dev\n - acl\n update_cache: true", "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
Guared4/postgresql
ac4b37435c08729ef8a28c85c06242e9147a1fc5
0
ansible/roles/postgresql
8,120
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "- name: Ensure remote_tmp directory exists with correct permissions\n file:\n path: /tmp/ansible-postgres\n state: directory\n mode: 0777\n\n- name: Install packages\n apt:\n name:\n - postgresql\n - postgresql-contrib\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1342, "all_permissive": false }
ansible_role
Guared4/postgresql
ac4b37435c08729ef8a28c85c06242e9147a1fc5
0
ansible/roles/replication
8,120
[ "no_license" ]
[ { "path": "ansible/roles/replication/tasks/main.yml", "content": "- name: Stop postgres service on replica\n systemd:\n name: postgresql\n state: stopped\n when: \"ansible_hostname == 'node2'\"\n\n- name: Delete files from replica\n file:\n path: /var/lib/postgresql/14/main/\n state: absent\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
Ghassenmoalla/Myapp
dad29cf7473c9dd16d79b60921f111b507a6b97e
0
Ansible/roles/docker-registry
8,120
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n- name: Log into DockerHub\n docker_login:\n username: ghassenmoallaa\n password: <PASSWORD>\n- name: adding tag to image\n command: docker tag devops:latest ghassenmoallaa/devops:latest\n- name: push image to dockerhub\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
onozaty/ansible-redmine-ubuntu
de060352c6c1600203e5605ba4547c679d9d09fa
1
roles/apache
8,120
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "gem_path: /usr/local/rbenv/shims/gem\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/apache/tasks/main.yml", "content": "- name: Install dependencies\n apt:\n name:\n - bu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1628, "all_permissive": false }
ansible_role
onozaty/ansible-redmine-ubuntu
de060352c6c1600203e5605ba4547c679d9d09fa
1
roles/redmine
8,120
[ "no_license" ]
[ { "path": "roles/redmine/defaults/main.yml", "content": "gem_path: /usr/local/rbenv/shims/gem\nredmine_repo: http://svn.redmine.org/redmine/trunk/\nredmine_dir: /var/lib/redmine\nrmagick_font_path: /usr/share/fonts/ipa-pgothic/ipagp.ttf\ndb_username: redmine\ndb_password: <PASSWORD>\npostgresql_version: 14\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1744, "all_permissive": false }
ansible_role
onozaty/ansible-redmine-ubuntu
de060352c6c1600203e5605ba4547c679d9d09fa
1
roles/ruby
8,120
[ "no_license" ]
[ { "path": "roles/ruby/templates/rbenv.sh.j2", "content": "export PATH={{rbenv_root_dir}}/bin:$PATH\nexport RBENV_ROOT=\"{{rbenv_root_dir}}\"\neval \"$(rbenv init -)\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/ruby/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1173, "all_permissive": false }
ansible_role
shreenavya71/expense-ansible-roles.tf
f774269f5a7d7a7ac7e3818bab297615124e6cb4
0
roles/backend
8,120
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "# login_user: root\n# login_host: db.devopsnavyahome.online\n# login_password: <PASSWORD>\n# DB_HOST: db.devopsnavyahome.online\napp_location: /app\ncomponent: backend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 162...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1936, "all_permissive": false }
ansible_role
PotapovSM/teta-2023
147eeb3b93673b4eacfa1a3ad51534c6d98413cf
0
tasks/roles/bastion-ssh-config
8,120
[ "no_license" ]
[ { "path": "tasks/roles/bastion-ssh-config/tasks/main.yml", "content": "---\n- name: Set bastion host IP and port\n set_fact:\n bastion_ip: \"{{ hostvars[groups['bastion'][0]]['ansible_host'] | d(hostvars[groups['bastion'][0]]['ansible_ssh_host']) }}\"\n bastion_port: \"{{ hostvars[groups['bastion'][0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
sadsfae/ansible-sslcerts
77a2595a451b0e7a409d45a4aa8a1e8e7c892f71
0
install/roles/sslcerts
8,120
[ "no_license" ]
[ { "path": "install/roles/sslcerts/tasks/main.yml", "content": "---\n# set fact for ansible_hostname\n- name: Set FQDN Custom Facts\n set_fact:\n www_hostname: \"{{ ansible_nodename }}\"\n\n# Apache Webserver\n- name: Replacing Apache Certificates\n ansible.builtin.copy:\n src: \"{{ www_hostname }}.p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1923, "all_permissive": false }
ansible_role
dummy-andra/ansible-kvm-jenkins-git-docker
63957e9cd85e4ac58d3f910ffbda55e2cec63b93
0
roles/docker
8,120
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "\n- name: Update APT package cache\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n# sudo apt-get install \n- name: Install prerequisites for Docker repository and Docker Compose\n apt:\n name: ['apt-transport-https', ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2482, "all_permissive": false }
ansible_role
dummy-andra/ansible-kvm-jenkins-git-docker
63957e9cd85e4ac58d3f910ffbda55e2cec63b93
0
roles/git
8,120
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Update APT package cache\n apt:\n update_cache: yes\n cache_valid_time: 86400\n\n# - name: Tear down existing services\n# docker_compose:\n# project_src: docker-compose.yml\n# state: absent\n\n- name: Copy docker-compose file on VM\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
dummy-andra/ansible-kvm-jenkins-git-docker
63957e9cd85e4ac58d3f910ffbda55e2cec63b93
0
roles/jenkins
8,120
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": " - name: Update APT package cache\n apt:\n update_cache: yes\n cache_valid_time: 86400\n\n # - name: Tear down existing services\n # docker_compose:\n # project_src: docker-compose.yml\n # state: absent\n\n - name: Copy docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
abujor-r7/terraform-hammerdb
00213b542c42d86539896d4f623dd9517c3b3c55
0
ansible-provision/roles/bastion
8,120
[ "no_license" ]
[ { "path": "ansible-provision/roles/bastion/tasks/main.yml", "content": "- name: Install Python 3.9 on Amazon Linux 2023\n ansible.builtin.package:\n name: python3.9\n state: present\n\n- name: Import MySQL GPG Keys\n ansible.builtin.rpm_key:\n key: \"{{ item }}\"\n state: present\n loop:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1392, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/acl
8,120
[ "no_license" ]
[ { "path": "roles/acl/tasks/main.yml", "content": "---\n - name: Permission for www-data\n acl:\n name: /usr/share/nginx/html\n entity: www-data\n etype: group\n permissions: rwx\n\n - name: Setup ACL\n acl:\n name: /usr/share/nginx/html\n entity: \"{{ user.username }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/common
8,120
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n - name: Setup Python\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n\n - name: Update apt\n apt: update_cache=yes\n\n - name: Install System Packages\n apt: pkg={{ item }} state=latest\n with_items...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/mysql
8,120
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n - shell: hostname\n register: current_hostname\n\n - name: mysql | Install MySQL Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb\n\n\n - name: my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1341, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/nginx
8,120
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n - name: Add Nginx Repo\n apt_repository: repo='ppa:nginx/stable' state=present\n\n - name: Install Nginx\n apt:\n name: nginx\n state: present\n force: yes\n update_cache: yes\n\n - name: Add H5BP Nginx.Conf\n copy: sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1241, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/node
8,120
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n - name: Add Node source package\n raw: curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh\n\n - name: Update Source Package\n raw: sudo bash nodesource_setup.sh\n\n - name: Install Node\n apt: pkg=nodejs state=latest\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/php
8,120
[ "no_license" ]
[ { "path": "roles/php/tasks/php-fpm.yml", "content": "---\n - name: Set PHP FPM to listen on TCP instead of socket\n raw: sudo sed -i \"s/listen =.*/listen = 127.0.0.1:9000/\" /etc/php/7.0/fpm/pool.d/www.conf\n\n - name: Set Permissions on socket - owner\n raw: sudo sed -i \"s/listen\\.owner.*/listen...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1490, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/ssh
8,120
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n - name: Disable root login\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^PermitRootLogin\"\n line: \"PermitRootLogin no\"\n state: present\n notify: restart ssh\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
CrowdLinker/ansible-lemp
0aff679a8e87ac227319d9b614943ce938ff3488
7
roles/user
8,120
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n - name: Ensure sudo group is present\n group:\n name: sudo\n state: present\n\n # - name: Ensure sudo group has sudo privileges\n # lineinfile:\n # dest: /etc/sudoers\n # state: present\n # regexp: \"^%sudo\"\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
arc2-group/servers
4f0749a96ca4f744a4877acc335a0081516a2b47
0
ansible/playbooks/setup/roles/9p
8,123
[ "no_license" ]
[ { "path": "ansible/playbooks/setup/roles/9p/tasks/main.yml", "content": "---\n- name: Add kernel modules to initramfs-tools/modules\n ansible.builtin.lineinfile:\n path: /etc/initramfs-tools/modules\n line: \"{{ item }}\"\n state: present\n loop:\n - \"9p\"\n - \"9pnet\"\n - \"9pnet_virt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
arc2-group/servers
4f0749a96ca4f744a4877acc335a0081516a2b47
0
ansible/playbooks/setup/roles/common
8,123
[ "no_license" ]
[ { "path": "ansible/playbooks/setup/roles/common/tasks/main.yml", "content": "---\n- name: Disable enterprise Proxmox repository\n ansible.builtin.file:\n path: /etc/apt/sources.list.d/pve-enterprise.list\n state: absent\n\n- name: Disable enterprise Ceph repository\n ansible.builtin.file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1581, "all_permissive": false }
ansible_role
arc2-group/servers
4f0749a96ca4f744a4877acc335a0081516a2b47
0
ansible/playbooks/setup/roles/firewall
8,123
[ "no_license" ]
[ { "path": "ansible/playbooks/setup/roles/firewall/tasks/main.yml", "content": "---\n- name: Create /etc/pve/firewall/\n ansible.builtin.file:\n path: /etc/pve/firewall/\n state: directory\n group: www-data\n\n- name: Configure cluster firewall\n ansible.builtin.copy:\n src: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
arc2-group/servers
4f0749a96ca4f744a4877acc335a0081516a2b47
0
ansible/playbooks/setup/roles/laptop
8,123
[ "no_license" ]
[ { "path": "ansible/playbooks/setup/roles/laptop/tasks/main.yml", "content": "---\n- name: Disable laptop lid closing shutting down the laptop\n ansible.builtin.lineinfile:\n path: /etc/systemd/logind.conf\n regexp: ^HandleLidSwitch=\n line: HandleLidSwitch=ignore\n state: present\n notify: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
arc2-group/servers
4f0749a96ca4f744a4877acc335a0081516a2b47
0
ansible/playbooks/setup/roles/sdn
8,123
[ "no_license" ]
[ { "path": "ansible/playbooks/setup/roles/sdn/tasks/main.yml", "content": "---\n- name: Create VXLAN interface\n ansible.builtin.command: >\n pvesh create cluster/sdn/zones --type vxlan --zone {{ sdn_vxlan_id }} --peers {{ sdn_vxlan_peer_ips }}\n register: vxlan_output\n failed_when:\n - vxlan_outpu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4652, "all_permissive": false }
ansible_role
arc2-group/servers
4f0749a96ca4f744a4877acc335a0081516a2b47
0
ansible/playbooks/setup/roles/zerotier
8,123
[ "no_license" ]
[ { "path": "ansible/playbooks/setup/roles/zerotier/tasks/main.yml", "content": "---\n- name: Install Zerotier prerequisites\n ansible.builtin.apt:\n package:\n - gpg\n - gnupg2\n - python3-psutil\n\n- name: Add ZeroTier GPG Key\n ansible.builtin.apt_key:\n url: \"https://raw.githubuser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1216, "all_permissive": false }
ansible_role
Adil-K123/ansible_study
6b948d62ffde15cc08ec06300bad50acb2829756
0
roles/base
8,123
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: adding ssh key for robo\n tags: always\n authorized_key:\n user: robo\n key: <KEY>\n\n- name: generate sshd_config file from ssh_template_file\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
Adil-K123/ansible_study
6b948d62ffde15cc08ec06300bad50acb2829756
0
roles/db_servers
8,123
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb\n tags: ubuntu,db,mariadb,20.6\n package:\n name: \"{{ mariadb_package_name }}\"\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
Adil-K123/ansible_study
6b948d62ffde15cc08ec06300bad50acb2829756
0
roles/web_servers
8,123
[ "no_license" ]
[ { "path": "roles/web_servers/handlers/main.yml", "content": "- name: restart_apache\n tags: ubuntu,apache,apache2\n service:\n name: \"{{ apache_package_name }}\"\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/web...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/configure_mate_i3
8,123
[ "no_license" ]
[ { "path": "ansible/roles/configure_mate_i3/tasks/install_wallpaper.yml", "content": "---\n - name: Install default wallpaper\n become: True\n copy:\n src: 3D-Sphere.jpg\n dest: /usr/share/backgrounds/ubuntu-mate-common/3D-Sphere.jpg\n\n\n - name: Configure Slick Greeter to use wallpaper as login...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1276, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/configure_vim
8,123
[ "no_license" ]
[ { "path": "ansible/roles/configure_vim/tasks/configure_vim.yml", "content": "---\n - name: Ensure required dependencies are installed\n become: True\n apt:\n name: \"{{ item }}\"\n update_cache: True\n with_items:\n - vim\n - git\n\n\n - name: Create .vim directory for plugins\n file:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3863, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/install_common_packages
8,123
[ "no_license" ]
[ { "path": "ansible/roles/install_common_packages/tasks/install_packages.yml", "content": "---\n - name: Install common base packages\n become: True\n apt:\n name: \"{{ item }}\"\n with_items:\n - feh\n - tmux\n - ranger\n - git\n - xclip\n - vim\n - curl\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/install_docker
8,123
[ "no_license" ]
[ { "path": "ansible/roles/install_docker/tasks/main.yml", "content": "---\n - import_tasks: install_docker.yml\n - import_tasks: install_docker_compose.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/roles/install_docker/tasks/install_do...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1260, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/install_i3
8,123
[ "no_license" ]
[ { "path": "ansible/roles/install_i3/tasks/install_xcb-util-xrm.yml", "content": "#\n# Reference: https://github.com/Airblader/xcb-util-xrm/issues/75\n#\n---\n - name: Clone xcb-util-xrm package\n git:\n repo: 'https://github.com/Airblader/xcb-util-xrm.git'\n dest: '/home/vagrant/p/lib/Airblader/xc...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3092, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/install_mate
8,123
[ "no_license" ]
[ { "path": "ansible/roles/install_mate/tasks/install_purge.yml", "content": "---\n - name: Install purge script for cleaning up vm prior to packaging\n copy:\n src: purge.sh\n dest: /home/vagrant/purge.sh\n mode: +x", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2850, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/install_nodejs
8,123
[ "no_license" ]
[ { "path": "ansible/roles/install_nodejs/tasks/main.yml", "content": "---\n - import_tasks: install_nodejs.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/install_nodejs/tasks/install_nodejs.yml", "content": "---\n - name: Inst...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 576, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/install_python
8,123
[ "no_license" ]
[ { "path": "ansible/roles/install_python/tasks/install_python.yml", "content": "---\n - name: Install python3\n become: True\n apt:\n name: \"{{ item }}\" \n update_cache: yes\n with_items:\n - python3.7\n - python3-pip\n\n\n - name: Install pip packages\n pip:\n name: \"{{ item }}\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
kerns-ai-lab/vm
fd9d5400a21f8a834a8511cca60fac0cbfc35b73
0
ansible/roles/install_sublime
8,123
[ "no_license" ]
[ { "path": "ansible/roles/install_sublime/tasks/install_sublime.yml", "content": "---\n - name: Add Sublime GPG key to system\n become: True\n apt_key: \n url: https://download.sublimetext.com/sublimehq-pub.gpg\n state: present\n\n\n - name: Add Sublime repository to Apt sources\n become: True\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 514, "all_permissive": false }
ansible_role
icon-project/centralized-relay
4709a05900065b0c9e251d5ad4a9620d30de3a5d
6
deployment/ansible/roles/centralized-relay-ansible
8,123
[ "permissive" ]
[ { "path": "deployment/ansible/roles/centralized-relay-ansible/templates/config.yml.j2", "content": "global:\n api-listen-addr: {{ api_listen_addr | default('5183') }}\n timeout: {{ timeout | default('10s') }}\n memo: \"{{ memo | default('') }}\"\n light-cache-size: {{ light_cache_size | default(20) }}\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 12960, "all_permissive": true }
ansible_role
Rick-Houser/ansible-devops-demo
d76b08a82695758c98c062c0f670d3dae1d289e5
0
roles/common
8,123
[ "no_license" ]
[ { "path": "roles/common/meta/main.yml", "content": "---\ngalaxy_info:\n author: yourusername\n description: Common server configuration for all nodes\n license: MIT\n min_ansible_version: \"2.9\"\n platforms:\n - name: Ubuntu\n versions:\n - focal\ndependencies: []\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 902, "all_permissive": false }
ansible_role
stereohorse/jpoint2017
8430f527a4b7b2df6e88b22dd89c702721091c20
6
vms/roles/bamboo
8,123
[ "no_license" ]
[ { "path": "vms/roles/bamboo/tasks/main.yml", "content": "- name: create bamboo config dir\n file: path=/var/bamboo state=directory\n\n- name: copy bamboo config\n template: src=config.json.j2 dest=/var/bamboo/config.json\n\n- name: copy haproxy template\n template: src=haproxy_template.cfg.j2 dest=/var/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3760, "all_permissive": false }
ansible_role
stereohorse/jpoint2017
8430f527a4b7b2df6e88b22dd89c702721091c20
6
vms/roles/consul
8,123
[ "no_license" ]
[ { "path": "vms/roles/consul/tasks/main.yml", "content": "- name: remove consul container\n docker_container: name=consul state=absent\n when: clean is defined and clean\n\n- name: start consul container\n docker_container:\n name: consul\n image: consul\n network_mode: host\n env:\n CONS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }