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
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/docker-raspbian
7,702
[ "no_license" ]
[ { "path": "roles/docker-raspbian/tasks/main.yaml", "content": "---\n- name: Check docker installed already\n shell: docker version\n register: docker_exists\n ignore_errors: yes\n- name: Remove obsolete docker packages\n apt:\n pkg:\n - docker.io\n - docker-engine\n state: absent\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1266, "all_permissive": false }
ansible_role
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/heimdall
7,702
[ "no_license" ]
[ { "path": "roles/heimdall/tasks/main.yaml", "content": "---\n- name: Ensure 'Heimdall' docker image pulled\n docker_image:\n name: \"{{ heimdall_docker_image }}\"\n source: pull\n- name: Ensure 'Heimdall' container is running\n docker_container:\n name: heimdall\n state: started\n restart: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 702, "all_permissive": false }
ansible_role
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/home-assistant
7,702
[ "no_license" ]
[ { "path": "roles/home-assistant/vars/main.yaml", "content": "---\nha_docker_image: homeassistant/raspberrypi3-homeassistant:stable\nha_config_dir: /home/pi/homeassistant", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/home-assistant/tasks/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 709, "all_permissive": false }
ansible_role
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/pihole
7,702
[ "no_license" ]
[ { "path": "roles/pihole/vars/main.yaml", "content": "---\npihole_docker_image: pihole/pihole:v4.4\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/pihole/tasks/main.yaml", "content": "---\n- name: Disable local DNS\n lineinfile:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 858, "all_permissive": false }
ansible_role
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/portainer
7,702
[ "no_license" ]
[ { "path": "roles/portainer/tasks/main.yaml", "content": "---\n- name: Pull 'Portainer' Docker image\n docker_image:\n name: \"portainer/portainer:latest\"\n source: pull\n- name: Ensure 'Portainer' container started\n docker_container:\n name: portainer\n image: \"portainer/portainer:latest\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/python
7,702
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yaml", "content": "---\n- name: Ensure 'pip' installed\n apt:\n name: python3-pip\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
jmgihana/RwandaTasks
561de0c513ca6271ae837f22204021e87b340411
0
iredmail/roles/iredmail
7,702
[ "no_license" ]
[ { "path": "iredmail/roles/iredmail/defaults/main.yml", "content": "iRedMail_version: iRedMail-0.9.5-1\niRedMail_url: https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.5-1.tar.bz2\ntmp_folder: /tmp\ncompressed_format: tar.bz2\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 524, "all_permissive": false }
ansible_role
craychee/drupal-fleet-yard
2d686cd8c4c289c9f07ce68a1b375e47aa7dfaa6
2
ansible/roles/phpcommon
7,702
[ "no_license" ]
[ { "path": "ansible/roles/phpcommon/tasks/main.yml", "content": "- name: Install PHP Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items: php_packages\n\n- name: set xdebug nesting level for behat\n lineinfile: dest=/etc/php5/mods-available/xdebug.ini\n regexp='^xdebug\\.max...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
citronalco/ansible-nsupdate.info
6ed25917b642a293bb065e20f64cb95c9b84ae71
3
roles/bind9
7,702
[ "no_license" ]
[ { "path": "roles/bind9/tasks/main.yml", "content": "- name: Install bind9\n apt:\n pkg: ['bind9']\n install_recommends: no\n\n- name: Create named.conf\n template:\n src: \"named.conf.j2\"\n dest: \"/etc/bind/named.conf\"\n mode: 0644\n owner: root\n group: bind\n notify: rndc reload...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7261, "all_permissive": false }
ansible_role
citronalco/ansible-nsupdate.info
6ed25917b642a293bb065e20f64cb95c9b84ae71
3
roles/certbot
7,702
[ "no_license" ]
[ { "path": "roles/certbot/templates/renewal-hook-nginx-reload.sh.j2", "content": "#!/bin/sh\n# {{ ansible_managed }}\n\nsystemctl reload nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/certbot/tasks/main.yml", "content": "- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1115, "all_permissive": false }
ansible_role
citronalco/ansible-nsupdate.info
6ed25917b642a293bb065e20f64cb95c9b84ae71
3
roles/nginx
7,702
[ "no_license" ]
[ { "path": "roles/nginx/templates/nsupdate.info.j2", "content": "# {{ ansible_managed }}\n\n# Redirect from http(s)://{{ nsupdate.basedomain.name }} to http(s)://www.{{ nsupdate.basedomain.name }}\nserver {\n listen 0.0.0.0:80;\n listen [::]:80;\n listen 0.0.0.0:443 ssl;\n listen [::]:443 ssl;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3720, "all_permissive": false }
ansible_role
citronalco/ansible-nsupdate.info
6ed25917b642a293bb065e20f64cb95c9b84ae71
3
roles/nsupdate_info
7,702
[ "no_license" ]
[ { "path": "roles/nsupdate_info/templates/cronjobs.j2", "content": "# {{ ansible_managed }}\n# /etc/cron.d/nsupdate: crontab entries for nsupdate\n#\n# see https://nsupdateinfo.readthedocs.io/en/latest/admin.html#regular-jobs \n#\nPYTHONPATH=/etc/nsupdate.info\nDJANGO_SETTINGS_MODULE=local_settings\n# reinit...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10071, "all_permissive": false }
ansible_role
citronalco/ansible-nsupdate.info
6ed25917b642a293bb065e20f64cb95c9b84ae71
3
roles/postfix
7,702
[ "no_license" ]
[ { "path": "roles/postfix/handlers/main.yml", "content": "- name: reload postfix\n service:\n name: postfix\n state: restarted\n\n- name: postmap sasl_passwd\n command: postmap /etc/postfix/sasl_passwd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 991, "all_permissive": false }
ansible_role
citronalco/ansible-nsupdate.info
6ed25917b642a293bb065e20f64cb95c9b84ae71
3
roles/postgresql
7,702
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "- name: Install postgresql package\n apt:\n pkg: [ 'postgresql', 'libpq-dev', 'python3-psycopg2', 'sudo' ]\n install_recommends: no\n\n- name: Create nsupdate database\n become: yes\n become_user: postgres\n become_method: sudo\n postgresql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
InformaticsMatters/squonk2-data-manager-job-operator
9a4d3634b74f1362ef6f048938015691c67ea06d
0
roles/operator
7,699
[ "no_license" ]
[ { "path": "roles/operator/tasks/undeploy.yaml", "content": "---\n\n- name: Remove operator Namespace\n kubernetes.core.k8s:\n definition: \"{{ lookup('template', 'namespace.yaml.j2') }}\"\n wait: yes\n state: absent\n\n- name: Remove CRD\n kubernetes.core.k8s:\n definition: \"{{ lookup('templa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9061, "all_permissive": false }
ansible_role
frutik/home-server
82c7eb4819873855190116c2bc7c170a3222ef9a
0
roles/roomba
7,699
[ "no_license" ]
[ { "path": "roles/roomba/tasks/main.yml", "content": "- template: src=start_cleaning.sh.j2 dest=/opt/start_cleaning.sh mode=\"u+rwx\"\n become: yes\n\n- cron: name=\"Clean entrance\" hour=14 minute=00 job=\"sh /opt/start_cleaning.sh > /opt/cleaning.log\"\n- cron: name=\"Clean entrance 2\" hour=10 minute=00 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 393, "all_permissive": false }
ansible_role
MahammedK/rafflemania_qa_project_2
7165d0882e649cab9433b12cde43b4dd9ab85804
0
ansible/roles/swarm-worker
7,699
[ "no_license" ]
[ { "path": "ansible/roles/swarm-worker/tasks/main.yml", "content": "---\n# tasks file for swarm-worker\n\n- name: \"Add Worker to the Swarm\"\n docker_swarm:\n state: join\n advertise_addr: swarm-worker\n join_token: \"{{ hostvars['swarm-manager']['info']['swarm_facts']['JoinTokens']['Worker'] }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
jhaydel/051616PoC
2747481541d9d266f93eeef2700d5c931a95d847
0
10Leaf_PoC/roles/localhost
7,699
[ "no_license" ]
[ { "path": "10Leaf_PoC/roles/localhost/tasks/main.yml", "content": "- name: install required packages\n apt: name='{{ item }}' state=present cache_valid_time=86400 update_cache=yes\n with_items:\n - apt-cacher-ng\n delegate_to: localhost\n\n- name: restart the apt-cacher-ng\n service: name=apt-cacher-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
jhaydel/051616PoC
2747481541d9d266f93eeef2700d5c931a95d847
0
2Leaf_PoC/roles/common
7,699
[ "no_license" ]
[ { "path": "2Leaf_PoC/roles/common/tasks/main.yml", "content": "#- name: print ansible_lsb.id result\n# debug: var=ansible_lsb.id\n- name: Set proxy to oob-mgmt-server\n lineinfile: dest=/etc/apt/apt.conf.d/69apt-proxy line='Acquire::http::Proxy \"http://10.2.0.254:3142\";' create=yes\n\n- name: copy ports...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2810, "all_permissive": false }
ansible_role
osodevops/aws_zookeeper_cluster
143e9f7401480819ebec24e4c3e3e24cc5e41623
2
roles/dns
7,699
[ "no_license" ]
[ { "path": "roles/dns/tasks/2_external.yml", "content": "---\n\n# External DNS\n\n- name: Gather facts of ec2 instance\n ec2_facts:\n\n- name: Update external DNS\n route53:\n command: create\n overwrite: yes\n private_zone: false\n zone: \"{{ ext_dns_zone }}\"\n record: \"{{ ext_dns_record ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
osodevops/aws_zookeeper_cluster
143e9f7401480819ebec24e4c3e3e24cc5e41623
2
roles/exhibitor
7,699
[ "no_license" ]
[ { "path": "roles/exhibitor/handlers/main.yml", "content": "---\n\n- name: restart supervisor\n service:\n name: supervisord\n state: restarted\n\n- name: reload supervisor\n shell: /usr/local/bin/supervisorctl reload\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2997, "all_permissive": false }
ansible_role
osodevops/aws_zookeeper_cluster
143e9f7401480819ebec24e4c3e3e24cc5e41623
2
roles/supervisor
7,699
[ "no_license" ]
[ { "path": "roles/supervisor/tasks/1_rhel.yml", "content": "---\n\n#Using pip to install supervisor on amazon as the rpm is from 2007\n- name: install supervisor amazon\n pip:\n name: supervisor\n\n- name: ensure supervisor conf.d directory exists\n file:\n path: /etc/supervisor/conf.d\n state: di...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1860, "all_permissive": false }
ansible_role
osodevops/aws_zookeeper_cluster
143e9f7401480819ebec24e4c3e3e24cc5e41623
2
roles/zookeeper
7,699
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: Create Group\n group:\n name: \"{{zookeeper.group}}\"\n state: present\n\n- name: Create User\n user:\n name: \"{{zookeeper.user}}\"\n group: \"{{zookeeper.group}}\"\n state: present\n\n- name: Download Zookeeper\n get_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1512, "all_permissive": false }
ansible_role
Naveen2015/roboshop-ansible
09f1fc87b821d73394af8945bedae033593dbc46
0
roles/common
7,699
[ "no_license" ]
[ { "path": "roles/common/tasks/schema_setup.yml", "content": "- name: Load MongoDB Schema\n when: schema_setup == \"mongo\"\n block:\n - name: Copy MongoDB repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n - name: Install MongoDB client\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4501, "all_permissive": false }
ansible_role
Naveen2015/roboshop-ansible
09f1fc87b821d73394af8945bedae033593dbc46
0
roles/frontend
7,699
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "# script=$(realpath $0)\n# script_path=$(dirname $script)\n# source ${script_path}/common.sh\n#\n# func_print_heading \"Installing Nginx\"\n# dnf install nginx -y\n# func_stat_check $?\n# func_print_heading \"copying conf to nginx co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1531, "all_permissive": false }
ansible_role
Naveen2015/roboshop-ansible
09f1fc87b821d73394af8945bedae033593dbc46
0
roles/payment
7,699
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Import common role for Python\n ansible.builtin.import_role:\n name: common\n tasks_from: payment_python", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
Naveen2015/roboshop-ansible
09f1fc87b821d73394af8945bedae033593dbc46
0
roles/shipping
7,699
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Import common role for Nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: shipping_java", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
moritetu/cloudera-manager-ansible-sample
ee391da62708b01e08cbf1bf57c543a899fe7ccc
0
roles/cm
7,699
[ "no_license" ]
[ { "path": "roles/cm/tasks/main.yml", "content": "---\n# https://www.cloudera.com/documentation/enterprise/5-5-x/topics/cm_ig_install_path_b_auto.html\n\n- name: Install Cloudera Manager Repository\n template: src=cloudera-manager.repo dest=/etc/yum.repos.d/cloudera-manager.repo owner=root group=root mode=0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2913, "all_permissive": false }
ansible_role
pbonh/automatic-ripping-machine
4e4c1dfc4c5dac951cf9855d10cce9683975090a
0
roles/automatic-ripping-machine
7,699
[ "permissive" ]
[ { "path": "roles/automatic-ripping-machine/tasks/main.yml", "content": "---\n- name: Install ARM Prerequisites\n become: true\n when:\n - ansible_facts['distribution'] == \"Ubuntu\"\n apt:\n name:\n - lsscsi\n - software-properties-common\n - mkvtoolnix\n - mediainfo\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2304, "all_permissive": true }
ansible_role
pbonh/automatic-ripping-machine
4e4c1dfc4c5dac951cf9855d10cce9683975090a
0
roles/docker
7,699
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install EPEL\n become: yes\n when:\n - ansible_facts['distribution'] == \"CentOS\"\n - ansible_facts['distribution_major_version'] == \"8\"\n dnf:\n name:\n - epel-release\n state: latest\n\n- name: Install Docker\n impor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2982, "all_permissive": true }
ansible_role
megandil/ansible
561f8652d6f894e7d2318961baeb7631701e1f52
0
ejercicio3/roles/cliente
7,699
[ "no_license" ]
[ { "path": "ejercicio3/roles/cliente/tasks/main.yaml", "content": "- name: \"Modificando /etc/network/interfaces\"\n ansible.builtin.template:\n src: etc/network/interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: '0644'\n notify:\n - reboot\n ", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
megandil/ansible
561f8652d6f894e7d2318961baeb7631701e1f52
0
ejercicio3/roles/router
7,699
[ "no_license" ]
[ { "path": "ejercicio3/roles/router/tasks/main.yaml", "content": "- name: \"Cambiando el bit de forwarding\"\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: yes\n state: present\n reload: yes\n\n- name: \"Modificando /etc/network/interfaces\"\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
Aleem410/roboshop-ansible-learning
2774d5b190387828a03fa1feafde1677b844fad9
0
roles/catalogue
7,699
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: include nodejs task\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/catalogue/vars/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 175, "all_permissive": false }
ansible_role
Aleem410/roboshop-ansible-learning
2774d5b190387828a03fa1feafde1677b844fad9
0
roles/common
7,699
[ "no_license" ]
[ { "path": "roles/common/tasks/systemd.yml", "content": "- name: systemd service\n ansible.builtin.template:\n src: systemd.service\n dest: /etc/systemd/system/{{ COMPONENT }}.service\n\n\n- name: Restart {{ COMPONENT }} service\n ansible.builtin.systemd:\n name: \"{{ COMPONENT }}\"\n state: re...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1428, "all_permissive": false }
ansible_role
Aleem410/roboshop-ansible-learning
2774d5b190387828a03fa1feafde1677b844fad9
0
roles/frontend
7,699
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: include download app role\n ansible.builtin.include_role:\n name: common\n tasks_from: download.yml\n\n- name: copy roboshop configuration file\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
Aleem410/roboshop-ansible-learning
2774d5b190387828a03fa1feafde1677b844fad9
0
roles/mongo
7,699
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yml", "content": "- name: download mongo repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: install mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: restart mongodb\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
alshabib/onos-dist-tutorial
aa0528b4986226890132bbdddf0e80338ce52d68
1
build/ansible/roles/base
7,699
[ "permissive" ]
[ { "path": "build/ansible/roles/base/tasks/main.yml", "content": "- name: Update apt\n apt:\n update_cache: yes\n tags: [base]\n\n- name: Installing basic packages\n apt:\n name: \"{{ item }}\"\n force: yes\n with_items: \"{{ basic_packages }}\"\n tags: [base]\n", "license_type": "permissiv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": true }
ansible_role
alshabib/onos-dist-tutorial
aa0528b4986226890132bbdddf0e80338ce52d68
1
build/ansible/roles/docker
7,699
[ "permissive" ]
[ { "path": "build/ansible/roles/docker/tasks/main.yml", "content": "- name: Add Docker Ubuntu repo and update cache\n apt_repository:\n repo: deb https://apt.dockerproject.org/repo ubuntu-{{ ansible_distribution_release }} main\n update_cache: yes\n state: present\n tags: [docker]\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1244, "all_permissive": true }
ansible_role
alshabib/onos-dist-tutorial
aa0528b4986226890132bbdddf0e80338ce52d68
1
build/ansible/roles/onos
7,699
[ "permissive" ]
[ { "path": "build/ansible/roles/onos/tasks/main.yml", "content": "- name: ONOS image is present\n docker_image:\n name: onosproject/onos\n tag: \"{{ onos_version }}\"\n\n- name: Mininet image is present\n docker_image:\n name: alshabib/mininet\n\n- name: Create dist network\n docker_network:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2063, "all_permissive": true }
ansible_role
kangaroot/ansible-collection-kangaroot-foreman_content_epel
f817d8937e37c1af236d4635d093c0544040d76b
0
roles/foreman_content_epel
7,699
[ "no_license" ]
[ { "path": "roles/foreman_content_epel/tasks/main.yml", "content": "---\n# tasks file for foreman_content_epel\n\n- name: \"Vars | Include Extra Packages for Enterprise Linux content vars\"\n ansible.builtin.include_vars:\n dir: vars\n ignore_files:\n - \"main.yml\"\n extensions:\n - \"ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 19127, "all_permissive": false }
ansible_role
strelov1/hexlet-ci-cd-deploy-app
49e0d7c2d69379d3c2435ef157f0d2dd043040b3
0
roles/deploy
7,697
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "\n- name: Git checkout\n ansible.builtin.git:\n repo: 'https://github.com/strelov1/hexlet-ci-cd-app'\n dest: \"{{ BASE_PATH }}/build/{{ VERSION }}\"\n version: master\n tags: \n - deploy\n\n- name: Install deps\n shell: \"npm install\"\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
strelov1/hexlet-ci-cd-deploy-app
49e0d7c2d69379d3c2435ef157f0d2dd043040b3
0
roles/install
7,697
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "\n- name: Install git\n yum:\n name: git\n state: latest\n tags: \n - install\n\n\n- name: Install nodejs\n yum:\n name: nodejs\n state: latest\n tags: \n - install\n\n\n- name: Install pm2\n shell: \"npm install pm2 -g\"\n tags: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
farend/redmine-centos7-mariadb-ansible
e491e4b9767e352dae4d749e952511f9bf696303
3
roles/apache
7,697
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Apacheのインストール\n sudo: yes\n yum: name='httpd,httpd-devel'\n\n- name: Redmineディレクトリ以下のオーナーを変更\n sudo: yes\n command:\n chown -R apache:apache {{ redmine_dir }}\n\n- name: Passengerがインストールされているか確認\n command:\n test -f /usr/local/bin/passe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1288, "all_permissive": false }
ansible_role
farend/redmine-centos7-mariadb-ansible
e491e4b9767e352dae4d749e952511f9bf696303
3
roles/mariadb
7,697
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: MariaDBのインストール\n sudo: yes\n yum: name='mariadb-server,mariadb-devel'\n\n- name: MySQL-pythonのインストール (Ansibleが使用)\n sudo: yes\n yum: name='MySQL-python'\n\n- name: /etc/my.cnfを作成\n sudo: yes\n template: src=my.cnf dest=/etc/my.cnf owner=roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1100, "all_permissive": false }
ansible_role
farend/redmine-centos7-mariadb-ansible
e491e4b9767e352dae4d749e952511f9bf696303
3
roles/redmine
7,697
[ "no_license" ]
[ { "path": "roles/redmine/tasks/main.yml", "content": "- name: ImageMagickと日本語フォント(IPA Pゴシック)のインストール\n sudo: yes\n yum: name='ImageMagick,ImageMagick-devel,ipa-pgothic-fonts'\n\n- name: Redmineのソースコードをチェックアウト\n sudo: yes\n subversion:\n repo={{ redmine_svn_url }}\n dest={{ redmine_dir }}\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3041, "all_permissive": false }
ansible_role
farend/redmine-centos7-mariadb-ansible
e491e4b9767e352dae4d749e952511f9bf696303
3
roles/ruby
7,697
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Rubyがインストールされているか確認\n command:\n test -f {{ ruby_file_name }}\n register:\n ruby_test_vars\n failed_when: ruby_test_vars.rc not in [0, 1]\n changed_when: false\n\n- name: Rubyのビルドに必要なパッケージのインストール\n sudo: yes\n yum: name='openssl-devel,re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1328, "all_permissive": false }
ansible_role
farend/redmine-centos7-mariadb-ansible
e491e4b9767e352dae4d749e952511f9bf696303
3
roles/system
7,697
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: SELinuxの状態確認\n command:\n /usr/sbin/selinuxenabled\n register:\n result\n changed_when: false\n failed_when: result.rc not in [0, 1]\n\n- name: 起動時にSELinux無効化 (/etc/sysconfig/selinux)\n sudo: yes\n selinux: state=disabled\n when: resu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/docker
7,697
[ "no_license" ]
[ { "path": "roles/docker/tasks/iptable.yml", "content": "---\n- name: allow SSH/HTTP/HTTPS daemon connections\n iptables:\n table: filter\n chain: INPUT\n protocol: tcp\n destination_port: \"{{ item }}\"\n jump: ACCEPT\n comment: \"from ansible\"\n with_items:\n - 22\n - 80\n - 443\n\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4571, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/docker-swarm-manager
7,697
[ "no_license" ]
[ { "path": "roles/docker-swarm-manager/tasks/iptable.yml", "content": "---\n- name: allow connections to swarm manager service\n iptables:\n table: filter\n chain: INPUT\n protocol: tcp\n destination_port: \"{{ docker_swarm_manager_port }}\"\n jump: ACCEPT\n comment: \"from ansible docker ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1066, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/docker-swarm-network-discovery
7,697
[ "no_license" ]
[ { "path": "roles/docker-swarm-network-discovery/tasks/containers.yml", "content": "---\n- name: create the '/etc/consul' directory\n file:\n path: /etc/consul\n state: directory\n mode: 0755\n\n- name: copy the 'consul.json' file\n copy:\n src: files/consul.json\n dest: /etc/consul/consul.j...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1093, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/docker-swarm-node
7,697
[ "no_license" ]
[ { "path": "roles/docker-swarm-node/defaults/main.yml", "content": "---\ndocker_swarm_node_hostname: localhost\ndocker_swarm_node_daemon_port: 2375\ndocker_swarm_node_consul_host: 127.0.0.1:8500\ndocker_swarm_node_manager_ips:\n- 127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1530, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/docker-swarm-node-discovery
7,697
[ "no_license" ]
[ { "path": "roles/docker-swarm-node-discovery/defaults/main.yml", "content": "---\ndocker_swarm_node_discovery_port: 8500\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/docker-swarm-node-discovery/tasks/containers.yml", "content": "---\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1310, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/paranoid
7,697
[ "no_license" ]
[ { "path": "roles/paranoid/tasks/fail2ban.yml", "content": "---\n- name: ensure that the latest 'fail2ban' package is installed\n apt:\n pkg: fail2ban\n state: latest\n notify: restart fail2ban\n when: paranoid_fail2ban\n\n- name: copy fail2ban configuration file\n template:\n src: jail.local.j2...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1952, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/system
7,697
[ "no_license" ]
[ { "path": "roles/system/tasks/update.yml", "content": "---\n- name: update the system\n apt:\n update_cache: yes\n upgrade: dist\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
cygy/ansible-docker-swarm-cluster
687b4bf7b65370c49a7e4b2eceaa0d37a2ccd7ca
2
roles/users
7,697
[ "no_license" ]
[ { "path": "roles/users/tasks/add_groups.yml", "content": "---\n- name: add groups\n group:\n name: \"{{ item.name }}\"\n gid: \"{{ item.gid }}\"\n with_items: \"{{ users_groups }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/u...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 916, "all_permissive": false }
ansible_role
davincizhao/blue-green_deployment
52bada886b35988ac30baf1c372516d388497986
0
roles/route53
7,697
[ "no_license" ]
[ { "path": "roles/route53/vars/main.yaml", "content": "NEW_ALIAS: \"{{ application}}-load-balancer-18.elb.amazonaws.com\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/route53/tasks/main.yaml", "content": "- name: change route53 \n ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
pebblecode/packer
5d44b54c290326b72753e5b2861113334fce56d4
2
elasticsearch/modules/roles/elasticsearch
7,697
[ "no_license" ]
[ { "path": "elasticsearch/modules/roles/elasticsearch/vars/main.yml", "content": "es_release: \"1.7\"\nes_version: \"1.7.5\"\nes_home: /usr/share/elasticsearch\nes_wait_for_listen: yes\nes_default_es_heap_size: 1g\nes_plugins:\n - { name: 'elasticsearch/elasticsearch-cloud-aws/2.7.1' }\n - { name: 'elastic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1403, "all_permissive": false }
ansible_role
wsyx123/firecloud-server
809534188e53119f1004e8f7d731dda1fc77f655
1
static/upload/ansible/new/roles/install_db
7,697
[ "no_license" ]
[ { "path": "static/upload/ansible/new/roles/install_db/tasks/main.yml", "content": "- name: copy mysql package\n file: src=javascript--jquery.txt dest=/root/lamp/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
Gaurav-kumar-cloud/openstack-readonly
d1b1c55b6439d8f4da752e7ce0a1c8e8070b22bc
0
ansible/roles/mariadb
7,697
[ "permissive" ]
[ { "path": "ansible/roles/mariadb/tasks/check.yml", "content": "---\n- name: Checking Mariadb containers\n import_role:\n role: service-check\n\n- name: Wait for MariaDB service to be ready through VIP\n become: true\n kolla_toolbox:\n container_engine: \"{{ kolla_container_engine }}\"\n module_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": true }
ansible_role
MatheusFerraroni/opm-mo833
1b8d1de70bfb15d1dbab25c3a2040bd08ae41858
0
clap/groups/roles/ec2-efs
7,697
[ "no_license" ]
[ { "path": "clap/groups/roles/ec2-efs/tasks/mount.yml", "content": "---\n- name: Create EFS mount point\n file: \n path: \"{{ efs_mount_point }}\" \n state: directory \n owner: \"{{ owner }}\" \n group: \"{{ group }}\"\n\n- name: Query for EFS availability zone\n uri: \n url: 'http://169.254...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 721, "all_permissive": false }
ansible_role
MatheusFerraroni/opm-mo833
1b8d1de70bfb15d1dbab25c3a2040bd08ae41858
0
clap/groups/roles/mpi
7,697
[ "no_license" ]
[ { "path": "clap/groups/roles/mpi/vars/CentOSSetup.yml", "content": "libraries:\n - openmpi-devel\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "clap/groups/roles/mpi/tasks/compile.yml", "content": "#Arguments:\n# file_path= absolute p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4605, "all_permissive": false }
ansible_role
MatheusFerraroni/opm-mo833
1b8d1de70bfb15d1dbab25c3a2040bd08ae41858
0
clap/groups/roles/nfs-client
7,697
[ "no_license" ]
[ { "path": "clap/groups/roles/nfs-client/tasks/mount.yml", "content": "---\n- name: Ensure that mountpoint directory exists\n file:\n path: \"{{ fs_mountpoint }}\"\n state: directory\n\n- name: add to /etc/fstab\n mount:\n name: \"{{ fs_mountpoint }}\"\n src: \"{{ fs_name }}\"\n fstype: nfs\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
MatheusFerraroni/opm-mo833
1b8d1de70bfb15d1dbab25c3a2040bd08ae41858
0
clap/groups/roles/spits
7,697
[ "no_license" ]
[ { "path": "clap/groups/roles/spits/tasks/setup.yml", "content": "---\n- name: \"Ensure that packages are updated\"\n become: yes\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install module dependencies\n become: yes\n apt:\n pkg:\n # Python 3\n - python3\n - pyt...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4567, "all_permissive": false }
ansible_role
MatheusFerraroni/opm-mo833
1b8d1de70bfb15d1dbab25c3a2040bd08ae41858
0
clap/groups/roles/zabbix
7,697
[ "no_license" ]
[ { "path": "clap/groups/roles/zabbix/tasks/setup_old.yml", "content": "#- name: Check if zabbix package is installed\n #command: dpkg-query -W zabbix\n #register: zabbix_installed\n #failed_when: zabbix_installed.rc > 1 # Some failure... stop!\n #changed_when: zabbix_installed.rc == 1 # Register if zabbi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3558, "all_permissive": false }
ansible_role
hrefjeff/ansible
96a530d896a2f644171635b83612f902139cb95a
1
roles/ansible-role-create-files
7,697
[ "no_license" ]
[ { "path": "roles/ansible-role-create-files/tasks/main.yml", "content": "---\n- name: Write files\n include_tasks: write-files.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/ansible-role-create-files/tasks/write-files.yml", "conten...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
hrefjeff/ansible
96a530d896a2f644171635b83612f902139cb95a
1
roles/ansible-role-set-up-directories
7,697
[ "no_license" ]
[ { "path": "roles/ansible-role-set-up-directories/vars/main.yml", "content": "dir1: num1-test-dir\ndir2: num2-test-dir\ndir3: num3-test-dir\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/ansible-role-set-up-directories/tasks/remove-old-dirs...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 451, "all_permissive": false }
ansible_role
yatishg17/ansible-test
a93e2bb8464ab8f4503090a7c965ef434d88a179
0
roles/ntp
7,697
[ "no_license" ]
[ { "path": "roles/ntp/vars/main.yml", "content": "---\n# vars file for ntp\nntp_package: ntp\nntp_service: ntpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/ntp/tasks/service.yml", "content": "---\n- name: state the service\n service...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 443, "all_permissive": false }
ansible_role
denialanderror/automac
434aa3db95771437db56ed295242d9051d8e3c01
5
roles/setup
7,705
[ "no_license" ]
[ { "path": "roles/setup/tasks/homebrew.yml", "content": "---\n# install and update homebrew and cask\n\n- name: ensure homebrew is installed\n stat:\n path: \"/usr/local/bin/brew\"\n register: \"homebrew_check\"\n\n#- name: install homebrew\n# when: not homebrew_check.stat.exists\n# shell: /bin/bash -...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 9523, "all_permissive": false }
ansible_role
nanodorado/devops-scripts
2de7ec2290ef2e5ceb2eec9f77f1edf6eff8fd0b
0
ansible/roles/common
7,705
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Update system packages\n yum:\n name: \"*\"\n state: latest\n\n- name: Install basic tools\n yum:\n name:\n - htop\n - git\n - tmux\n - docker\n state: present\n\n- name: Enable and start Docker\n servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
JulienGerardGfi/Ansible_TomcatPostgres
06d01812188d3487091b3c5b398a2257bcc12199
0
roles/tomcat
7,705
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/tomcat-install.yml", "content": "---\n#Make tomcat owner\n- name: Tomcat Owner of webapps\n file: dest=/opt/apache-tomcat-9.0.13/webapps owner=tomcat recurse=yes\n- name: Tomcat Owner of work\n file: dest=/opt/apache-tomcat-9.0.13/work owner=tomcat recurse=yes\n- name: Tomcat...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2466, "all_permissive": false }
ansible_role
tszpinda/vagrant-cm-ansible
ff8547e93e393e181e0a006a2a47d3445b465b21
0
ansible/roles/cm
7,705
[ "no_license" ]
[ { "path": "ansible/roles/cm/tasks/main.yml", "content": "---\n- name: download cloudera manager\n get_url: \n url: http://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin\n dest: /opt/\n\n- name: make file executable\n file: path=/opt/cloudera-manager-installer.bin mode=0755\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
tszpinda/vagrant-cm-ansible
ff8547e93e393e181e0a006a2a47d3445b465b21
0
ansible/roles/ping
7,705
[ "no_license" ]
[ { "path": "ansible/roles/ping/tasks/main.yml", "content": "---\n- name: ping me if you can\n ping:\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 40, "all_permissive": false }
ansible_role
itz-Jana/ansible-macbook-setup
cdda000ef6675713942b33fc2a0c5953bc15934f
0
roles/dns
7,705
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: Example\n ansible.builtin.copy:\n src: example\n dest: /etc/resolver/\n owner: root\n group: wheel\n mode: 0644\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
itz-Jana/ansible-macbook-setup
cdda000ef6675713942b33fc2a0c5953bc15934f
0
roles/gpg
7,705
[ "no_license" ]
[ { "path": "roles/gpg/handlers/main.yml", "content": "---\n- name: Kill gpg-agent\n command: pkill gpg-agent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/gpg/tasks/main.yml", "content": "---\n- name: Fetch GPG public key\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1489, "all_permissive": false }
ansible_role
itz-Jana/ansible-macbook-setup
cdda000ef6675713942b33fc2a0c5953bc15934f
0
roles/macos-defaults
7,705
[ "no_license" ]
[ { "path": "roles/macos-defaults/tasks/main.yml", "content": "---\n- name: Move Dock to left side\n community.general.osx_defaults:\n domain: com.apple.dock\n key: orientation\n type: string\n value: left\n state: present\n notify:\n - Kill Dock\n\n- name: Finder - Show all extensions\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1420, "all_permissive": false }
ansible_role
Soroush-p/K8s-cluster
ae6efaa8f8e056d6732379b2eb0b4a89c12d14ca
0
roles/kubernetes
7,705
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/configure-etcd.yml", "content": "- name: copy etcd binary to masters\n copy:\n src: files/etcd-v3.3.9-linux-amd64/{{ item }}\n dest: /usr/local/bin/\n mode : 755\n with_items:\n - etcd\n - etcdctl\n when: inventory_hostname in groups['masters']\n\n- name: cre...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 16931, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/alertmanager
7,705
[ "no_license" ]
[ { "path": "roles/alertmanager/templates/alertmanager.yml.j2", "content": "route:\n group_by: ['alertname']\n group_wait: 30s\n group_interval: 15m\n repeat_interval: 30m\n receiver: \"slack\"\n routes:\n - receiver: \"slack\"\n match_re:\n severity: error|warning\n continue: true\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2566, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/apm
7,705
[ "no_license" ]
[ { "path": "roles/apm/defaults/main.yml", "content": "---\n\napm_version: 7.4.2\napm_host: 127.0.0.1\napm_port: 8200\napm_setup_template: true\napm_ilm_enabled: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/apm/tasks/configure.yml", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 740, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/artifactory
7,705
[ "no_license" ]
[ { "path": "roles/artifactory/tasks/artifactory.yml", "content": "---\r\n- name: add artifactory repo\r\n yum_repository:\r\n name: artifactory\r\n description: Artifactory Pro Repository\r\n baseurl: https://jfrog.bintray.com/artifactory-pro-rpms\r\n gpgcheck: no\r\n\r\n- name: install java\r\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2442, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/baselinux
7,705
[ "no_license" ]
[ { "path": "roles/baselinux/tasks/base.yml", "content": "---\n- name: set hostname\n hostname:\n name: \"{{ baselinux_hostname }}\"\n notify:\n - restart rsyslog\n\n- name: set timezone\n timezone:\n name: \"{{ baselinux_timezone }}\"\n notify:\n - restart rsyslog\n\n- name: selinux permissiv...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5789, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/cassandra
7,705
[ "no_license" ]
[ { "path": "roles/cassandra/defaults/main.yml", "content": "---\n\ncassandra_cluster_name: cassandra_cluster\ncassandra_file_directory: /var/lib/cassandra/data\ncassandra_commitlog_directory: /var/lib/cassandra/commitlog\ncassandra_saved_caches_directory: /var/lib/cassandra/saved_caches\ncassandra_seeds: \"{...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2503, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/dotnet
7,705
[ "no_license" ]
[ { "path": "roles/dotnet/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Installs specific version of .NET Core on CentOS 7.\n company: example\n\n min_ansible_version: 2.4\n\n platforms:\n - name: CentOS\n versions:\n - 7", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 411, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/elasticsearch
7,705
[ "no_license" ]
[ { "path": "roles/elasticsearch/defaults/main.yml", "content": "---\n\nelasticsearch_version: 7.4.1\nelasticsearch_cluster_name: \"elasticsearch\"\nelasticsearch_node_name: \"{{ inventory_hostname }}\"\nelasticsearch_network_host: \"0.0.0.0\"\nelasticsearch_port: \"9200\"\nelasticsearch_data_dir: \"/var/lib/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4461, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/fluentbit
7,705
[ "no_license" ]
[ { "path": "roles/fluentbit/defaults/main.yml", "content": "---\n\nfluentbit_fluentd_host: fluentd01.example.com\nfluentbit_fluentd_port: 24224", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/fluentbit/meta/main.yml", "content": "galaxy_in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1898, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/fluentd
7,705
[ "no_license" ]
[ { "path": "roles/fluentd/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Provisions fluentd on CentOS 7.\n company: example\n\n license: BSD\n\n min_ansible_version: 2.4\n\n platforms:\n - name: CentOS\n versions:\n - 7\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2529, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/glusterfs
7,705
[ "no_license" ]
[ { "path": "roles/glusterfs/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>, <NAME>\n description: Provisions Glusterfs with Heketi on CentOS 7.\n company: example\n\n license: BSD\n\n min_ansible_version: 2.4\n\n platforms:\n - name: CentOS\n versions:\n - 7", "license_type":...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6703, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/hacluster
7,705
[ "no_license" ]
[ { "path": "roles/hacluster/tasks/common.yml", "content": "---\n\n- name: install hacluster packages\n yum:\n name:\n - corosync\n - pacemaker\n - pcs\n state: present\n\n- name: enable hacluster services\n systemd:\n name: \"{{ item }}\"\n enabled: yes\n with_items:\n - pcsd...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2257, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/jenkins
7,705
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/agent.yml", "content": "---\n- name: install java\n yum:\n name: java\n state: present\n\n- name: install git\n yum:\n name: git\n state: present\n\n- name: create jenkins directory\n file:\n path: /var/lib/jenkins\n state: directory\n\n- name: copy ssh ke...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5882, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/kibana
7,705
[ "no_license" ]
[ { "path": "roles/kibana/tasks/install.yml", "content": "---\n\n- name: install java\n yum:\n name: java\n state: present\n\n- name: install kibana\n yum:\n name: \"kibana-{{ kibana_version }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1217, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/kubernetes
7,705
[ "no_license" ]
[ { "path": "roles/kubernetes/templates/init/init-config.yaml.j2", "content": "apiVersion: kubeadm.k8s.io/v1beta2\nkind: InitConfiguration\nbootstrapTokens:\n- token: \"{{ kubernetes_token }}\"\n description: \"kubeadm bootstrap token\"\n ttl: \"0\"\nlocalAPIEndpoint:\n advertiseAddress: \"{{ kubernetes_ap...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8092, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/nginx
7,705
[ "no_license" ]
[ { "path": "roles/nginx/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Provisions Nginx on CentOS 7.\n company: example\n\n license: BSD\n\n min_ansible_version: 2.4\n\n platforms:\n - name: CentOS\n versions:\n - 7\n", "license_type": "no_license", "detected_li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8688, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/nodejs
7,705
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: install nodejs\n yum:\n name: nodejs\n state: present\n\n- name: configure npm\n shell: npm config set registry {{ nodejs_registry }}\n\n- name: install nodejs global packages\n npm:\n name: \"{{ item }}\"\n global: yes\n lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 648, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/ntp
7,705
[ "no_license" ]
[ { "path": "roles/ntp/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Basic NTP Server role for CentOS 7.\n company: example\n\n min_ansible_version: 2.4\n\n platforms:\n - name: CentOS\n versions:\n - 7", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 678, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/phpipam
7,705
[ "no_license" ]
[ { "path": "roles/phpipam/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Provisions Phpipam on CentOS 7.\n company: example\n\n min_ansible_version: 2.4\n\n platforms:\n - name: CentOS\n versions:\n - 7\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3332, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/postgresql12
7,705
[ "no_license" ]
[ { "path": "roles/postgresql12/tasks/main.yml", "content": "---\n\n- import_tasks: master.yml\n when: postgresql12_mode == \"master\"\n\n- import_tasks: slave.yml\n when: postgresql12_mode == \"slave\"\n\n- import_tasks: postgres_exporter.yml\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7450, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/prometheus
7,705
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: {{ prometheus_scrape_interval }}\n scrape_timeout: {{ prometheus_scrape_timeout }}\n\nrule_files:\n - rules.yml\n\nalerting:\n alertmanagers:\n - static_configs:\n - targets:\n - local...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 15373, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/rabbitmq
7,705
[ "no_license" ]
[ { "path": "roles/rabbitmq/handlers/main.yml", "content": "---\n\n- name: restart rabbitmq-server\n systemd:\n name: rabbitmq-server\n state: restarted\n daemon_reload: yes\n\n- name: restart rabbitmq_exporter\n systemd:\n name: rabbitmq_exporter\n state: restarted\n\n- name: daemon reload\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5020, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/redis
7,705
[ "no_license" ]
[ { "path": "roles/redis/templates/redis_exporter.service.j2", "content": "[Unit]\nDescription=Redis Exporter\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=simple\nExecStart=/usr/local/bin/redis_exporter -redis.addr={{ redis_bind }} -redis.password={{ redis_requirepass }}\n\n[In...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3047, "all_permissive": false }
ansible_role
gothicfann/ansible-vagrant
5473a2ca6908f1646eecc750207c6cca3d9b8545
0
roles/wiki
7,705
[ "no_license" ]
[ { "path": "roles/wiki/defaults/main.yml", "content": "---\n\n# wiki_postgresql_postgres_password: \"<PASSWORD>\"\nwiki_postgresql_version: \"11\"\nwiki_postgresql_default_port: \"5432\"\nwiki_postgresql_db: \"wiki\"\nwiki_postgresql_user: \"wiki\"\nwiki_postgresql_password: \"<PASSWORD>\"\nwiki_postgresql_b...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2306, "all_permissive": false }
ansible_role
mcpalek/ansible-desktop
dd9f3c163be0a7c4d5e658e074a96ae12c506b4c
0
roles/nala_install
7,705
[ "no_license" ]
[ { "path": "roles/nala_install/tasks/main.yaml", "content": "\n\n\n\n- name: Install NALA\n ansible.builtin.apt:\n name: nala\n state: present\n update_cache: true\n\n- name: Install Ansible\n ansible.builtin.apt:\n name: ansible\n state: present\n update_cache: true\n\n- name: Install Br...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2519, "all_permissive": false }