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
rafalohmann/ansible-fedora-workstation
81c09984724570628249a51b2a5d3c5c7391314e
0
roles/utilities
7,253
[ "no_license" ]
[ { "path": "roles/utilities/tasks/main.yml", "content": "---\n# Install utilities for working with compressed files\n- name: Install Programs (Archive Utilities)\n package:\n state: present\n name: \"{{ archive_packages }}\"\n tags:\n - archives\n - utilities\n\n# Install media codecs for playb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1967, "all_permissive": false }
ansible_role
srkiNZ84/personal_infrastructure
28d82c9e7b1a98fea2a1617ebcff79c1d1dc7c97
0
roles/blog
7,253
[ "no_license" ]
[ { "path": "roles/blog/tasks/main.yml", "content": "- name: Create blog subnet\n debug: msg=\"TODO\"\n\n- name: Create blog security groups\n debug: msg=\"TODO\"\n\n- name: Enable management subnet access\n debug: msg=\"TODO\"\n\n- name: Enable monitoring subnet access\n debug: msg=\"TODO\"\n\n- name: En...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
srkiNZ84/personal_infrastructure
28d82c9e7b1a98fea2a1617ebcff79c1d1dc7c97
0
roles/management
7,253
[ "no_license" ]
[ { "path": "roles/management/tasks/main.yml", "content": "- name: Create subnet for management\n debug: msg=\"TODO\"\n\n- name: Create security groups for management\n debug: msg=\"TODO\"\n\n- name: Create OpenVPN instance for remote access\n debug: msg=\"TODO\"\n\n- name: Create LDAP instance for auth\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
srkiNZ84/personal_infrastructure
28d82c9e7b1a98fea2a1617ebcff79c1d1dc7c97
0
roles/monitoring
7,253
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "- name: Create subnet for monitoring\n debug: msg=\"TODO\"\n\n- name: Create security group(s) for monitoring\n debug: msg=\"TODO\"\n\n- name: Enable access from the management subnet\n debug: msg=\"TODO\"\n\n- name: Create monitoring instance(s)\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
srkiNZ84/personal_infrastructure
28d82c9e7b1a98fea2a1617ebcff79c1d1dc7c97
0
roles/security-group-setup
7,253
[ "no_license" ]
[ { "path": "roles/security-group-setup/templates/sec_groups.yml.j2", "content": "- name: ssh-access\n desc: \"Security group to add ssh only access\"\n rules:\n - proto: tcp\n from_port: 22\n to_port: 22\n cidr_ip: \"0.0.0.0/32\"\n\n- name: http-access\n desc: \"Security group to add HTT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1040, "all_permissive": false }
ansible_role
srkiNZ84/personal_infrastructure
28d82c9e7b1a98fea2a1617ebcff79c1d1dc7c97
0
roles/security-keys-setup
7,253
[ "no_license" ]
[ { "path": "roles/security-keys-setup/tasks/main.yml", "content": "- name: Create a new SSH key\n # TODO Generate a key for every \"service\" instead of one key for everything\n # TODO Get keys from YAML file and run this in a loop\n ec2_key:\n name: \"default-aws-key\"\n aws_access_key: \"{{ amazon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 966, "all_permissive": false }
ansible_role
srkiNZ84/personal_infrastructure
28d82c9e7b1a98fea2a1617ebcff79c1d1dc7c97
0
roles/vpc-setup
7,253
[ "no_license" ]
[ { "path": "roles/vpc-setup/tasks/main.yml", "content": "- name: Check we are using the right AWS keys\n debug: msg=\"Access key is {{ amazon_access_key }}, secret key is {{ amazon_secret_key }}\"\n when: debug_playbook is defined\n\n- name: Create VPC\n ec2_vpc:\n aws_access_key: \"{{ amazon_access_ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
srkiNZ84/personal_infrastructure
28d82c9e7b1a98fea2a1617ebcff79c1d1dc7c97
0
roles/wordpress
7,253
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "- name: Install Apache and PHP\n debug: msg=\"TODO\"\n\n- name: Install Wordpress\n debug: msg=\"TODO\"\n\n- name: Install Plugins\n debug: msg=\"TODO\"\n\n- name: Restore Database\n debug: msg=\"TODO\"\n\n- name: Configure Apache\n debug: msg=\"T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
vyorkin-archive/ansible_playbooks
0b3ba2bfe0b12f994bb717bf5672d11820257f99
0
provisioning/roles/common
7,253
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/apt.yml", "content": "---\n- name: Upgrade apt packages\n apt: upgrade=yes\n update_cache=yes\n sudo: yes\n\n- name: Install base packages\n apt: pkg={{item}} state=latest\n sudo: yes\n with_items:\n - autoconf\n - automake\n - libtool\n - ma...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 903, "all_permissive": false }
ansible_role
vyorkin-archive/ansible_playbooks
0b3ba2bfe0b12f994bb717bf5672d11820257f99
0
provisioning/roles/oh-my-zsh
7,253
[ "no_license" ]
[ { "path": "provisioning/roles/oh-my-zsh/templates/zshrc.j2", "content": "set -o vi\n\nexport EDITOR=vim\nexport VISUAL=vim\n\nexport GREP_COLOR='1;33'\n\n# Use vi key bindings\nbindkey -v\n# [Crtl-r] - Search backward incrementally for a specofied string\nbindkey '^r' history-incremental-search-backward\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1807, "all_permissive": false }
ansible_role
vyorkin-archive/ansible_playbooks
0b3ba2bfe0b12f994bb717bf5672d11820257f99
0
provisioning/roles/ruby-rvm
7,253
[ "no_license" ]
[ { "path": "provisioning/roles/ruby-rvm/vars/main.yml", "content": "---\nruby: ruby-2.0.0-p247\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "provisioning/roles/ruby-rvm/tasks/main.yml", "content": "---\n- name: install rvm\n shell: \\curl -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 304, "all_permissive": false }
ansible_role
vyorkin-archive/ansible_playbooks
0b3ba2bfe0b12f994bb717bf5672d11820257f99
0
provisioning/roles/ssh
7,253
[ "no_license" ]
[ { "path": "provisioning/roles/ssh/tasks/main.yml", "content": "---\n- name: Reconfigure SSH to only allow access using key-based authentication\n sudo: yes\n lineinfile: dest=/etc/ssh/sshd_config\n regexp=\"^#?PasswordAuthentication\"\n line=\"PasswordAuthentication no\"\n notif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
vyorkin-archive/ansible_playbooks
0b3ba2bfe0b12f994bb717bf5672d11820257f99
0
provisioning/roles/zeromq
7,253
[ "no_license" ]
[ { "path": "provisioning/roles/zeromq/tasks/main.yml", "content": "---\n- name: Create directory for zeroMQ build\n file: path=/zeromq/ state=directory mode=0744\n\n- name: Get zeroMQ tarball\n get_url: url=http://download.zeromq.org/zeromq-2.2.0.tar.gz dest=/zeromq/ mode=0744\n\n- name: Untar and uncompre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
cours-matangi-dev/ansible-jenkins
416ad0a2999745fc2f6f1edb5770521fb667b4f7
0
roles/deploy_wordpress
7,253
[ "no_license" ]
[ { "path": "roles/deploy_wordpress/tasks/main.yml", "content": "---\n# tasks file for roles/deploy_wordpress\n- name: install docker & docker for python\n apt:\n name: docker.io, python3-docker\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- name: \"Instanciate wordpress {{ it...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3196, "all_permissive": false }
ansible_role
jawaad-ahmad/dev-inf
6817d878f0126f0d7403526e16aadcf427f99f82
0
roles/dev-workstations
7,253
[ "no_license" ]
[ { "path": "roles/dev-workstations/templates/usr/local/bin/setup-concourse.sh.j2", "content": "#!/bin/sh\n# {{ ansible_banner }}\n\nDOCKER_COMPOSE=/usr/local/bin/docker-compose\nGIT=/usr/bin/git\n\nREPO_HOME=\"${HOME}/repo\"\n\n#---\n# Main\n#---\n\n if [ -d \"${REPO_HOME}\" ]; then\n ${GIT} clone 'ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
jawaad-ahmad/dev-inf
6817d878f0126f0d7403526e16aadcf427f99f82
0
roles/docker-workstations
7,253
[ "no_license" ]
[ { "path": "roles/docker-workstations/tasks/main.yml", "content": "---\n\n#---\n# Install docker-ce\n#---\n\n# TODO Delete\n#- include: common-inf/roles/common-packages/tasks/pkg-install.yml package=apt-transport-https\n#- include: common-inf/roles/common-packages/tasks/pkg-install.yml package=ca-certificate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3923, "all_permissive": false }
ansible_role
jawaad-ahmad/dev-inf
6817d878f0126f0d7403526e16aadcf427f99f82
0
roles/mobile-dev-workstations
7,253
[ "no_license" ]
[ { "path": "roles/mobile-dev-workstations/tasks/main.yml", "content": "---\n\n# TODO - Are the TODOs below here still valid?\n## TODO: \"Failed to find required executable npm\" without symlink in /usr/local/bin\n## command: npm install -g cordova\n## command: \"echo user=[$USER] path=[$PATH]\"\n## enviro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": false }
ansible_role
jawaad-ahmad/dev-inf
6817d878f0126f0d7403526e16aadcf427f99f82
0
roles/npm-workstations
7,253
[ "no_license" ]
[ { "path": "roles/npm-workstations/vars/main.yml", "content": "---\n\nnode_version: 8.11.1\nnode_home: /opt/node-v{{ node_version }}-linux-x64\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/npm-workstations/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1566, "all_permissive": false }
ansible_role
hideyk/blockchain-python-deployment
4ccccb278b86aa60d5e61232a494f383722f48d7
0
ansible/roles/blockchain
7,254
[ "no_license" ]
[ { "path": "ansible/roles/blockchain/tasks/main.yml", "content": "---\n- name: Update & upgrade apt cache\n apt:\n update_cache: yes\n upgrade: full\n\n- name: Install required system packages \n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-https', 'ca-certificates', '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1071, "all_permissive": false }
ansible_role
moontommy/xmrig-ansible
0968309195fdcf74480633a9ff9650be86eae328
1
roles/xmrig
7,254
[ "no_license" ]
[ { "path": "roles/xmrig/notify/main.yml", "content": "- name: Restart xmrig service\n ansible.builtin.systemd:\n name: xmrig.service\n state: restarted\n become: true\n when: not ansible_check_mode\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, { ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5494, "all_permissive": false }
ansible_role
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/common
7,254
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install epel repository\n yum: pkg={{item}} state=present\n with_items:\n - epel-release\n when: ansible_os_family == \"RedHat\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/elastic
7,254
[ "no_license" ]
[ { "path": "roles/elastic/templates/elasticsearch.yml.j2", "content": "cluster.name: {{ elastic_cluster_name }}\n\nnode.name: {{ ansible_hostname }}\n\nindex.number_of_shards: {{ elastic_shards_number }}\n\nindex.number_of_replicas: {{ elastic_replicas_number }}\n\nbootstrap.mlockall: true\n\npath.data: {{ e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2464, "all_permissive": false }
ansible_role
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/filesystem
7,254
[ "no_license" ]
[ { "path": "roles/filesystem/tasks/main.yml", "content": "---\n- name: create the {{ fstype }} filesystem on /dev/{{ dev }}\n filesystem: fstype={{ fstype }} dev=/dev/{{ dev }}\n\n- name: create the {{ mountpoint }} mountpoint\n file: dest={{ mountpoint }} state=directory\n\n- name: mount the filesystem un...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/java
7,254
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: install java\n yum: pkg=java-{{ java_version }}-openjdk state=present", "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
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/kibana
7,254
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: download and verify Kibana archive\n get_url: url={{ kibana_url }} sha256sum={{ kibana_archive_sha256 }} dest=/tmp/kibana-{{ kibana_version }}.tar.gz\n\n- name: create kibana system account\n user: name=kibana home=/opt/kibana shell=/bin/tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/logstash
7,254
[ "no_license" ]
[ { "path": "roles/logstash/templates/20-filter.conf-shipper.j2", "content": "# logstash filter configuration\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/logstash/templates/10-input.conf-indexer.j2", "content": "# logstash input confi...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 7614, "all_permissive": false }
ansible_role
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/nginx
7,254
[ "no_license" ]
[ { "path": "roles/nginx/templates/kibana.conf.j2", "content": "server {\n listen 80;\n\n server_name {{ server_name }};\n\n location / {\n proxy_pass http://127.0.0.1:8080;\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 578, "all_permissive": false }
ansible_role
bartekrutkowski/ansible-elk
ec96018abd88b2a531a843ad60b2996d0c852474
2
roles/redis
7,254
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: install redis\n yum: pkg=redis state=present\n\n- name: create redis config file\n template: src=redis.conf.j2 dest={{ redis_conf }}\n notify: restart redis\n\n- name: set memory sysctl required by redis\n sysctl: name=vm.overcommit_memory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
Otus-DevOps-2018-02/fl64_infra
81a8987cddb0ba7a0bb53e2817b4fc8178c17843
0
ansible/roles/deploy
7,254
[ "no_license" ]
[ { "path": "ansible/roles/deploy/defaults/main.yml", "content": "---\n# defaults file for deploy\ndeploy_user: appuser\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n# tasks file for de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
boreal321/elasticsearch-aws-ansible
b38bb6e057e3cecbc51f173bebb25c36d0c30ac2
0
roles/common-packages
7,254
[ "no_license" ]
[ { "path": "roles/common-packages/tasks/main.yml", "content": "---\n# common-packages/tasks/main.yml\n\n- name: Add apt keys required for elasticsearch\n apt_key: url={{ elastic_apt_key }}\n tags: [packages]\n\n- name: Add repos from elasticsearch\n apt_repository: repo={{ elastic_apt_repo }}\n tags: [pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
mbruzek/ansible-openstack-setup
fb205c0a0d63bbf9bca4c8d1e797d25ca7248613
0
roles/general-prerequisites
7,254
[ "no_license" ]
[ { "path": "roles/general-prerequisites/tasks/main.yml", "content": "---\n# Some cloud images only have python3 installed, Ansible needs python2 to run.\n- name: Bootstrapping Python on this system\n become: true\n # Use the raw module to ensure that python2 in installed on this system.\n raw: yum --assum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2991, "all_permissive": false }
ansible_role
mbruzek/ansible-openstack-setup
fb205c0a0d63bbf9bca4c8d1e797d25ca7248613
0
roles/openstack-client
7,254
[ "no_license" ]
[ { "path": "roles/openstack-client/vars/main.yml", "content": "---\npackages:\n Fedora:\n - python2-virtualenv\n CentOS:\n - python-virtualenv\n RedHat:\n - python-virtualenv\n openstack:\n - python-openstackclient==3.11.0\n - python-heatclient\npip: pip\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1304, "all_permissive": false }
ansible_role
jamgodtree/php-study
406e0b44089261d5377ab80df5d378a6ca80abbb
0
vagrant/ansible/roles/mysql
7,254
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/mysql/tasks/main.yml", "content": "- name: Add MySQL Repository\n yum:\n name: \"http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm\"\n state: present\n\n- name: Install MySQL\n yum:\n name: \"{{ item }}-{{ mysql.version }}\"\n state: present\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
jamgodtree/php-study
406e0b44089261d5377ab80df5d378a6ca80abbb
0
vagrant/ansible/roles/nginx
7,254
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/nginx/tasks/main.yml", "content": "- name: put nginx repo\n template:\n src: \"nginx.repo.j2\"\n dest: \"/etc/yum.repos.d/nginx.repo\"\n owner: \"root\"\n group: \"root\"\n\n- name: install nginx\n yum:\n name: \"nginx-{{ nginx.version }}\"\n state: \"pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
julio03451/ansible-deploy-example
5d46615cf2a28820fffcc65a8e34a0804729af49
0
roles/extra_vars_check
7,254
[ "no_license" ]
[ { "path": "roles/extra_vars_check/tasks/main.yml", "content": "- name: \"Verify that required variables are defined\"\n assert:\n that: \"{{ item }} is defined\"\n fail_msg: \"{{ item }} must be defined!\"\n success_msg: \"Extra variable {{ item }} is defined.\"\n quiet: yes\n with_items: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
spring-raining/odango
1cb71efe491e67b864d11cda4662ea0d21908d7b
2
roles/chinachu
7,254
[ "no_license" ]
[ { "path": "roles/chinachu/files/chinachu_installer.sh", "content": "#!/usr/bin/expect\nspawn ./chinachu installer\nexpect \"what do you install? >\"\nsend \"1\\n\"\ninteract\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/chinachu/vars/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2622, "all_permissive": false }
ansible_role
spring-raining/odango
1cb71efe491e67b864d11cda4662ea0d21908d7b
2
roles/encoder
7,254
[ "no_license" ]
[ { "path": "roles/encoder/vars/main.yml", "content": "---\nencoder_dir: /chinachu/encoder\nencoder_log_path: /chinachu/chinachu/log/encoder\nffmpeg_path: /chinachu/chinachu/usr/bin/ffmpeg\nnode_path: /chinachu/chinachu/.nave/node\noutput_dir: /mnt/odango\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5063, "all_permissive": false }
ansible_role
spring-raining/odango
1cb71efe491e67b864d11cda4662ea0d21908d7b
2
roles/mackerel
7,254
[ "no_license" ]
[ { "path": "roles/mackerel/tasks/main.yml", "content": "---\n- name: install curl\n apt: name=curl\n tags: curl\n\n- name: register mackerel-agent repo\n shell: curl -fsSL https://mackerel.io/assets/files/scripts/setup-apt.sh | sh\n tags: mackerel\n\n- name: install mackerel-agent\n apt: name=mackerel-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
spring-raining/odango
1cb71efe491e67b864d11cda4662ea0d21908d7b
2
roles/mount_storage
7,254
[ "no_license" ]
[ { "path": "roles/mount_storage/tasks/main.yml", "content": "---\n- name: install parted\n apt: name=parted\n tags: parted\n\n- name: install btrfs-tools\n apt: name=btrfs-tools\n tags: btrfs-tools\n\n- name: check a storage is mounted\n command: parted -lm\n register: result\n failed_when: \"'{{ devi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1183, "all_permissive": false }
ansible_role
spring-raining/odango
1cb71efe491e67b864d11cda4662ea0d21908d7b
2
roles/pre_chinachu
7,254
[ "no_license" ]
[ { "path": "roles/pre_chinachu/tasks/main.yml", "content": "---\n- name: install build-essential\n apt: name=build-essential\n tags: build-essential\n\n- name: install curl\n apt: name=curl\n tags: curl\n\n- name: install git\n apt: name=git\n tags: git\n\n- name: install libssl-dev\n apt: name=libssl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 969, "all_permissive": false }
ansible_role
spring-raining/odango
1cb71efe491e67b864d11cda4662ea0d21908d7b
2
roles/pt
7,254
[ "no_license" ]
[ { "path": "roles/pt/tasks/main.yml", "content": "---\n- name: install make\n apt: name=make\n tags: make\n\n- name: install linux-headers\n apt: name=linux-headers-{{ ansible_kernel }}\n tags: linux-headers\n\n- name: install pkg-config\n apt: name=pkg-config\n tags: pkg-config\n\n- name: install gcc\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2633, "all_permissive": false }
ansible_role
IPvSean/sample_vlans
1dec3fe47fbba0bfc8608bd65e140978c04dc9ae
0
roles/backup
7,254
[ "no_license" ]
[ { "path": "roles/backup/tasks/eos.yml", "content": "- name: backup arista configuration\n arista.eos.eos_config:\n backup: true\n backup_options:\n dir_path: /tmp/\n filename: \"{{ inventory_hostname }}\" \n register: config_output\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
IPvSean/sample_vlans
1dec3fe47fbba0bfc8608bd65e140978c04dc9ae
0
roles/facts
7,254
[ "no_license" ]
[ { "path": "roles/facts/tasks/eos.yml", "content": "---\n- name: gather arista eos facts\n arista.eos.facts:\n gather_subset: config\n gather_network_resources: \"{{ network_resource | default('!bgp_global,!bgp_address_family') }}\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 586, "all_permissive": false }
ansible_role
IPvSean/sample_vlans
1dec3fe47fbba0bfc8608bd65e140978c04dc9ae
0
roles/restore
7,254
[ "no_license" ]
[ { "path": "roles/restore/tasks/eos.yml", "content": "- debug:\n msg: \"restoring from /backup/{{rollback_date}}/{{inventory_hostname}}\"\n\n- name: restore the config\n arista.eos.config:\n replace: config\n src: \"/backup/{{rollback_date}}/{{inventory_hostname}}\"\n\n- name: print to terminal win...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
iqueryable/macos-setup
7bd6da31dd88e39b6a8ea69f7e1dbf087238ef78
0
roles/dotfiles
7,260
[ "no_license" ]
[ { "path": "roles/dotfiles/defaults/main.yaml", "content": "---\ndotfiles_repo: \"<EMAIL>:iqueryable/dotfiles.git\"\ndotfiles_repo_version: master\ndotfiles_folder: \"~/code/iqueryable/dotfiles\"\ndotfiles_files:\n - name: .gitconfig\n path: ~/.gitconfig\n - name: .p10k.zsh\n path: ~/.p10k.zsh\n - n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 784, "all_permissive": false }
ansible_role
iqueryable/macos-setup
7bd6da31dd88e39b6a8ea69f7e1dbf087238ef78
0
roles/homebrew
7,260
[ "no_license" ]
[ { "path": "roles/homebrew/defaults/main.yml", "content": "---\nhomebrew_repo: https://github.com/Homebrew/brew\nhomebrew_install_path: \"/opt/homebrew\"\nhomebrew_brew_bin: \"{{ homebrew_install_path }}/bin/brew\"\nhomebrew_cask_appdir: /Applications\n\nhomebrew_taps:\n - homebrew/core\n - homebrew/cask\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3084, "all_permissive": false }
ansible_role
iqueryable/macos-setup
7bd6da31dd88e39b6a8ea69f7e1dbf087238ef78
0
roles/oh-my-zsh
7,260
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/defaults/main.yaml", "content": "---\noh_my_zsh_repo: https://github.com/robbyrussell/oh-my-zsh\noh_my_zsh_install_path: \"~/.oh-my-zsh\"\n\noh_my_zsh_theme_repo: \"https://github.com/romkatv/powerlevel10k.git\"\noh_my_zsh_custom_theme_path: \"{{ oh_my_zsh_install_path }}/custom/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1094, "all_permissive": false }
ansible_role
iqueryable/macos-setup
7bd6da31dd88e39b6a8ea69f7e1dbf087238ef78
0
roles/ssh-key
7,260
[ "no_license" ]
[ { "path": "roles/ssh-key/defaults/main.yaml", "content": "---\n# ssh_key_github_name: \"\"\nssh_key_github_access_token: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/ssh-key/tasks/main.yaml", "content": "---\n- name: genera...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 680, "all_permissive": false }
ansible_role
iqueryable/macos-setup
7bd6da31dd88e39b6a8ea69f7e1dbf087238ef78
0
roles/vscode-extensions
7,260
[ "no_license" ]
[ { "path": "roles/vscode-extensions/defaults/main.yaml", "content": "---\nvscode_extensions:\n - dbaeumer.vscode-eslint\n - eamodio.gitlens\n - editorconfig.editorconfig\n - equinusocio.vsc-material-theme\n - esbenp.prettier-vscode\n - github.copilot\n - hashicorp.terraform\n - ms-azuretools.vscode-d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 677, "all_permissive": false }
ansible_role
imunixx/ansible-sonarqube
991a78455183cd30727e7136f392e005eabf8a51
0
roles/common
7,260
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - curl\n - openssh-server\n - ca-certificates", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
olvanotjeanclaude/epin-naka-infra
4ea57070ea0633e610fa0aa0e4031037e97cf120
0
ansible/roles/epin
7,260
[ "no_license" ]
[ { "path": "ansible/roles/epin/files/docker-compose.yml", "content": "services:\r\n backend:\r\n image: olvanotjeanclaude/epin-backend:latest\r\n container_name: laravel-app\r\n expose:\r\n - \"9000\"\r\n restart: unless-stopped\r\n\r\n socket:\r\n image: olvanotjeanclaude/epin-socket:l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2061, "all_permissive": false }
ansible_role
jeff-tw-dev/devenv
5f93bf7b6861747a7ca17a18976a1448a43350d0
0
macos/roles/nvim
7,260
[ "no_license" ]
[ { "path": "macos/roles/nvim/templates/init.vim.j2", "content": "\" Autoinstall\nif empty(glob('~/.config/nvim/autoload/plug.vim'))\n silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs\n \\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n augroup plug_install\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 15939, "all_permissive": false }
ansible_role
jeff-tw-dev/devenv
5f93bf7b6861747a7ca17a18976a1448a43350d0
0
macos/roles/sdks
7,260
[ "no_license" ]
[ { "path": "macos/roles/sdks/defaults/main.yml", "content": "init_sdkman: \"source {{ user.home }}/.sdkman/bin/sdkman-init.sh\"\nsdks: [ java ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "macos/roles/sdks/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
jeff-tw-dev/devenv
5f93bf7b6861747a7ca17a18976a1448a43350d0
0
macos/roles/stow
7,260
[ "no_license" ]
[ { "path": "macos/roles/stow/tasks/main.yml", "content": "---\n\n- name: Symlink configs\n command: \"stow -d {{ dotfiles }} -S {{ item }}\"\n with_lines: \"cat {{ dotfiles }}/stow.txt\"\n ignore_errors: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
jeff-tw-dev/devenv
5f93bf7b6861747a7ca17a18976a1448a43350d0
0
macos/roles/zsh
7,260
[ "no_license" ]
[ { "path": "macos/roles/zsh/templates/.zprofile.j2", "content": "# Load homebrew\neval \"$(/opt/homebrew/bin/brew shellenv)\"\n\n# Load rbenv for login shells for solargraph vscode extension\neval \"$(rbenv init -)\"\n\nexport REVEAL_RUBOCOP_TODO=1\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1353, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/ansible-managed
7,260
[ "no_license" ]
[ { "path": "roles/ansible-managed/tasks/main.yml", "content": "---\n- name: Create the sudo group.\n group:\n name: sudo\n state: present\n tags:\n - user\n\n- name: Create the ansible user.\n user:\n name: \"{{ cm_user }}\"\n groups: sudo\n shell: /bin/bash\n uid: \"{{ cm_user_uid }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1204, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/cobbler
7,260
[ "no_license" ]
[ { "path": "roles/cobbler/vars/dnf_systems.yml", "content": "---\n# cobbler-web pulls in cobbler\ncobbler_package: cobbler-web\ncobbler_service: cobblerd\nhttpd_service: httpd\ncobbler_extra_packages:\n - git\n - syslinux\n - pykickstart\n - fence-agents-all\n - nmap\n - ansible\n\npip_packages: []\n\n...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 20862, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/cobbler_profile
7,260
[ "no_license" ]
[ { "path": "roles/cobbler_profile/tasks/import_distro.yml", "content": "---\n# This profile will do all the work necessary to create a new distro/profile\n# pair in Cobbler.\n\n# Since this profile will be used several times in the same playbook,\n# mention the distro name each time.\n- name: Distro name\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 20240, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/cobbler_systems
7,260
[ "no_license" ]
[ { "path": "roles/cobbler_systems/tasks/main.yml", "content": "---\n- import_tasks: populate_systems.yml\n tags:\n - systems\n\n- name: Run cobbler sync\n command: cobbler sync\n no_log: true\n tags:\n - systems\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2735, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/common
7,260
[ "no_license" ]
[ { "path": "roles/common/tasks/kerberos.yml", "content": "---\n# Install and Configure a Kerberos client\n\n- name: Install Kerberos Packages (RedHat)\n package:\n name: krb5-workstation\n state: present\n when: ansible_os_family == 'RedHat'\n\n# See http://tracker.ceph.com/issues/15439\n- name: Clea...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 29, "total_bytes": 57980, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/container-host
7,260
[ "no_license" ]
[ { "path": "roles/container-host/vars/main.yml", "content": "---\ncontainer_mirror_cert_paths:\n - \"/etc/docker/certs.d/{{ container_mirror }}\"\n - \"/etc/containers/certs.d/{{ container_mirror }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "pat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4525, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/dhcp-server
7,260
[ "no_license" ]
[ { "path": "roles/dhcp-server/templates/dhcpd.conf.j2", "content": "{% for item in dhcp_global_options %}\n{% for key, value in item.items() %}\n{{ key }} {{ value }};\n{% endfor %}\n{% endfor %}\n\n{% for key, value in dhcp_subnets.items() %}\ninclude \"/etc/dhcp/dhcpd.{{ key }}.conf\";\n{% endfor %}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4646, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/downstream-setup
7,260
[ "no_license" ]
[ { "path": "roles/downstream-setup/tasks/disable_yum_repos.yml", "content": "---\n- name: Disable yum repos.\n lineinfile:\n dest: \"/etc/yum.repos.d/{{ item }}.repo\"\n line: \"enabled=0\"\n regexp: \"enabled=1\"\n backrefs: yes\n state: present\n with_items: \"{{ repos }}\"\n ignore_error...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4406, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/firmware
7,260
[ "no_license" ]
[ { "path": "roles/firmware/tasks/mira/bios-update.yml", "content": "---\n# This file is only called when current_bios_version\n# and latest_bios_version do not match\n\n- name: Install packages for CentOS/RHEL\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - pciutils-devel\n - zl...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 16950, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/fog-server
7,260
[ "no_license" ]
[ { "path": "roles/fog-server/templates/temp_settings.j2", "content": "{% if fog_ipaddress is defined %}\nipaddress='{{ fog_ipaddress }}'\n{% else %}\nipaddress='{{ ansible_default_ipv4.address }}'\n{% endif %}\n{% if fog_interface is defined %}\ninterface='{{ fog_interface }}'\n{% else %}\ninterface='{{ ansi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6649, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/gateway
7,260
[ "no_license" ]
[ { "path": "roles/gateway/tasks/users.yml", "content": "---\n- name: Populate list of OpenVPN users\n set_fact:\n openvpn_users:\n \"{{ admin_users|list + lab_users|list + openvpn_users|list }}\"\n\n- name: Update users file\n template:\n src: users.j2\n dest: \"{{ openvpn_data_dir }}/users\"...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 21941, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/grafana_agent
7,260
[ "no_license" ]
[ { "path": "roles/grafana_agent/tasks/useradd-selinux.yml", "content": "---\n- name: useradd - Install SELinux dependencies\n package:\n name: \"{{ useradd_selinux_packages|list }}\"\n state: present\n\n# ignore_errors in case we don't have any repos\n- name: useradd - Ensure SELinux policy is up to d...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5205, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/long_running_cluster
7,260
[ "no_license" ]
[ { "path": "roles/long_running_cluster/tasks/main.yml", "content": "---\n# We only need to install nagios checks on MON nodes\n- name: Check if MON node\n command: \"systemctl status ceph-mon@{{ ansible_hostname }}\"\n ignore_errors: true\n changed_when: false\n register: mon_service_status\n\n- import_t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2527, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/nameserver
7,260
[ "no_license" ]
[ { "path": "roles/nameserver/handlers/main.yml", "content": "---\n# Restart for config file updates\n- name: restart named\n service:\n name: named\n state: restarted\n\n# Reload for zone file updates\n- name: reload named\n service:\n name: named\n state: reloaded\n", "license_type": "no_l...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 36337, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/nsupdate_web
7,260
[ "no_license" ]
[ { "path": "roles/nsupdate_web/vars/ubuntu_16.yml", "content": "packages:\n - git\n - python3-minimal\n - virtualenv\n - dnsutils\n - nginx\n\nnginx_available: \"/etc/nginx/sites-available\"\nnginx_enabled: \"/etc/nginx/sites-enabled\"\nnsupdate_web_conf: \"nsupdate_web\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4604, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/ntp-server
7,260
[ "no_license" ]
[ { "path": "roles/ntp-server/templates/ntp.conf.j2", "content": "# {{ ansible_managed }}\n\n# For more information about this file, see the man pages\n# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).\n\ndriftfile /var/lib/ntp/drift\n\n# Permit time synchronization with our time ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4254, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/packages
7,260
[ "no_license" ]
[ { "path": "roles/packages/tasks/packages.yml", "content": "---\n- name: Install or remove apt packages\n apt:\n update_cache: true\n name: \"{{ item }}\"\n state: \"{{ state }}\"\n with_items: \"{{ apt_packages }}\"\n when: apt_packages|length > 0 and\n ansible_pkg_mgr == \"apt\"\n\n- nam...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2325, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/paddles
7,260
[ "no_license" ]
[ { "path": "roles/paddles/README.rst", "content": "Paddles\n==========\nThis role is used to configure a node to run paddles_. It is able to deploy via two methods:\n\n1. Using a Docker service to manage replicated containers\n2. Cloning paddles_ directly and using supervisord to run it\n\nBoth use postgresq...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 16992, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/pcp
7,260
[ "no_license" ]
[ { "path": "roles/pcp/files/1h1m.json", "content": "{\n \"id\": null,\n \"title\": \"past 1h every 1m\",\n \"originalTitle\": \"past 1h every 1m\",\n \"tags\": [],\n \"style\": \"light\",\n \"timezone\": \"utc\",\n \"editable\": true,\n \"hideControls\": false,\n \"sharedCrosshair\": false,\n \"row...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 25202, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/public_facing
7,260
[ "no_license" ]
[ { "path": "roles/public_facing/tasks/download.ceph.com.yml", "content": "---\n- name: Put logrotate config in place\n template:\n src: templates/download.ceph.com/logrotate.j2\n dest: /etc/logrotate.d/download.ceph.com\n\n# Used for pushing upstream builds\n# https://github.com/ceph/ceph-build/blob/m...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 18829, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/pulpito
7,260
[ "no_license" ]
[ { "path": "roles/pulpito/tasks/apt_systems.yml", "content": "---\n- name: Install packages via apt\n apt:\n name: \"{{ pulpito_extra_packages|list }}\"\n state: latest\n update_cache: yes\n cache_valid_time: 600\n no_log: true\n tags:\n - packages\n", "license_type": "no_license", ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5707, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/rook
7,260
[ "no_license" ]
[ { "path": "roles/rook/README.rst", "content": "Rook\n====\n\nThis role is used for updating and recovering the rook jenkins in the rook ci Virtual Private Cloud (VPC).\n\nThe functions in this role are:\n\n**rook-jenkins-update:** For updating rook jenkins version to the version defined in the \"jenkins_con...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 10515, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/signalfx_splunk_agent_configuration
7,260
[ "no_license" ]
[ { "path": "roles/signalfx_splunk_agent_configuration/tasks/http.yml", "content": "---\n- name: Configure HTTP monitoring\n template:\n src: http.yaml.j2\n dest: \"{{ agent_extra_monitor_path }}/http.yaml\"\n owner: \"{{ signalfx_service_user }}\"\n group: \"{{ signalfx_service_group }}\"\n m...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 14318, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/teuthology
7,260
[ "no_license" ]
[ { "path": "roles/teuthology/vars/zypper_opensuse_leap_15.1.yml", "content": "---\nteuthology_extra_packages:\n - beanstalkd\n - git\n - gcc\n - libev-devel\n - libffi-devel\n - libmysqlclient-devel\n - libopenssl-devel\n - libvirt-devel\n - libyaml-devel\n - lsb-release\n - nginx\n - python2-dev...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 16120, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/users
7,260
[ "no_license" ]
[ { "path": "roles/users/tasks/create_users.yml", "content": "---\n# This is to prevent normal (read: human) users from ending up with UID 1000,\n# which testnodes needs for the teuthology user.\n- name: Set UID_MIN to 1001\n lineinfile:\n dest: /etc/login.defs\n regexp: \"^UID_MIN\"\n line: \"UID_M...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10714, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
roles/vmhost
7,260
[ "no_license" ]
[ { "path": "roles/vmhost/vars/main.yml", "content": "---\nvmhost_apt_packages:\n - qemu-kvm\n - libvirt-bin\n - bridge-utils\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/vmhost/tasks/main.yml", "content": "- import_tasks: packages....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6539, "all_permissive": false }
ansible_role
ceph/ceph-cm-ansible
0058713abceb21811b66a595ba6a778749f2f33f
22
tools/roles/generate-fog-csv
7,260
[ "no_license" ]
[ { "path": "tools/roles/generate-fog-csv/templates/csv.j2", "content": "{% for host in groups['cobbler_managed'] %}\n{% if hostvars[host]['mac'] is defined %}\n\"{{ hostvars[host]['mac'] }}\",\"{{ hostvars[host]['inventory_hostname_short'] }}\",\"\",\"\",\"1\",\"0\",\"\",\"\",\"fog\",\"\",\"\",\"\",\"\",\"\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
0xtr1gger/ansible_lab_epm
d0359c6f3ec19256258e1cb5dade397fe7896711
0
roles/collectd
7,260
[ "no_license" ]
[ { "path": "roles/collectd/defaults/main.yml", "content": "---\n# defaults file for collectd\ncollectd_package: \"collectd\"\ncollectd_plugin: \"write_prometheus\"\ncollectd_prometheus_port: 9103\ncollectd_modules:\n - df\n - processes\n - protocols\n - swap\n - tcpconns\n - uptime\n - users\n - vmem...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1700, "all_permissive": false }
ansible_role
0xtr1gger/ansible_lab_epm
d0359c6f3ec19256258e1cb5dade397fe7896711
0
roles/common
7,260
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# handlers file for common\n- name: Reboot\n ansible.builtin.reboot:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/common/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 875, "all_permissive": false }
ansible_role
pjlopezfayu/scripts_ansible
3bb7356172735990e9d8fb5c31523f2bd79df853
0
roles/role-install
7,260
[ "no_license" ]
[ { "path": "roles/role-install/defaults/main.yml", "content": "---\n# defaults file for role-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/role-install/vars/main.yml", "content": "---\n# vars file for role-install\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 148, "all_permissive": false }
ansible_role
pjlopezfayu/scripts_ansible
3bb7356172735990e9d8fb5c31523f2bd79df853
0
roles/role-snmp
7,260
[ "no_license" ]
[ { "path": "roles/role-snmp/defaults/main.yml", "content": "---\nsnmp_community: public\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/role-snmp/tasks/main.yml", "content": "---\n - name: descripcion instalar snmp\n yum: name=net-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 776, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/add_esxi_to_vcenter
7,260
[ "no_license" ]
[ { "path": "roles/add_esxi_to_vcenter/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - add_esxi_to_vcenter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/add_esxi_to_vcenter/vars/main.yml", "con...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2960, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/bastion_setup
7,260
[ "no_license" ]
[ { "path": "roles/bastion_setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - bastion_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/bastion_setup/templates/reverse_zone.j2", "content":...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 14767, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/cmdline_inventory
7,260
[ "no_license" ]
[ { "path": "roles/cmdline_inventory/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - cmdline_inventory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/cmdline_inventory/vars/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1144, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_credential
7,260
[ "no_license" ]
[ { "path": "roles/controller_credential/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - controller_credential\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/controller_credential/handlers/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1410, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_credentialtype
7,260
[ "no_license" ]
[ { "path": "roles/controller_credentialtype/handlers/main.yml", "content": "---\n# handlers file for controller_credentialtype\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/controller_credentialtype/defaults/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1243, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_ee
7,260
[ "no_license" ]
[ { "path": "roles/controller_ee/defaults/main.yml", "content": "---\n# defaults file for controller_ee\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/controller_ee/handlers/main.yml", "content": "---\n# handlers file for controller_ee\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1219, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_inventory_static
7,260
[ "no_license" ]
[ { "path": "roles/controller_inventory_static/handlers/main.yml", "content": "---\n# handlers file for controller_inventory_static\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/controller_inventory_static/vars/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5297, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_jobtemplate
7,260
[ "no_license" ]
[ { "path": "roles/controller_jobtemplate/defaults/main.yml", "content": "---\n# defaults file for controller_jobtemplate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/controller_jobtemplate/handlers/main.yml", "content": "---\n# handle...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2649, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_organization
7,260
[ "no_license" ]
[ { "path": "roles/controller_organization/handlers/main.yml", "content": "---\n# handlers file for controller_organization\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/controller_organization/tests/test.yml", "content": "---\n- hosts:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 996, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_project
7,260
[ "no_license" ]
[ { "path": "roles/controller_project/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - controller_project\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/controller_project/vars/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2022, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/controller_workflowtemplate
7,260
[ "no_license" ]
[ { "path": "roles/controller_workflowtemplate/tasks/main.yml", "content": "---\n- name: create workflow job template\n ansible.controller.workflow_job_template:\n controller_host: \"{{ controller_host }}\"\n controller_username: \"{{ controller_username }}\"\n controller_password: \"{{ <PASSWORD> }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1502, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/esxi_iso_boot
7,260
[ "no_license" ]
[ { "path": "roles/esxi_iso_boot/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - esxi_iso_boot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/esxi_iso_boot/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 561, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/esxi_iso_prep
7,260
[ "no_license" ]
[ { "path": "roles/esxi_iso_prep/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - esxi_iso_prep\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/esxi_iso_prep/vars/main.yml", "content": "---\n# var...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4300, "all_permissive": false }
ansible_role
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/oneview_config
7,260
[ "no_license" ]
[ { "path": "roles/oneview_config/defaults/main.yml", "content": "---\n# defaults file for oneview_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/oneview_config/templates/server_profile_template.j2", "content": " name: \"{{ inven...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8214, "all_permissive": false }