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 | bodsch/ansible-collection-coremedia | 2cafcd517fe11ba750577a858d9a8c829e34c810 | 0 | roles/content_server_reset | 390 | [
"permissive"
] | [
{
"path": "roles/content_server_reset/tasks/reset.yml",
"content": "---\n\n- name: reset content server {{ content_server_reset.content_server }}\n bodsch.coremedia.content_server_reset:\n management_container_image: \"{{ management_container.name }}\"\n content_server: \"{{ content_server_reset.cont... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4615,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-coremedia | 2cafcd517fe11ba750577a858d9a8c829e34c810 | 0 | roles/contentfeeder | 390 | [
"permissive"
] | [
{
"path": "roles/contentfeeder/molecule/default/group_vars/all/docker.yml",
"content": "---\n\ndocker_compose:\n install: false\n\ndocker_client_config:\n - username: root\n enabled: true\n owner: root\n group: root\n ## the location we should push client configuration\n location: \"/root/.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3784,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-coremedia | 2cafcd517fe11ba750577a858d9a8c829e34c810 | 0 | roles/licenses | 390 | [
"permissive"
] | [
{
"path": "roles/licenses/molecule/multiple-local-ressource/host_vars/rls/vars.yml",
"content": "---\n\ncoremedia_license_artifacts_rls:\n - service: 'rls'\n file: 'rls-license.zip'\n destination: 'rls-license.zip'\n\n...\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 15194,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-coremedia | 2cafcd517fe11ba750577a858d9a8c829e34c810 | 0 | roles/prometheus_config | 390 | [
"permissive"
] | [
{
"path": "roles/prometheus_config/molecule/default/tests/test_default.py",
"content": "import os\n\nimport pytest\nimport testinfra.utils.ansible_runner\nfrom ansible.parsing.dataloader import DataLoader\nfrom ansible.template import Templar\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 11530,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-coremedia | 2cafcd517fe11ba750577a858d9a8c829e34c810 | 0 | roles/themes_importer | 390 | [
"permissive"
] | [
{
"path": "roles/themes_importer/test-requirements.txt",
"content": "ansible-lint==5.4.0\nmolecule==4.0.1\nmolecule-docker==2.0.0\ndocker==5.0.3\nyamllint==1.27.1\nflake8==4.0.1\npytest==7.1.2\npytest-testinfra==6.8.0\ntox==3.25.1\ntox-gh-actions==2.9.1\nnetaddr==0.8.0\n",
"license_type": "permissive",
... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 28307,
"all_permissive": true
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | centos7/provisioning/roles/common | 390 | [
"no_license"
] | [
{
"path": "centos7/provisioning/roles/common/tasks/main.yml",
"content": "- name: Install dependencies\n sudo: yes\n yum: pkg={{item}} state=latest\n with_items:\n - git\n - tar\n - gcc\n - make\n - libffi-devel\n - zlib-devel\n - openssl-devel\n - libyaml-devel\n - readline-de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | centos7/provisioning/roles/deploy | 390 | [
"no_license"
] | [
{
"path": "centos7/provisioning/roles/deploy/templates/rails_logrotate.j2",
"content": "{{rails_log_path}}/{{environtment}}.log {\n daily\n rotate 2\n copytruncate\n delaycompress\n compress\n notifempty\n missingok\n}",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4337,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | centos7/provisioning/roles/memcached | 390 | [
"no_license"
] | [
{
"path": "centos7/provisioning/roles/memcached/tasks/main.yml",
"content": "---\n- name: install memcached\n yum: name={{ item }} enablerepo=epel state=present\n with_items:\n - memcached\n sudo: true\n tags:\n - memcached\n\n\n- name: Update config\n template: src=memcached.conf.j2 dest=/etc/sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | centos7/provisioning/roles/mysql | 390 | [
"no_license"
] | [
{
"path": "centos7/provisioning/roles/mysql/tasks/main.yml",
"content": "- name: Install Mysql repository\n yum: name=http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm state=present\n\n- name: install MySQL\n yum: name={{ item }} state=present\n with_items:\n - mysql\n - mysql-serve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1718,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | centos7/provisioning/roles/nginx | 390 | [
"no_license"
] | [
{
"path": "centos7/provisioning/roles/nginx/tasks/main.yml",
"content": "# file: provisioning/roles/nginx/tasks/main.yml\n- name: install nginx\n yum: name=nginx state=present\n tags:\n - nginx\n\n- name: put nginx.conf\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf\n tags:\n - nginx\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2327,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | centos7/provisioning/roles/ruby | 390 | [
"no_license"
] | [
{
"path": "centos7/provisioning/roles/ruby/tasks/rbenv.yml",
"content": "- name: git clone https://github.com/sstephenson/rbenv.git\n git: repo=https://github.com/sstephenson/rbenv.git dest={{ rbenv_root }}\n tags:\n - ruby\n - rbenv\n\n- name: create rbenv group\n sudo: yes\n group: name=rbenv st... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2326,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/common-setup | 390 | [
"no_license"
] | [
{
"path": "multi/roles/common-setup/files/etcd-lockctl",
"content": "#!/bin/sh\n\n# etcdを利用してロックを提供する\n\ncommand_type=$1\netcd_key_lockid=$2\nsleep_time=${3:-1}\n\n\nfunction lock() {\n # 排他制御\n # etcdにロックの仕組みが見当たらない!?\n # ディレクトリを作成してみて可能かどうかで判定する(古典的ロック)\n ret=$(/usr/bin/etcdctl mkdir ${etcd_key_lockid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5560,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/consul-bootstrap | 390 | [
"no_license"
] | [
{
"path": "multi/roles/consul-bootstrap/tasks/main.yml",
"content": "- name: Create Consul Services (templates)\n file: path=services/consul/templates state=directory mode=0755\n\n- name: Create Consul Services (instances)\n file: path=services/consul/instances state=directory mode=0755\n\n- name: Create ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5227,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/consul-sync | 390 | [
"no_license"
] | [
{
"path": "multi/roles/consul-sync/tasks/main.yml",
"content": "- name: Wait for consul activates\n raw: \"/home/core/tools/check-container consul true 8500\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/docker-init | 390 | [
"no_license"
] | [
{
"path": "multi/roles/docker-init/tasks/main.yml",
"content": "- name: set docker config (root)\n become: True\n file: path=/root/.docker state=directory mode=0700\n\n- name: copy docker config (root)\n become: True\n template: src=../template/config.json.j2 dest=/root/.docker/config.json\n\n- name: se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/etcd | 390 | [
"no_license"
] | [
{
"path": "multi/roles/etcd/tasks/main.yml",
"content": "- name: Transfer etcd cloud-config\n become: True\n template: src=/tmp/cloud-config.yml.etcd.j2 dest={{ ansible_coreos_cloud_config_path }}/cloud-config.yml.02-etcd\n\n# 古いメンバ情報が残ってる可能性があるので削除しておく\n- name: Remove etcd data dir\n become: True\n raw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/flannel-init | 390 | [
"no_license"
] | [
{
"path": "multi/roles/flannel-init/tasks/main.yml",
"content": "- name: flannel subnet setting\n become: True\n template: src=../template/cloud-config.yml.j2 dest={{ ansible_coreos_cloud_config_path }}/cloud-config.yml.04-flannel\n\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/fleet-init | 390 | [
"no_license"
] | [
{
"path": "multi/roles/fleet-init/tasks/main.yml",
"content": "- name: Transfer fleet cloud-config\n become: True\n template: src=../template/cloud-config.yml.j2 dest={{ ansible_coreos_cloud_config_path }}/cloud-config.yml.03-fleet\n\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/fleet-restart | 390 | [
"no_license"
] | [
{
"path": "multi/roles/fleet-restart/tasks/main.yml",
"content": "\n# fleetをrestart\n- name: fleet restart\n become: True\n raw: systemctl restart fleet\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/generate-cloud-config | 390 | [
"no_license"
] | [
{
"path": "multi/roles/generate-cloud-config/tasks/main.yml",
"content": "- name: Remove old cloud-config.yml\n become: true\n raw: rm -f {{ ansible_coreos_cloud_config_path }}/{{ ansible_coreos_cloud_config_userdata }}\n\n# 分割されたcloud-configをマージしてcloud-config.ymlを作成\n- name: Concat cloud-config parts\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/haproxy | 390 | [
"no_license"
] | [
{
"path": "multi/roles/haproxy/template/haproxy@.service.j2",
"content": "[Unit]\nDescription=HAProxy Service (Internal LoadBalancer)\nRequires=consul.service\nAfter=consul.service\n\n[Service]\nTimeoutStartSec=0\nRestart=always\nRestartSec=5\nExecStart=/home/core/services/haproxy/tools/haproxyctl start {{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5629,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/mysql-bootstrap | 390 | [
"no_license"
] | [
{
"path": "multi/roles/mysql-bootstrap/tasks/main.yml",
"content": "- name: Create MySQL Services (templates)\n file: path=services/mysql/templates state=directory mode=0755\n\n- name: Create MySQL Services (instances)\n file: path=services/mysql/instances state=directory mode=0755\n\n- name: Create MySQL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7241,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/mysql-deploy | 390 | [
"no_license"
] | [
{
"path": "multi/roles/mysql-deploy/tasks/main.yml",
"content": "- name: Starting MySQL datadir service on clusters via fleet\n raw: fleetctl start {{ ansible_env.HOME }}/services/mysql/instances/mysql_datadir@*\n\n- name: Starting MySQL service on clusters via fleet\n raw: fleetctl start {{ ansible_env.H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/nginx | 390 | [
"no_license"
] | [
{
"path": "multi/roles/nginx/template/nginx_datadir@.service.j2",
"content": "[Unit]\nDescription=Nginx Storage Service\nRequires=consul.service\nAfter=consul.service\n\n[Service]\nTimeoutStartSec=0\nRestart=always\nRestartSec=5\nEnvironment=\"DISK_NAME=nginx_datadir_%i\"\nEnvironment=\"DISK_REPOSITORY=busy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9442,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/nginx-deploy | 390 | [
"no_license"
] | [
{
"path": "multi/roles/nginx-deploy/tasks/main.yml",
"content": "- name: Starting nginx data_dir on clusters via fleet\n raw: fleetctl start {{ ansible_env.HOME }}/services/nginx/instances/nginx_datadir@*\n\n- name: Starting nginx service on clusters via fleet\n raw: fleetctl start {{ ansible_env.HOME }}/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/rails | 390 | [
"no_license"
] | [
{
"path": "multi/roles/rails/template/rails_datadir@.service.j2",
"content": "[Unit]\nDescription=Rails Storage Service\nRequires=consul.service\nAfter=consul.service\n\n[Service]\nTimeoutStartSec=0\nRestart=always\nRestartSec=5\nEnvironment=\"DISK_NAME=rails_datadir_%i\"\nEnvironment=\"DISK_REPOSITORY=busy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6256,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/rails-deploy | 390 | [
"no_license"
] | [
{
"path": "multi/roles/rails-deploy/tasks/main.yml",
"content": "- name: Starting rails datadir service on clusters via fleet\n raw: fleetctl start {{ ansible_env.HOME }}/services/rails/instances/rails_datadir@*\n\n- name: Starting rails service on clusters via fleet\n raw: fleetctl start {{ ansible_env.H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/redis | 390 | [
"no_license"
] | [
{
"path": "multi/roles/redis/template/redis@.service.j2",
"content": "[Unit]\nDescription=Redis Cluster Service\nRequires=<EMAIL>\nRequires=consul.service\nAfter=redis_<EMAIL>\nAfter=consul.service\n\n[Service]\nTimeoutStartSec=0\nRestart=always\nRestartSec=5\nExecStartPre=/home/core/services/redis/tools/re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9379,
"all_permissive": false
} |
ansible_role | matamura/vagrant | 194f2bd8615cb2ba2b7673532c18bd2b09d73012 | 0 | multi/roles/redis-deploy | 390 | [
"no_license"
] | [
{
"path": "multi/roles/redis-deploy/tasks/main.yml",
"content": "- name: Starting Redis datadir service on clusters via fleet\n raw: fleetctl start {{ ansible_env.HOME }}/services/redis/instances/redis_datadir@*\n\n- name: Starting Redis service on clusters via fleet\n raw: fleetctl start {{ ansible_env.H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | smirnovmikhail/raspberry-weather-station | fda3989dcc8cc943bb679368454ad8a872d3ecb9 | 0 | roles/base | 390 | [
"no_license"
] | [
{
"path": "roles/base/defaults/main.yml",
"content": "---\n# defaults file for base\n\nbase_deb_packages:\n - vim\n - screen\n - mc\n - python-apt\n\nbase_admin_team:\n- user: msmirnov\n key: \"{{ lookup('file', 'msmirnov.pub') }}\"\n shell: /bin/bash\n uid: 10000\n groups: [\"wheel\"]\n",
"lice... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | smirnovmikhail/raspberry-weather-station | fda3989dcc8cc943bb679368454ad8a872d3ecb9 | 0 | roles/dhsensor | 390 | [
"no_license"
] | [
{
"path": "roles/dhsensor/tasks/main.yml",
"content": "---\n# tasks file for dhsensor\n- name: 'Install a .deb package from the internet'\n apt:\n deb: https://repo.zabbix.com/zabbix/4.0/raspbian/pool/main/z/zabbix-release/zabbix-release_4.0-2+stretch_all.deb\n become: yes\n become_user: root\n regis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1362,
"all_permissive": false
} |
ansible_role | lulzimv/demon_ansible | 8a5fe6ee8ef36b6f57c95cd9597abd1c3d62a8a5 | 0 | roles/base | 390 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "\n- name: add ssh key for ansible\n authorized_key:\n user: ansible\n key: \"<KEY>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | lulzimv/demon_ansible | 8a5fe6ee8ef36b6f57c95cd9597abd1c3d62a8a5 | 0 | roles/db_servers | 390 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Install mariadb on Ubuntu\n tags: centos,db,mariadb\n apt:\n name:\n - mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | CYBERDEVILZ/Stock-Market-Prediction | 8b38db70bbb86488af688d7d8e6ad0f67cccc9b8 | 7 | ansible/roles/initial_server_setup | 390 | [
"no_license"
] | [
{
"path": "ansible/roles/initial_server_setup/tasks/main.yml",
"content": "# roles/example/tasks/main.yml\n- name: Install the correct web server for RHEL\n import_tasks: redhat.yml\n when: ansible_facts['os_family']|lower == 'redhat'\n\n- name: Install the correct web server for Debian\n import_tasks: d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/change-IP-static | 390 | [
"no_license"
] | [
{
"path": "roles/change-IP-static/handlers/main.yml",
"content": "---\n- name: Apply netplan\n become: true\n shell: netplan apply\n async: 35\n poll: 0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/change-IP-static/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/common | 390 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for common\n- name: restart sshd\n become: true\n shell: systemctl restart ssh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/common/tasks/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/docsify | 390 | [
"no_license"
] | [
{
"path": "roles/docsify/templates/unit.j2",
"content": "[Unit]\nDescription=My docsify web-portfolioo\nRequires=network.target\nAfter=network.target\n\n[Service]\nType=simple\nUser=root\nWorkingDirectory={{ work_dir }}\nExecStart=/usr/local/bin/docsify serve . --port {{ docsify_port }}\nRestart=always\nRes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2034,
"all_permissive": false
} |
ansible_role | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/fail2ban | 390 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": "- name: Install fail2ban\n become: true\n apt: \n name:\n - fail2ban\n update_cache: yes \n state: latest\n\n- name: Configure fail2ban\n become: true\n template:\n src: templates/jail.local.j2\n dest: /etc/fail2ban/jail.local\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/iptables | 390 | [
"no_license"
] | [
{
"path": "roles/iptables/templates/samba.rules.v4.j2",
"content": "\n*filter\n:INPUT DROP [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n-A INPUT -i lo -j ACCEPT\n-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT\n-A INPUT -p tcp -m tcp --dport {{ ssh_port }} -j ACCEPT\n\n# SAMBA\n-A INPUT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1519,
"all_permissive": false
} |
ansible_role | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/reboot | 390 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n# tasks file for reboot\n- name: Reboot machine and send a message\n ansible.builtin.reboot:\n msg: \"Rebooting machine in 5 seconds\"",
"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 | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/samba | 390 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "---\n# tasks file for samba\n- name: Backup samba.cnf\n ansible.builtin.copy:\n src: /etc/samba/smb.conf\n dest: \"/etc/samba/smb_bac_{{ ansible_date_time.date }}.conf\"\n\n- name: Create directory for share\n ansible.builtin.file:\n path: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1266,
"all_permissive": false
} |
ansible_role | Alex-V92/ansible-playbook | 2fb4a8449e963dbd61dd6d3d073e2ddb342b6f29 | 0 | roles/wg-client | 390 | [
"no_license"
] | [
{
"path": "roles/wg-client/vars/main.yml",
"content": "---\n# vars file for wg-client\nwg_name: wg0\n\nrhel_packages:\n - epel-release\n - elrepo-release\n - kmod-wireguard\n - wireguard-tools\n\ndeb_packages:\n - wireguard",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | Francisc0hll/goblc | 6ef888d974bd7a5d020ab1ab0e83d12b66e0a3d0 | 0 | kioskos-master/scripts/ansible-play/roles/chrome | 403 | [
"no_license"
] | [
{
"path": "kioskos-master/scripts/ansible-play/roles/chrome/templates/src/chrome_starter.rb",
"content": "class ChromeStarter\n def self.restart\n fork do \n `\n pgrep chrome | xargs kill -9\n rm -rf /home/kiosk/.{config,cache}/google-chrome/\n\n /usr/bin/google-chrome \\\n --no-first-run... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 9573,
"all_permissive": false
} |
ansible_role | Francisc0hll/goblc | 6ef888d974bd7a5d020ab1ab0e83d12b66e0a3d0 | 0 | kioskos-master/scripts/ansible-play/roles/email | 403 | [
"no_license"
] | [
{
"path": "kioskos-master/scripts/ansible-play/roles/email/templates/sasl_passwd.j2",
"content": "[smtp.gmail.com]:587 {{ gmail_account }}:{{ gmail_password }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "kioskos-master/scripts/ansible-play/ro... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1882,
"all_permissive": false
} |
ansible_role | Francisc0hll/goblc | 6ef888d974bd7a5d020ab1ab0e83d12b66e0a3d0 | 0 | kioskos-master/scripts/ansible-play/roles/printer | 403 | [
"no_license"
] | [
{
"path": "kioskos-master/scripts/ansible-play/roles/printer/templates/print_server_starter.j2",
"content": "#!/bin/bash\ncd /home/{{ totem_linux_user }}/printer\n/home/{{ totem_linux_user }}/.gem/ruby/2.3.0/bin/bundle install --path vendor/bundle\nruby /home/{{ totem_linux_user }}/printer/server.rb\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1497,
"all_permissive": false
} |
ansible_role | arturluik/LS-Collection | cb8e2562f933e35ef6ee9f146dd9cbbf5347beed | 0 | roles/aivar-servers | 403 | [
"no_license"
] | [
{
"path": "roles/aivar-servers/tasks/main.yml",
"content": "---\n- include: apt.yml\n- include: ufw.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/aivar-servers/tasks/ufw.yml",
"content": "---\n- name: enable firewall\n ufw:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | arturluik/LS-Collection | cb8e2562f933e35ef6ee9f146dd9cbbf5347beed | 0 | roles/ansible-ossec-agent | 403 | [
"no_license"
] | [
{
"path": "roles/ansible-ossec-agent/playbook.yml",
"content": "---\n\n- hosts: ossec-server-centos\n roles:\n - role: dj-wasabi.ossec-server\n changed_when: False\n\n- hosts: all:!ossec-server-centos\n pre_tasks:\n - name: \"Get ip Ossec Server\"\n local_action: shell docker inspect --for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5976,
"all_permissive": false
} |
ansible_role | arturluik/LS-Collection | cb8e2562f933e35ef6ee9f146dd9cbbf5347beed | 0 | roles/common | 403 | [
"no_license"
] | [
{
"path": "roles/common/tasks/apt.yml",
"content": "---\n- name: upgrade packages\n apt:\n update_cache: yes\n upgrade: full\n\n- name: install common packages\n apt:\n name: \"{{ item }}\"\n state: latest\n when: ansible_distribution == 'Ubuntu' or ansible_distribution == 'Debian'\n with_it... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3338,
"all_permissive": false
} |
ansible_role | arturluik/LS-Collection | cb8e2562f933e35ef6ee9f146dd9cbbf5347beed | 0 | roles/workstation | 403 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/apt.yml",
"content": "---\n- name: uninstall unneeded services\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - rpcbind\n - snmpd\n - libsnmp-base\n - ntpd\n - ntp\n - openntpd\n - exim4\n - exim4-base\n - exim4-daemon-ligh... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4862,
"all_permissive": false
} |
ansible_role | navneetlal/ansible-terraform-awscli-configuration | 37bf8ab8bd92fa44f3e3bc0985ad5029bb6e5cbc | 0 | roles/awscli | 403 | [
"no_license"
] | [
{
"path": "roles/awscli/tasks/main.yml",
"content": "---\n- name: Install Python3 Pip\n become: yes\n apt:\n name: \"{{ python_packages }}\"\n state: present\n update_cache: yes\n with_items: \"{{ python_packages }}\"\n\n- name: Install AWS CLI\n become: yes\n pip:\n name: awscli\n state... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1398,
"all_permissive": false
} |
ansible_role | navneetlal/ansible-terraform-awscli-configuration | 37bf8ab8bd92fa44f3e3bc0985ad5029bb6e5cbc | 0 | roles/terraform | 403 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "- name: Install unzip\n become: yes\n apt:\n pkg: unzip\n state: present\n\n- name: Install Terraform\n become: yes\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.12.18/terraform_0.12.18_linux_amd64.zip\n dest: /usr/bin\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | navneetlal/ansible-terraform-awscli-configuration | 37bf8ab8bd92fa44f3e3bc0985ad5029bb6e5cbc | 0 | roles/terraform-resource | 403 | [
"no_license"
] | [
{
"path": "roles/terraform-resource/defaults/main.yml",
"content": "project_dir: ../../project",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/terraform-resource/tasks/main.yml",
"content": "- name: \"show files\"\n shell: \"pwd\"\n\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/approve_ico_update | 403 | [
"permissive"
] | [
{
"path": "roles/approve_ico_update/files/approve_update.yml",
"content": "spec:\n approved: true",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 22
},
{
"path": "roles/approve_ico_update/tasks/main.yml",
"content": "- name: Approve the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 386,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/config_maps | 403 | [
"permissive"
] | [
{
"path": "roles/config_maps/tasks/main.yml",
"content": "# Creates configmap resource definition on the OpenShift\n# cluster based on the template. Variables can be passed\n# to the template to define what specifically gets built\n- name: Create ConfigMap definition using Jinja2 templating\n k8s:\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1028,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/configure_ico | 403 | [
"permissive"
] | [
{
"path": "roles/configure_ico/tasks/main.yml",
"content": "- name: Create configmap for IBM Cloud Operator\n k8s:\n state: present\n definition: \"{{ lookup('template', 'operator-configmap.j2') }}\"\n register: result\n\n- name: Print out the result\n debug:\n var: result",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 519,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/configure_service_mesh_control_plane | 403 | [
"permissive"
] | [
{
"path": "roles/configure_service_mesh_control_plane/tasks/main.yml",
"content": "- name: Create OpenShift projects (aka namespaces)\n k8s:\n name: \"istio-system\"\n kind: Namespace\n state: present\n register: result\n\n- name: Print out the result\n debug:\n var: result\n\n- name: Configu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/create_console_links | 403 | [
"permissive"
] | [
{
"path": "roles/create_console_links/templates/monitoring_link.j2",
"content": "apiVersion: console.openshift.io/v1\nkind: ConsoleLink\nmetadata:\n name: sysdig\nspec:\n href: {{ sysdig_url }}\n location: ApplicationMenu\n text: SysDig Cluster Overview\n applicationMenu:\n imageURL: 'https://us-sou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 913,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/create_custom_logo | 403 | [
"permissive"
] | [
{
"path": "roles/create_custom_logo/tasks/main.yml",
"content": "- name: Create configmap with custom logo\n k8s:\n state: present\n definition: \"{{ lookup('file', 'console_custom_logo.yml') }}\"\n register: result\n\n- name: Print out the result\n debug:\n var: result \n\n- name: Update the C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 572,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/create_istio_console_links | 403 | [
"permissive"
] | [
{
"path": "roles/create_istio_console_links/templates/grafana_link.j2",
"content": "apiVersion: console.openshift.io/v1\nkind: ConsoleLink\nmetadata:\n name: grafana-istio\nspec:\n href: 'https://{{ grafanaRoute }}'\n location: ApplicationMenu\n text: Grafana Dashboard\n applicationMenu:\n imageURL:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4283,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/create_project | 403 | [
"permissive"
] | [
{
"path": "roles/create_project/tasks/main.yml",
"content": "- name: Create OpenShift projects (aka namespaces)\n k8s:\n name: \"{{project_name}}\"\n kind: Namespace\n state: present\n register: result\n\n- name: Print out the result\n debug:\n var: result\n",
"license_type": "permissive"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/create_resource_group | 403 | [
"permissive"
] | [
{
"path": "roles/create_resource_group/tasks/main.yml",
"content": "- name: Create Resource Group\n ibm_resource_group:\n name: \"{{project_name}}-{{cluster_env}}-{{app_env}}\"\n register: result\n\n- name: Print out the result\n debug:\n var: result",
"license_type": "permissive",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/disable_developer_catalog | 403 | [
"permissive"
] | [
{
"path": "roles/disable_developer_catalog/tasks/main.yml",
"content": "- name: Disable the samples in the Developer Catalog\n k8s:\n api_version: samples.operator.openshift.io/v1\n kind: Config\n name: cluster\n definition: \"{{ lookup('file', 'disable_catalog.yml') }}\"\n merge_type: merge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/enable_cluster_logging | 403 | [
"permissive"
] | [
{
"path": "roles/enable_cluster_logging/tasks/main.yml",
"content": "#########################################################################################\n#\n# This playbook is specific for a log forwarding only scneario where the internal\n# ElasticSearch and Kibana components are not needed. It does... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4660,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/enable_kube_audit_logging | 403 | [
"permissive"
] | [
{
"path": "roles/enable_kube_audit_logging/files/ibmcloud-kube-audit.yml",
"content": "apiVersion: v1\nkind: List\nmetadata:\n name: ibmcloud-kube-audit\nitems:\n - apiVersion: apps/v1\n kind: Deployment\n metadata:\n name: ibmcloud-kube-audit\n namespace: default\n labels:\n app: ibmc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1119,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/get_routes | 403 | [
"permissive"
] | [
{
"path": "roles/get_routes/tasks/main.yml",
"content": "---\n- name: Wait until Grafana route exists\n ignore_errors: yes\n command: oc get route.route.openshift.io/grafana -n istio-system -o jsonpath --template='{$.status.ingress[0].conditions[0].status}'\n register: grafanaStatus\n retries: 3\n del... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2123,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/image_streams | 403 | [
"permissive"
] | [
{
"path": "roles/image_streams/templates/imagestreamtag.j2",
"content": "kind: ImageStreamTag\napiVersion: image.openshift.io/v1\nmetadata:\n name: APP:TAG\n namespace: DESTINATION\n creationTimestamp:\ntag:\n name: ''\n annotations:\n from:\n kind: ImageStreamTag\n namespace: SOURCE\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 618,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/install_ico | 403 | [
"permissive"
] | [
{
"path": "roles/install_ico/templates/subscription.j2",
"content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: ibmcloud-operator\n namespace: openshift-operators\nspec:\n channel: alpha\n installPlanApproval: automatic\n name: ibmcloud-operator\n sour... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 751,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/install_service_mesh | 403 | [
"permissive"
] | [
{
"path": "roles/install_service_mesh/templates/jaeger-subscription.j2",
"content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: jaeger-operator\n namespace: openshift-operators\nspec:\n channel: stable\n installPlanApproval: Automatic\n name: jaeger-produ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2049,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/pods_info | 403 | [
"permissive"
] | [
{
"path": "roles/pods_info/tasks/main.yml",
"content": "- name: Get a list of all pods from any namespace\n k8s_info:\n kind: Pod\n api_key: \"{{openshift_api_key}}\"\n host: \"{{openshift_host}}\"\n namespace: openshift-image-registry\n register: pod_list\n\n- name: \"Go through the list of p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/resource_quotas | 403 | [
"permissive"
] | [
{
"path": "roles/resource_quotas/tasks/main.yml",
"content": "- name: Create resource quota definition using a static file (rather than a template)\n k8s:\n state: present\n definition: \"{{ lookup('file', 'resource_quota.yml') }}\"\n",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 381,
"all_permissive": true
} |
ansible_role | dwakeman/ocp-cluster-config | e35676a92e70808f7f23cb557126c1760f657c59 | 0 | roles/setup_app_team_security | 403 | [
"permissive"
] | [
{
"path": "roles/setup_app_team_security/tasks/main.yml",
"content": "#- name: Create Resource Group\n# ibm_resource_group:\n# name: \"{{project_name}}-{{cluster_env}}-{{app_env}}\"\n# state: absent\n# register: resource_group_result\n\n#- name: Print out the result\n# debug:\n# var: resource_gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1467,
"all_permissive": true
} |
ansible_role | pqtoan/testRepo2 | 237a74e01af810290881895e20cf4b3d03f8cbc9 | 0 | ansible_new/roles/common | 403 | [
"no_license"
] | [
{
"path": "ansible_new/roles/common/tasks/main.yml",
"content": "---\n - name: Display current folder\n shell: pwd\n - name: Update apt\n apt: update_cache=yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | pqtoan/testRepo2 | 237a74e01af810290881895e20cf4b3d03f8cbc9 | 0 | ansible_new/roles/nginx | 403 | [
"no_license"
] | [
{
"path": "ansible_new/roles/nginx/tasks/main.yml",
"content": "\n---\n - name: install python-software-properties\n apt: pkg='python-software-properties' state=present\n\n - name: add nginx ppa \n command: /usr/bin/add-apt-repository -y ppa:nginx/stable\n\n - name: update apt repo\n comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | onlydurodola/hng12-stage4-todo-infra | fa04705a4c1b290a71fd5d357dc7c308203e8fac | 0 | ansible/roles/deployment | 403 | [
"no_license"
] | [
{
"path": "ansible/roles/deployment/tasks/main.yaml",
"content": "- name: Ensure app directory does not exist\n ansible.builtin.file:\n path: /home/ubuntu/app\n state: absent\n ignore_errors: true\n when: not (ansible_stat.stat.exists and ansible_stat.stat.isdir and ansible_stat.stat.path == \"/hom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-agent | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-agent/tasks/main.yml",
"content": "---\n- name: include pre_requisite.yml\n include: pre_requisite.yml\n\n- name: include start_agent.yml\n include: start_agent.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-client | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-client/tasks/main.yml",
"content": "---\n- name: include pre_requisite.yml\n include: pre_requisite.yml\n\n- name: include create_users_keys.yml\n include: create_users_keys.yml\n when:\n - user_config\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-common-coreos | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-common-coreos/tasks/main.yml",
"content": "---\n- name: check if there is python\n raw: stat $HOME/.python\n register: need_python\n ignore_errors: true\n check_mode: no\n\n- include: install_pypy.yml\n when: need_python | failed\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-config | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-config/tasks/main.yml",
"content": "---\n# ceph-common\n- block:\n - name: create ceph conf directory\n file:\n path: \"/etc/ceph\"\n state: directory\n owner: \"ceph\"\n group: \"ceph\"\n mode: \"0755\"\n\n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3048,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-defaults | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-defaults/tasks/main.yml",
"content": "---\n- name: include check_running_cluster.yml\n include: check_running_cluster.yml\n\n- name: include facts.yml\n include: facts.yml\n\n- name: include create_ceph_initial_dirs.yml\n include: create_ceph_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 13689,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-docker-common | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-docker-common/tasks/misc/ntp_rpm.yml",
"content": "---\n- name: include ../checks/check_ntp_rpm.yml\n include: ../checks/check_ntp_rpm.yml\n when:\n - ansible_os_family in ['RedHat', 'Suse']\n\n- name: start the ntp service\n service:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1244,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-iscsi-gw | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-iscsi-gw/tasks/check_mandatory_vars.yml",
"content": "---\n- name: make sure gateway_ip_list is configured\n fail:\n msg: \"you must set a list of IPs (comma separated) for gateway_ip_list\"\n when:\n - gateway_ip_list == \"0.0.0.0\"\n",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4483,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-mds | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-mds/tasks/create_mds_filesystems.yml",
"content": "---\n- name: create filesystem pools\n command: \"{{ hostvars[groups[mon_group_name][0]]['docker_exec_cmd'] | default('') }} ceph --cluster {{ cluster }} osd pool create {{ item.name }} {{ item.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2656,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-mgr | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-mgr/tasks/main.yml",
"content": "---\n- name: set_fact docker_exec_cmd\n set_fact:\n docker_exec_cmd_mgr: \"docker exec ceph-mon-{{ hostvars[groups[mon_group_name][0]]['ansible_hostname'] }}\"\n when:\n - containerized_deployment\n\n- nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4270,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-mon | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-mon/tasks/set_osd_pool_default_pg_num.yml",
"content": "# NOTE(leseb): we add a conditional for backward compatibility\n# so people that had 'pool_default_pg_num' declared will get\n# the same behaviour\n#\n- name: get default value for osd_pool_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4683,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-nfs | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-nfs/tasks/main.yml",
"content": "---\n- name: set_fact docker_exec_cmd\n set_fact:\n docker_exec_cmd: \"docker exec ceph-nfs-{{ ansible_hostname }}\"\n when:\n - containerized_deployment\n\n- name: include common.yml\n include: common.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1909,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-osd | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-osd/tasks/scenarios/lvm.yml",
"content": "---\n\n- name: \"use ceph-volume to create {{ osd_objectstore }} osds\"\n ceph_volume:\n cluster: \"{{ cluster }}\"\n objectstore: \"{{ osd_objectstore }}\"\n data: \"{{ item.data }}\"\n data... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 15639,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-rbd-mirror | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-rbd-mirror/tasks/docker/main.yml",
"content": "---\n- name: include start_docker_rbd_mirror.yml\n include: start_docker_rbd_mirror.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3764,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-restapi | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-restapi/tasks/docker/main.yml",
"content": "---\n- name: include copy_configs.yml\n include: copy_configs.yml\n\n- name: include start_docker_restapi.yml\n include: start_docker_restapi.yml\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 615,
"all_permissive": false
} |
ansible_role | mkogan1/ceph-utils | d78f55fdf7152ec387fec108176ab0ba85a47989 | 0 | confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-rgw | 403 | [
"no_license"
] | [
{
"path": "confs_ansibles/ceph-ansible__RGW_SPRINT/roles/ceph-rgw/templates/ceph-radosgw.service.j2",
"content": "[Unit]\nDescription=Ceph RGW\nAfter=docker.service\n\n[Service]\nEnvironmentFile=-/etc/environment\nExecStartPre=-/usr/bin/docker stop ceph-rgw-{{ ansible_hostname }}\nExecStartPre=-/usr/bin/doc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3186,
"all_permissive": false
} |
ansible_role | vitalk/ansible-domU | 6408fbe42b1dbe5d69592f6af577fe346f0703a4 | 0 | roles/domU | 403 | [
"no_license"
] | [
{
"path": "roles/domU/vars/main.yml",
"content": "---\nuser:\n id: 1000\n name: user\n password: <PASSWORD>\n generate_ssh_key: no\n shell: /bin/bash\n\ngroup:\n id: 1000\n name: admin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/git-config | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/git-config/tasks/main.yml",
"content": "---\n- name: user name\n community.general.git_config:\n name: user.name\n scope: global\n value: '<NAME>'\n\n- name: user email\n community.general.git_config:\n name: user.email\n scope: global\n value: <EMAI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/neovim | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/neovim/tasks/main.yml",
"content": "---\n- name: Create nvim config folder\n ansible.builtin.file:\n path: /home/ubuntu/.config/nvim/\n state: directory\n\n- name: Set neovim config\n ansible.builtin.copy:\n src: /home/ubuntu/developer-tools/config/init.vim\n dest: /h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/node | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/node/tasks/main.yml",
"content": "---\n- name: Download nvm installer\n get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh\n dest: /tmp/nvm-install.sh\n mode: '0744'\n\n- name: Execute nvm installer\n shell: /tmp/nvm-install.sh\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/packages | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/packages/tasks/main.yml",
"content": "---\n# tasks file for packages\n- name: Remove unwanted packages\n become: true\n apt:\n package:\n - vim\n - node\n state: absent\n\n- name: Install packages\n become: true\n apt:\n update_cache: yes\n pkg:\n - a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/pip-packages | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/pip-packages/tasks/main.yml",
"content": "---\n# tasks file for pip-packages\n- name: Install python packages\n ansible.builtin.pip:\n name:\n - autoimport\n - black\n - bpython\n - isort\n - neovim\n - pyflakes\n - pylint\n - rope\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/repos | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/repos/tasks/main.yml",
"content": "---\n- name: Add neovim ppa\n become: true\n ansible.builtin.apt_repository:\n repo: ppa:neovim-ppa/stable\n\n- name: Add docker repo\n block:\n - name: Create keyrings folder\n ansible.builtin.file:\n path: /etc/apt/keyrings\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/tmux | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/tmux/tasks/main.yml",
"content": "---\n- name: Set tmux config\n become: true\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/sephioh/developer-tools/master/config/tmux.conf\n dest: /home/ubuntu/.tmux.conf\n mode: '0440'\n owner: ubuntu\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | sephioh/developer-tools | da571b9de5e68f66e8340cdcf48460d649491d1d | 0 | playbook/roles/zsh | 403 | [
"no_license"
] | [
{
"path": "playbook/roles/zsh/tasks/main.yml",
"content": "---\n- name: Set .zshenv config\n ansible.builtin.copy:\n src: /home/ubuntu/developer-tools/config/zsh/zshenv\n dest: /home/ubuntu/.zshenv\n owner: ubuntu\n group: ubuntu\n mode: '0644'\n\n- name: copy zsh config files\n copy: src=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | CluEleSsUK/kafka-ansible-cluster | fb33f0862dc59a47366f7fa5adeb9789c0233e82 | 0 | roles/kafka | 403 | [
"no_license"
] | [
{
"path": "roles/kafka/tasks/install.yml",
"content": "---\n\n- name: Install java\n apt: \n name: default-jre\n state: latest\n\n- name: Create kafka directory\n file: \n path: \"{{ kafkaDir }}\"\n state: directory\n recurse: yes\n\n- name: Check for kafka download\n stat:\n path: /tmp... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | CluEleSsUK/kafka-ansible-cluster | fb33f0862dc59a47366f7fa5adeb9789c0233e82 | 0 | roles/zookeeper | 403 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/configure.yml",
"content": "---\n\n- name: Create a working directory for zookeeper\n file: \n path: \"{{ data_dir }}\"\n state: directory\n owner: zookeeper\n recurse: yes\n\n- name: Copy zookeeper config\n copy:\n src: zoo.cfg\n dest: \"{{ zookeeper_dir... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 840,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.