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
mauricerashad/worksofcode
60570d2192d7c9aa482f0eb78d527dd6c076b94b
0
php_app/infrastructure/roles/jenkins
6,536
[ "no_license" ]
[ { "path": "php_app/infrastructure/roles/jenkins/tasks/main.yml", "content": "---\n# SECURITY\n- name: Get Public IP\n ipify_facts:\n register: myIp\n ignore_errors: True\n\n- name: \"EC2: Create Security Group\"\n ec2_group:\n name: \"jenkins_secgrp\"\n aws_access_key: \"{{ lookup('env', 'AWS_ACCE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6643, "all_permissive": false }
ansible_role
mauricerashad/worksofcode
60570d2192d7c9aa482f0eb78d527dd6c076b94b
0
php_app/infrastructure/roles/os
6,536
[ "no_license" ]
[ { "path": "php_app/infrastructure/roles/os/tasks/main.yml", "content": "---\n# OS Security\n- name: \"CENTOS: Disable SELinux Runtime\"\n command: setenforce 0\n tags: create-all, os\n\n- name: \"CENTOS: Disable SELinux Permanently\"\n lineinfile:\n path: /etc/selinux/config\n regexp: \"^SELINUX=.*...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6173, "all_permissive": false }
ansible_role
oleg-fiksel/ansible_docker_swarm_cluster
74c3153140e9962602f401bd5cfd65e934a027f4
0
roles/nfs-client
6,536
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yml", "content": "---\n- name: install nfs services\n apt:\n name: \"{{ item }}\"\n with_items:\n - rpcbind\n - nfs-common\n\n- name: start nfs services\n service:\n name: \"{{ item }}\"\n state: started\n enabled: yes\n with_items:\n - rpcbind...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
oleg-fiksel/ansible_docker_swarm_cluster
74c3153140e9962602f401bd5cfd65e934a027f4
0
roles/resolver
6,536
[ "no_license" ]
[ { "path": "roles/resolver/tasks/main.yml", "content": "---\n\n- name: set default global resolver\n lineinfile:\n path: /etc/resolvconf/resolv.conf.d/head\n line: \"nameserver {{ global_resolver }}\"\n\n- name: update resolver configuraton\n command: resolvconf -u\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
oleg-fiksel/ansible_docker_swarm_cluster
74c3153140e9962602f401bd5cfd65e934a027f4
0
roles/shared-services
6,536
[ "no_license" ]
[ { "path": "roles/shared-services/templates/localzone.conf.j2", "content": "#\nserver:\n val-permissive-mode: yes\n local-zone: \"docker.local\" transparent\n\n local-data-ptr: \"192.168.99.10 shared-services.docker.local\"\n local-data: \"shared-services.docker.local A 192.168.99...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2432, "all_permissive": false }
ansible_role
oleg-fiksel/ansible_docker_swarm_cluster
74c3153140e9962602f401bd5cfd65e934a027f4
0
roles/ucp
6,536
[ "no_license" ]
[ { "path": "roles/ucp/tasks/main.yml", "content": "---\n- name: check if UCP is installed\n shell: \"docker ps | grep ucp\"\n ignore_errors: True\n register: ucp_installed\n\n- name: Install UCP\n command: \"docker container run --rm \\\n --name ucp \\\n -v /var/run/docker.sock:/var/run/docker.sock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
oleg-fiksel/ansible_docker_swarm_cluster
74c3153140e9962602f401bd5cfd65e934a027f4
0
roles/worker
6,536
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "---\n\n- name: Check if node in the swarm\n shell: \"docker info | grep -i swarm | grep -v inactive\"\n register: joined\n ignore_errors: True\n\n- name: Join worker in swarm\n command: \"{{ token }}\"\n when: joined.rc != 0\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
Gihan8/WSO2_Scritps
8d1c54a5562cd5d9365e2fc0b606757c4c2b2790
0
EI_6.1.1_ClusterSetup/ansible/roles/ei_cluster
6,536
[ "no_license" ]
[ { "path": "EI_6.1.1_ClusterSetup/ansible/roles/ei_cluster/vars/main.yml", "content": "---\n# vars file for ei_cluster \n\n usr: \"testuser\"\n ref: \"http://connect.wso2.com/wso2/getform/reg/new_product_download\"\n url2: https://product-dist.wso2.com/products/enterprise-integrator/6.1.1/wso2ei-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4173, "all_permissive": false }
ansible_role
Gihan8/WSO2_Scritps
8d1c54a5562cd5d9365e2fc0b606757c4c2b2790
0
EI_6.1.1_ClusterSetup/ansible/roles/java8
6,536
[ "no_license" ]
[ { "path": "EI_6.1.1_ClusterSetup/ansible/roles/java8/tasks/main.yml", "content": "---\n# tasks file for java8 \n\n - name: Install add-apt-repostory\n become: yes\n apt: name=software-properties-common state=latest\n \n - name: Add Oracle Java PPA\n apt_repository: repo=ppa:webupd8team/java state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": false }
ansible_role
Gihan8/WSO2_Scritps
8d1c54a5562cd5d9365e2fc0b606757c4c2b2790
0
EI_6.1.1_ClusterSetup/ansible/roles/nginx
6,536
[ "no_license" ]
[ { "path": "EI_6.1.1_ClusterSetup/ansible/roles/nginx/templates/ui.ei.https.conf.j2", "content": "server {\n listen 443;\n server_name ui.{{HostName}};\n ssl on;\n ssl_certificate {{ssl_path}}/server.crt;\n ssl_certificate_key {{ssl_path}}/server.key;\n \n location / {\n proxy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3761, "all_permissive": false }
ansible_role
martyni/rpi_ansible
3664b4371b6f5929a83aff45f98b98413b480c88
0
roles/common
6,536
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: update & upgrade\n apt:\n update_cache: true\n upgrade: true\n\n- name: install packages\n package: name={{ packages }} state=latest\n \n- name: install python packages\n pip: name={{ python_packages }} state=latest\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
martyni/rpi_ansible
3664b4371b6f5929a83aff45f98b98413b480c88
0
roles/manga_screen
6,536
[ "no_license" ]
[ { "path": "roles/manga_screen/tasks/main.yml", "content": "---\n#https://wiki.thing-printer.com/index.php?title=Manga_Screen\n#Don't enable opengl drivers as it sticks screen in portrait\n- name: Add below block to properly rotate screen with my manga screen\n blockinfile:\n path: /boot/config.txt\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
MISHAALO/Ansible-plabook-deploy-host
e18dec80eb0ef93309411b37190e4ee8a77a3395
0
roles/hosts
6,536
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n - debug:\n msg: \"Copying hosts_{{ dpc_name }} file\"\n\n - name: Copy hosts file\n copy:\n src: \"hosts_{{ dpc_name }}\"\n dest: /etc/hosts\n owner: root\n group: root\n mode: 0644\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
vamshionrails/Ansible-Playbooks
ca5ec12f9df34882c193b33ac928c6327da42015
0
zabbix-proxy/roles/zabbix_proxy
6,536
[ "no_license" ]
[ { "path": "zabbix-proxy/roles/zabbix_proxy/templates/zabbix_proxy.conf.j2", "content": "ProxyMode={{ proxy_mode }}\nServer={{ zabbix_server_host }}\nServerPort={{ zabbix_server_port }}\nHostname={{ inventory_hostname }}\nListenPort={{ proxy_listenport }}\n\n{% if proxy_sourceip is defined and proxy_sourcei...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7771, "all_permissive": false }
ansible_role
noetarbouriech/homelab
b20144106026cae471d092caefe618933a8583a5
0
roles/docker
6,536
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# Based on docs.docker.com installation guide for Debian\n\n- name : Install docker dependencies\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3-pip\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1234, "all_permissive": false }
ansible_role
noetarbouriech/homelab
b20144106026cae471d092caefe618933a8583a5
0
roles/mc
6,536
[ "no_license" ]
[ { "path": "roles/mc/files/mc-backup.sh", "content": "#!/bin/bash\n# Sript which backs up world directory from mc server\n\nMC_PATH=\"/home/docker/mc\"\n\ndir_sum() {\n local sum=$(find $1 -type f -exec md5sum {} + | sort | sed s/\\ .*\\// | md5sum)\n echo $sum\n}\n\nif [[ ! -d ${MC_PATH}/backups ]]; then\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2344, "all_permissive": false }
ansible_role
noetarbouriech/homelab
b20144106026cae471d092caefe618933a8583a5
0
roles/networking
6,536
[ "no_license" ]
[ { "path": "roles/networking/tasks/main.yml", "content": "---\n\n- name: Establish a static ip\n when: local_ip is defined\n template:\n src: interface.j2\n dest: /etc/network/interfaces.d/{{ interface }}\n\n- name: Install ufw\n apt:\n name: ufw\n state: latest\n\n# Important in order for ufw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 667, "all_permissive": false }
ansible_role
noetarbouriech/homelab
b20144106026cae471d092caefe618933a8583a5
0
roles/tailscale
6,536
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/main.yml", "content": "---\n\n- name: Add tailscale gpg key\n apt_key:\n url: https://pkgs.tailscale.com/stable/debian/buster.gpg \n state: present\n \n- name: Add tailscale repo\n apt_repository:\n repo: deb https://pkgs.tailscale.com/stable/debian buster ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
noetarbouriech/homelab
b20144106026cae471d092caefe618933a8583a5
0
roles/utils
6,536
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "---\n\n- name: Run apt upgrade\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install essential pkgs\n apt:\n pkg:\n - vim\n - htop\n - git\n - hddtemp\n - lm-sensors\n state: latest\n\n- name: Ensure user exis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1093, "all_permissive": false }
ansible_role
widmogrod/ansible-playground
dcb26cccfd18af505b64d52552396c7ec27a575b
0
roles/docker
6,536
[ "no_license" ]
[ { "path": "roles/docker/tasks/ubuntu_trusty.yml", "content": "---\n- name: Add apt-key for docker\n apt_key:\n keyserver: hkp://pgp.mit.edu:80\n id: <KEY>\n\n- name: Add docker repository to apt\n apt_repository:\n repo: \"deb https://apt.dockerproject.org/repo ubuntu-trusty main\"\n state: pr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
widmogrod/ansible-playground
dcb26cccfd18af505b64d52552396c7ec27a575b
0
roles/docker_upstart
6,536
[ "no_license" ]
[ { "path": "roles/docker_upstart/defaults/main.yml", "content": "---\nrespawn_limit: unlimited\nstate: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/docker_upstart/tasks/main.yml", "content": "---\n- include: present.yml\n whe...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1125, "all_permissive": false }
ansible_role
widmogrod/ansible-playground
dcb26cccfd18af505b64d52552396c7ec27a575b
0
roles/docker_wordpress
6,536
[ "no_license" ]
[ { "path": "roles/docker_wordpress/defaults/main.yml", "content": "---\nname: \"my-wordpress\"\nwordpress_version: latest\nwordpress_port: 80\nmysql_pass:\nmysql_version: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/docker_wordpre...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1156, "all_permissive": false }
ansible_role
widmogrod/ansible-playground
dcb26cccfd18af505b64d52552396c7ec27a575b
0
roles/hardening
6,536
[ "no_license" ]
[ { "path": "roles/hardening/tasks/debian_sudo.yml", "content": "---\n- name: Install sudo\n apt: name=sudo state=installed\n\n- name: \"Add sudo user - {{ user }}\"\n user: name=\"{{ user }}\" password=\"{{ <PASSWORD> }}\"\n\n- name: \"Add authorized_key for - {{ user }}\"\n authorized_key: user=\"{{ user...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1188, "all_permissive": false }
ansible_role
widmogrod/ansible-playground
dcb26cccfd18af505b64d52552396c7ec27a575b
0
roles/swapfile
6,536
[ "no_license" ]
[ { "path": "roles/swapfile/defaults/main.yml", "content": "---\n# size: 255M\n# location: /swapfile\n# swappiness: 10\n# vfs_cache_pressure: 100\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/swapfile/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1226, "all_permissive": false }
ansible_role
MihaiPancu/Graduates
89d044ce878925865185b50fa869cb13beb3299b
0
ansible/roles/java8
6,536
[ "no_license" ]
[ { "path": "ansible/roles/java8/tasks/main.yml", "content": "---\n# tasks file for java8\n- name: Install Oracle Java \n apt: pkg=default-jre\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
techmike/osint-packer
f55f55790b26ab6e2c097d52d5347cfe2552c980
0
ansible/roles/osint
6,536
[ "no_license" ]
[ { "path": "ansible/roles/osint/handlers/main.yml", "content": "---\n# handlers file for ansible/roles/osint", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/osint/vars/main.yml", "content": "---\n# vars file for ansible/roles/osint...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 908, "all_permissive": false }
ansible_role
techmike/osint-packer
f55f55790b26ab6e2c097d52d5347cfe2552c980
0
ansible/roles/osint-docker
6,536
[ "no_license" ]
[ { "path": "ansible/roles/osint-docker/templates/daemon.json.j2", "content": "{\n {% if ipv6 == true %}\n \"ipv6\": true,\n \"fixed-cidr-v6\":\"2001:db8:1::/64\",\n {% else %}\n \"ipv6\": false,\n {% endif %}\n \"debug\": false\n}", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1067, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/apache
6,536
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Instalando Apache2\n apt:\n name: apache2\n state: latest\n\n- name: Habilitando Apache2 na Inicialização\n service:\n name: apache2\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/apache-config
6,536
[ "no_license" ]
[ { "path": "ansible/roles/apache-config/tasks/main.yml", "content": "---\n## Habilitando módulos Apache2\n- name: Habilitando config PHP8.2-FPM no Apache 2\n ansible.builtin.file:\n src: ../conf-available/php8.2-fpm.conf\n dest: /etc/apache2/conf-enabled/php8.2-fpm.conf\n owner: root\n group: ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2174, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/mariadb-config
6,536
[ "no_license" ]
[ { "path": "ansible/roles/mariadb-config/vars/main.yml", "content": "---\nmysql_user_db: \"wordpress_db\"\nmysql_user_name: \"wordpress_user\"\nmysql_user_password: <PASSWORD>#\"\nmysql_user_priv: \"wordpress_db.*:ALL\"\nmysql_root_password: <PASSWORD>#\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/mariadb-install
6,536
[ "no_license" ]
[ { "path": "ansible/roles/mariadb-install/files/.my.cnf", "content": "[client] \nuser=root\npassword=<PASSWORD>#", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/mariadb-install/vars/main.yml", "content": "---\nmysql_root_password: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1062, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/php8.2
6,536
[ "no_license" ]
[ { "path": "ansible/roles/php8.2/handlers/main.yml", "content": "---\n- name: Restart PHP8.2-FPM\n service:\n name: php8.2-fpm\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/php8.2/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 507, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/tools
6,536
[ "no_license" ]
[ { "path": "ansible/roles/tools/vars/main.yml", "content": "---\ntool_packages:\n - sudo\n - vim\n - openssh-server\n - mariadb-client\n - net-tools\n - curl\n - apt-transport-https\n - lsb-release\n - ca-certificates\n - python3-pip\n - ufw", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 315, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/ufw-db
6,536
[ "no_license" ]
[ { "path": "ansible/roles/ufw-db/vars/main.yml", "content": "---\nufw_ports:\n - 22\n - 3306", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/roles/ufw-db/tasks/main.yml", "content": "- name: Habilitando UFW na Inicialização\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/update
6,536
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "---\n- name: Atualizando Pacotes\n apt:\n upgrade: full\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
andreustimm/vagrant_ansible
48e377361f1f856ac3c237dc9698c7765b20480c
0
ansible/roles/wordpress
6,536
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n- name: \"Download arquivo do wordpress\"\n get_url:\n url: 'http://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n \n- name: \"Descompactar o arquivo\"\n unarchive:\n src: '/tmp/wordpress.tar.gz'\n dest: /v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1414, "all_permissive": false }
ansible_role
dbgjerez/workshop-argocd
67b854e05b2627e91e240085be350a809962332a
0
bootstrap/roles/ocp4-config-gogs
6,536
[ "no_license" ]
[ { "path": "bootstrap/roles/ocp4-config-gogs/tasks/main.yaml", "content": "- import_tasks: gogs.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "bootstrap/roles/ocp4-config-gogs/tasks/gogs.yaml", "content": "- name: Extract Gogs url\n shell...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 859, "all_permissive": false }
ansible_role
dbgjerez/workshop-argocd
67b854e05b2627e91e240085be350a809962332a
0
bootstrap/roles/ocp4-install-argocd
6,536
[ "no_license" ]
[ { "path": "bootstrap/roles/ocp4-install-argocd/defaults/main.yaml", "content": "gitops_expected_crds:\n - applications.argoproj.io\n - applicationsets.argoproj.io\n - appprojects.argoproj.io\n - argocds.argoproj.io\n\nbootstrap_branch: develop", "license_type": "no_license", "detected_licenses":...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1996, "all_permissive": false }
ansible_role
dbgjerez/workshop-argocd
67b854e05b2627e91e240085be350a809962332a
0
bootstrap/roles/ocp4-install-odf
6,536
[ "no_license" ]
[ { "path": "bootstrap/roles/ocp4-install-odf/tasks/install-noobaa.yaml", "content": "- name: Create Noobaa objects\n k8s:\n state: present\n definition: \"{{ lookup('template', item ) | from_yaml }}\"\n loop:\n - ./templates/noobaa.yaml.j2\n - ./templates/noobaa-pv-backing-store.yaml.j2", "lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1144, "all_permissive": false }
ansible_role
dbgjerez/workshop-argocd
67b854e05b2627e91e240085be350a809962332a
0
bootstrap/roles/ocp4-install-quay
6,536
[ "no_license" ]
[ { "path": "bootstrap/roles/ocp4-install-quay/tasks/install-quay.yaml", "content": "- name: Create OpenShift Objects to install Quay\n k8s:\n state: present\n definition: \"{{ lookup('template', item ) | from_yaml }}\"\n loop:\n - ./templates/quay-subscription.yaml.j2\n - ./templates/ns.yaml.j2\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1638, "all_permissive": false }
ansible_role
dbgjerez/workshop-argocd
67b854e05b2627e91e240085be350a809962332a
0
bootstrap/roles/ocp4-install-tekton
6,536
[ "no_license" ]
[ { "path": "bootstrap/roles/ocp4-install-tekton/defaults/main.yaml", "content": "pipelines_expected_crds:\n- pipelineruns.tekton.dev\n- pipelines.tekton.dev", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "bootstrap/roles/ocp4-install-tekton/tasks/te...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 543, "all_permissive": false }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/create_user
6,596
[ "permissive" ]
[ { "path": "main/roles/create_user/tasks/main.yml", "content": "- name: Create user account\n user:\n name: \"{{ comm_user }}\"\n state: present\n append: true\n shell: \"/bin/bash\"\n become: true", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/init_node
6,596
[ "permissive" ]
[ { "path": "main/roles/init_node/tasks/main.yml", "content": "- name: Remove previous commercionetwork directory\n file:\n state: absent\n path: \"{{ home_folder }}/.commercionetwork\"\n\n- name: Init commercionetwork node\n shell: ./commercionetworkd init \"{{ moniker }}\"\n args:\n chdir: \"~/g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/install_binary
6,596
[ "permissive" ]
[ { "path": "main/roles/install_binary/tasks/main.yml", "content": "- name: Set GO env in commercionetwork user path\n lineinfile:\n path: \"~/.bashrc\"\n line: \"{{ item }}\"\n loop:\n - \"GOPATH={{ go_path }}\"\n - \"PATH=$GOPATH/bin:/usr/local/go/bin:$PATH\"\n become: true\n become_user: \"{{ c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1453, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/install_dependences
6,596
[ "permissive" ]
[ { "path": "main/roles/install_dependences/tasks/main.yml", "content": "- name: Install dependences\n apt:\n pkg:\n - make\n - whois\n - gcc\n - jq\n - xinetd\n - acl\n - git\n update_cache: true\n become: true\n\n- name: Upgrade node\n apt:\n upgrade: yes\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/post_install
6,596
[ "permissive" ]
[ { "path": "main/roles/post_install/test_height.sh", "content": "#!/bin/sh\n\nHOSTNAME=$(cat /etc/hostname)\n\nprevious_block_height_rec=\"previous_block_height.info\"\ncount_errors_rec=\"count_errors.info\"\n\ncount_errors=0\n\nSTATUS_CHAIN=$({{ home_folder }}/go/bin/commercionetworkd status 2>&1)\nif [ $? ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2247, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/preliminar_checks
6,596
[ "permissive" ]
[ { "path": "main/roles/preliminar_checks/tasks/main.yml", "content": "- name: Check if commercionetworkd service exists\n stat:\n path: /etc/systemd/system/commercionetworkd.service\n register: service_status\n become: true\n\n- name: Check services state\n service_facts:\n register: services_state\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/set_vars
6,596
[ "permissive" ]
[ { "path": "main/roles/set_vars/tasks/main.yml", "content": "- name: Set home_folder\n set_fact:\n home_folder: >-\n {%- if comm_user == \"root\" %}/root{%- else %}/home/{{ comm_user }}{%- endif %}\n \n- name: Set sync_node_home_folder\n set_fact:\n sync_node_home_folder: >-\n {%- if s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/setup_configuration
6,596
[ "permissive" ]
[ { "path": "main/roles/setup_configuration/tasks/main.yml", "content": "- name: Download genesis file\n get_url:\n url: https://raw.githubusercontent.com/commercionetwork/chains/master/commercio-3/genesis.json\n dest: \"~/.commercionetwork/config/genesis.json\"\n checksum: sha256:a4a8a70f471aaef36f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4521, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/setup_service
6,596
[ "permissive" ]
[ { "path": "main/roles/setup_service/tasks/main.yml", "content": "- name: Copy the commercionetwork service definition\n template:\n src: commercionetworkd.service\n dest: /etc/systemd/system/commercionetworkd.service\n become: true", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": true }
ansible_role
commercionetwork/chain-installer
cbf7eeb347cceb4725e527a09c3fb44174a2afef
0
main/roles/start_service
6,596
[ "permissive" ]
[ { "path": "main/roles/start_service/tasks/main.yml", "content": "- name: Load commercionetworkd service\n systemd:\n name: commercionetworkd\n daemon_reload: true\n state: started\n enabled: true", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": true }
ansible_role
plain5/EKS-Terragrunt
ccc04b1cb0319edb90f556aee8e2ffdd9f1dd16e
1
ansible/roles/build-push-to-ecr
6,596
[ "no_license" ]
[ { "path": "ansible/roles/build-push-to-ecr/vars/main.yml", "content": "---\n# vars file for build-push-to-ecr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/roles/build-push-to-ecr/tests/test.yml", "content": "---\n- hosts: localhost...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1041, "all_permissive": false }
ansible_role
plain5/EKS-Terragrunt
ccc04b1cb0319edb90f556aee8e2ffdd9f1dd16e
1
ansible/roles/deploy_application
6,596
[ "no_license" ]
[ { "path": "ansible/roles/deploy_application/handlers/main.yml", "content": "---\n# handlers file for deploy_application\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/deploy_application/tests/test.yml", "content": "---\n- hosts...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 513, "all_permissive": false }
ansible_role
plain5/EKS-Terragrunt
ccc04b1cb0319edb90f556aee8e2ffdd9f1dd16e
1
ansible/roles/upgrade_release
6,596
[ "no_license" ]
[ { "path": "ansible/roles/upgrade_release/vars/main.yml", "content": "---\n# vars file for upgrade_release\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/upgrade_release/tests/test.yml", "content": "---\n- hosts: localhost\n re...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 800, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/npm_install
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/npm_install/tasks/main.yml", "content": "---\n# tasks file for npm_install\n- name: npm install -g {{npm_args}}\n block: # Global Variable Container\n - block:\n - name: Checking if nvm is installed...\n win_command: \"nvm root\"\n changed_when: false\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5367, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/pip_install
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/pip_install/handlers/main.yml", "content": "---\n# handlers file for pip_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "playbooks/roles/pip_install/defaults/main.yml", "content": "---\n# defaults file for pip...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1208, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/store_install
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/store_install/files/Download-AppxPackage.ps1", "content": "#https://serverfault.com/questions/1018220/how-do-i-install-an-app-from-windows-store-using-powershell\n\n#Usage:\n# > Download-AppxPackage \"https://www.microsoft.com/en-us/p/dynamic-theme/9nblggh1zbkw\" \"$ENV:USERPROFIL...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6718, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/win_favicon
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/win_favicon/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - win_favicon", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "playbooks/roles/win_favicon/defaults/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1079, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/win_hibernate
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/win_hibernate/defaults/main.yml", "content": "---\n# defaults file for win_hibernate", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "playbooks/roles/win_hibernate/handlers/main.yml", "content": "---\n# handlers file f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1296, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/win_ini
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/win_ini/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - win_ini", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "playbooks/roles/win_ini/tasks/main.yml", "content": "---\n# ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6759, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/win_knownfolders
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/win_knownfolders/vars/main.yml", "content": "---\n# vars file for win_knownfolders", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "playbooks/roles/win_knownfolders/tests/test.yml", "content": "---\n- hosts: localhost\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4879, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/win_reg_file
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/win_reg_file/filter_plugins/unescape.py", "content": "#!/usr/bin/python\nfrom ansible.errors import AnsibleFilterError\ndef filter_unescape(val):\n if isinstance(val, str):\n return val.encode('utf-8').decode('unicode_escape')\n else:\n raise AnsibleFilterError...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2104, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/win_startup
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/win_startup/tasks/main.yml", "content": "---\n# tasks file for win_startup\n- block:\n # - debug:\n # msg: |\n - ansible.windows.win_powershell:\n script: |\n $ErrorActionPreference = 'Stop'\n function Normalize-Path{\n param([string]$pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1651, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/win_symlink
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/win_symlink/defaults/main.yml", "content": "---\n# defaults file for win_symlink", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "playbooks/roles/win_symlink/tasks/_repalce_Softlink.yml", "content": "- block:\n - bl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3739, "all_permissive": false }
ansible_role
YoraiLevi/ansible_playbooks
c7cfc8605016b064c51c0d47ca5fd3616394ec91
0
playbooks/roles/windows-software
6,596
[ "no_license" ]
[ { "path": "playbooks/roles/windows-software/tasks/reg_edits.yml", "content": "- block:\n - name: Create temporary file\n ansible.windows.win_tempfile:\n state: directory\n suffix: ansible_reg_edits\n register: tmp\n changed_when: false\n - name: Copy reg edits to temporary file\n ans...
{ "task_files": 22, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 22, "total_bytes": 10760, "all_permissive": false }
ansible_role
LydellManganti/infra-provisioner
7ca9bc5bb63233d0580fc8175360aa1607ac6bac
0
roles/auto-scaling-group
6,596
[ "no_license" ]
[ { "path": "roles/auto-scaling-group/tasks/main.yml", "content": "---\n- include_tasks: iam-role.yml\n- include_tasks: ec2-key-pair.yml\n- include_tasks: auto-scaling-group.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/auto-scaling-gr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9777, "all_permissive": false }
ansible_role
LydellManganti/infra-provisioner
7ca9bc5bb63233d0580fc8175360aa1607ac6bac
0
roles/load-balancer
6,596
[ "no_license" ]
[ { "path": "roles/load-balancer/templates/cfn_load_balancer.yml", "content": "---\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: Provision VPC\n\nParameters:\n CidrBlock:\n Description: The CIDR Range to be created\n Type: String\n CidrWhitelist:\n Description: The external IP addresses a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4441, "all_permissive": false }
ansible_role
LydellManganti/infra-provisioner
7ca9bc5bb63233d0580fc8175360aa1607ac6bac
0
roles/r53
6,596
[ "no_license" ]
[ { "path": "roles/r53/tasks/main.yml", "content": "---\n- name: Build Resources using Cloudformation\n block:\n - name: Create Temporary Template folder\n tempfile:\n state: directory\n suffix: -template\n changed_when: false\n register: template_temp_dir\n\n - name: Build...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2045, "all_permissive": false }
ansible_role
LydellManganti/infra-provisioner
7ca9bc5bb63233d0580fc8175360aa1607ac6bac
0
roles/rds-postgresql
6,596
[ "no_license" ]
[ { "path": "roles/rds-postgresql/templates/cfn_rds_postgresql.yml", "content": "---\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: Provision RDS PostgresQL\n\nParameters:\n CidrBlock:\n Description: The CIDR Range to be created\n Type: String\n DBName:\n Description: Database name\n Ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3670, "all_permissive": false }
ansible_role
LydellManganti/infra-provisioner
7ca9bc5bb63233d0580fc8175360aa1607ac6bac
0
roles/s3
6,596
[ "no_license" ]
[ { "path": "roles/s3/tasks/main.yml", "content": "---\n- name: Build Resources using Cloudformation\n block:\n - name: Create Temporary Template folder\n tempfile:\n state: directory\n suffix: -template\n changed_when: false\n register: template_temp_dir\n\n - name: Build ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2152, "all_permissive": false }
ansible_role
LydellManganti/infra-provisioner
7ca9bc5bb63233d0580fc8175360aa1607ac6bac
0
roles/vpc
6,596
[ "no_license" ]
[ { "path": "roles/vpc/templates/cfn_vpc.yml", "content": "---\nAWSTemplateFormatVersion: \"2010-09-09\"\nDescription: Provision VPC\n\nParameters:\n CidrBlock:\n Description: The CIDR Range to be created\n Type: String\n TeamName:\n Description: The Team who owns this stack\n Type: String\n\nRe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8081, "all_permissive": false }
ansible_role
bhinson/ansible-compliance
226392a441273156dbe47dc8c8d23df3892f8c1d
0
roles/fail-the-telnet
6,596
[ "no_license" ]
[ { "path": "roles/fail-the-telnet/tasks/main.yml", "content": "---\n- name: Install Telnet to break compliance profile\n yum:\n name: telnet\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
bhinson/ansible-compliance
226392a441273156dbe47dc8c8d23df3892f8c1d
0
roles/openscap-client
6,596
[ "no_license" ]
[ { "path": "roles/openscap-client/templates/config.yaml", "content": "# Foreman proxy to which reports should be uploaded\n:server: '{{ satellite_hostname }}'\n:port: 9090\n\n## SSL specific options ##\n# Client CA file.\n# It could be Puppet CA certificate (e.g., '/var/lib/puppet/ssl/certs/ca.pem')\n# Or (r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2007, "all_permissive": false }
ansible_role
sguillen-proyectos/slides
3de4f1a1261775c851acb9ebbb082f3118b99df5
0
juegando-con-ansible/demo/roles/base
6,596
[ "no_license" ]
[ { "path": "juegando-con-ansible/demo/roles/base/tasks/main.yml", "content": "---\n- block:\n - name: Actualizar apt\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n - name: Paquetes base\n apt:\n name: \"{{item}}\"\n with_items:\n - apt-transport-https\n - vim\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
sguillen-proyectos/slides
3de4f1a1261775c851acb9ebbb082f3118b99df5
0
juegando-con-ansible/demo/roles/lb_config
6,596
[ "no_license" ]
[ { "path": "juegando-con-ansible/demo/roles/lb_config/tasks/main.yml", "content": "- block:\n - name: Crear archivo de configuracion para balancear la carga\n template:\n src: templates/config.tpl\n dest: /etc/nginx/sites-available/default\n mode: \"u=rw,g=r,o=r\"\n\n - name: Reiniciar ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 539, "all_permissive": false }
ansible_role
sguillen-proyectos/slides
3de4f1a1261775c851acb9ebbb082f3118b99df5
0
juegando-con-ansible/demo/roles/web_base
6,596
[ "no_license" ]
[ { "path": "juegando-con-ansible/demo/roles/web_base/defaults/main.yml", "content": "mensaje: \"<<<Mensaje por defecto>>>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "juegando-con-ansible/demo/roles/web_base/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 238, "all_permissive": false }
ansible_role
sguillen-proyectos/slides
3de4f1a1261775c851acb9ebbb082f3118b99df5
0
juegando-con-ansible/demo/roles/web_config
6,596
[ "no_license" ]
[ { "path": "juegando-con-ansible/demo/roles/web_config/tasks/main.yml", "content": "- block:\n - name: Crear archivo de configuracion\n template:\n src: templates/config.tpl\n dest: /etc/nginx/sites-available/default\n mode: \"u=rw,g=r,o=r\"\n\n - name: Pagina de inicio\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 860, "all_permissive": false }
ansible_role
evach28/Ansible
fa75cf4c16954632694ed33890a719f72c1bd849
0
roles/docker
6,596
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install device-mapper-persistent-data # This task installs the device-mapper-persistent-data package.\n yum:\n name: device-mapper-persistent-data\n state: latest # The latest version of the package will be installed.\n\n- name: Install l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1468, "all_permissive": false }
ansible_role
infrawatch/collectd-operator
f47781adbbbe297355d327b5b7fc03fd1d262536
0
roles/collectd
6,596
[ "permissive" ]
[ { "path": "roles/collectd/tasks/main.yml", "content": "---\n- name: \"Get information about the cluster\"\n set_fact:\n api_groups: \"{{ lookup('k8s', cluster_info='api_groups') }}\"\n\n- debug:\n msg: \"Current collectd plugins: {{ collectd_plugins }}\"\n\n- name: Get collectd-conf ConfigMap environ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7735, "all_permissive": true }
ansible_role
yoonhyunchan/ansible-k8s-cluster
cb75733aae0166659ba004008df1585e43cc3a69
0
roles/helm_addons
6,636
[ "no_license" ]
[ { "path": "roles/helm_addons/tasks/main.yml", "content": "- name: Add projectcalico Helm repo\n kubernetes.core.helm_repository:\n name: projectcalico\n repo_url: https://docs.tigera.io/calico/charts\n state: present\n\n- name: Install Calico tigera-operator with custom values\n kubernetes.core.h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1856, "all_permissive": false }
ansible_role
yoonhyunchan/ansible-k8s-cluster
cb75733aae0166659ba004008df1585e43cc3a69
0
roles/helm_install
6,636
[ "no_license" ]
[ { "path": "roles/helm_install/tasks/main.yml", "content": "- name: Download Helm install script\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: '0700'\n\n- name: Ensure /usr/local/bin is in PATH for future sessions\n lineinfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
yoonhyunchan/ansible-k8s-cluster
cb75733aae0166659ba004008df1585e43cc3a69
0
roles/kubeadm_init
6,636
[ "no_license" ]
[ { "path": "roles/kubeadm_init/tasks/main.yml", "content": "- name: Generate kubeadm init configuration\n template:\n src: ../templates/init-config.yaml.j2\n dest: /etc/kubernetes/init-config.yaml\n owner: root\n group: root\n mode: '0644'\n\n- name: Initialize Kubernetes with kubeadm\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2551, "all_permissive": false }
ansible_role
yoonhyunchan/ansible-k8s-cluster
cb75733aae0166659ba004008df1585e43cc3a69
0
roles/kubeadm_join
6,636
[ "no_license" ]
[ { "path": "roles/kubeadm_join/templates/join-config.yaml.j2", "content": "---\napiVersion: kubeadm.k8s.io/v1beta4\nkind: JoinConfiguration\ndiscovery:\n bootstrapToken:\n apiServerEndpoint: {{ controller_ip }}:6443\n token: {{ bootstrap_token }}\n caCertHashes:\n - {{ ca_cert_hash }}\nnodeReg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1201, "all_permissive": false }
ansible_role
yoonhyunchan/ansible-k8s-cluster
cb75733aae0166659ba004008df1585e43cc3a69
0
roles/privision_admin
6,636
[ "no_license" ]
[ { "path": "roles/privision_admin/tasks/main.yml", "content": "- name: Set Kubernetes yum repo\n copy:\n dest: /etc/yum.repos.d/kubernetes.repo\n content: |\n [kubernetes]\n name=Kubernetes\n baseurl=https://pkgs.k8s.io/core:/stable:/{{ kubernetes_version }}/rpm/\n enabled=1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1143, "all_permissive": false }
ansible_role
yoonhyunchan/ansible-k8s-cluster
cb75733aae0166659ba004008df1585e43cc3a69
0
roles/setup_k8s
6,636
[ "no_license" ]
[ { "path": "roles/setup_k8s/tasks/main.yml", "content": "- name: Set Kubernetes yum repo\n copy:\n dest: /etc/yum.repos.d/kubernetes.repo\n content: |\n [kubernetes]\n name=Kubernetes\n baseurl=https://pkgs.k8s.io/core:/stable:/{{ kubernetes_version }}/rpm/\n enabled=1\n gpgch...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2265, "all_permissive": false }
ansible_role
Shipssv83/deepseek-ansible-docker-compose-install
2eae34c56ea54068b7283dd6e86908de8d0e17fd
0
roles/ollama-docker-install
6,636
[ "no_license" ]
[ { "path": "roles/ollama-docker-install/defaults/main.yml", "content": "---\npath: /opt/openia\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/ollama-docker-install/tasks/main.yml", "content": "---\n- name: create dirs\n ansible.builtin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 894, "all_permissive": false }
ansible_role
planetchili/pantrio-vagrant
2e43dad6e0af9ed9f012da7ecafffa6d936f2bc2
0
ansible/roles/nginx
6,636
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n name: nginx\n state: present\n\n- name: copy nginx config for pantrio\n copy:\n src: /ansible/assets/pantrio.nginx\n dest: /etc/nginx/sites-available/pantrio.nginx\n\n- name: Create symbolic link fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
planetchili/pantrio-vagrant
2e43dad6e0af9ed9f012da7ecafffa6d936f2bc2
0
ansible/roles/node
6,636
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n- name: Install nodejs apt key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: Add nodejs apt repo\n apt_repository:\n repo: deb https://deb.nodesource.com/node_14.x bionic main\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
tanish-kr/ansible-common-redhat
94bf4478595e1ce7c0951f630f7de90ca56f1f37
0
roles/common
6,636
[ "no_license" ]
[ { "path": "roles/common/templates/locale.conf.j2", "content": "LANG=\"{{ locale }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: set locale.conf\n template: src=locale.conf.j2 dest=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
ltalirz/aiida-discoverer
84f381cb0e1e5240d3095039da73319dcb7fa1c0
0
roles/aiida-discoverer
6,636
[ "no_license" ]
[ { "path": "roles/aiida-discoverer/tasks/explorer.yml", "content": "---\n- name: install recent docker python library\n become: True\n pip:\n name: docker\n state: present\n\n- name: clone aiida-explorer repo\n git:\n repo: https://github.com/materialscloud-org/aiida-explorer.git\n dest: \"{{ ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4827, "all_permissive": false }
ansible_role
ltalirz/aiida-discoverer
84f381cb0e1e5240d3095039da73319dcb7fa1c0
0
roles/common
6,636
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: set timezone to Europe/Zurich\n become: true\n timezone:\n name: Europe/Zurich\n\n- name: apt update and upgrade (may take several minutes)\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #On...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
ldh0130/ansible
35d4a392f4fd9c5618861f877d21196daa820967
0
09_roles_create/roles/myfirewall
6,636
[ "no_license" ]
[ { "path": "09_roles_create/roles/myfirewall/defaults/main.yml", "content": "---\n# defaults file for myfirewall\n\nfirewalld_service: ssh\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "09_roles_create/roles/myfirewall/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 499, "all_permissive": false }
ansible_role
piemme/one-infrastructure
abb474a6fb0b9e251ebe9597ea8b4c334176cfa7
0
roles/user
6,636
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Create User Group\n action: group \n name={{a_user}}\n\n- name: Create User\n user:\n name: \"{{ a_user}}\"\n password: \"{{<PASSWORD>}}\"\n shell: /bin/bash\n groups: \"{{ a_user}}\"\n append: yes\n comment: Utente appli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
faisalnizam/ekdnata
15195e08c17323ba27785d82cfe06713ba1ae9a1
0
aws-solution/ansible/roles/dnata_jenkins
6,636
[ "no_license" ]
[ { "path": "aws-solution/ansible/roles/dnata_jenkins/tasks/main.yml", "content": "---\n- name: Install the epel repository \n yum:\n name: epel-release\n state: present\n\n- name: add the jenkins repository to centos\n copy: src=../templates/jenkins.repo\n dest=/etc/yum.repos.d/\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
faisalnizam/ekdnata
15195e08c17323ba27785d82cfe06713ba1ae9a1
0
aws-solution/ansible/roles/grafana
6,636
[ "no_license" ]
[ { "path": "aws-solution/ansible/roles/grafana/templates/grafana.ini.j2", "content": "[database]\nurl={{grafana_database_url}}\n[users]\nallow_sign_up = true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "aws-solution/ansible/roles/grafana/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 779, "all_permissive": false }
ansible_role
faisalnizam/ekdnata
15195e08c17323ba27785d82cfe06713ba1ae9a1
0
aws-solution/ansible/roles/java
6,636
[ "no_license" ]
[ { "path": "aws-solution/ansible/roles/java/meta/main.yml", "content": "---\ndependencies: []\n\ngalaxy_info:\n author: <NAME>\n description: Java for Linux\n company: \"Noon\"\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n - 6\n - 7\n - name: Fedora\n versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1032, "all_permissive": false }
ansible_role
faisalnizam/ekdnata
15195e08c17323ba27785d82cfe06713ba1ae9a1
0
aws-solution/ansible/roles/node_exporter
6,636
[ "no_license" ]
[ { "path": "aws-solution/ansible/roles/node_exporter/templates/node_exporter.upstart.j2", "content": "#!/bin/bash\n#\n# node_exporter node_exporter shipper\n#\n# chkconfig: 2345 98 02\n#\n\n### BEGIN INIT INFO\n# Provides: node_exporter\n# Required-Start: $local_fs $network $syslog\n# Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4341, "all_permissive": false }
ansible_role
faisalnizam/ekdnata
15195e08c17323ba27785d82cfe06713ba1ae9a1
0
aws-solution/ansible/roles/prometheus
6,636
[ "no_license" ]
[ { "path": "aws-solution/ansible/roles/prometheus/templates/prometheus.service.j2", "content": "[Unit]\nDescription=Prometheus\nAfter=network.target\n\n[Service]\nType=simple\nUser=prometheus\nGroup=prometheus\nWorkingDirectory={{prometheus_path}}\nExecStart={{prometheus_path}}/prometheus -config.file {{prom...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 11386, "all_permissive": false }
ansible_role
bertvv/ansible-testenv
d7d94e301bf4b2ae65b41d682edd4346504978f2
1
ansible/roles/testenv
6,636
[ "no_license" ]
[ { "path": "ansible/roles/testenv/tasks/main.yml", "content": "# ansible/roles/testenv/tasks/main.yml\n# Set up the VM as a test environment for Ansible roles, based on Docker and\n# Molecule.\n---\n\n- name: Include distribution specific variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2272, "all_permissive": false }
ansible_role
urbanuplink/ansible_public
79efea0f967985f38eae73e5f1aee68230c5a464
0
roles/ha_zigbee_and_zwave
6,636
[ "no_license" ]
[ { "path": "roles/ha_zigbee_and_zwave/templates/home_assistant/zigbee2mqtt-config.yml.j2", "content": "# Home Assistant integration (MQTT discovery)\nhomeassistant: true\nfrontend: true\n\n# allow new devices to join\npermit_join: false\n\n# MQTT settings\nmqtt:\n # MQTT base topic for zigbee2mqtt MQTT mess...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13392, "all_permissive": false }