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
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/ImageMagick
314
[ "no_license" ]
[ { "path": "roles/ImageMagick/tasks/main.yml", "content": "- name: check exist convert command\n command: which convert\n register: exist_convert\n ignore_errors: True\n tags: ImageMagick\n\n- name: Installing dependencies\n dnf:\n name:\n - libxml2\n - libxml2-devel\n - ghostscript\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1313, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/aws
314
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "- name: set repo_upgrade to /etc/cloud/cloud.cfg\n lineinfile: 'dest=/etc/cloud/cloud.cfg regexp=\"package-update-upgrade-install\" line=\"#package-update-upgrade-install\"'\n tags: aws\n\n- name: aws configure directory\n file: path=/root/.aws state=dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 770, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/common
314
[ "no_license" ]
[ { "path": "roles/common/templates/forward.j2", "content": "{{root_email}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "roles/common/vars/main.yml", "content": "packages:\n - cronie\n - rsyslog\n - apr-devel\n - apr-util-devel\n - bzip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2850, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/firewall
314
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "- name: install the 'firewalld'\n dnf: name=\"firewalld\" state=present\n tags: firewall\n\n- name: firewall is runnning and enabled\n service: name=firewalld state=started enabled=yes\n tags: firewall\n\n- name: to open the https\n firewalld: serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/httpd
314
[ "no_license" ]
[ { "path": "roles/httpd/templates/01.dummy.conf.j2", "content": "<Virtualhost *:80>\n Options -Indexes\n ServerName dummy.example.jp\n TraceEnable Off\n <Location />\n Order deny,allow\n Deny from all\n </Location>\n\n RewriteEngine on\n RewriteCond %{REQUEST_METHOD} ^TRAC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11034, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/letsencrypt
314
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "- name: create venv directory\n shell: sudo python3 -m venv /opt/certbot/\n tags: letsencrypt\n\n- name: upgrade pip\n shell: sudo /opt/certbot/bin/pip install --upgrade pip\n tags: letsencrypt\n\n- name: install pip-certbot\n shell: sudo /opt/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1252, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/movabletype
314
[ "no_license" ]
[ { "path": "roles/movabletype/files/mt-plugins/PSGIRestart/PSGIRestsrt.pl", "content": "package MT::Plugin::PSGIRestart;\nuse strict;\nuse warnings;\nuse base qw( MT::Plugin );\n\nour $PLUGIN_NAME = 'PSGIRestart';\nour $VERSION = '0.01';\n\nmy $DESCRIPTION =<<__HTML__;\n<__trans phrase=\"PSGI Restart\">\n__H...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7937, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/mysqld
314
[ "no_license" ]
[ { "path": "roles/mysqld/templates/.my.cnf.j2", "content": "[client]\nuser = root\npassword = \"{{ <PASSWORD> }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/mysqld/templates/my.cnf.j2", "content": "[mysqld]\nuser ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3958, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/nginx
314
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "replace_vars:\n - { regexp: '^\\s+listen\\s+80 default_server;$', replace: 'listen 80;' }\n - { regexp: '^\\s+listen\\s+\\[::\\]:80 default_server;$', replace: 'listen [::]:80;' }\n\n\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4877, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/perl
314
[ "no_license" ]
[ { "path": "roles/perl/tasks/main.yml", "content": "- name: xbuild downloaded\n get_url: url=https://github.com/tagomoris/xbuild/archive/master.zip dest=/tmp/xbuild.zip force=True\n tags: perl\n\n- name: copy and unzip files\n unarchive: src=/tmp/xbuild.zip dest=/root/ copy=no\n tags: perl\n\n- name: per...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1347, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/php
314
[ "no_license" ]
[ { "path": "roles/php/vars/al2023.yml", "content": "php_ini_path: /etc/php.ini\nphp_fpm_path: /etc/php-fpm.d/www.conf\nphp_package:\n - php8.3\n - php8.3-cli\n - php8.3-common\n - php8.3-devel\n - php8.3-fpm\n - php8.3-gd\n - php8.3-mbstring\n - php8.3-mysqlnd\n - php8.3-opcache\n - php8....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2569, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/postfix
314
[ "no_license" ]
[ { "path": "roles/postfix/vars/main.yml", "content": "main_cf:\n - { regexp: '^#myhostname = (?:virtual|host).domain.tld$', replace: 'myhostname = {{ postfix.smtp.from | default(server_hostname) }}' }\n - { regexp: '^#mydomain = domain.tld$', replace: 'mydomain = {{ postfix.smtp.from | default(server_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3071, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/restart
314
[ "no_license" ]
[ { "path": "roles/restart/tasks/main.yml", "content": "- name: httpd is runnning and enabled\n service: \n name: httpd.service\n state: started\n enabled: yes\n when: apache\n tags: restart\n\n- name: nginx is runnning and enabled\n systemd:\n name: nginx.service\n state: started\n enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/sshd
314
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "- name: replace /etc/sudoers\n replace: dest=/etc/sudoers regexp='\\# \\%wheel\\s+ALL=\\(ALL\\)\\s+ALL' replace='%wheel ALL=(ALL) ALL'\n tags: ssh\n\n- name: replace sshd_config\n replace: dest=\"/etc/ssh/sshd_config\" regexp=\"{{ item.regex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1972, "all_permissive": false }
ansible_role
izanami-team/IZANAMI
2a0f08a4648a9cd5d771ad4dde11cd2cb2edc318
12
roles/swap
314
[ "no_license" ]
[ { "path": "roles/swap/tasks/main.yml", "content": "- name: Show Swap and RAM\n debug: msg=\"ram={{ ansible_memtotal_mb }}, swap={{ ansible_swaptotal_mb }}\"\n\n# swapは1Gに固定。基本SWAPしない方針で\n- name: crete swap\n #command: dd if=/dev/zero of=/mnt/swapfile bs=1M count={{ ansible_memtotal_mb }}\n command: dd if...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
AntHanna23/Summer-DevOps-CSUSB
d4573e8f3e4fc7433a3958f9ad03ea96407b1c93
1
docs/week3/Example playooks and role/playbooks/roles/practice
314
[ "no_license" ]
[ { "path": "docs/week3/Example playooks and role/playbooks/roles/practice/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - practice", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "docs/week3/Example playooks...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 797, "all_permissive": false }
ansible_role
shkpk/aws-ec2-ansible
025a9a4b9b7e6be90d37cc60fdcfc62f954001c1
0
roles/ec2-provisioning
314
[ "no_license" ]
[ { "path": "roles/ec2-provisioning/tasks/create_secgroup.yml", "content": "# Create web security group and rules\n\n - name: Create web Security Group\n ec2_group:\n name: \"{{ web_security_group_name }}\"\n description: web security group\n region: \"{{ aws_region }}\"\n rules:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3383, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/exp_ctx
314
[ "no_license" ]
[ { "path": "roles/exp_ctx/vars/main.yml", "content": "---\n# vars file for exp_ctx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/exp_ctx/defaults/main.yml", "content": "---\n# defaults file for exp_ctx", "license_type": "no_license",...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2840, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_asp_drop
314
[ "no_license" ]
[ { "path": "roles/ops_show_asp_drop/defaults/main.yml", "content": "---\n# defaults file for ops_show_asp_drop", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/ops_show_asp_drop/handlers/main.yml", "content": "---\n# handlers file for ops_s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1230, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_block
314
[ "no_license" ]
[ { "path": "roles/ops_show_block/defaults/main.yml", "content": "---\n# defaults file for ops_show_block", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/ops_show_block/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ro...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 922, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_capture
314
[ "no_license" ]
[ { "path": "roles/ops_show_capture/vars/main.yml", "content": "---\n# vars file for ops_show_capture", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/ops_show_capture/defaults/main.yml", "content": "---\n# defaults file for ops_show_capture...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 700, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_context
314
[ "no_license" ]
[ { "path": "roles/ops_show_context/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ops_show_context", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/ops_show_context/defaults/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1017, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_cpu
314
[ "no_license" ]
[ { "path": "roles/ops_show_cpu/vars/main.yml", "content": "---\n# vars file for ops_show_cpu", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/ops_show_cpu/tasks/main.yml", "content": "---\n# tasks file for ops_show_capture\n- name: LOAD \"q...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 819, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_state
314
[ "no_license" ]
[ { "path": "roles/ops_show_state/vars/main.yml", "content": "---\n# vars file for ops_show_state", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/ops_show_state/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ro...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 860, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_svc_policy
314
[ "no_license" ]
[ { "path": "roles/ops_show_svc_policy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ops_show_svc_policy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/ops_show_svc_policy/defaults/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 729, "all_permissive": false }
ansible_role
ak-b/Ansible4Networks
61c09c9ad2413226d1881ff6ead830c47b15e030
0
roles/ops_show_version
314
[ "no_license" ]
[ { "path": "roles/ops_show_version/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ops_show_version", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/ops_show_version/tasks/show_version.yml", "conte...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 848, "all_permissive": false }
ansible_role
pyaephyohein/iac-outlinevpn
6e564547bb243547ca5f54c6094adb75c54a905f
0
Ansible/roles/apt
314
[ "no_license" ]
[ { "path": "Ansible/roles/apt/tasks/main.yaml", "content": "- name: timesync\n become_user: root\n shell: timedatectl set-timezone Asia/Yangon\n- name: apt-get update\n become_user: root\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
pyaephyohein/iac-outlinevpn
6e564547bb243547ca5f54c6094adb75c54a905f
0
Ansible/roles/outline
314
[ "no_license" ]
[ { "path": "Ansible/roles/outline/tasks/main.yaml", "content": "- name: Download outline script\n become_user: root\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh\n dest: /tmp/install_server.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
sevengreenz/ansible-php
a390bdca09ec831ef72acacf7c738ab639870c4c
0
roles/git
315
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "# 最新のgitをインストール\n\n- name: add IUS repository\n yum_repository:\n name: ius\n description: IUS YUM repo for install the latest git \n baseurl: https://dl.iuscommunity.org/pub/ius/stable/CentOS/7/x86_64\n # https://access.redhat.com/documentation...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
sevengreenz/ansible-php
a390bdca09ec831ef72acacf7c738ab639870c4c
0
roles/node
315
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: add repository\n yum:\n name: https://rpm.nodesource.com/pub_8.x/el/7/x86_64/nodejs-8.1.1-1nodesource.el7.centos.x86_64.rpm\n state: present\n\n- name: install node\n yum:\n name: nodejs\n state: present\n\n- name: install yarn\n npm:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
sevengreenz/ansible-php
a390bdca09ec831ef72acacf7c738ab639870c4c
0
roles/php
315
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: add epel\n yum : name=epel-release\n\n- name: change repositories option\n replace : dest=/etc/yum.repos.d/epel.repo regexp=\"enabled *= *1\" replace=\"enabled=0\"\n\n- name: add remi\n yum : name=http://rpms.famillecollet.com/enterprise/remi-rele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
sevengreenz/ansible-php
a390bdca09ec831ef72acacf7c738ab639870c4c
0
roles/serverless
315
[ "no_license" ]
[ { "path": "roles/serverless/tasks/main.yml", "content": "- name: install serverless\n npm:\n name: serverless\n global: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
sevengreenz/ansible-php
a390bdca09ec831ef72acacf7c738ab639870c4c
0
roles/vim
315
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "# 最新の vim をインストール\n\n- name: is vim installed \n stat:\n path: /usr/local/bin/vim\n register: vim\n\n# vim の依存パッケージインストール\n- name: install dependency packeges\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - lua-devel\n - nc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
sevengreenz/ansible-php
a390bdca09ec831ef72acacf7c738ab639870c4c
0
roles/vue
315
[ "no_license" ]
[ { "path": "roles/vue/tasks/main.yml", "content": "- name: install vue-cli\n npm:\n name: vue-cli\n global: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/defender
315
[ "no_license" ]
[ { "path": "roles/defender/tasks/main.yml", "content": "---\n# tasks file for defender\n\n- name: 'Exclude from Scanning'\n win_defender_exclusion:\n list: '{{ item.value }}'\n type: '{{ item.key }}'\n with_dict: '{{ defender_exclusion }}'\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 914, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/directories
315
[ "no_license" ]
[ { "path": "roles/directories/defaults/main.yml", "content": "---\n# defaults file for directories\n\n# With directories you can specify a list of directories\n# with subdirectories to be created on the target system.\ndirectories:\n - main: \"{{ ansible_env.SystemDrive }}\\\\{{ directories_main }}\"\n s...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2157, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/disks
315
[ "no_license" ]
[ { "path": "roles/disks/tasks/main.yml", "content": "---\n# tasks file for kdcloud.win_disk\n\n- name: 'retrieve disk information'\n win_disk_facts:\n\n- name: 'include disk'\n include_tasks: disks.yml\n loop: '{{ disks }}'\n loop_control:\n loop_var: disk\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1898, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/files
315
[ "no_license" ]
[ { "path": "roles/files/defaults/main.yml", "content": "---\n# defaults file for files\n\n# List of configuration dictionary defining the content.\n# The following properties are supported:\n# type content | url [required]\n# path [required] Path where the file should be saved.\n#...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2844, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/local_administrators
315
[ "no_license" ]
[ { "path": "roles/local_administrators/tasks/main.yml", "content": "---\n# tasks file for local_administrators\n\n- name: add local administrators hosts\n set_fact:\n local_administrators_defaults: '{{ var_default | union(var_hosts) }}'\n when: local_administrators_hosts is defined\n vars:\n var_def...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2887, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/membership
315
[ "no_license" ]
[ { "path": "roles/membership/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> (https://sbaerlocher.ch)\n description: Adds the target device to a domain or to a workgroup.\n license: MIT\n min_ansible_version: 2.9\n\n platforms:\n - name: Windows\n versions:\n - 2012R2\n ga...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2933, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/onedrive
315
[ "no_license" ]
[ { "path": "roles/onedrive/defaults/main.yml", "content": "---\n# defaults file for onedrive\n\n# Disables OneDrive in the registry\nonedrive_disable: true\n\n# Uninstalls OneDrive on the device.\nonedrive_remove: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2889, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/optional_features
315
[ "no_license" ]
[ { "path": "roles/optional_features/README.md", "content": "# Ansible Role: optional_features\n\n## Description\n\nThis role enables or disables Windows optional feature..\n\n## Role Variables\n\n### optional_features\n\nHere is a list of Windows optional features that can be installed or uninstalled.\n\n```...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1545, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/power_plan
315
[ "no_license" ]
[ { "path": "roles/power_plan/defaults/main.yml", "content": "---\n# defaults file for power_plan\n\n# Here you can specify the Windows Power Plan to be activated.\npower_plan: 'high performance'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1036, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/remote_desktop
315
[ "no_license" ]
[ { "path": "roles/remote_desktop/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> (https://sbaerlocher.ch)\n description: Enables Windows Remote Desktop Services on Windows.\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Windows\n versions:\n - all\n\n gal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6689, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/scheduled_tasks
315
[ "no_license" ]
[ { "path": "roles/scheduled_tasks/defaults/main.yml", "content": "---\n# defaults file for scheduled_tasks\n\n# List of Schedules Tasks, the single parameters\n# can be taken from the documentation of Ansible.\n# https://docs.ansible.com/ansible/latest/modules/win_scheduled_task_module.html\n#\n# Example:\n#...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4688, "all_permissive": false }
ansible_role
sbaerlocher/ansible.windows
84f6e0b53aa0b7309b1517d5eae9726fca0ed49c
10
roles/startlayout
315
[ "no_license" ]
[ { "path": "roles/startlayout/molecule/default/playbook.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - sbaerlocher.windows.startlayout\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/startlayout/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8497, "all_permissive": false }
ansible_role
johnny-butter/ansible-rails
e28a68a93f2293d28ad308e44f2497ff6c3e5747
0
roles/image_magick
315
[ "no_license" ]
[ { "path": "roles/image_magick/tasks/main.yml", "content": "- name: Install Image Magick\n apt:\n name: [\"libmagickwand-dev\", \"imagemagick\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
johnny-butter/ansible-rails
e28a68a93f2293d28ad308e44f2497ff6c3e5747
0
roles/monit
315
[ "no_license" ]
[ { "path": "roles/monit/tasks/main.yml", "content": "- name: Install monit\n apt: name=monit\n\n- name: Set monitrc\n template:\n src=templates/monitrc\n dest=/etc/monit/monitrc\n owner=root\n mode=0700\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
johnny-butter/ansible-rails
e28a68a93f2293d28ad308e44f2497ff6c3e5747
0
roles/mysql
315
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL dependency\n apt: name={{ item }} state=latest update_cache=true cache_valid_time=3600\n with_items:\n - python3-mysqldb\n - libmysqlclient-dev\n\n# https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/\n# Add MySQL GPG Pub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1634, "all_permissive": false }
ansible_role
johnny-butter/ansible-rails
e28a68a93f2293d28ad308e44f2497ff6c3e5747
0
roles/nginx
315
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n apt: name=nginx\n\n- name: Copy nginx config file\n template:\n src=templates/{{ nginx_app_name }}\n dest=/etc/nginx/sites-available/{{ nginx_app_name }}\n\n- name: Enable configuration\n file:\n src=/etc/nginx/sites-ava...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
johnny-butter/ansible-rails
e28a68a93f2293d28ad308e44f2497ff6c3e5747
0
roles/nodejs
315
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: Install node js\n apt: name=nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 43, "all_permissive": false }
ansible_role
johnny-butter/ansible-rails
e28a68a93f2293d28ad308e44f2497ff6c3e5747
0
roles/postgre
315
[ "no_license" ]
[ { "path": "roles/postgre/tasks/main.yml", "content": "- name: Install Postgre lib\n apt: name=libpq-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 50, "all_permissive": false }
ansible_role
johnny-butter/ansible-rails
e28a68a93f2293d28ad308e44f2497ff6c3e5747
0
roles/ruby
315
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Create ruby-install directory\n file: path=/root/ruby-install state=directory\n\n- name: Download and unpack postmodern/ruby-install\n unarchive:\n src: \"https://github.com/postmodern/ruby-install/archive/v{{ ruby_install_version }}.tar.gz\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
knightzzy/mysql
db982c245fce40e5c5a42d3678c20d93b49976b3
0
mysql-install/roles/mysql-install
315
[ "no_license" ]
[ { "path": "mysql-install/roles/mysql-install/files/change_mysql_password.sh", "content": "#!/bin/bash\n\n# MySQL 临时密码\nTEMP_PASSWORD=$1\n\n# 新密码\nNEW_PASSWORD='<PASSWORD>!'\n\n# 更改 MySQL 密码\nmysql --user=root --password=\"${TEMP_PASSWORD}\" --connect-expired-password -e \"ALTER USER 'root'@'localhost' IDENT...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3970, "all_permissive": false }
ansible_role
lvarin/ansible-openstack-example
95acd809175ea6ac08d2296e8980667aca405824
0
roles/instances
315
[ "no_license" ]
[ { "path": "roles/instances/tasks/main.yml", "content": "- include_tasks: create_security_group.yaml\n\n- include_tasks: create_instances.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/instances/tasks/create_instances.yaml", "conte...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2686, "all_permissive": false }
ansible_role
lvarin/ansible-openstack-example
95acd809175ea6ac08d2296e8980667aca405824
0
roles/nginx
315
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Wait before connecting to host\n wait_for_connection:\n delay: 30\n timeout: 300\n \n- name: Install nginx\n package:\n name:\n - nginx\n\n- name: Copy files\n ansible.builtin.copy:\n src: html/\n dest: /var/www/html/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
lvarin/ansible-openstack-example
95acd809175ea6ac08d2296e8980667aca405824
0
roles/openstack_facts
315
[ "no_license" ]
[ { "path": "roles/openstack_facts/tasks/main.yaml", "content": "- name: Register openstack servers facts\n openstack.cloud.server_info:\n filters:\n metadata:\n group: \"{{ item }}\"\n register: server_facts\n with_items:\n - \"{{ instance_name }}\"\n\n# - name: Check\n# debug:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
tarek-code/java-k8s-ci-cd-automation
dea7437df19fe1eb84977ac263219eba761c3296
0
ansible/roles/k3s_control_plane
322
[ "no_license" ]
[ { "path": "ansible/roles/k3s_control_plane/tasks/main.yml", "content": "---\n- name: Install dependencies\n become: true\n apt:\n name: curl\n state: present\n update_cache: yes\n\n- name: Install k3s server\n become: true\n shell: |\n curl -sfL https://get.k3s.io | sh -\n args:\n create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
refi64/arch-playbooks
bb0eef55768f771f62a67567640899019c452208
0
roles/boot
322
[ "no_license" ]
[ { "path": "roles/boot/tasks/main.yaml", "content": "- name: Install grub\n command: 'grub-install --target=i386-pc {{ target_disk }}'\n\n- name: Generate the grub config\n command: grub-mkconfig -o /boot/grub/grub.cfg\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
refi64/arch-playbooks
bb0eef55768f771f62a67567640899019c452208
0
roles/bootstrap
322
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yaml", "content": "- name: Mount the new rootfs\n command: 'mount {{ target_disk|quote }}{{ root_partition }} {{ mount_point|quote }}'\n args:\n warn: false\n\n- name: Create the boot directory\n file:\n path: '{{ mount_point }}/boot'\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
refi64/arch-playbooks
bb0eef55768f771f62a67567640899019c452208
0
roles/disk
322
[ "no_license" ]
[ { "path": "roles/disk/tasks/main.yaml", "content": "- name: Query the existing partitions\n parted:\n device: '{{ target_disk }}'\n unit: MiB\n register: original_device_info\n \n- name: Unmount any mounted partitions\n shell: >\n swapoff {{ target_disk|quote }}{{ item.num }} \n || umount ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1546, "all_permissive": false }
ansible_role
refi64/arch-playbooks
bb0eef55768f771f62a67567640899019c452208
0
roles/network
322
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yaml", "content": "- name: Set the hostname\n copy:\n content: \"{{ hostname }}\\n\"\n dest: /etc/hostname\n\n# NOTE: /etc/hosts is not updated, because nsswitch.conf already contains\n# myhostname, so no need to do that.\n\n- name: Enable systemd-networkd\n syste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
refi64/arch-playbooks
bb0eef55768f771f62a67567640899019c452208
0
roles/region
322
[ "no_license" ]
[ { "path": "roles/region/tasks/main.yaml", "content": "- name: Set the time zone\n file:\n src: '/usr/share/zoneinfo/{{ timezone }}'\n dest: /etc/localtime\n state: link\n force: true\n\n- name: Configure the system clock\n command: 'hwclock --systohc'\n\n- name: Uncomment the desired locale\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
refi64/arch-playbooks
bb0eef55768f771f62a67567640899019c452208
0
roles/user
322
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: Create a new user\n user:\n name: '{{ username }}'\n shell: '{{ shell }}'\n groups: wheel\n append: true\n\n- name: 'Set the password for {{ item }}'\n user:\n name: '{{ item }}'\n password: \"{{ lookup('file', playbook_dir + '/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
Dzmuh/ansible-role-linux-desktop
d20627cfb3b93f5776fef39fed710bf9cf4fca8c
0
roles/docker
322
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n# Copyright (c) 2020 <NAME>\n#\n# MIT License\n#\n# https://opensource.org/licenses/MIT\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\")...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4050, "all_permissive": false }
ansible_role
Dzmuh/ansible-role-linux-desktop
d20627cfb3b93f5776fef39fed710bf9cf4fca8c
0
roles/firewal
322
[ "no_license" ]
[ { "path": "roles/firewal/README.md", "content": "# Ansible Minimal Firewall Role\n\nUFW", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/firewal/tasks/debian.yml", "content": "---\n\n# Copyright (c) 2020 <NAME>\n#\n# MIT License\n#\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3450, "all_permissive": false }
ansible_role
Dzmuh/ansible-role-linux-desktop
d20627cfb3b93f5776fef39fed710bf9cf4fca8c
0
roles/kde
322
[ "no_license" ]
[ { "path": "roles/kde/README.ru.md", "content": "# Ansible Minimal KDE Role\n\n<table>\n<tr>\n <th>Переменная</th>\n <th>Значение по умолчанию</th>\n <th>Описание</th>\n <th>Примечание</th>\n</tr>\n<tr>\n<td>\n\n`managed_firewall.enabled`\n\n</td>\n<td>\n\n`true`\n\n</td>\n<td>Отвечает за взаимо...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4838, "all_permissive": false }
ansible_role
Dzmuh/ansible-role-linux-desktop
d20627cfb3b93f5776fef39fed710bf9cf4fca8c
0
roles/virt-kvm
322
[ "no_license" ]
[ { "path": "roles/virt-kvm/tasks/kvm-users.yml", "content": "---\n- name: Ensure kvm users are added to the libvirt group.\n user:\n name: \"{{ item }}\"\n groups: libvirt\n append: true\n with_items: \"{{ kvm_users }}\"\n ignore_errors: true\n tags:\n - bootstrap\n - kvm\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 280, "all_permissive": false }
ansible_role
Salamata-sow/serveur-partage-ansible
7c481c0f430b74c1349c86a502d0581bee57966b
0
roles/samba
322
[ "no_license" ]
[ { "path": "roles/samba/templates/smb.conf.j2", "content": "# smb.conf - Samba Configuration\n\n[global]\n workgroup = WORKGROUP\n security = user\n map to guest = Bad User\n server string = Samba Server\n log file = /var/log/samba/log.%m\n max log size = 50\n\n[production]\n path = /sambashare...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1994, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.cilium
322
[ "no_license" ]
[ { "path": "linux/roles/wod.cilium/templates/beagle-cilium-proxy.yaml", "content": "k8sServiceHost: \"{{ K8S_MASTER_HOST }}\"\nk8sServicePort: \"{{ K8S_MASTER_PORT }}\"\n\nimage:\n repository: \"{{ REGISTRY_LOCAL }}/{{ K8S_IMAGES[\"CILIUM\"][\"NAME\"] }}\"\n tag: \"{{ K8S_IMAGES[\"CILIUM\"][\"VERSION\"] }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8965, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.docker
322
[ "no_license" ]
[ { "path": "linux/roles/wod.docker/tasks/main.yml", "content": "- name: check need copy files\n raw: stat /opt/docker/{{ DOCKER_VERSION }}/bin/docker\n register: need_copy_files\n ignore_errors: True\n\n- name: mkdir -p /opt/docker /etc/docker\n raw: mkdir -p /opt/docker /etc/docker\n\n- name: copy files...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 726, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.docker-login
322
[ "no_license" ]
[ { "path": "linux/roles/wod.docker-login/files/login.sh", "content": "#!/bin/bash\n\nexport PATH=/opt/bin:$PATH\n\n# REGISTRY_USER=beagle\n# REGISTRY_PASS=<PASSWORD>\n\nPAUSE_IMAGE=\"${PAUSE_IMAGE:-registry.beagle.default:6444/k8s/pause:3.7}\"\nK8S_DATA_PATH=\"${K8S_DATA_PATH:-/data}\"\n\n# docker , 信任自签名证书和...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4900, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.envoy
322
[ "no_license" ]
[ { "path": "linux/roles/wod.envoy/tasks/main.yml", "content": "- name: mkdir -p /etc/kubernetes/scripts\n raw: mkdir -p /etc/kubernetes/scripts\n\n- name: template envoy.sh\n template: src=scripts/envoy.sh dest=/etc/kubernetes/scripts/envoy.sh mode=0755\n\n- name: /etc/kubernetes/scripts/envoy.sh\n raw: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 538, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.flannel
322
[ "no_license" ]
[ { "path": "linux/roles/wod.flannel/defaults/main.yml", "content": "K8S_MASTER_HOST: kubernetes.beagle.default\nK8S_MASTER_PORT: 6443", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "linux/roles/wod.flannel/templates/flannel.yaml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5540, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.gateway
322
[ "no_license" ]
[ { "path": "linux/roles/wod.gateway/templates/config/gateway.yaml", "content": "global:\n checkNewVersion: false\n sendAnonymousUsage: false\napi:\n dashboard: false\nlog:\n level: \"INFO\"\n format: \"common\"\n\nproviders:\n file:\n directory: /etc/kubernetes/services/k8s-gateway/config\n\nentryPo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2882, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-addon
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-addon/templates/coredns.yaml", "content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: coredns\n namespace: kube-system\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n labels:\n kubernetes.io/bootstrapping: rbac-defaults\n name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5584, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-dropcaches
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-dropcaches/tasks/main.yml", "content": "- name: check need files\n raw: stat /etc/systemd/system/k8s-dropcaches.service\n register: check_need_files\n ignore_errors: True\n\n- name: mkdir -p /etc/kubernetes/scripts\n raw: mkdir -p /etc/kubernetes/scripts\n\n- name: templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1091, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-etcd
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-etcd/tasks/main.yml", "content": "- name: template /etc/kubernetes/scripts/etcdctl.sh\n template: src=scripts/etcdctl.sh dest=/etc/kubernetes/scripts/etcdctl.sh mode=0755\n\n- name: /etc/kubernetes/scripts/etcdctl.sh\n raw: /etc/kubernetes/scripts/etcdctl.sh\n\n- name: templ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5104, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-helm
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-helm/templates/helm.sh", "content": "#!/bin/bash\n\nexport PATH=/opt/bin:$PATH\n\nset -e\n\nREGISTRY_LOCAL=\"{{ REGISTRY_LOCAL }}\"\nREGISTRY_REPO=\"{{ K8S_IMAGES['HELM']['NAME'] }}\"\nREGISTRY_VERSION=\"{{ K8S_IMAGES['HELM']['VERSION'] }}{{ \"-%s\" | format(K8S_ARCH) | replac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1605, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-ingress
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-ingress/tasks/main.yml", "content": "- name: mkdir -p /etc/kubernetes/addons/default\r\n raw: mkdir -p /etc/kubernetes/addons/default\r\n\r\n- name: check need k8s.ingress.yaml\r\n raw: stat /etc/kubernetes/addons/default/k8s.ingress.yaml\r\n register: need_addons_ingress\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1283, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-kubectl
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-kubectl/tasks/main.yml", "content": "- name: template kubectl.sh\n template: src=kubectl.sh dest=/etc/kubernetes/scripts/kubectl.sh mode=0755\n\n- name: /etc/kubernetes/scripts/kubectl.sh\n raw: /etc/kubernetes/scripts/kubectl.sh", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1757, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-kubectl-creds
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-kubectl-creds/tasks/main.yml", "content": "- name: mkdir -p /etc/kubernetes/ansible\n raw: mkdir -p /etc/kubernetes/ansible\n\n- name: check need beagle-registry\n raw: /opt/bin/kubectl -n kube-system get secrets | grep beagle-registry\n register: need_kubectl_creds\n igno...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-kubelet-containerd
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-kubelet-containerd/tasks/main.yml", "content": "\n- name: mkdir -p /etc/kubernetes/config\n raw: mkdir -p /etc/kubernetes/config\n\n- name: template kubelet.sh\n template: src=scripts/kubelet.sh dest=/etc/kubernetes/scripts/kubelet.sh mode=0755\n\n- name: template config/kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1700, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-kubelet-images-containerd
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-kubelet-images-containerd/tasks/main.yml", "content": "\n- name: mkdir -p /etc/kubernetes/ansible\n raw: mkdir -p /etc/kubernetes/ansible\n\n- name: nerdctl pull kube-apiserver\n raw: /opt/bin/nerdctl -n k8s.io pull {{ REGISTRY_LOCAL }}/{{ K8S_IMAGES['KUBE-APISERVER']['NAME'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1252, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-kubelet-images-docker
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-kubelet-images-docker/tasks/main.yml", "content": "\n- name: mkdir -p /etc/kubernetes/ansible\n raw: mkdir -p /etc/kubernetes/ansible\n\n- name: docker pull kube-apiserver\n raw: /opt/bin/docker pull {{ REGISTRY_LOCAL }}/{{ K8S_IMAGES['KUBE-APISERVER']['NAME'] }}:{{ K8S_IMAG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1192, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-kubelet-images-pause-containerd
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-kubelet-images-pause-containerd/tasks/main.yml", "content": "\n- name: mkdir -p /etc/kubernetes/ansible\n raw: mkdir -p /etc/kubernetes/ansible\n\n- name: nerdctl pull pause\n raw: /opt/bin/nerdctl -n k8s.io pull {{ REGISTRY_LOCAL }}/{{ K8S_IMAGES['PAUSE']['NAME'] }}:{{ K8S_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-kubelet-images-pause-docker
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-kubelet-images-pause-docker/tasks/main.yml", "content": "\n- name: mkdir -p /etc/kubernetes/ansible\n raw: mkdir -p /etc/kubernetes/ansible\n\n- name: docker pull pause\n raw: /opt/bin/docker pull {{ REGISTRY_LOCAL }}/{{ K8S_IMAGES['PAUSE']['NAME'] }}:{{ K8S_IMAGES['PAUSE'][...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-label
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-label/files/label.sh", "content": "#!/bin/bash \n\nset -ex\n\n/opt/bin/kubectl label node $K8S_HOST node-role.kubernetes.io/master=\"true\" --overwrite", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "linux/roles/wod....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-master
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-master/templates/manifests/kube-scheduler.yaml", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: kube-scheduler\n namespace: kube-system\n labels:\n k8s-app: kube-scheduler\n app.bd-apaas.com/cluster-component: core\nspec:\n hostNetwork: true\n priorityClas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11474, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-ssl
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-ssl/tasks/main.yml", "content": "- name: mkdir /etc/kubernetes/ssl\n raw: mkdir -p /etc/kubernetes/ssl\n \n- name: check need ca.crt\n raw: stat /etc/kubernetes/ssl/ca.crt\n register: need_ssl_ca_crt\n ignore_errors: True \n\n- name: copy ca.crt\n copy: src=ca.crt dest=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-ssl-etcd
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-ssl-etcd/defaults/main.yml", "content": "BEAGLE_ETCD_VERSION: 20230625", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "linux/roles/wod.k8s-ssl-etcd/templates/server.cnf", "content": "[req]\nreq_extensions = v3_req...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4367, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-ssl-kubelet
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-ssl-kubelet/templates/kubelet.sh", "content": "#!/bin/bash \nset -e \n\nif ! [ -e /etc/kubernetes/ssl/kubelet.key ]; then\n openssl genrsa -out /etc/kubernetes/ssl/kubelet.key 2048\nfi\n\nif ! [ -e /etc/kubernetes/ssl/kubelet.crt ]; then\n openssl req -new -key /etc/kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 961, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.k8s-ssl-master
322
[ "no_license" ]
[ { "path": "linux/roles/wod.k8s-ssl-master/defaults/main.yml", "content": "K8S_SERVICE_IP: \"{{ K8S_SERVICE_IP_RANGE.split('.')[0:3] | join('.') }}.1\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "linux/roles/wod.k8s-ssl-master/files/admin.sh", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2185, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.kernel
322
[ "no_license" ]
[ { "path": "linux/roles/wod.kernel/README.md", "content": "# kernel\n\n## CentOS x86_64\n\n```bash\n# https://elrepo.org/linux/kernel/el7/x86_64/RPMS/\nkernel-lt-5.4.248-1.el7.elrepo.x86_64.rpm\n\nexport KERNEL_VERSION=\"5.4.248-1\" && \\\nrm -rf ./.vscode/rpm && \\\nmkdir -p ./.vscode/rpm && \\\ncurl -x soc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10320, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.registry
322
[ "no_license" ]
[ { "path": "linux/roles/wod.registry/templates/config/registry.beagle.default.cnf", "content": "[req]\nreq_extensions = v3_req\ndistinguished_name = req_distinguished_name\n[req_distinguished_name]\n[v3_req]\nbasicConstraints = CA:FALSE\nkeyUsage = nonRepudiation, digitalSignature, keyEncipherment\nsubjectAl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5244, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.sys
322
[ "no_license" ]
[ { "path": "linux/roles/wod.sys/files/uniontech.sh", "content": "#!/bin/bash\n\nsystemctl stop firewalld && systemctl disable firewalld\n\nrm -rf /etc/cni/net.d\n\nmkdir -p /etc/cni/net.d", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "linux/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3367, "all_permissive": false }
ansible_role
open-beagle/ansible-kubernetes
167d45e013e4e03e7871e856a3030a864241e4e1
6
linux/roles/wod.uninstall
322
[ "no_license" ]
[ { "path": "linux/roles/wod.uninstall/tasks/main.yml", "content": "- name: Run uninstall.sh\r\n script: uninstall.sh\r\n\r\n- name: reboot\r\n raw: shutdown -r 0\r\n ignore_errors: true ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "linux/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 827, "all_permissive": false }
ansible_role
todo-deploy/todo-deploy-vagrant-ansible
94c6be4e54c04777b0a48264e5560b5e1398c81c
0
roles/mongodb
322
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- copy: src=mongodb-org-4.0.repo dest=/etc/yum.repos.d/mongodb-org-4.0.repo\n become: true\n become_user: root\n- yum: name=mongodb-org\n become: true\n become_user: root\n- service: name=mongod state=started\n become: true\n become_user: root", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
saireddyavs/Ansible-Docker-OR-AWS
aed4e0085464580c60e6f20873f57b1c1a98823f
0
roles/docker
322
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n \n \n\n - name: Get the codebase\n\n git:\n repo: \"{{ code_repo }}\"\n dest: \"{{ role_path }}/files/code\"\n become: true\n \n\n #https://stackoverflow.com/questions/279853...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2340, "all_permissive": false }
ansible_role
devopswise/dwtools
64b05f2168aa82b52cd1ba4f216089b7d5e9cdda
2
roles/common
322
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This is a temporary workaround to avoid aws bills for development\n- name: Schedule to turn off system after 2 hours\n shell: \"shutdown -P +90\"\n become: yes\n become_method: sudo\n\n- name: Turn swap off\n shell: \"nohup swapoff -a &\"\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4644, "all_permissive": false }