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
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/wkhtmltopdf
2,098
[ "no_license" ]
[ { "path": "roles/wkhtmltopdf/tasks/main.yml", "content": "---\n\n- name: install\n apt:\n name: wkhtmltopdf\n become: yes\n tags: wkhtmltopdf\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
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/ant
2,098
[ "no_license" ]
[ { "path": "roles/ant/tasks/main.yml", "content": "- name: \"* roles/ant | tags ant\"\n debug:\n tags: [ant]\n\n- name: install\n yum: name=ant\n state=present\n tags: [ant]\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/capistrano
2,098
[ "no_license" ]
[ { "path": "roles/capistrano/tasks/main.yml", "content": "---\n\n- name: \"* roles/capistrano\"\n debug:\n tags: [capistrano]\n\n- name: gem install capistrano\n gem: name=capistrano state=present executable=/usr/local/rbenv/shims/gem user_install=False\n tags: [capistrano]\n\n- name: gem install capist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/etckeeper
2,098
[ "no_license" ]
[ { "path": "roles/etckeeper/tasks/main.yml", "content": "---\n\n- name: \"* roles/etckeeper | tags etckeeper\"\n debug:\n tags: [etckeeper]\n\n- name: install\n yum: name=\"etckeeper\" state=installed enablerepo=\"epel\"\n tags: [etckeeper]\n\n- name: etckeeper init\n shell: >\n etckeeper init\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/fluentd
2,098
[ "no_license" ]
[ { "path": "roles/fluentd/templates/conf.d/match.conf.j2", "content": "# {{ ansible_managed }}\n<match web.**>\n type forward\n send_timeout 60s\n recover_wait 10s\n heartbeat_interval 1s\n phi_threshold 8\n hard_timeout 60s\n flush_interval 1s\n buffer_chunk_limit 10m\n buffer_queue_limit 512\n bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2232, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/heartbeat
2,098
[ "no_license" ]
[ { "path": "roles/heartbeat/tasks/main.yml", "content": "---\n\n# heartbeat install\n# 各機のファイルがある場合に転送する\n\n- name: \"* roles/heartbeat tags=heartbeat, copy_crm\"\n debug:\n tags: [heartbeat]\n\n- name: check\n stat: path=/etc/yum.repos.d/pacemaker.repo\n register: is_pacemaker\n tags: [heartbeat, copy_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 17855, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/hhvm
2,098
[ "no_license" ]
[ { "path": "roles/hhvm/tasks/main.yml", "content": "- name: \"* roles/hhvm\"\n debug:\n tags: [hhvm]\n\n- name: pre remove confrict packages\n yum:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - ImageMagick-last\n ignore_errors: True\n tags: [hhvm]\n\n- name: download hop5.in\n get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3216, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/hostname
2,098
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "# hostname の set/get\n#\n# ex)\n#\n# * get hostname\n# ansible-playbook playbook.yml -l 192.168.33.10 --tags=hostname\n#\n# * set hostname\n# ansible-playbook playbook.yml -l 192.168.33.10 --extra-vars \"set_hostname=dev\" --tags=hostname\n#\n# * --extr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/hosts
2,098
[ "no_license" ]
[ { "path": "roles/hosts/templates/hosts.ifg_production.j2", "content": "# {{ ansible_managed }}\n\n127.0.0.1 {{ inventory_hostname }} {{ ansible_hostname }} {{ hn|default(\"\") }} localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1472, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/httpd
2,098
[ "no_license" ]
[ { "path": "roles/httpd/templates/prod/vhosts.conf.j2", "content": "# {{ansible_managed}}\n<VirtualHost *:{{item.server.port}}>\n ServerName {{item.server.server_name}}\n\n # munin status check is no logging.\n SetEnvIf Request_URI \"/server-status\" no_log\n # internal dummy connection is no log...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12464, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/i18n
2,098
[ "no_license" ]
[ { "path": "roles/i18n/tasks/main.yml", "content": "---\n\n# i18n (default ja_JP.UTF-8)\n#\n# たぶん CentOS(RHEL) のみ。他のディストだと localdef とかだし。。\n#\n# ansible-playbook playbook.yml -l TARGET --tags=i18n\n# ansible-playbook playbook.yml -l TARGET --tags=i18n --extra-vars \"i18n_lang=ja_JP.UTF-8\"\n\n- name: \"* rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/jenkins
2,098
[ "no_license" ]
[ { "path": "roles/jenkins/templates/nginx/jenkins.j2", "content": "server {\n listen 80 default_server;\n server_name localhost;\n\n proxy_set_header Host $host;\n proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # クライアントの IP アドレス\n proxy_set_header X-Forwarded-Host $host; #...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2168, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/logmon
2,098
[ "no_license" ]
[ { "path": "roles/logmon/tasks/main.yml", "content": "- name: \"* roles/logmon | tags logmon\"\n debug: msg=\"see. http://vogel.at.webry.info/201402/article_2.html\"\n tags: [logmon]\n\n- name: push logmon.tgz\n copy:\n src: 00057580_logmon_20100411.tgz\n dest: /usr/local/src/00057580_logmon_2010041...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1665, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/logwatch
2,098
[ "no_license" ]
[ { "path": "roles/logwatch/tasks/main.yml", "content": "- name: \"* roles/logwatch | tags logwatch\"\n debug:\n tags: [logwatch]\n\n- name: install\n yum:\n name: logwatch\n state: installed\n tags: [logwatch]\n\n- name: \"edit /etc/logwatch/conf/logwatch.conf Manually\"\n debug:\n tags: [logwatc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/mail.aliases
2,098
[ "no_license" ]
[ { "path": "roles/mail.aliases/tasks/main.yml", "content": "- name: \"* roles/mail.aliases | tags mail.aliases\"\n debug:\n tags: [mail.aliases]\n\n- name: install mailx \n yum: name=mailx state=present\n tags: [mail.aliases]\n\n- name: easy backup /etc/aliases\n lineinfile:\n dest: /etc/aliases\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1030, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/memcached
2,098
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "- name: \"* roles/memcached\"\n debug:\n tags: [memcached]\n\n- name: install packages\n yum:\n name: \"memcached\"\n state: present\n enablerepo: \"epel\"\n tags: [memcached]\n\n- name: /etc/init.d/memcached\n template:\n dest: /etc/i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3136, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/munin
2,098
[ "no_license" ]
[ { "path": "roles/munin/tasks/main.yml", "content": "---\n\n# munin setup\n\n- name: \"* roles/munin\"\n debug:\n tags: [munin,munin-node,munin-server]\n\n- name: \"install capnm\"\n get_url:\n url: http://xrl.us/cpanm\n dest: /usr/local/bin/cpanm\n mode: 755\n tags: [munin,munin-node,munin-ser...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1927, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/net.ipv4
2,098
[ "no_license" ]
[ { "path": "roles/net.ipv4/tasks/main.yml", "content": "---\n\n# net.ipv4 for fluentd. see http://docs.fluentd.org/ja/articles/before-install\n\n- name: \"* roles/net.ipv4 | tags net.ipv4 \"\n debug:\n tags: [net.ipv4]\n\n- name: /etc/sysctl.conf comment\n lineinfile: dest=/etc/sysctl.conf regexp=\"^# Ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/nginx
2,098
[ "no_license" ]
[ { "path": "roles/nginx/tasks/prod.yml", "content": "- name: \"* roles/nginx with nginx_prod_server\"\n debug:\n tags: [nginx, nginx_prod]\n\n- name: mkdir /etc/nginx/conf.d/include\n file: path=/etc/nginx/conf.d/include state=directory mode=0755\n when: (nginx_prod_server is defined and nginx_prod_serve...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 34447, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/nodejs
2,098
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: \"* roles/nodejs\"\n debug:\n tags: [nodejs]\n\n- name: install node.js\n yum: name=nodejs enablerepo=epel state=latest\n tags: [nodejs]\n\n- name: install npm\n yum: name=npm enablerepo=epel state=latest\n tags: [nodejs]\n\n- name: install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/ntp
2,098
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n\n- name: \"* roles/ntp | tags ntp\"\n debug:\n tags: [ntp]\n\n- name: install the required packages\n yum: name=ntp state={{ ntp_pkg_state }}\n tags: [ntp]\n\n- name: copy the ntp.conf from templates\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/php55
2,098
[ "no_license" ]
[ { "path": "roles/php55/handlers/main.yml", "content": "- name: restart webserver\n# service:\n# name: \"{{ php_webserver_daemon }}\"\n# state: restarted\n debug: msg=\"restart webserver. fake...\"\n when: php_enable_webserver\n\n- name: restart php-fpm\n# service:\n# name: php-fpm\n# state: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3656, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/php56
2,098
[ "no_license" ]
[ { "path": "roles/php56/defaults/main.yml", "content": "# Pass in a comma-separated list of repos to use (e.g. \"remi,epel\").\nphp_enablerepo: \"remi-php56\"\nphp_memory_limit: \"64M\"\nphp_max_execution_time: \"60\"\nphp_upload_max_filesize: \"64M\"\nphp_date_timezone: \"Asia/Tokyo\"\nphp_enable_webserver:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3604, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/phpmemcachedadmin
2,098
[ "no_license" ]
[ { "path": "roles/phpmemcachedadmin/tasks/main.yml", "content": "- name: \"* roles/phpmemcachedadmin\"\n debug:\n tags: [phpmemcachedadmin]\n\n- name: phpmemcachedadmin | install\n yum: name=phpMemcachedAdmin\n enablerepo=remi\n state=present\n tags: [phpmemcachedadmin]\n\n- name: phpmemcache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/phpmyadmin
2,098
[ "no_license" ]
[ { "path": "roles/phpmyadmin/tasks/main.yml", "content": "- name: \"* roles/phpmyadmin\"\n debug:\n tags: ['phpmyadmin']\n\n- name: phpmyadmin | install\n yum:\n name: phpmyadmin\n enablerepo: \"remi,remi-php55\"\n state: present\n tags: ['phpmyadmin']\n\n- name: phpmyadmin | link to nginx\n fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/phpredisadmin
2,098
[ "no_license" ]
[ { "path": "roles/phpredisadmin/tasks/main.yml", "content": "- name: \"* roles/phpredisadmin\"\n debug:\n tags: [phpredisadmin]\n\n- name: phpredisadmin | git clone \n git: repo=https://github.com/ErikDubbelboer/phpRedisAdmin.git\n dest=/usr/local/share/phpRedisAdmin\n tags: [phpredisadmin]\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/postfix
2,098
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "- name: \"* roles/postfix | tags postfix\"\n debug:\n tags: [postfix]\n\n- name: install postfix\n # yum: name=mailx state=present\n debug: \"sorry. its dummmmmmy\"\n tags: [postfix]\n\n- name: easy backup /etc/postfix/main.cf\n lineinfile:\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1263, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/py27
2,098
[ "no_license" ]
[ { "path": "roles/py27/tasks/main.yml", "content": "---\n\n# python 2.7 setup\n\n- name: \"* roles/py27 | tags py27\"\n debug:\n tags: [py27]\n\n- name: pre packages install\n yum:\n name: \"{{ item.name }}\"\n state: present\n enablerepo: \"{{ item.enablerepo | default('') }}\"\n # with_items: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1201, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/rbenv
2,098
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "# see https://github.com/mmoya/ansible-playbooks/tree/master/rbenv\n# \n- name: \"* roles/rbenv | tags rbenv\"\n debug:\n tags: [rbenv]\n\n- name: update rbenv repo\n # git: repo=git://github.com/sstephenson/rbenv.git dest={{ rbenv_root }} version=v0.4....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3594, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/redis
2,098
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: \"* roles/redis\"\n debug:\n\n- name: Install | from yum\n # memo libjemalloc.so.3 が必要になるので epel を起こしている\n yum: name={{ item }} state=installed enablerepo=remi,epel\n register: redis_install\n with_items:\n - redis\n # memo 他だと redis-ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2208, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/samples
2,098
[ "no_license" ]
[ { "path": "roles/samples/tasks/main.yml", "content": "- name: \"* roles/samples\"\n debug:\n tags: [samples]\n\n- include: templates.yml\n tags: [templates]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/samples/tasks/templates.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/selinux
2,098
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "---\n\n# SELinux disable\n\n- name: \"* roles/selinux | tags selinux | allways disabled\"\n debug:\n\n- name: install libselinux-python for ansible selinux action\n yum: pkg=libselinux-python state=present\n tags: [selinux]\n\n- name: disabled\n seli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/servers_deploy
2,098
[ "no_license" ]
[ { "path": "roles/servers_deploy/tasks/main.yml", "content": "---\n\n- name: \"* roles/servers_deploy tags=deploy\"\n debug:\n tags: [deploy]\n\n- name: mkdir git directory\n file: path=git state=directory\n sudo_user: omega\n tags: [deploy]\n\n- name: git clone omega-tools\n # git: repo=https://gitlab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/service.stop
2,098
[ "no_license" ]
[ { "path": "roles/service.stop/tasks/main.yml", "content": "---\n\n# stop service\n\n- name: \"* roles/service.stop | tags service.stop | ev stop_services\"\n debug:\n tags: [service.stop]\n\n- name: service stopped. maybe unused...\n service: name={{ item }} state=stopped enabled=no\n ignore_errors: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/sysstat
2,098
[ "no_license" ]
[ { "path": "roles/sysstat/tasks/main.yml", "content": "---\n\n- name: \"* roles/sysstat | tags sysstat\"\n debug:\n tags: [sysstat]\n\n- name: install\n yum: name=sysstat state=latest\n tags: [sysstat]\n\n- name: service start\n service: name=sysstat state=started enabled=yes\n changed_when: false\n #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/test
2,098
[ "no_license" ]
[ { "path": "roles/test/tasks/var.yml", "content": "- name: \"* roles/test/vars\"\n debug:\n tags: [test_vars]\n\n- debug: var=item\n with_items:\n - { name: inventory_hostname , var: \"{{ inventory_hostname }}\" }\n - { name: ansible_hostname , var: \"{{ ansible_hostname }}\" }\n - { name: gr...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3211, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/timezone
2,098
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n\n# timezone change to ZONENAME (default Asia/Tokyo)\n#\n# ansible-playbook playbook.yml -l TARGET --tags=timezone\n# ansible-playbook playbook.yml -l TARGET --tags=timezone --extra-vars \"ZONENAME=UCT\"\n\n- name: \"* roles/timezone | tags timezon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1657, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/ulimit
2,098
[ "no_license" ]
[ { "path": "roles/ulimit/tasks/main.yml", "content": "---\n\n# ulimit. see http://d.hatena.ne.jp/akishin999/20130213/1360711554\n# 今のところ強制的にファイルディスクリプタの値を 65536 にしている\n# 特に他の値にする必要が見当たらないので当面このまま\n\n- name: \"* roles/ulimit | tags ulimit | allways 65536\"\n debug:\n tags: [ulimit]\n\n- name: change comment...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1021, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/unbound
2,098
[ "no_license" ]
[ { "path": "roles/unbound/tasks/main.yml", "content": "---\n\n# unbound setup\n\n- name: \"* roles/unbound | tags=unbound\"\n debug:\n tags: [unbound]\n\n- name: install unbound\n yum:\n name: unbound\n state: present\n enablerepo: epel\n tags: [unbound]\n\n- name: /etc/resolv.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/yum.default
2,098
[ "no_license" ]
[ { "path": "roles/yum.default/tasks/main.yml", "content": "---\n\n# install default packages\n\n- name: \"* roles/yum.default | tags yum.default\"\n debug:\n tags: [yum.default]\n\n- name: install\n yum:\n name: \"{{ item.name }}\"\n state: installed\n enablerepo: \"{{ item.repo | default('') }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/yum.plugin
2,098
[ "no_license" ]
[ { "path": "roles/yum.plugin/tasks/main.yml", "content": "---\n\n# install yum plugins.\n\n- name: \"* roles/yum.plugin | tags yum.plugin\"\n debug:\n tags: [yum.plugin]\n\n- name: install\n yum:\n name: \"{{ item.name }}\"\n state: present\n enablerepo: \"{{ item.repo | default('') }}\"\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/yum.repo
2,098
[ "no_license" ]
[ { "path": "roles/yum.repo/tasks/main.yml", "content": "---\n\n# repository for yum package.\n#\n\n- name: \"* roles/yum.repo | tags yum.repo\"\n debug:\n tags: [yum.repo]\n\n- name: epel\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present\n tags: [yum.repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2965, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/zabbix
2,098
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/server.yml", "content": "- name: \"* roles/zabbix with is_zabbix_server\"\n debug:\n tags: [zabbix,zabbix-server]\n\n- name: server | install packages\n yum:\n name: \"{{ item.name }}\"\n state: present\n enablerepo: \"{{ item.enablerepo | default('') }}\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6388, "all_permissive": false }
ansible_role
Machi427/ansible
38c5f85481ca408d6647bf865d99799e879846cd
0
roles/zzfile
2,098
[ "no_license" ]
[ { "path": "roles/zzfile/tasks/main.yml", "content": "# zzfile_conf に指定されたファイルをテンプレートとしてサーバに配布します\n# 主に競合するようなファイルの最終的な置き換え用です\n\n- name: \"* roles/zzfile\"\n debug:\n tags: [zzfile]\n\n- name: upload files from group_vars\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n own...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1912, "all_permissive": false }
ansible_role
SMYALTAMASH/samba
a8b0c17aff7b8fe402194b7d4e72e430aa1f9d4f
0
roles/mysamba
2,098
[ "no_license" ]
[ { "path": "roles/mysamba/defaults/main.yml", "content": "---\n smb_workgroup : TEST\n smb_realm : TEST.NET\n smb_dns_servers : \"{{ ansible_default_ipv4.address }}\"\n smb_username : administrator\n smb_password : <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 698, "all_permissive": false }
ansible_role
mschreie/collection_mschreie_resolver
1146b51c2838ba25af8dbf85296f32179ad3df06
0
roles/resolvconf
2,098
[ "no_license" ]
[ { "path": "roles/resolvconf/tasks/main.yml", "content": "---\n# tasks file for resolvconf\n\n- name: make sure line 'dns=none' is set in /etc/NetworkManager/NetworkManager.conf\n ini_file:\n path: /etc/NetworkManager/NetworkManager.conf\n state: present\n no_extra_spaces: yes\n section: main\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1981, "all_permissive": false }
ansible_role
mschreie/collection_mschreie_resolver
1146b51c2838ba25af8dbf85296f32179ad3df06
0
roles/vcenter_resolvconf
2,098
[ "no_license" ]
[ { "path": "roles/vcenter_resolvconf/tasks/main.yml", "content": "---\n# tasks file for resolvconf\n\n- name: Configure DNS for all ESXi hosts of a cluster\n community.vmware.vmware_host_dns:\n\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1229, "all_permissive": false }
ansible_role
enter08/Nagios-Ansible
b57ed27217a129bf9aeec54c45d368f7a4aaacee
0
roles/prepare_site
2,118
[ "no_license" ]
[ { "path": "roles/prepare_site/handlers/main.yml", "content": "- name: restart_nginx\n sudo: yes\n service: name=nginx state=restarted\n\n- name: start elasticsearch\n sudo: yes\n service: name=elasticsearch state=started", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1620, "all_permissive": false }
ansible_role
enter08/Nagios-Ansible
b57ed27217a129bf9aeec54c45d368f7a4aaacee
0
roles/ufw
2,118
[ "no_license" ]
[ { "path": "roles/ufw/handlers/main.yml", "content": "---\n- name: Restart ufw\n service: name=ufw state=restarted\n sudo: yes\n\n- name: Restart nrpe\n service: name=nagios-nrpe-server state=restarted\n sudo: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 739, "all_permissive": false }
ansible_role
bagrat92/epam_ansible
403b4c51702e688e44d6cf5d2d3f677a090d0b19
0
roles/nginx
2,118
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n\n - name: Check and Print Linux Version\n debug: var=ansible_os_family\n\n - block: #=====Install NGINX=====#\n\n\n - name: Update cache\n apt: update_cache=yes\n become: yes\n\n - name: Install NGINX\n apt: name=nginx ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
bagrat92/epam_ansible
403b4c51702e688e44d6cf5d2d3f677a090d0b19
0
roles/wordpress
2,118
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/wp_main.yml", "content": "---\n- name: Create webroot\n file:\n state: directory\n path: /srv/www/\n owner: root\n group: root\n mode: 0755\n become: yes\n\n- name: Check if WordPress directory exists in /srv/www\n stat: path=/srv/www/{{server_hostname}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/alertmanager
2,118
[ "no_license" ]
[ { "path": "roles/alertmanager/templates/sha256.j2", "content": "# {{ ansible_managed }}\n# Remove this file to force ansible to reinstall alertmanager {{ alertmanager_version }}.\n{{ alertmanager_sha256 }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4479, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/apcupsd
2,118
[ "no_license" ]
[ { "path": "roles/apcupsd/tasks/main.yml", "content": "---\n- name: install apcupsd\n tags:\n - apcupsd\n apt:\n pkg: apcupsd\n state: installed\n\n- name: create apcupsd configuration\n tags:\n - apcupsd\n template:\n src: apcupsd.conf.j2\n dest: \"/etc/apcupsd/apcupsd.conf\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7269, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/apcupsd_exporter
2,118
[ "no_license" ]
[ { "path": "roles/apcupsd_exporter/tasks/main.yml", "content": "---\n- name: create apcupsd_exporter user\n tags:\n - apcupsd_exporter\n user:\n name: apcupsd_exporter\n shell: \"/bin/false\"\n comment: \"apcupsd_exporter service user\"\n\n- name: check if apcupsd_exporter service exists\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2029, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/backups
2,118
[ "no_license" ]
[ { "path": "roles/backups/files/my_backups.sh", "content": "# {{ ansible_managed }}\n#!/bin/bash\n\nset -e\n\nBACKUP_TYPE=${1:-incremental}\necho \" \"\necho \"-------------------------------------\"\necho \"--- Starting backups at $(date) ---\"\necho \"-------------------------------------\"\necho \" \"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6807, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/blackbox_exporter
2,118
[ "no_license" ]
[ { "path": "roles/blackbox_exporter/tasks/main.yml", "content": "---\n- name: check if installing a different version of blackbox_exporter\n tags:\n - blackbox_exporter\n shell: \"cat {{ blackbox_exporter_config }}/.sha256\"\n ignore_errors: true\n register: checksum\n\n- name: determine if blackbox_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5162, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/common
2,118
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n\n- name: Install common packages (htop, vim, git,...)\n apt:\n pkg:\n - python3\n - python3-pip\n - git-core\n - unzip\n - htop\n - iotop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/coredns
2,118
[ "no_license" ]
[ { "path": "roles/coredns/tasks/main.yml", "content": "---\n- name: check if installing a different version of coredns\n tags:\n - coredns\n shell: \"cat {{ coredns_config }}/.sha256\"\n ignore_errors: true\n register: checksum\n\n- name: determine if coredns {{ coredns_version}} should be installed\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4847, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/docker
2,118
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install aptitude using apt\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n\n- name: Install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-https', 'ca-certifica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1475, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/dubair_exporter
2,118
[ "no_license" ]
[ { "path": "roles/dubair_exporter/tasks/main.yml", "content": "---\n- name: create dubair_exporter user\n tags:\n - dubair_exporter\n user:\n name: dubair_exporter\n shell: \"/bin/false\"\n comment: \"dubair_exporter service user\"\n\n- name: check if dubair_exporter service exists\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2005, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/grafana
2,118
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- file: path={{ grafana.conf_path }} state=directory mode=0777 owner={{ grafana.process_uid }} recurse=true\n- file: path={{ grafana.lib_path }} state=directory mode=0777 owner={{ grafana.process_uid }} recurse=true\n\n\n- name: Create user for graf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1246, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/graphite
2,118
[ "no_license" ]
[ { "path": "roles/graphite/tasks/main.yml", "content": "---\n- name: Create group for metrics\n group:\n gid: \"{{process_gid}}\"\n name: \"{{metrics_group}}\"\n state: present\n\n- name: Create user for metrics\n user:\n name: \"{{metrics_user}}\"\n comment: \"User for metrics\"\n uid: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1130, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/homeassistant
2,118
[ "no_license" ]
[ { "path": "roles/homeassistant/tasks/main.yml", "content": "---\n- name: Create homeassistant group\n group:\n name: \"{{ homeassistant.group }}\"\n state: present\n gid: \"{{ homeassistant.process_gid }}\"\n\n- name: Create homeassistant user\n user:\n name: \"{{ homeassistant.user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1183, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/homebridge
2,118
[ "no_license" ]
[ { "path": "roles/homebridge/tasks/main.yml", "content": "---\n- file: path={{ homebridge.config_path }} state=directory mode=0755 owner={{ homebridge.process_uid }} recurse=true\n- name: homebridge in docker\n docker_container:\n name: \"{{ homebridge.hostname }}\"\n hostname: \"{{ homebridge.hostnam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/hw-monitoring
2,118
[ "no_license" ]
[ { "path": "roles/hw-monitoring/tasks/main.yml", "content": "---\n- name: apt install sensors monitoring\n apt:\n pkg:\n - hddtemp\n - lm-sensors\n - fancontrol\n\n- name: Copy fancontrol config\n copy: src=fancontrol dest=/etc/fancontrol owner=root mode=0755\n\n- name: detect server sens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/jackett
2,118
[ "no_license" ]
[ { "path": "roles/jackett/tasks/main.yml", "content": "---\n- file: path={{ jackett.config_path }} state=directory mode=0755 owner={{ transmission.process_uid }} recurse=true\n- name: jackett in docker\n docker_container:\n name: \"{{ jackett.hostname }}\"\n hostname: \"{{ jackett.hostname }}\"\n i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 819, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/mysql
2,118
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- file: path={{ mysql.data_path }} state=directory mode=0770 owner={{ mysql.process_uid }} recurse=true\n- file: path={{ mysql.conf_path }} state=directory mode=0777 owner={{ mysql.process_uid }} recurse=true\n\n- name: Create MySQL group\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1214, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/nextcloud
2,118
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n- group:\n name: \"{{ nextcloud.group }}\"\n state: present\n gid: \"{{ nextcloud.process_gid }}\"\n\n- user:\n name: \"{{ nextcloud.user }}\"\n comment: \"Nextcloud user\"\n uid: \"{{ nextcloud.process_uid }}\"\n group: \"{{ nextclo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1568, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/nginx
2,118
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Create group for nginx\n tags:\n - nginx\n group:\n gid: \"{{process_gid}}\"\n name: \"{{nginx_group}}\"\n state: present\n\n- name: Create user for nginx\n tags:\n - nginx\n user:\n name: \"{{nginx_user}}\"\n commen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1416, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/node_exporter
2,118
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "---\n- name: download and checksum node_exporter {{ host_golang_arch }} binary\n tags:\n - node_exporter\n get_url:\n url: \"{{ node_exporter_url }}\"\n dest: \"{{ node_exporter_tgz }}\"\n checksum: \"sha256:{{ node_exporter_sha256 }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3990, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/php-fpm
2,118
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- file: path=/shared/etc/php state=directory mode=0755 owner={{process_uid}} recurse=true\n- name: PHP-FPM in Docker\n docker_container:\n name: \"{{php_hostname}}\"\n hostname: \"{{php_hostname}}\"\n image: php:7.1.0-fpm\n state: start...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/pihole
2,118
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "---\n- file: path=/shared/etc/pihole/config state=directory mode=0755 owner={{process_uid}} recurse=true\n- file: path=/shared/etc/pihole/dnsmasq state=directory mode=0755 owner={{process_uid}} recurse=true\n- name: pihole in docker\n docker_container:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/plex
2,118
[ "no_license" ]
[ { "path": "roles/plex/tasks/main.yml", "content": "---\n- name: Create + permissions for Plex transcode\n file: path={{ plex.transcode_path }} state=directory mode=0755 owner={{ transmission.process_uid }} recurse=true\n- name: Create + permissions for Plex config path\n file: path={{ plex.config_path }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2216, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/prometheus
2,118
[ "no_license" ]
[ { "path": "roles/prometheus/templates/sha256.j2", "content": "# {{ ansible_managed }}\n# Remove this file to force ansible to reinstall prometheus {{ prometheus_version }}.\n{{ prometheus_sha256 }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12005, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/prowlarr
2,118
[ "no_license" ]
[ { "path": "roles/prowlarr/tasks/main.yml", "content": "---\n- file: path={{ prowlarr.config_path }} state=directory mode=0755 owner={{ transmission.process_uid }} recurse=true\n- name: prowlarr in docker\n docker_container:\n name: \"{{ prowlarr.hostname }}\"\n hostname: \"{{ prowlarr.hostname }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/radarr
2,118
[ "no_license" ]
[ { "path": "roles/radarr/tasks/main.yml", "content": "---\n- file: path={{ radarr.config_path }} state=directory mode=0755 owner={{ transmission.process_uid }} recurse=true\n- name: radarr in docker\n docker_container:\n name: \"{{ radarr.hostname }}\"\n hostname: \"{{ radarr.hostname }}\"\n image:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/redis
2,118
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- group:\n name: \"{{ redis.group }}\"\n state: present\n gid: \"{{ redis.process_gid }}\"\n\n- user:\n name: \"{{ redis.user }}\"\n comment: \"Nextcloud user\"\n uid: \"{{ redis.process_uid }}\"\n group: \"{{ redis.group }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 960, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/snmp_exporter
2,118
[ "no_license" ]
[ { "path": "roles/snmp_exporter/tasks/main.yml", "content": "---\n- name: download and checksum snmp_exporter binary\n tags:\n - snmp_exporter\n get_url:\n url: \"{{ snmp_exporter_url }}\"\n dest: \"{{ snmp_exporter_tgz }}\"\n checksum: \"sha256:{{ snmp_exporter_sha256 }}\"\n\n- name: unpack sn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2973, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/sonarr
2,118
[ "no_license" ]
[ { "path": "roles/sonarr/tasks/main.yml", "content": "---\n- file: path={{ sonarr.config_path }} state=directory mode=0755 owner={{ transmission.process_uid }} recurse=true\n- name: sonarr in docker\n docker_container:\n name: \"{{ sonarr.hostname }}\"\n hostname: \"{{ sonarr.hostname }}\"\n image:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/ssh
2,118
[ "no_license" ]
[ { "path": "roles/ssh/templates/sshd_config.j2", "content": "# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n# !! File generated by Ansible, DO NOT EDIT !!\n# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n# The default requires explicit activation of protocol 1\nProtocol 2\n\nHostKey /etc/ssh/ssh_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3419, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/ssl
2,118
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "---\n\n- name: Creates ssl_cert_renewal file under /etc/cron.d\n tags:\n - backups\n cron:\n name: ssl_cert_renewal\n weekday: \"*\"\n minute: \"07\"\n hour: \"05\"\n user: root\n job: \"/usr/local/bin/certbot --dns-cloudflare --dns-cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/transmission
2,118
[ "no_license" ]
[ { "path": "roles/transmission/tasks/main.yml", "content": "---\n- name: Create group for transmission\n group:\n gid: \"{{ transmission.process_gid }}\"\n name: \"{{ transmission.group }}\"\n state: present\n\n- name: Create user for transmission\n user:\n name: \"{{ transmission.user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/unifi
2,118
[ "no_license" ]
[ { "path": "roles/unifi/tasks/main.yml", "content": "---\n\n- name: Create group for unifi\n group:\n gid: \"{{ unifi.process_gid }}\"\n name: \"{{ unifi.group }}\"\n state: present\n\n- name: Create user for unifi\n user:\n name: \"{{ unifi.user }}\"\n comment: \"User for unifi\"\n uid: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1153, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/wd-disks
2,118
[ "no_license" ]
[ { "path": "roles/wd-disks/tasks/main.yml", "content": "---\n- name: Copy fix script\n copy: src=wd5741x64 dest=/tmp/wd5741x64 owner=root mode=0755\n\n #- name: Execute WD HDD fix script for all compatible & unpatched HDD's\n #become: yes\n #command: /tmp/wd5741x64 -Dall\n\n- name: Copy hd-idle files\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1290, "all_permissive": false }
ansible_role
relvira/homelab
b1c481161c4815bf8647b3cd6cdfe048cf6c8fe2
3
roles/wireguard
2,118
[ "no_license" ]
[ { "path": "roles/wireguard/templates/wireguard_reresolve-dns.service.j2", "content": "# {{ ansible_managed }}\n[Unit]\nDescription=Reresolve DNS of all WireGuard endpoints\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=oneshot\nExecStart=/bin/sh -c 'for i in /etc/wireguard/*.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1283, "all_permissive": false }
ansible_role
peerapach/ansible-playbook
3643271efb533eb337d70ce62069b7ea3f3df0dc
0
freeipa/roles/ipa-client
2,118
[ "no_license" ]
[ { "path": "freeipa/roles/ipa-client/tasks/main.yml", "content": "- name: Install FreeIPA client\n package:\n name: freeipa-client\n state: present\n\n- name: Setup IPA client\n command: ipa-client-install -U --domain={{ domain }} --server={{ server_hostname }} --realm={{ realm }} --password={{ <PASS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
peerapach/ansible-playbook
3643271efb533eb337d70ce62069b7ea3f3df0dc
0
freeipa/roles/ipa-server
2,118
[ "no_license" ]
[ { "path": "freeipa/roles/ipa-server/tasks/main.yml", "content": "- name: Install the ipa-server and ipa-server-dns packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - ipa-server\n - ipa-server-dns\n\n- name: Setup hostname\n hostname:\n name: \"{{ server_hostname }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1275, "all_permissive": false }
ansible_role
peerapach/ansible-playbook
3643271efb533eb337d70ce62069b7ea3f3df0dc
0
openvpn/roles/openvpn-server
2,118
[ "no_license" ]
[ { "path": "openvpn/roles/openvpn-server/tasks/main.yml", "content": "---\n- name: Install openvpn\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openvpn\n - openvpn-auth-ldap\n\n- name: enable ipv4 forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n ignoreer...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5258, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
chapter4/roles/apache
2,118
[ "no_license" ]
[ { "path": "chapter4/roles/apache/handlers/main.yml", "content": "---\n- name: Apacheを再起動\n service: name=httpd state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "chapter4/roles/apache/templates/vhosts.conf.j2", "content": "NameVir...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1115, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
chapter4/roles/base
2,118
[ "no_license" ]
[ { "path": "chapter4/roles/base/tasks/main.yml", "content": "---\n- name: ロケール設定\n command: localectl set-locale {{ base_locale }}\n\n- name: タイムゾーン設定\n command: timedatectl set-timezone {{ base_timezone }}\n\n- name: 基本パッケージをインストール\n yum: name={{ item }} state=present\n with_items:\n - vim\n - git...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 381, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
chapter4/roles/deploy
2,118
[ "no_license" ]
[ { "path": "chapter4/roles/deploy/templates/.env.j2", "content": "APP_ENV={{ deploy_laravel_env }}\nAPP_DEBUG={{ deploy_laravel_debug }}\nAPP_KEY={{ deploy_laravel_app_key }}\n\nDB_CONNECTION={{ db_connection }}\nDB_HOST={{ db_host }}\nDB_DATABASE={{ db_database }}\nDB_USERNAME={{ db_username }}\nDB_PASSWORD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1423, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
chapter4/roles/php
2,118
[ "no_license" ]
[ { "path": "chapter4/roles/php/files/zzmyphp.ini", "content": "date.timezone = Asia/Tokyo\n\n; error_log\n\n\n; xdebug\nxdebug.remote_enable = On\nxdebug.remote_autostart= On\nxdebug.remote_connect_back = On\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1270, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
chapter4/roles/postgresql
2,118
[ "no_license" ]
[ { "path": "chapter4/roles/postgresql/handlers/main.yml", "content": "---\n- name: PostgreSQLを再起動\n service: name=postgresql-9.4 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "chapter4/roles/postgresql/defaults/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1636, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
column_ansible2_new_features/roles/dynamic_include
2,118
[ "no_license" ]
[ { "path": "column_ansible2_new_features/roles/dynamic_include/tasks/main.yml", "content": "---\n- name: Include tasks\n include: \"{{ item }}\"\n with_items: tasks\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
column_capistrano_style_deploy/roles/application_directory
2,118
[ "no_license" ]
[ { "path": "column_capistrano_style_deploy/roles/application_directory/tasks/main.yml", "content": "---\n- name: Create application directory\n file: path=/opt/application state=directory owner=vagrant mode=755\n become: yes\n\n- name: Create shared directory\n file:\n path={{ ansistrano_deploy_to }}/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
shin1x1/gihyo-devops-ansible
44259a36b5e02bd211340ce47edf9f83aa51a570
7
column_capistrano_style_deploy/roles/carlosbuenosvinos.ansistrano-deploy
2,118
[ "no_license" ]
[ { "path": "column_capistrano_style_deploy/roles/carlosbuenosvinos.ansistrano-deploy/tasks/symlink-shared.yml", "content": "---\n# Ensure symlinks target paths is absent\n- name: ANSISTRANO | Ensure shared paths targets are absent\n file: state=absent path={{ ansistrano_release_path.stdout }}/{{ item }}\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1040, "all_permissive": false }
ansible_role
BirkhoffXia/kubefetch-ansible
90ba6be921e12bf743986f2701a76410774aa8e2
0
roles/kfh-init
2,118
[ "no_license" ]
[ { "path": "roles/kfh-init/tasks/main.yml", "content": "# socat-l.7.3.2.2.el7\n# libnetfilter_queue-1.0.2-2.el7_2\n# libnetfilter_cttimeout.1.0.0-7.el7\n# libnetfilter_cthelper-1.0.0-11.el7\n# conntrack-tools-1.4.4-7.el7\n# kubernetes-cni-0.8.7-0\n# kubelet.1.21.0-0\n# kubectl-1.21.0-0\n# cri-tools-1.13.0-0\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 247617, "all_permissive": false }
ansible_role
BirkhoffXia/kubefetch-ansible
90ba6be921e12bf743986f2701a76410774aa8e2
0
roles/kfh-worker
2,118
[ "no_license" ]
[ { "path": "roles/kfh-worker/tasks/main.yml", "content": "- name: Copy Rpm\n copy:\n src: \"{{ playbook_dir }}/ansible/kubeadm-1.21.0/{{ item }\"\n dest: \"{{ target_dir }}/kubeadm/\"\n with items:\n - 1364e820d82ad7143d78669927adc414d3e270d3d26d844e93eff639f7142e50-kubelet-1.21.0-0.x86_64.rpm\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2351, "all_permissive": false }
ansible_role
shamshev/otus
28fe02d7d2ce301925ce38a1f56fca5ab70f9faa
1
asp.net_and_csharp/ansible_example/roles/docker
2,118
[ "no_license" ]
[ { "path": "asp.net_and_csharp/ansible_example/roles/docker/tasks/main.yml", "content": "---\n# первый шаг - установка докера. но мы предполаагем, что он уже есть\n# этот шаг будет сильно зависеть от выбранной системы:\n# где-то докер ставится в одну комманду, а где-то нет\n#- name: install docker\n# apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
amastour/ansible101
b06ba77b5efa44db08e5eb469cbcca0c774d1da6
1
training/lesson-09-roles/roles/ansible.nginx
2,118
[ "no_license" ]
[ { "path": "training/lesson-09-roles/roles/ansible.nginx/tasks/configure.yml", "content": "---\r\n\r\n- name: Nginx - call configure Nginx for Debian dists\r\n include_tasks: configure_debian.yml\r\n when: ansible_os_family == \"Debian\"\r\n\r\n- name: Nginx - call configure Nginx for RedHat dists\r\n i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2381, "all_permissive": false }