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
Mohameed-Waeel/Ansible-Project-iti
e36f0e9ae65e3d8c74f4d4d8eacb4af762d6d145
0
roles/common
7,647
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install basic utilities\n apt:\n name:\n - curl\n - git\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
Mohameed-Waeel/Ansible-Project-iti
e36f0e9ae65e3d8c74f4d4d8eacb4af762d6d145
0
roles/web
7,647
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n\n- name: Deploy NGINX configuration\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify: restart nginx\n\n- name: Start and enable NGINX\n service:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
ritesh58/Project-PS
ede810ceaa2fd753886b23439cab493b50b5559c
0
ansible/roles/audit_logs
7,647
[ "no_license" ]
[ { "path": "ansible/roles/audit_logs/tasks/main.yml", "content": "- name: Create storage-based diagnostic setting for a virtual network\n collections:\n - azure.azcollection\n azure_rm_monitordiagnosticsetting:\n name: \"{{ diagnostic_setting_name }}\"\n resource:\n name: \"{{ storage_account...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
ritesh58/Project-PS
ede810ceaa2fd753886b23439cab493b50b5559c
0
ansible/roles/create_log_analytics
7,647
[ "no_license" ]
[ { "path": "ansible/roles/create_log_analytics/tasks/main.yml", "content": "- name: Create Log Analytics workspace\n azure_rm_loganalyticsworkspace:\n name: \"{{ log_analytics_name }}\"\n resource_group: \"{{ RG_name }}\"", "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": 145, "all_permissive": false }
ansible_role
ritesh58/Project-PS
ede810ceaa2fd753886b23439cab493b50b5559c
0
ansible/roles/networksecurity
7,647
[ "no_license" ]
[ { "path": "ansible/roles/networksecurity/tasks/main.yml", "content": "- name: Create security group role\n azure_rm_securitygroup:\n resource_group: \"{{ RG_name }}\"\n name: \"{{ sec_group }}\"\n purge_rules: yes\n rules:\n - name: HTTPS\n protocol: Tcp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
ritesh58/Project-PS
ede810ceaa2fd753886b23439cab493b50b5559c
0
ansible/roles/versioning
7,647
[ "no_license" ]
[ { "path": "ansible/roles/versioning/tasks/main.yml", "content": "- name: create an account\n azure_rm_storageaccount:\n resource_group: \"{{ RG_name }}\"\n name: \"{{ storage_account_name }}\"\n type: Standard_RAGRS\n tags:\n testing: testing\n- name: Enable Versioning in Storage Account\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
dario617/goKvsDns
f8362a89e22a424731225be6b301e638ffb785bd
0
scripts/ansible/roles/cassandra_install
7,647
[ "no_license" ]
[ { "path": "scripts/ansible/roles/cassandra_install/tasks/main.yml", "content": "---\n\n- name: Install Open JDK 8\n become: yes\n become_method: sudo\n apt:\n pkg: openjdk-8-jre\n state: present\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n ignore_errors: yes\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1717, "all_permissive": false }
ansible_role
dario617/goKvsDns
f8362a89e22a424731225be6b301e638ffb785bd
0
scripts/ansible/roles/cassandra_start
7,647
[ "no_license" ]
[ { "path": "scripts/ansible/roles/cassandra_start/tasks/main.yml", "content": "---\n\n- name: Register folder\n find: \n paths: \"/home/{{ansible_user}}/{{working_directory}}/\"\n file_type: directory\n use_regex: yes\n patterns: '.*apache-cassandra-3.0.*'\n register: cassandra_folder\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2243, "all_permissive": false }
ansible_role
dario617/goKvsDns
f8362a89e22a424731225be6b301e638ffb785bd
0
scripts/ansible/roles/etcd_install
7,647
[ "no_license" ]
[ { "path": "scripts/ansible/roles/etcd_install/templates/etcd.service.j2", "content": "[Unit]\nDescription=etcd service\nDocumentation=https://github.com/coreos/etcd\n \n[Service]\nUser=etcd\nType=notify\nExecStart=/usr/local/bin/etcd \\\n --name {{name}} \\\n --data-dir /var/lib/etcd \\\n --initial-advertis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3056, "all_permissive": false }
ansible_role
dario617/goKvsDns
f8362a89e22a424731225be6b301e638ffb785bd
0
scripts/ansible/roles/etcd_start
7,647
[ "no_license" ]
[ { "path": "scripts/ansible/roles/etcd_start/tasks/main.yml", "content": "---\n\n- name: Etcd is Present locally\n find:\n paths: \"/usr/local/bin/\"\n use_regex: yes\n patterns: 'etcd.*'\n register: etcd_files\n\n- name: Restart service\n systemd:\n no_block: yes # not required. Do not syn...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3160, "all_permissive": false }
ansible_role
dario617/goKvsDns
f8362a89e22a424731225be6b301e638ffb785bd
0
scripts/ansible/roles/redis_install
7,647
[ "no_license" ]
[ { "path": "scripts/ansible/roles/redis_install/tasks/main.yml", "content": "---\n\n- name: Redis is Present locally\n find: \n paths: \"/home/{{ansible_user}}/{{working_directory}}/\"\n file_type: directory\n use_regex: yes\n patterns: '.*redis-5*'\n register: redis_folder\n\n# If not present ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1296, "all_permissive": false }
ansible_role
dario617/goKvsDns
f8362a89e22a424731225be6b301e638ffb785bd
0
scripts/ansible/roles/redis_start
7,647
[ "no_license" ]
[ { "path": "scripts/ansible/roles/redis_start/templates/nodeMaster.conf.j2", "content": "port {{redis_master_port}}\ncluster-enabled yes\ncluster-config-file cluster-node-1.conf\ncluster-node-timeout {{cluster_node_timeout}}\naof-use-rdb-preamble yes\nappendonly yes\nappendfilename \"node-1.aof\"\ndbfilename...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1482, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/ansible
7,647
[ "no_license" ]
[ { "path": "roles/ansible/defaults/main.yaml", "content": "# /common_playbook/roles/ansible/defaults\n\nansible:\n config: /etc/ansible/ansible.cfg\n log: /var/log/ansible.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/ansible/tasks/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1687, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/aws-sam-cli
7,647
[ "no_license" ]
[ { "path": "roles/aws-sam-cli/tasks/main.yaml", "content": "# /common_playbook/roles/aws-sam/tasks\n\n- name: \"remove docker, docker-client, docker-client-latest, docker-common, docker-latest, docker-latest-logrotate, docker-logrotate, docker-engine\"\n yum: name={{ packages }} state=absent\n vars:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1437, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/certbot
7,647
[ "no_license" ]
[ { "path": "roles/certbot/templates/update_cert.j2", "content": "#! /bin/bash\n\ncertbot renew --no-self-upgrade --server https://acme-v02.api.letsencrypt.org/directory --agree-tos --dns-route53\ncp /etc/letsencrypt/live/{{certbot.domain}}/fullchain.pem {{httpd.base_dir}}/conf/server.crt\n{{httpd.base_dir}}/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1188, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/drbd
7,647
[ "no_license" ]
[ { "path": "roles/drbd/defaults/main.yaml", "content": "# /common_playbook/roles/brbd/defaults\n\ndrbd:\n vg_name: cl\n global_conf: /etc/drbd.d/global_common.conf\n resource_dir: /etc/drbd.d/\n resource_name: default\n metavol_name: drbd\n metavol_size: 1024\nelrepo:\n repo_url: http://elrepo.org/lin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2219, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/elasticsearch
7,647
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/kibana.conf.j2", "content": "# リバースプロキシ設定\n#\n# フォワードプロキシを禁止\nProxyRequests off\n# nocanon : URLパスをエンコードせずにそのままアプリケーションサーバに渡す\nProxyPass /kibana http://localhost:{{ elasticsearch.kibana_port }} nocanon\n# アプリケーションサーバからの応答時にLocation, Content-Location, URI ヘッダを調整\nProx...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3165, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/fluentd
7,647
[ "no_license" ]
[ { "path": "roles/fluentd/tasks/main.yaml", "content": "# /common_playbook/roles/fluentd/tasks\n\n- name: \"download a fluentd installation script for rhel7\"\n get_url: dest=/tmp force=yes timeout={{ get_url_timeout }} url=\"{{ fluentd.source_url_rhel7 }}\"\n when: ansible_distribution == \"CentOS\" and a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2458, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/fping
7,647
[ "no_license" ]
[ { "path": "roles/fping/tasks/main.yaml", "content": "# /common_playbook/roles/fping/tasks\n\n# ATTENTION ########################\n# 以下の値は、各プロジェクトごとに指定すること\n# \n# {{ version.fping }}\n# {{ zabbix.conf }}\n#\n####################################\n\n# Zabbixは導通チェックにfpingを使用\n- name: \"download fping source fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1320, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/gitlab
7,647
[ "no_license" ]
[ { "path": "roles/gitlab/defaults/main.yaml", "content": "# /common_playbook/roles/gitlab/defaults\n\ngitlab:\n url: https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/\n repo_url: https://packages.gitlab.com/gitlab/gitlab-ce/el/{{ ansible_distribution_major_version }}/$basearch\n repo_key:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4504, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/greengrass
7,647
[ "no_license" ]
[ { "path": "roles/greengrass/defaults/main.yaml", "content": "# /common_playbook/roles/greengrass/defaults\n\nversion:\n greengrass: 1.9.0\ngreengrass:\n user: ggc_user\n group: ggc_group\n cmdline: /boot/cmdline.txt\n configs_modules: /etc/sysconfig/modules/configs.module\n greengrass_dependency_check...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1826, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/httpd
7,647
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yaml", "content": "# /common_playbook/roles/httpd/tasks\n\n# ATTENTION ########################\n# 以下の値は、各プロジェクトごとに指定すること\n#\n# {{ version.httpd }}\n# {{ version.apr }}\n# {{ version.apr_util }}\n# {{ httpd.server_admin }}\n# {{ httpd.ssl_enabled }}\n# {{ httpd.pass }}\n# {...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10608, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/httpd-for-zabbix
7,647
[ "no_license" ]
[ { "path": "roles/httpd-for-zabbix/tasks/main.yaml", "content": "# /common_playbook/roles/httpd-for-zabbix/tasks\n\n# Zabbixの使用に必要なパッケージ\n- name: \"install the latest version of httpd, php, php-bcmath, php-mbstring, php-gd, php-xml, php-mysqli\"\n yum: name={{ packages }} state=latest\n vars:\n packages...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1579, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/jenkins
7,647
[ "no_license" ]
[ { "path": "roles/jenkins/handlers/main.yaml", "content": "# /common_playbook/roles/jenkins/handlers\n\n- name: restart httpd\n service: name=httpd state=restarted\n when: not httpd.compile_from_src\n\n- name: restart apachectl daemon\n command: \"{{ httpd.ctlbin }} graceful\"\n when: httpd.compile_from_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2626, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/jmeter
7,647
[ "no_license" ]
[ { "path": "roles/jmeter/tasks/main.yaml", "content": "# /common_playbook/roles/httpd/tasks\n\n# ATTENTION ########################\n# 以下の値は、各プロジェクトごとに指定すること\n#\n# {{ version.jmeter }}\n#\n####################################\n\n- name: \"install the latest version of java-{{ jdk_ver }}-openjdk\"\n yum: nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1509, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/lsyncd
7,647
[ "no_license" ]
[ { "path": "roles/lsyncd/handlers/main.yaml", "content": "# /common_playbook/roles/lsyncd/handlers\n\n- name: reload systemd daemon\n systemd: daemon-reload=yes\n\n- name: restart lsyncd\n service: name=lsyncd state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4263, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/mariadb
7,647
[ "no_license" ]
[ { "path": "roles/mariadb/handlers/main.yaml", "content": "# /common_playbook/roles/mariadb/handlers\n\n# systemdの設定を変更した場合はdaemon-reloadが必要\n- name: reload mariadb daemon\n systemd: daemon-reload=yes\n\n- name: restart mariadb\n service: name=mariadb state=restarted", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4517, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/mariadb-for-zabbix
7,647
[ "no_license" ]
[ { "path": "roles/mariadb-for-zabbix/defaults/main.yaml", "content": "# /common_playbook/roles/mariadb-for-zabbix/defaults\n\nversion:\n mariadb: 10.2\nmariadb:\n srv_conf: /etc/my.cnf.d/server.cnf\n repo_url: http://yum.mariadb.org/{{ version.mariadb }}/centos7-amd64\n repo_url_arm: http://yum.mariadb.o...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2059, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/mongodb
7,647
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "# /common_playbook/roles/mongodb/tasks\n\n- name: \"add mongodb repository\"\n yum_repository: name=mongodb description=\"mongodb\" baseurl=\"{{ mongo.repo_url }}\" gpgcheck={{ gpgcheck }} enabled=no\n\n# mongodb-org-mongosインストール時に証明書エラーが発生するためdisable_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/mysql-for-zabbix
7,647
[ "no_license" ]
[ { "path": "roles/mysql-for-zabbix/tasks/main.yaml", "content": "# /common_playbook/roles/mysql-for-zabbix/tasks\n\n# mysqlの使用に必要なパッケージ\n- name: \"install the latest version of mysql, mysql-server, mysql-devel, MySQL-python27\"\n yum: name={{ packages }} state=latest\n vars:\n packages:\n - mysql\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1140, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/openssl
7,647
[ "no_license" ]
[ { "path": "roles/openssl/defaults/main.yaml", "content": "# /common_playbook/roles/ssl/defaults\n\nversion:\n ssl: 1.1.1i\nssl:\n source_url: https://www.openssl.org/source/openssl-{{ version.ssl }}.tar.gz\n dir: /usr/local/ssl\n so_lib_dir: /etc/ld.so.conf", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2453, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/pacemaker
7,647
[ "no_license" ]
[ { "path": "roles/pacemaker/defaults/main.yaml", "content": "# /common_playbook/roles/pacemaker/defaults\n\npacemaker:\n hacluster_password: <PASSWORD>\n primary_ip: 192.168.1.101\n primary_host: cluster01\n secondary_ip: 192.168.1.102\n secondary_host: cluster02\n domain: example.com\n resource_stick...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4046, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/php
7,647
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yaml", "content": "# /common_playbook/roles/php/defaults\n\nversion:\n php: 7.2.18\nphp:\n source_url: https://php.net/distributions/php-{{ version.php }}.tar.gz\n ini: /etc/php.ini\n configure_options: --enable-mbstring --with-apxs2=/usr/bin/apxs --with-config-file-pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4924, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/php-mongodb
7,647
[ "no_license" ]
[ { "path": "roles/php-mongodb/defaults/main.yaml", "content": "# /common_playbook/roles/php-mongodb/defaults\n\nphp_mongo:\n repo: https://github.com/mongodb/mongo-php-driver.git\n basedir: /tmp/mongo-php-driver\n makefile: /tmp/mongo-php-driver/Makefile\nphp:\n ini: /etc/php.ini\n extensiondir: /usr/li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2409, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/python
7,647
[ "no_license" ]
[ { "path": "roles/python/defaults/main.yaml", "content": "# /common_playbook/roles/python/defaults\n\nversion:\n python: 3.9.1\n pythonshort: 3.9\nssl:\n dir: /usr/local/ssl\npython:\n source_url: https://www.python.org/ftp/python/{{ version.python }}/Python-{{ version.python }}.tgz\n pip_url: https://b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2082, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/repo
7,647
[ "no_license" ]
[ { "path": "roles/repo/tasks/main.yaml", "content": "# /common_playbook/roles/repo/tasks\n\n- name: \"add epel repository\"\n yum_repository: name=epel description=epel baseurl=\"{{ epel_repo }}\" gpgkey=\"{{ epel_key }}\" gpgcheck={{ gpgcheck }} enabled=no\n when: ansible_architecture is not match(\"^arm\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2224, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/rsyncd
7,647
[ "no_license" ]
[ { "path": "roles/rsyncd/tasks/main.yaml", "content": "# /common_playbook/roles/rsyncd/tasks\n\n# ATTENTION ########################\n# 以下の値は、各プロジェクトごとに指定すること\n# \n# {{sync.user}}\n# {{sync.group}}\n# {{sync.module_name}}\n# {{sync.allow_hosts}}\n# {{sync.dest_path}}\n#\n####################################\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1223, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/rundeck
7,647
[ "no_license" ]
[ { "path": "roles/rundeck/templates/rundeck.conf.j2", "content": "# リバースプロキシ設定\n#\n# フォワードプロキシを禁止\nProxyRequests off\n# nocanon : URLパスをエンコードせずにそのままアプリケーションサーバに渡す\nProxyPass /rundeck http://localhost:{{ rundeck.port }}/rundeck nocanon\n# アプリケーションサーバからの応答時にLocation, Content-Location, URI ヘッダを調整\nProxyPassRe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3129, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/setup
7,647
[ "no_license" ]
[ { "path": "roles/setup/handlers/main.yaml", "content": "# /common_playbook/roles/setup/handlers\n\n- name: restart systemd-journald\n service: name=systemd-journald state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/setup/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3268, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/snmptt
7,647
[ "no_license" ]
[ { "path": "roles/snmptt/defaults/main.yaml", "content": "# /common_playbook/roles/snmptt/defaults\n\nsnmptrapd:\n conf: /etc/snmp/snmptrapd.conf\n script: /etc/sysconfig/snmptrapd\nsnmptt:\n ini: /etc/snmp/snmptt.ini\n conf: /etc/snmp/snmptt.conf", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3952, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/sox
7,647
[ "no_license" ]
[ { "path": "roles/sox/defaults/main.yaml", "content": "# /common_playbook/roles/sox/defaults\n\nversion:\n sox: 14.4.2\nsox:\n source_url: https://downloads.sourceforge.net/project/sox/sox/{{ version.sox }}/sox-{{ version.sox }}.tar.gz", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1640, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/sphinx
7,647
[ "no_license" ]
[ { "path": "roles/sphinx/tasks/main.yaml", "content": "# /common_playbook/roles/sphinx/tasks\n\n- name: \"install the latest version of python-sphinx\"\n yum: name=python-sphinx state=latest enablerepo=epel\n\n- name: \"install the latest version of commonmark, recommonmark, sphinx_rtd_theme, sphinx_bootstr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 820, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/swap
7,647
[ "no_license" ]
[ { "path": "roles/swap/defaults/main.yaml", "content": "# /common_playbook/roles/swap/defaults\n\nswap:\n file_path: /swapfile\n mag: 2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/swap/tasks/main.yaml", "content": "# /common_playbook...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/vsftpd
7,647
[ "no_license" ]
[ { "path": "roles/vsftpd/defaults/main.yaml", "content": "# /common_playbook/roles/vsftpd/defaults\n\nvsftpd:\n conf: /etc/vsftpd/vsftpd.conf\n userconf: /etc/vsftpd/userconf\n chroot_list: /etc/vsftpd/chroot_list\n user_list: /etc/vsftpd/user_list", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 960, "all_permissive": false }
ansible_role
eijikominami/ansible-common-playbook
bdd70ae105d43ddea3cdf1da5cf1c6bfb45b89b5
1
roles/zabbix-agent
7,647
[ "no_license" ]
[ { "path": "roles/zabbix-agent/defaults/main.yaml", "content": "# /common_playbook/roles/zabbix-agent/defaults\n\nversion:\n zabbix_agent: 4.0\nzabbix:\n repo_url: http://repo.zabbix.com/zabbix/{{ version.zabbix_agent }}/rhel/{{ ansible_distribution_major_version }}/{{ ansible_architecture }}/\n repo_key:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1526, "all_permissive": false }
ansible_role
sanketh-sg/devops-ansible
8d68fafb1d82b3f66fe153c9fad82e78e2e5cf49
0
chapter-6/roles/base
7,647
[ "no_license" ]
[ { "path": "chapter-6/roles/base/tasks/main.yml", "content": "- name: Create user proton\n user:\n name: proton\n state: present\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
sanketh-sg/devops-ansible
8d68fafb1d82b3f66fe153c9fad82e78e2e5cf49
0
chapter-6/roles/db_server
7,647
[ "no_license" ]
[ { "path": "chapter-6/roles/db_server/tasks/main.yml", "content": "- name: install mariadb server\n tags: db, mariadb\n apt:\n name: mariadb-server\n state: present\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
sanketh-sg/devops-ansible
8d68fafb1d82b3f66fe153c9fad82e78e2e5cf49
0
chapter-6/roles/web_server
7,647
[ "no_license" ]
[ { "path": "chapter-6/roles/web_server/tasks/main.yml", "content": "- name: install apache2 server\n tags: web, apache2\n apt:\n name: apache2\n state: present\n\n- name: start apache2 service\n tags: web, apache2\n service:\n name: apache2\n state: started\n enabled: yes\n\n- name: copy h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
kenttannady/kind-project
873708adfc15a638e969dcef05f384328798f96b
0
k8s-setup/roles/helm
7,647
[ "no_license" ]
[ { "path": "k8s-setup/roles/helm/tasks/main.yml", "content": "- name: Download Helm binary\n get_url:\n url: https://get.helm.sh/helm-v3.7.1-linux-amd64.tar.gz\n dest: /tmp/helm-v3.7.1-linux-amd64.tar.gz\n\n- name: Extract Helm binary\n unarchive:\n src: /tmp/helm-v3.7.1-linux-amd64.tar.gz\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
kenttannady/kind-project
873708adfc15a638e969dcef05f384328798f96b
0
k8s-setup/roles/kind
7,647
[ "no_license" ]
[ { "path": "k8s-setup/roles/kind/tasks/main.yml", "content": "- name: Download KinD binary\n get_url:\n url: https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64\n dest: /usr/local/bin/kind\n mode: '0755'\n\n- name: Create KinD cluster\n command: >\n kind create cluster --name hero --config {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
tenzen-y/ansible-k8s-hardway
5ca07caef63662c3b822453630620fef46d5c85b
0
ansible-playbook/roles/construct
7,647
[ "permissive" ]
[ { "path": "ansible-playbook/roles/construct/tasks/kube-proxy.yaml", "content": "- name: make /var/lib/kube-proxy\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /var/lib/kube-proxy\n - /lib/modules\n\n- name: copy the kubeconfig for kube-proxy\n become: tru...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 22, "total_bytes": 31293, "all_permissive": true }
ansible_role
KeithWilliamsGMIT/ceph-swarm-ansible
c7faad2f0f69089038fadde74de6630ff1c52e43
0
playbooks/roles/deploy-storage
7,647
[ "no_license" ]
[ { "path": "playbooks/roles/deploy-storage/tasks/deploy.yml", "content": "---\n- name: Write out docker-compose-storage.yml template\n template:\n src: docker-compose-storage.yml.j2\n dest: '{{ root_out_destination }}/docker-compose-storage.yml'\n\n- name: Deploy storage stack from compose file\n doc...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 12106, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/dircolors
7,647
[ "no_license" ]
[ { "path": "roles/dircolors/tasks/main.yml", "content": "---\n\n- name: Download dircolors\n get_url:\n url: \"https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.ansi-universal\"\n dest: \"{{ ansible_env.HOME }}/.dircolors\"\n sha256sum: \"e0b617a2983abab2bb0226a540ec9bf0c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/dotfiles
7,647
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Clone dotfiles repo\n git:\n repo: https://github.com/naokirin/dotfiles.git\n dest: \"{{ ansible_env.HOME }}/dotfiles\"\n\n- name: Make .config directory\n file:\n path: \"{{ ansible_env.HOME }}/.config\"\n state: directory\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/homebrew_packages
7,647
[ "no_license" ]
[ { "path": "roles/homebrew_packages/defaults/main.yml", "content": "---\n\nhomebrew_taps:\n - homebrew/cask\n\nhomebrew_packages:\n - { name: openssl }\n - { name: coreutils }\n - { name: libxml2 }\n - { name: autoconf }\n - { name: automake }\n - { name: docker-machine }\n - { name: jq }\n - { name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1554, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/login_shell
7,647
[ "no_license" ]
[ { "path": "roles/login_shell/tasks/main.yml", "content": "---\n\n- shell: which zsh\n register: zsh_path\n\n- shell: \"grep '^{{ zsh_path.stdout }}$' /etc/shells\"\n register: exists_login_shell\n changed_when: false\n ignore_errors: yes\n\n- lineinfile:\n dest: /etc/shells\n line: \"{{ zsh_path.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/mas_packages
7,647
[ "no_license" ]
[ { "path": "roles/mas_packages/tasks/main.yml", "content": "---\n\n- name: Install appstore applications\n command: mas install \"{{ item.id }}\"\n with_items: \"{{ mas_packages }}\"\n when: with_mas_packages | default(\"\") == \"true\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 362, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/micronaut
7,647
[ "no_license" ]
[ { "path": "roles/micronaut/meta/main.yml", "content": "---\ndependencies:\n - { role: sdkman }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/micronaut/tasks/main.yml", "content": "---\n\n- name: Install micronaut\n shell: \"sdk inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 103, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/npm_packages
7,647
[ "no_license" ]
[ { "path": "roles/npm_packages/tasks/main.yml", "content": "---\n\n- name: Install npm packages\n npm:\n name: \"{{ item.name }}\"\n global: yes\n with_items:\n \"{{ npm_packages }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 239, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/rbenv
7,647
[ "no_license" ]
[ { "path": "roles/rbenv/templates/001_rbenv.sh", "content": "export PATH=~/.rbenv/bin:~/.rbenv/shims:$PATH\neval \"$(rbenv init -)\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/rbenv/tasks/main.yml", "content": "- name: Install rbenv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1199, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/ruby_ctags
7,647
[ "no_license" ]
[ { "path": "roles/ruby_ctags/tasks/main.yml", "content": "- name: Alias ctags for installed brew\n template:\n src: 001_alias_ctags.sh\n dest: \"{{ ansible_env.HOME }}/.zsh.d/001_alias_ctags.sh\"\n mode: 755\n\n- name: Install gem-ctags\n shell: |\n gem install gem-ctags\n gem ctags\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/sdkman
7,647
[ "no_license" ]
[ { "path": "roles/sdkman/tasks/main.yml", "content": "---\n\n- name: Install sdkman\n shell: \"curl -s https://get.sdkman.io | bash\"\n\n- name: Initialize sdkman\n shell: \"source {{ ansible_env.HOME }}/.sdkman/bin/sdkman-init.sh\"\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": 233, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/setup_neovim
7,647
[ "no_license" ]
[ { "path": "roles/setup_neovim/tasks/main.yml", "content": "---\n\n- name: Installer shellscript for dein.vim\n get_url:\n url: https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh\n dest: /tmp/dein_installer.sh\n checksum: sha256:8fdc9ef30da0b6b59d64d40bb5d6646738f2a320\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
naokirin/mac_provisioning
92f9ef28b14d2fc00e5de13aa8e990739bac2b26
0
roles/zprofile
7,647
[ "no_license" ]
[ { "path": "roles/zprofile/tasks/main.yml", "content": "- name: Create zprofile\n template:\n src: .zprofile\n dest: ~/.zprofile\n mode: 0644\n\n- name: Make directory .zsh.d\n file:\n path: ~/.zsh.d\n state: directory\n mode: 0755\n\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 291, "all_permissive": false }
ansible_role
selfscrum/dagster
edc8fec057024639b0797fe4cc64b37a335eaddb
0
ansible/playbooks/roles/000_init
7,647
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/000_init/tasks/main.yml", "content": "# 000_init\n# Read the global json variable structure\n---\n- name: Install community module\n ansible.builtin.command: ansible-galaxy collection install community.general\n\n #- name: Install collection aws\n #community.general...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
selfscrum/dagster
edc8fec057024639b0797fe4cc64b37a335eaddb
0
ansible/playbooks/roles/001_server
7,647
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/001_server/tasks/main.yml", "content": "## 001_server/tasks/main.yml\n## Install the dagster servers\n##\n\n\n## User/Group/Directories\n##\n- name: Ensure group \"dagster\" exists\n ansible.builtin.group:\n name: dagster\n state: present\n\n- name: Ensure user \"da...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2503, "all_permissive": false }
ansible_role
selfscrum/dagster
edc8fec057024639b0797fe4cc64b37a335eaddb
0
ansible/playbooks/roles/999_tests
7,647
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/999_tests/tasks/webserver.yml", "content": "- name: Assert number \n ansible.builtin.assert:\n that:\n - 1 == 1\n fail_msg: FAILED\n\n- name: Ensure that dagster-daemon service is restarted\n systemd:\n name: dagster-daemon.service\n state: started\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 667, "all_permissive": false }
ansible_role
ShivanathBabu/ansible-roboshop-roles
9c2ea6e96f3edfed33f78d4ddcf6a18a4e751bae
0
roles/cart
7,647
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: app setup\n include_role: \n name: common\n tasks_from: apps-setup\n\n- name: nodejs setup\n include_role:\n name: common\n tasks_from: nodejs\n\n- name: systemd setup\n include_role:\n name: common \n tasks_from: systemd.yaml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 318, "all_permissive": false }
ansible_role
ShivanathBabu/ansible-roboshop-roles
9c2ea6e96f3edfed33f78d4ddcf6a18a4e751bae
0
roles/catalogue
7,647
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: app setup\n include_role:\n name: common\n tasks_from: apps-setup\n\n- name: nodejs setup\n include_role:\n name: common\n tasks_from: nodejs\n\n- name: copy mongodb client\n ansible.builtin.copy:\n src: mongo.repo\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1184, "all_permissive": false }
ansible_role
ShivanathBabu/ansible-roboshop-roles
9c2ea6e96f3edfed33f78d4ddcf6a18a4e751bae
0
roles/payment
7,647
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: app setup\n include_role:\n name: common\n tasks_from: apps-setup\n\n- name: phython setup\n include_role:\n name: common\n tasks_from: python.yaml\n\n- name: systemd setup\n include_role:\n name: common\n tasks_from: system...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 408, "all_permissive": false }
ansible_role
luckniem/ansible
ae89d9f3557da98da95a4f54e8540611abcfc91d
0
roles/base
7,655
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
luckniem/ansible
ae89d9f3557da98da95a4f54e8540611abcfc91d
0
roles/db_servers
7,655
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (CentOS)\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: istall mariadb package (Ubuntu)\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distrib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
ankursharma-devops/scripts
3c65b5956f2c2270e4b8676958376c73503cb1fe
0
linux_users/roles/user_operations
7,655
[ "no_license" ]
[ { "path": "linux_users/roles/user_operations/tasks/del_user.yml", "content": "---\n\n- name: Remove a user from the system\n user:\n name: \"{{ user_name_role }}\"\n state: absent\n remove: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 836, "all_permissive": false }
ansible_role
veracosta/ansible-zabbix-rhel7
86f31d180a0cdd2e18570bc2035172e0d1b8e15d
0
roles/zabbix-server-mysql-standalone
7,655
[ "no_license" ]
[ { "path": "roles/zabbix-server-mysql-standalone/tasks/install_epel.yml", "content": "---\n# Download and install EPEL for Centos/RHEL version 7\n- name: Download EPEL Repo - Centos/RHEL 7\n get_url: url={{ epelRepository }} dest=/tmp/epel-release-7-5.noarch.rpm\n when: \"ansible_os_family == 'RedHat' and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 601, "all_permissive": false }
ansible_role
sameddin/advisr
09be7c7c2101fe8f94d6de1963955931d369c634
1
ansible/roles/common
7,655
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/packages.yml", "content": "- name: install common packages\n apt: pkg={{ item }} state=present\n with_items:\n - htop\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
sameddin/advisr
09be7c7c2101fe8f94d6de1963955931d369c634
1
ansible/roles/nginx
7,655
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/vhost.yml", "content": "- name: install the vhost\n template: src=vhost dest=/etc/nginx/sites-available/advisr\n notify: reload nginx\n\n- name: activate the vhost\n file: >\n src=/etc/nginx/sites-available/advisr\n dest=/etc/nginx/sites-enabled/advisr\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
sameddin/advisr
09be7c7c2101fe8f94d6de1963955931d369c634
1
ansible/roles/nodejs
7,655
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/ppa.yml", "content": "- name: add Node.js PPA\n apt_repository: repo='ppa:chris-lea/node.js'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "- include: p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 190, "all_permissive": false }
ansible_role
sameddin/advisr
09be7c7c2101fe8f94d6de1963955931d369c634
1
ansible/roles/php
7,655
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "- include: ppa.yml\n- include: install.yml\n- include: pool.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/php/tasks/pool.yml", "content": "- name: install the pool\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 469, "all_permissive": false }
ansible_role
sameddin/advisr
09be7c7c2101fe8f94d6de1963955931d369c634
1
ansible/roles/postgresql
7,655
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/install.yml", "content": "- name: install PostgreSQL\n apt: pkg={{ item }} state=present\n with_items:\n - postgresql\n - python-psycopg2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "ansible/r...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 549, "all_permissive": false }
ansible_role
Abrar-2510/WordPress-Docker-Ansible-Setup
92fd88fdad649b99c1e9aab06be94edc65aaeb96
0
roles/Docker-host
7,655
[ "no_license" ]
[ { "path": "roles/Docker-host/tasks/main.yml", "content": "---\n# tasks file for wordpress\n- name: Install Docker\n shell: |\n amazon-linux-extras enable docker\n yum install -y docker\n systemctl start docker\n systemctl enable docker\n become: true\n\n- name: Install Docker Compose\n shell:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2177, "all_permissive": false }
ansible_role
looztra/ansible-docker-tools
8906855fb6555c4da5713cc2033ffa8d00beae66
0
roles/docker-tools
7,655
[ "permissive" ]
[ { "path": "roles/docker-tools/tasks/main.yml", "content": "- include: common.yml tags=common\n- include: compose.yml tags=compose\n- include: machine.yml tags=machine", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 105 }, { "path": "roles/do...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1444, "all_permissive": true }
ansible_role
latiagertrutis/cloud-1
cbb1d7bd7f88c569e7c87c271842405a75ab3671
0
playbooks/roles/bootstrap
7,655
[ "no_license" ]
[ { "path": "playbooks/roles/bootstrap/tasks/users.yml", "content": "- name: Create Docker Group\n group:\n name: docker\n\n- name: Update Cache\n apt:\n update_cache: true \n\n- name: Create User\n user:\n name: \"{{ user }}\"\n shell: /bin/bash\n password: \"{{ lookup('ansible.builtin.p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1227, "all_permissive": false }
ansible_role
latiagertrutis/cloud-1
cbb1d7bd7f88c569e7c87c271842405a75ab3671
0
playbooks/roles/common
7,655
[ "no_license" ]
[ { "path": "playbooks/roles/common/files/site/requirements/redis/Dockerfile", "content": "FROM debian:11 AS build\n\nRUN echo 'Acquire::Retries \"100\";' > /etc/apt/apt.conf.d/80-retries\n\nRUN apt-get update && apt-get install -y --no-install-recommends \\\n build-essential \\\n pkg-config \\\n lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7550, "all_permissive": false }
ansible_role
latiagertrutis/cloud-1
cbb1d7bd7f88c569e7c87c271842405a75ab3671
0
playbooks/roles/mariadb
7,655
[ "no_license" ]
[ { "path": "playbooks/roles/mariadb/tasks/main.yml", "content": "- name: Run Mariadb\n community.docker.docker_compose_v2:\n services: mariadb\n wait: true\n wait_timeout: 60\n state: present\n build: always\n remove_orphans: true\n project_src: \"{{ ansible_env.HOME }}/site\"\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
latiagertrutis/cloud-1
cbb1d7bd7f88c569e7c87c271842405a75ab3671
0
playbooks/roles/nginx
7,655
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "- name: Run Nginx\n community.docker.docker_compose_v2:\n services: nginx\n wait: true\n wait_timeout: 60\n state: present\n build: always\n remove_orphans: true\n project_src: \"{{ ansible_env.HOME }}/site\"\n tags:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
latiagertrutis/cloud-1
cbb1d7bd7f88c569e7c87c271842405a75ab3671
0
playbooks/roles/redis
7,655
[ "no_license" ]
[ { "path": "playbooks/roles/redis/tasks/main.yml", "content": "- name: Run Redis Server\n community.docker.docker_compose_v2:\n services: redis\n wait: true\n wait_timeout: 60\n state: present\n build: always\n remove_orphans: true\n project_src: \"{{ ansible_env.HOME }}/site\"\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
latiagertrutis/cloud-1
cbb1d7bd7f88c569e7c87c271842405a75ab3671
0
playbooks/roles/wordpress
7,655
[ "no_license" ]
[ { "path": "playbooks/roles/wordpress/tasks/main.yml", "content": "- name: Run php-fpm\n community.docker.docker_compose_v2:\n services: wordpress\n wait: true\n wait_timeout: 60\n state: present\n build: always\n remove_orphans: true\n project_src: \"{{ ansible_env.HOME }}/site\"\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
mo124121/isucon13-try-rust
e76c5fdc310f04c72d5827db87ddf573163778e7
0
ansible/roles/bench
7,655
[ "no_license" ]
[ { "path": "ansible/roles/bench/tasks/run.yaml", "content": "- name: Generate consistent log timestamp\n set_fact:\n log_timestamp: \"{{ lookup('pipe', 'date +%Y%m%d_%H%M%S') }}\"\n\n- name: Generate log file name\n set_fact:\n log_file: \"/tmp/output_{{ log_timestamp }}.log\"\n\n- name: Run bench an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 950, "all_permissive": false }
ansible_role
mo124121/isucon13-try-rust
e76c5fdc310f04c72d5827db87ddf573163778e7
0
ansible/roles/db
7,655
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yaml", "content": "- name: Create isucon user with full privileges\n become: true\n ansible.builtin.shell: |\n mysql --execute=\"\n CREATE USER IF NOT EXISTS 'isucon'@'{{ item }}' IDENTIFIED BY 'is<PASSWORD>';\n GRANT ALL PRIVILEGES ON *.* TO 'isucon'@'{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
mo124121/isucon13-try-rust
e76c5fdc310f04c72d5827db87ddf573163778e7
0
ansible/roles/env
7,655
[ "no_license" ]
[ { "path": "ansible/roles/env/tasks/main.yaml", "content": "---\n- name: Replace ISUCON13_POWERDNS_SUBDOMAIN_ADDRESS\n ansible.builtin.lineinfile:\n path: \"/home/isucon/env.sh\"\n regexp: '^ISUCON13_POWERDNS_SUBDOMAIN_ADDRESS='\n line: \"ISUCON13_POWERDNS_SUBDOMAIN_ADDRESS={{ nginx_ip }}\"\n ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1244, "all_permissive": false }
ansible_role
mo124121/isucon13-try-rust
e76c5fdc310f04c72d5827db87ddf573163778e7
0
ansible/roles/nginx
7,655
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "- name: Deploy template\n become: true\n ansible.builtin.template:\n src: \"../webapp/nginx/{{ item }}.j2\"\n dest: \"/{{ item }}\"\n owner: root\n group: root\n mode: \"0644\"\n notify: restart_nginx\n with_items:\n - etc/ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
mo124121/isucon13-try-rust
e76c5fdc310f04c72d5827db87ddf573163778e7
0
ansible/roles/pdns
7,655
[ "no_license" ]
[ { "path": "ansible/roles/pdns/tasks/main.yaml", "content": "- name: Install lmdb backend\n become: true\n ansible.builtin.apt:\n name:\n - pdns-backend-lmdb\n state: present\n update_cache: true\n notify: restart_pdns\n\n- name: Deploy config\n become: true\n copy:\n src: \"{{ item }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1072, "all_permissive": false }
ansible_role
mo124121/isucon13-try-rust
e76c5fdc310f04c72d5827db87ddf573163778e7
0
ansible/roles/web
7,655
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/deploy.yaml", "content": "- name: Create target directory if it doesn't exist\n become_user: isucon\n ansible.builtin.file:\n path: /home/isucon/webapp/rust/target/release\n state: directory\n mode: \"0755\"\n\n- name: Copy isupipe binary\n become_user: isucon\...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 815, "all_permissive": false }
ansible_role
imp1sh/ansible_managemynetwork
cffae4dd57c3f0a84ea2f98276f4f9a2a4339941
49
roles/ansible_apprise
7,655
[ "no_license" ]
[ { "path": "roles/ansible_apprise/vars/Alpine.yml", "content": "---\npackagepip: \"py3-pip\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/ansible_apprise/tasks/main.yml", "content": "---\n# tasks file for ansible_openwrtrestic\n- name...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 1225, "all_permissive": false }
ansible_role
imp1sh/ansible_managemynetwork
cffae4dd57c3f0a84ea2f98276f4f9a2a4339941
49
roles/ansible_borgmatic
7,655
[ "no_license" ]
[ { "path": "roles/ansible_borgmatic/vars/Container.yml", "content": "#borgmatic_commandname_borgmatic: \"borgmatic\"\n#borgmatic_default_srcdirs:\n# - \"/etc\"\n# - \"/opt\"\n# - \"/home\"\n# - \"/root\"\nborgmatic_fileconfig: \"config.yaml\"\nborgmatic_fileconfig_group: \"root\"\nborgmatic_fileconfig_ow...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 37651, "all_permissive": false }
ansible_role
imp1sh/ansible_managemynetwork
cffae4dd57c3f0a84ea2f98276f4f9a2a4339941
49
roles/ansible_cacert
7,655
[ "no_license" ]
[ { "path": "roles/ansible_cacert/vars/Fedora.yml", "content": "---\ncacert_openssl_path_certificates: \"/etc/pki/tls/certs\"\ncacert_openssl_path_keys: \"/etc/pki/tls/private\"\ncacert_command_updatetruststore: \"update-ca-trust\"\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 19, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 27, "total_bytes": 44681, "all_permissive": false }
ansible_role
imp1sh/ansible_managemynetwork
cffae4dd57c3f0a84ea2f98276f4f9a2a4339941
49
roles/ansible_chrony
7,655
[ "no_license" ]
[ { "path": "roles/ansible_chrony/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: ansible_chrony\n author: <NAME>\n description: Configures Chrony as server or client\n company: libcom.de\n issue_tracker_url: https://github.com/imp1sh/ansible_managemynetwork/issues\n license: BSD-3-Clause\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 26170, "all_permissive": false }
ansible_role
imp1sh/ansible_managemynetwork
cffae4dd57c3f0a84ea2f98276f4f9a2a4339941
49
roles/ansible_cleanup
7,655
[ "no_license" ]
[ { "path": "roles/ansible_cleanup/tasks/main.yml", "content": "---\n- name: remove unnecessary files\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n when: remove_files\n loop: \"{{ cleanup_remove_files }}\"\n- name: remove unnecessary directory\n ansible.builtin.file:\n path: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 538, "all_permissive": false }
ansible_role
imp1sh/ansible_managemynetwork
cffae4dd57c3f0a84ea2f98276f4f9a2a4339941
49
roles/ansible_dehydrated
7,655
[ "no_license" ]
[ { "path": "roles/ansible_dehydrated/README.md", "content": "# imp1sh.ansible_managemynetwork.ansible_dehydrated\n\nThis role fetches Letsencrypt certificates for you. Dehydrated does it in standalone mode so it simply fetches certs. Via hooks of course you can restart services after they were fetched.\n\nTh...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 26370, "all_permissive": false }
ansible_role
imp1sh/ansible_managemynetwork
cffae4dd57c3f0a84ea2f98276f4f9a2a4339941
49
roles/ansible_dnsdist
7,655
[ "no_license" ]
[ { "path": "roles/ansible_dnsdist/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansible_dnsdist\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/ansible_dnsdist/templates/dnsdist.conf.j2", "con...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1677, "all_permissive": false }