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
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/nvm
1,519
[ "permissive" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n- name: Install nvm\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash\n creates: \"{{ (ansible_user_dir, '.nvm', 'nvm.sh') | path_join }}\"\n environme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": true }
ansible_role
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/sddm
1,519
[ "permissive" ]
[ { "path": "roles/sddm/tasks/main.yaml", "content": "---\n- name: Install SDDM\n become: true\n ansible.builtin.package:\n name: [sddm]\n state: present\n\n- name: Switch SDDM to wayland\n become: true\n ansible.builtin.copy:\n dest: /etc/sddm.conf.d/wayland.conf\n content: |\n [General]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1656, "all_permissive": true }
ansible_role
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/sketchybar
1,519
[ "permissive" ]
[ { "path": "roles/sketchybar/tasks/main.yml", "content": "---\n- name: Install sketchybar\n community.general.homebrew:\n name: sketchybar\n state: present\n\n- name: Configure sketchybar\n ansible.builtin.file:\n src: \"{{ (role_path, 'files', 'sketchybar') | path_join }}\"\n dest: \"{{ (confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": true }
ansible_role
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/spotify
1,519
[ "permissive" ]
[ { "path": "roles/spotify/handlers/main.yaml", "content": "---\n- name: spicetify apply\n ansible.builtin.command: \"{{ spicetify_url.path }} apply \"\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 89 }, { "path": "roles/spotify/tasks/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6621, "all_permissive": true }
ansible_role
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/swww
1,519
[ "permissive" ]
[ { "path": "roles/swww/tasks/main.yml", "content": "---\n- name: Link systemd units for wallpapers\n ansible.builtin.file:\n src: \"{{ (role_path, 'files', item) | path_join }}\"\n dest: \"{{ (config_dir, 'systemd', 'user', item) | path_join }}\"\n state: link\n loop: [swww.service, wallpaper-rand...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": true }
ansible_role
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/tmux
1,519
[ "permissive" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Install tmux\n become: \"{{ ansible_distribution != 'MacOSX' }}\"\n ansible.builtin.package:\n name: tmux\n state: present\n\n- name: Configure tmux\n ansible.builtin.file:\n src: \"{{ (role_path, 'files', 'tmux') | path_join }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2046, "all_permissive": true }
ansible_role
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/yay
1,519
[ "permissive" ]
[ { "path": "roles/yay/tasks/main.yml", "content": "---\n- name: Setup vars\n ansible.builtin.set_fact:\n yay_source_dir: \"{{ (source_dir, 'yay') | path_join }}\"\n\n- name: Install prerequisites\n become: true\n ansible.builtin.package:\n name: [git, base-devel]\n state: present\n\n- name: Clone...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 625, "all_permissive": true }
ansible_role
ryan-bunker/dotfiles
3990ab86ed39853bd51d82ffb9611866d74bb301
0
roles/zsh
1,519
[ "permissive" ]
[ { "path": "roles/zsh/files/zshrc", "content": "# Setup homebrew on systems where it is installed\n[ -s /opt/homebrew/bin/brew ] && eval \"$(/opt/homebrew/bin/brew shellenv)\"\n\nexport GOPATH=$HOME/go\nexport PATH=$GOPATH/bin:$PATH\nexport PATH=$HOME/.local/bin:$PATH\n\n# Set the directory we want to store ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2534, "all_permissive": true }
ansible_role
makeiteast/ansible_roles
a88027650bf7670f157cca2eac03d3b59f67274d
0
roles/cpu_performance
1,519
[ "no_license" ]
[ { "path": "roles/cpu_performance/tasks/main.yml", "content": " - name: Display the idle driver the system uses\n command: \"grep -i 'idle' /proc/cmdline\"\n register: idle_driver\n changed_when: false\n failed_when: false\n\n - name: Show the idle driver\n debug:\n msg:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2739, "all_permissive": false }
ansible_role
makeiteast/ansible_roles
a88027650bf7670f157cca2eac03d3b59f67274d
0
roles/info_show
1,519
[ "no_license" ]
[ { "path": "roles/info_show/tasks/main.yml", "content": " - name: Get number of physial cpu's\n shell: \"grep physical.id /proc/cpuinfo | sort -u | wc -l \"\n register: phys_cpu_output\n\n - name: Extract number of physial cpu's\n set_fact:\n phys_cpu: \"{{ phys_cpu_output.stdout ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1652, "all_permissive": false }
ansible_role
makeiteast/ansible_roles
a88027650bf7670f157cca2eac03d3b59f67274d
0
roles/net_rename
1,519
[ "no_license" ]
[ { "path": "roles/net_rename/defaults/main.yml", "content": "interface_name: \"{{ ansible_default_ipv4.interface }}\"\nattr_name: set-name\nnew_interface_name: net0\nmac: \"{{ ansible_default_ipv4.macaddress }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4983, "all_permissive": false }
ansible_role
makeiteast/ansible_roles
a88027650bf7670f157cca2eac03d3b59f67274d
0
roles/storage_encrypt
1,519
[ "no_license" ]
[ { "path": "roles/storage_encrypt/tasks/encryption.yml", "content": "- name: Encrypt partition if it is not already encrypted\n expect:\n command: cryptsetup luksFormat {{ partition }} --key-file {{ luks_keyfile }}\n responses:\n \"(.*?)Are you sure?(.*?)\" : \"YES\"\n \"(.*?)Enter passphras...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4376, "all_permissive": false }
ansible_role
bigdata-project-march-2018-team2/BigCoin
13d76eaccf66fd8a50820bb835fe8b69c39a28af
0
environments_setup/roles/copyFilesForVagrantAndAnsible
1,519
[ "permissive" ]
[ { "path": "environments_setup/roles/copyFilesForVagrantAndAnsible/tasks/main.yml", "content": "- name: Create directory that will hold our files for vagrant and ansible\n file: path=./project state=directory\n- name: Copy necessary file for vagrant and ansible to distant\n copy: src={{ item.src }} dest={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": true }
ansible_role
bigdata-project-march-2018-team2/BigCoin
13d76eaccf66fd8a50820bb835fe8b69c39a28af
0
environments_setup/roles/installVirtualbox
1,519
[ "permissive" ]
[ { "path": "environments_setup/roles/installVirtualbox/tasks/main.yml", "content": "\n- name: Check if virtualbox is installed\n shell: dpkg --status virtualbox-5.0 | grep 'install ok installed'\n register: is_not_installed\n failed_when: no\n changed_when: no\n\n- name: Install if not installed\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": true }
ansible_role
bigdata-project-march-2018-team2/BigCoin
13d76eaccf66fd8a50820bb835fe8b69c39a28af
0
environments_setup/roles/setupEnvironments
1,519
[ "permissive" ]
[ { "path": "environments_setup/roles/setupEnvironments/tasks/main.yml", "content": "\n\n- name: \"Create application user\"\n become: yes\n user:\n name: \"{{ application_username }}\"\n state: present\n system: yes\n home: \"{{ application_userhome }}\"\n# Will error if user has running proces...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": true }
ansible_role
bigdata-project-march-2018-team2/BigCoin
13d76eaccf66fd8a50820bb835fe8b69c39a28af
0
environments_setup/roles/setupVars
1,519
[ "permissive" ]
[ { "path": "environments_setup/roles/setupVars/defaults/main.yml", "content": "\n# User name\napplication_username: \"bigcoin\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "environments_setup/roles/setupVars/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 261, "all_permissive": true }
ansible_role
dmitriyshub/k8s-kubevirt-test-automation
991d843df1f2478809f20416fe016254422fcaf0
1
roles/vm-user-stories
1,559
[ "no_license" ]
[ { "path": "roles/vm-user-stories/tasks/create_file_with_md5sum.yml", "content": "---\n\n - name: Create a checksum placeholder file at the specified path\n ansible.builtin.copy:\n dest: \"{{ LVM_MOUNT_PATH ~ '/md5sum.txt' }}\"\n content: \"This is an md5sum checksum file\"\n mode: 0644\n ...
{ "task_files": 27, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 41, "total_bytes": 60588, "all_permissive": false }
ansible_role
aRandomITguy/Ansible-Magento2
0596413b0238bad82909d2c75e7dfefb00815e9d
0
roles/ElasticSearch
1,559
[ "no_license" ]
[ { "path": "roles/ElasticSearch/handlers/main.yml", "content": "- name: stop \n service: name=elasticsearch.service state=stopped\n\n- name: start \n service: name=elasticsearch.service state=started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
aRandomITguy/Ansible-Magento2
0596413b0238bad82909d2c75e7dfefb00815e9d
0
roles/common
1,559
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Run yum update\n yum: \n name: '*' \n state: latest\n\n- name: Install wget\n yum: \n name: wget \n state: present\n\n- name: Install java 1.8.0\n yum: \n name: java-1.8.0-openjdk \n state: present\n\n- name: import remi GPG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1721, "all_permissive": false }
ansible_role
aRandomITguy/Ansible-Magento2
0596413b0238bad82909d2c75e7dfefb00815e9d
0
roles/composer
1,559
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "- name: Download composer installer\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-setup.php\n mode: 0755\n\n- name: Install composer using PHP\n shell: php composer-setup.php --version=1.10.16\n args:\n chdir: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
aRandomITguy/Ansible-Magento2
0596413b0238bad82909d2c75e7dfefb00815e9d
0
roles/magento
1,559
[ "no_license" ]
[ { "path": "roles/magento/tasks/main.yml", "content": "- name: Download Magento Zip from github\n get_url:\n url: https://github.com/magento/magento2/archive/{{Magento_Version}}.zip\n dest: /usr/share/nginx/html/magento.zip\n mode: '7777'\n\n- name: Extract magento\n unarchive:\n src: /usr/shar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2628, "all_permissive": false }
ansible_role
aRandomITguy/Ansible-Magento2
0596413b0238bad82909d2c75e7dfefb00815e9d
0
roles/mysql
1,559
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install mysql\n yum: \n name: mysql-server\n state: present\n\n- name: Start Mysql Service\n service:\n name: mysqld\n state: started\n enabled: true\n\n- name: Create DB user for Magento\n mysql_user:\n name: \"{{ magento_db_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
aRandomITguy/Ansible-Magento2
0596413b0238bad82909d2c75e7dfefb00815e9d
0
roles/nginx
1,559
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n yum: \n name: nginx \n state: present\n\n- name: nginx Start initial\n service:\n name: nginx\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 158 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
aRandomITguy/Ansible-Magento2
0596413b0238bad82909d2c75e7dfefb00815e9d
0
roles/php
1,559
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: reset php module\n command: yum module reset php -y\n\n- name: enable php module\n command: yum module enable php:remi-7.4 -y\n\n- name: Install php\n command: yum module install php:remi-{{ php_version }} -y\n\n- name: Install php deps\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1575, "all_permissive": false }
ansible_role
amida-tech/api-boilerplate
79ef5f3bf5178a8304f0734fb86c446030790335
153
deploy/roles/api
1,559
[ "permissive" ]
[ { "path": "deploy/roles/api/vars/main.yml", "content": "---\nsrc_dir: /home/centos/api", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 29 }, { "path": "deploy/roles/api/tasks/main.yml", "content": "---\n- name: Make source folder\n file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 974, "all_permissive": true }
ansible_role
amida-tech/api-boilerplate
79ef5f3bf5178a8304f0734fb86c446030790335
153
deploy/roles/logging
1,559
[ "permissive" ]
[ { "path": "deploy/roles/logging/tasks/metricbeat.yml", "content": "---\n- name: logging | metricbeat | install package\n yum:\n name: metricbeat\n state: latest\n\n- name: logging | metricbeat | copy config file\n template:\n src: metricbeat.yml\n dest: /etc/metricbeat/metricbeat.yml\n\n- name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3480, "all_permissive": true }
ansible_role
amida-tech/api-boilerplate
79ef5f3bf5178a8304f0734fb86c446030790335
153
deploy/roles/nodejs
1,559
[ "permissive" ]
[ { "path": "deploy/roles/nodejs/tasks/main.yml", "content": "---\n#file: roles/node/tasks/main.yml\n\n- name: Install NVM\n sudo: yes\n command: git clone https://github.com/creationix/nvm.git /.nvm\n\n- name: Add NVM to bashrc\n sudo: yes\n shell: \"echo '. /.nvm/nvm.sh' >> /etc/bash.bashrc\"\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": true }
ansible_role
amida-tech/api-boilerplate
79ef5f3bf5178a8304f0734fb86c446030790335
153
deploy/roles/repo-epel
1,559
[ "permissive" ]
[ { "path": "deploy/roles/repo-epel/.travis.yml", "content": "---\nsudo: required\n\nenv:\n - distribution: centos\n version: 6\n init: /sbin/init\n run_opts: \"\"\n - distribution: centos\n version: 7\n init: /usr/lib/systemd/systemd\n run_opts: \"--privileged --volume=/sys/fs/cgroup:/sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1957, "all_permissive": true }
ansible_role
hayassan/AWS-ansible
00cebdd6cab4b72d014db91685be2747825c8a5b
0
roles/application
1,559
[ "no_license" ]
[ { "path": "roles/application/tasks/main.yml", "content": "- name: git clone\n git:\n repo: https://github.com/hayassan/{{ application_name }}.git\n dest: /home/ec2-user/app/\n tags:\n - application\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
hayassan/AWS-ansible
00cebdd6cab4b72d014db91685be2747825c8a5b
0
roles/nodejs
1,559
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: Setup nodejs10.x\n shell: curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash -\n tags:\n - nodejs\n\n- name: Install node.js\n become: yes\n yum:\n name: nodejs\n state: latest\n tags:\n - nodejs\n - nodejs:install\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
phurni/mac-dev-setup
3a7e395f47331eb0177ab232884b745086dcc53f
0
roles/debug-show-vars
1,559
[ "no_license" ]
[ { "path": "roles/debug-show-vars/tasks/main.yml", "content": "---\n- name: Update default hostname\n ansible.builtin.debug:\n var: hostvars\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
Abhishek010397/Setup
f103adc3ad0825166e8b02dfac4a4a12df27806c
1
K3s-ansible/roles/download
1,559
[ "no_license" ]
[ { "path": "K3s-ansible/roles/download/tasks/main.yml", "content": "---\r\n\r\n- name: Delete k3s if already present\r\n file:\r\n path: /usr/local/bin/k3s\r\n state: absent\r\n\r\n- name: Download k3s \r\n get_url:\r\n url: https://github.com/rancher/k3s/releases/download/{{ k3s_version }}/k3s\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
Abhishek010397/Setup
f103adc3ad0825166e8b02dfac4a4a12df27806c
1
roles/deploy
1,559
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\r\n- name: Check if container is running\r\n become: true\r\n shell: docker ps\r\n register: containers\r\n\r\n- name: Stop running container\r\n become: true\r\n shell: \"{{ item }}\"\r\n with_items:\r\n - docker stop {{ registry_container_n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 896, "all_permissive": false }
ansible_role
Abhishek010397/Setup
f103adc3ad0825166e8b02dfac4a4a12df27806c
1
roles/mount-disk
1,559
[ "no_license" ]
[ { "path": "roles/mount-disk/tasks/main.yml", "content": "- name: Check if mount dir exists (if it does we assume the disk is mounted)\r\n stat: path={{ mount_dir }}\r\n register: stat_mount_dir\r\n\r\n- name: Create mount dir\r\n file: path={{ mount_dir }} state=directory\r\n when: stat_mount_dir.stat.e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
Abhishek010397/Setup
f103adc3ad0825166e8b02dfac4a4a12df27806c
1
roles/provision
1,559
[ "no_license" ]
[ { "path": "roles/provision/tasks/main.yml", "content": "---\r\n- name: Update packages\r\n become: true\r\n yum: name=* state=latest update_cache=true\r\n\r\n# https://github.com/docker/docker/issues/15498\r\n- name: Install docker selinux\r\n yum: name=docker-selinux state=present\r\n\r\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/addtoken
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/addtoken/tasks/main.yml", "content": "---\n\n- name: restart systemctl restart cloudcore\n shell: systemctl restart cloudcore\n\n- name: get status cloudcore\n shell: systemctl status cloudcore|grep Active\n register: _result\n until: _result.stdout.find(\"running\") >= 1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/board
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/board/tasks/main.yml", "content": "---\n- name: sysctl -w vm.max_map_count=262144\n shell: sysctl -w vm.max_map_count=262144\n- name: copy file to /lib/sysctl.d/\n copy: src={{role_path}}/templates/90-system.conf dest=/lib/sysctl.d/\n\n- name: create /etc/board/cert\n file:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/board-install
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/board-install/tasks/main.yml", "content": "---\n\n- name: unzip board install package\n shell: tar zxvf {{board_package}} -C /root\n\n- name: copy config file to /root/.kube\n template: src={{role_path}}/templates/board.cfg dest=/root/Deploy\n\n- name: install\n shell: /root/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/check
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/check/tasks/main.yml", "content": "---\n- name: stop cloudcore\n fail: msg=\"don't install registry on the nodes\"\n when: (registry_ip_address) in (groups['nodes']) or (registry_ip_address) in (groups['edges']) \n- name: stop cloudcore\n fail: msg=\"please config more then 2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 968, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/chrony
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/chrony/tasks/main.yml", "content": "---\n- name: timedatectl set-timezone \"Asia/Shanghai\"\n shell: timedatectl set-timezone \"Asia/Shanghai\"\n\n- name: install chrony\n yum: name=chrony state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: install chrony debian\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/common
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/common/files/br_netfilter.sh", "content": "sed -i 's/.*swap.*/#&/' /etc/fstab\n#cat > /etc/sysctl.d/k8s.conf << EOF net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 net.ipv4.ip_forward = 1 EOF\n\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2245, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/common-arm
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/common-arm/tasks/main.yml", "content": "---\n\n- copy:\n src: \"{{role_path}}/files/selinuxConfig\"\n dest: /etc/selinux/config\n ignore_errors: yes\n\n- name: stop the firewall\n shell: systemctl stop firewalld.service\n ignore_errors: yes\n- name: stop the firewall\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/copy-addnode-cmd-arm
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/copy-addnode-cmd-arm/tasks/main.yml", "content": "---\n\n- name: copy image to localion\n copy: src=/tmp/{{master_ip_address}}/tmp/t.sh dest=/tmp/ mode=755\n- name: run add node command\n shell: /tmp/t.sh \n \n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/cordon
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/cordon/tasks/main.yml", "content": "---\n\n- name: kubectl cordon mast\n set_fact: na={{ansible_nodename}}\n- name:\n debug: msg=\"{{corn_na}}\"\n\n- name: cn\n debug: msg=\"{{na}}\"\n\n- name: kubectl cordon master\n shell: kubectl cordon `hostname --fqdn`\n ignore_errors:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/creat-addnode-cmd
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/creat-addnode-cmd/tasks/main.yml", "content": "---\n\n- name: kubeadm token create --print-join-command \n shell: kubeadm token create --print-join-command > /tmp/t.sh\n\n- name: copy image to localion\n fetch: src=/tmp/t.sh dest=/tmp/ mode=755\n\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/dateLake
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/dateLake/files/init.sh", "content": "#!/bin/bash\n\nfunction util_done()\n{\n local sleeptime=$1\n shift\n while true\n do\n \"$@\"\n if [ $? -eq 0 ]; then\n echo \"nohup helm server .......\"\n nohup helm serve --address 0.0.0.0:8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4243, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/dateLakeimages
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/dateLakeimages/templates/nfs-class.yaml", "content": "apiVersion: storage.k8s.io/v1beta1\nkind: StorageClass\nmetadata:\n name: managed-nfs-storage\n namespace: kube-system\nparameters:\n mountOptions: vers=3\nprovisioner: provisioner-jupyterhub\nvolumeBindingMode: Immediate\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/delnode
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/delnode/tasks/main.yml", "content": "---\n\n- name: kubectl delete node \n shell: kubectl delete node {{ hostvars[groups['nodes'][0]]['ansible_default_ipv4']['address'] }} \n- name: \n debug: msg=\"ddd\"\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/docker
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/docker/tasks/main.yml", "content": "---\n- name: install docker-ce\n yum: name=docker-ce state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: install docker and k8s\n shell: dpkg -i {{install_package}}/debian-{{kubernetesVersion}}/*.deb\n when: ansible_os_family =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/docker-compose
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/docker-compose/tasks/main.yml", "content": "---\n- name: copy docker-compose binary file\n copy: src={{role_path}}/../../pre-env/docker-compose dest=/usr/bin mode=755\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/etcd
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/etcd/tasks/main.yml", "content": "---\n- name: install etcd\n yum: name=etcd state=latest\n- name: etcd.conf\n template: src=etcd.conf dest=/etc/etcd/etcd.conf\n\n- name: /usr/lib/systemd/system/etcd.service\n template: src=etcd.service dest=/usr/lib/systemd/system/etcd.servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/fetch_ca
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/fetch_ca/tasks/main.yml", "content": "---\n- name: absent directory\n file: path=/tmp/ca state=absent mode=755\n- name: create directory /tmp/ca\n file: path=/tmp/ca state=directory mode=755\n\n- name: fetch ca.key to pwd\n fetch: src=/etc/kubernetes/pki/ca.key dest=/tmp/ca m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/flannel
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/flannel/tasks/main.yml", "content": "---\n- name: start flannel.yml\n shell: kubectl create -f /var/lib/yaml/flannel.yml\n ignore_errors: yes\n\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/git
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/git/files/README.md", "content": "clone travis_yml_script.rb from board\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible_k8s/roles/git/tasks/main.yml", "content": "---\n\n- name: create directory to save rp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1304, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/gitlab
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/gitlab/templates/config.ini", "content": "[ssh]\nssh_port=22\nssh_username=root\nssh_password={{<PASSWORD>}}\n[gitlab]\nroot_password=<PASSWORD>!\nhost_ip={{groups['gitlab'][0]}}\nhost_port=10088\nhost_ssh_port=10022\ncontainer_port=10088\ncontainer_ssh_port=10022\ncustom_config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2033, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/gpu
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/gpu/tasks/main.yml", "content": "---\n\n- name: copy gpu rpm package\n copy: src={{role_path}}/../../pre-env/gpu-rpm dest=/tmp/rpm\n\n- name: copy gpu.repo\n copy: src={{role_path}}/files/gpu.repo dest=/etc/yum.repos.d\n\n- name: install nvidia-docker2 kmod-nvidia\n yum: name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 998, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/gpu-deploy
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/gpu-deploy/tasks/main.yml", "content": "---\n- name: copy nvidia files to master\n template: src={{role_path}}/templates/{{item}} dest=/var/lib/yaml/\n with_items:\n - \"nvidia.yaml\"\n\n- name: deploy nvidia\n shell: kubectl apply -f /var/lib/yaml/nvidia.yaml\n\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/gpu-image
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/gpu-image/tasks/main.yml", "content": "---\n- name: copy gpu image\n copy: src={{role_path}}/../../pre-env/images/nvidia.tar.gz dest=/var/lib/k8s/images\n\n- name: load image\n shell: docker load -i /var/lib/k8s/images/nvidia.tar.gz\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/heapster
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/heapster/templates/metrics-server.yaml", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n name: system:metrics-server\n labels:\n kubernetes.io/cluster-service: \"true\"\n addonmanager.kubernetes.io/mode: Reconcile\nrules:\n- apiGroups...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5942, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/helm
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/helm/tasks/main.yml", "content": "---\n\n\n- name: copy helm file\n copy: src={{role_path}}/../../pre-env/images/helm dest=/usr/bin mode=755\n\n#- name: helm init command\n# shell: helm init\n# ignore_errors: yes\n \n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/hostname
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/hostname/tasks/main.yml", "content": "---\n\n- name: all host run this task\n shell: hostname\n register: info\n\n- name: modify hostname\n shell: hostnamectl set-hostname {{ ansible_default_ipv4['address'] }} \n when: info['stdout'] == \"localhost.localdomain\" \n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/istio
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/istio/files/sed.sh", "content": "local_host=\"`hostname --fqdn`\"\nlocal_ip=`host $local_host 2>/dev/null | awk '{print $NF}'`\necho $local_ip\nsed -i s/\"master_ip_address\"/\"$local_ip\"/g /var/lib/yaml/flannel.yml\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1139, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/istio.common
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/istio.common/tasks/main.yml", "content": "---\n \n- name: copy config manifests files on master\n template: src={{role_path}}/templates/{{item}} dest=/usr/lib/sysctl.d \n with_items:\n - \"99-board.conf\"\n\n- name: modprobe br_netfilter\n shell: modprobe br_netfilter\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/istio.node
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/istio.node/tasks/main.yml", "content": "---\n\n- name: create image dir\n remote_user: root\n file: path={{docker_image_dir}} state=directory\n ignore_errors: True\n\n- name: copy istio images to node\n copy: src={{role_path}}/../../pre-env/istio/{{item}} dest={{docker_image...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/k8s
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/k8s/tasks/main.yml", "content": "---\n\n- name: create directory to save rpm package\n shell: mkdir -p /tmp/rpm\n when: ansible_os_family == \"RedHat\"\n\n- name: copy docker-ce rpm package\n copy: src={{role_path}}/../../pre-env/k8s-{{kubernetesVersion}} dest=/tmp/rpm\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/k8s-arm
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/k8s-arm/tasks/main.yml", "content": "---\n\n- name: create directory to save rpm package\n shell: mkdir -p /tmp/deb\n\n- name: copy docker-ce rpm package\n copy: src={{role_path}}/../../pre-env/{{itme}} dest=/tmp/deb\n with_item:\n - 'k8s-20.04'\n - 'docker-arm64'\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/kubectlCMD
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/kubectlCMD/templates/prometheus2.yaml", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: prometheus\nspec:\n accessModes:\n - ReadWriteOnce\n capacity:\n storage: 2Gi\n claimRef:\n apiVersion: v1\n kind: PersistentVolumeClaim\n name: prometh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9346, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/kubeedge-cloud
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/kubeedge-cloud/tasks/main.yml", "content": "---\n- name: copy systemd files to master\n template: src={{role_path}}/templates/{{item}} dest=/var/lib/yaml/\n with_items:\n - \"cluster_objectsync_v1alpha1.yaml\"\n - \"objectsync_v1alpha1.yaml\"\n - \"devices_v1alpha1_de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1746, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/kubeedge-edge
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/kubeedge-edge/templates/edgecore.yaml", "content": "# With --defaultconfig flag, users can easily get a default full config file as reference, with all fields (and field descriptions) included and default values set. \n# Users can modify/create their own configs accordingly as r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6969, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/load-k8s-images-master
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/load-k8s-images-master/tasks/main.yml", "content": "---\n\n\n- name: push image to registry\n shell: docker pull {{registry_ip_address}}:5000/k8simage/{{item}}\n with_items:\n - \"pause:3.2\"\n - \"kube-proxy:{{kubernetesVersion}}\"\n - \"kube-apiserver:{{kubernetesVe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/load-k8s-images-node
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/load-k8s-images-node/tasks/main.yml", "content": "---\n\n\n- name: push image to registry\n shell: docker pull {{registry_ip_address}}:5000/k8simage/{{item}}\n with_items:\n - \"flannel:v0.11.0-amd64\"\n \n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/master
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/master/templates/h.js", "content": "KUBE_ALLOW_PRIV=\"--allow-privileged=true\"\nKUBE_LOGTOSTDERR=\"--logtostderr=true\"\nKUBE_LOG_LEVEL=\"--v=0\"\nKUBE_MASTER=\"--master=http://{{master_ip_address}}:8080\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10405, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/master-arm
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/master-arm/templates/k8s-init.yaml", "content": "# 实例:AWS EC2\r\n# 公网IP:192.168.127.12\r\n# 内网IP:172.31.20.161\r\napiVersion: kubeadm.k8s.io/v1beta2\r\nkind: InitConfiguration\r\nlocalAPIEndpoint:\r\n advertiseAddress: \"{{master_ip_address}}\" # 如果集群只在内网使用,则填此项为内网IP,如需外...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3482, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/modifyhostname
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/modifyhostname/tasks/main.yml", "content": "---\n- name: Set IP address variables\n set_fact:\n ip_address: \"{{ansible_default_ipv4.address}}\"\n- name: modify hostname\n template: src={{role_path}}/templates/hostname dest=/etc/hostname\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 476, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/multi_master_commen
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/multi_master_commen/templates/k8s-init-multimaster.yaml", "content": "apiVersion: kubeadm.k8s.io/v1beta2\nkind: ClusterConfiguration\nkubernetesVersion: {{kubernetesVersion}}\ncontrolPlaneEndpoint: \"{{virt_ip}}:8443\" # master 负载平衡 ip,就是上面的浮动 ip + haproxy 的端口...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4197, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/nfs-client
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/nfs-client/files/nfsserver.sh", "content": "#!/bin/bash\necho \"#./nfsserver <nfs server path>\"\nyum install -y nfs-utils rpcbind\nmkdir -p $1\necho \"$1 *(rw,sync,no_subtree_check,no_root_squash)\" > /etc/exports\nsystemctl enable rpcbind.service\nsystemctl enable nfs-server.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/nfs-server
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/nfs-server/files/nfsclient.sh", "content": "#!/bin/bash\necho \"#./nfsclient <nfs server IP>\"\nyum install -y nfs-utils rpcbind\nsystemctl enable rpcbind.service\nsystemctl start rpcbind.service\nshowmount -e $1\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1170, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/node
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/node/templates/kubeletconfig.yaml", "content": "apiVersion: v1\nclusters:\n- cluster:\n server: http://{{master_ip_address}}:8080\n name: local\ncontexts:\n- context:\n cluster: local\n user: kubelet\n name: kubelet-context\ncurrent-context: kubelet-context\nkind: Con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3028, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/noschedul
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/noschedul/tasks/main.yml", "content": "---\n\n- name: copy shell to /var/lib/yaml\n copy: src={{role_path}}/files/noschedul_kubeproxy.sh dest=/var/lib/yaml mode=755\n- name: no schedule kube-proxy\n shell: /var/lib/yaml/noschedul_kubeproxy.sh\n when: ansible_default_ipv4.addr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/noschedul_edge
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/noschedul_edge/files/noshedule.sh", "content": "#!/bin/bash\n\nedge_hostname=`kubectl get node|grep edge|awk '{print $1}'`\nedge_status=`kubectl get node|grep edge|awk '{print $2}'`\nfor i in $edge_hostname;\ndo\nstatus=`kubectl get node|grep $i|awk '{print $2}'`\nif [ ${status}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 781, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/ntpd-client
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/ntpd-client/tasks/main.yml", "content": "---\n- name: install chrony\n yum: name=ntpdate state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: stop ntpd\n service: name=ntpd state=stopped\n ignore_errors: yes\n\n- name: remove ntp\n yum: name=ntp state=absent\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/ntpd-server
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/ntpd-server/tasks/main.yml", "content": "---\n- name: install ntp\n yum: name=ntp state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: start ntpd\n service: name=ntpd state=started\n\n- name: config ntp.cfg\n template: src={{role_path}}/templates/ntp.conf dest=/et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/otherenv
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/otherenv/tasks/main.yml", "content": "---\n\n- name: create directory to save rpm package\n shell: mkdir -p /tmp/rpm\n- name: copy git rpm package\n copy: src={{role_path}}/../../pre-env/unzip dest=/tmp/rpm\n\n- name: copy unzip.repo to /etc/yum.repo\n template: src={{role_pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/push-images
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/push-images/tasks/main.yml", "content": "---\n\n- name: copy image to localion\n copy: src={{role_path}}/../../pre-env/images/{{item}} dest={{docker_image_dir}}\n with_items:\n - \"k8s-images-{{kubernetesVersion}}.tar\"\n - \"multi-master-images.tar\"\n - \"flannel-{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2398, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/push-images-2
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/push-images-2/tasks/main.yml", "content": "---\n\n- name: copy image to localion\n copy: src={{role_path}}/../../pre-env/images/{{item}} dest={{docker_image_dir}}\n with_items:\n - \"nginx.tar.gz\"\n\n- name: load image\n shell: docker load -i {{docker_image_dir}}/{{item}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/push-images-arm
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/push-images-arm/tasks/main.yml", "content": "---\n\n- name: copy image to localion\n copy: src={{role_path}}/../../pre-env/images/{{item}} dest={{docker_image_dir}}\n with_items:\n - \"k8s-images-arm64.tar\"\n- name: load image\n shell: docker load -i {{docker_image_dir}}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/push-images-other
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/push-images-other/tasks/main.yml", "content": "---\n\n- name: copy image to localion\n copy: src={{role_path}}/../../pre-env/images/{{item}} dest={{docker_image_dir}}\n with_items:\n - \"nginx-arm.tar\"\n\n- name: load image\n shell: docker load -i {{docker_image_dir}}/{{i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/registry
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/registry/files/registry.sh", "content": "vir=(python:latest redis:latest hello-world:latest busybox:latest ubuntu:14.04 alpine:3.5 tomcat:8 golang:1.8.3 mysql:5.6.35 java:latest nginx:1.11.5 board-perf:latest)\nip=$1\nfor i in ${vir[@]}; do\n\n echo $i\n docker tag $i $ip:5000...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1227, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/repo
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/repo/tasks/main.yml", "content": "---\n- name: create repor backup directory\n shell: mkdir -p /etc/yum.repos.d/back\n ignore_errors: yes \n when: (ansible_architecture) == \"x86_64\"\n- name: backup repos file\n shell: mv /etc/yum.repos.d/* /etc/yum.repos.d/back\n ignore_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/reset_k8s
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/reset_k8s/tasks/main.yml", "content": "---\n- name: kubeadmin reset\n shell: yes|kubeadm reset -f\n ignore_errors: yes\n\n- name: delete rm -rf $HOME/.kube\n shell: rm -rf $HOME/.kube\n ignore_errors: yes\n\n- name: delete ip link delete cni0\n shell: ip link delete cni0\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/restart-edgecloud
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/restart-edgecloud/tasks/main.yml", "content": "---\n- name: restart cloud core\n service: name=cloudcore state=stopped\n\n- name: restart cloud core\n service: name=cloudcore state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/set_fact
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/set_fact/tasks/main.yml", "content": "---\n- name: Set IP address variables --- master_ip_address\n set_fact: master_ip_address=\"{{groups['masters'][0]}}\"\n- name: Set IP address variables --- etcd_ip_address\n set_fact: etcd_ip_address=\"{{groups['etcd'][0]}}\"\n ignore_er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1019, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/set_fact.addnode
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/set_fact.addnode/tasks/fect.yml", "content": "---\n- name: Set IP address variables\n set_fact:\n master_ip_address: \"{{groups['masters'][0]}}\"\n node_ip_address: \"{{ hostvars[groups['nodes'][0]]['ansible_default_ipv4']['address'] }}\"\n etcd_ip_address: \"{{ hostva...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 641, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/uninstall
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/uninstall/tasks/main.yml", "content": "---\n\n- name: stop all the container\n shell: docker stop $(docker ps|awk '{print $1}')\n ignore_errors: yes\n\n- name: remove imaages\n shell: docker rmi -f $(docker images|awk '{print $3}')\n ignore_errors: yes\n \n- name: install k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/uninstall_cloudcore
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/uninstall_cloudcore/tasks/main.yml", "content": "---\n\n- name: stop cloudcore\n service: name=cloudcore state=stopped\n ignore_errors: yes\n\n- name: rm /usr/lib/systemd/system/cloudcore.service\n file: path={{item}} state=absent \n with_items:\n - \"/usr/lib/systemd/sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/uninstall_edgecore
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/uninstall_edgecore/tasks/main.yml", "content": "---\n- name: stop cloudcore\n service: name=edgecore state=stopped\n ignore_errors: yes\n\n- name: stop all the container\n shell: docker stop $(docker ps|awk '{print $1}')\n ignore_errors: yes\n\n- name: remove imaages\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 937, "all_permissive": false }
ansible_role
inspursoft/board-installer
6c52b71db83e5ba604ba9f27b20eb235a2553595
2
ansible_k8s/roles/yumpackage
1,559
[ "no_license" ]
[ { "path": "ansible_k8s/roles/yumpackage/tasks/main.yml", "content": "---\n\n- name: create directory to save rpm package\n shell: mkdir -p /tmp/rpm\n- name: copy git rpm package\n copy: src={{role_path}}/../../pre-env/socat dest=/tmp/rpm\n\n\n- name: copy git.repo to /etc/yum.repo\n template: src={{role_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
ucde/cicd11_monitoring2
0e068636c9263184f13a54b0ab4ff2a8ebfd5860
0
roles/node-exporter
1,559
[ "no_license" ]
[ { "path": "roles/node-exporter/tasks/main.yml", "content": "---\n- name: Create node_exporter user\n ansible.builtin.user:\n name: node_exporter\n state: present\n shell: /bin/false\n system: no\n createhome: no\n\n- name: Download node_exporter 1.5.0 with check (sha256)\n ansible.builtin.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1715, "all_permissive": false }
ansible_role
DuarteDiasCTW/terraform-academy
09c7bbc1bc699ed890892ddf65cc525abc308856
0
ansible/playbooks/roles/deploy_nginx
1,559
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy_nginx/defaults/main.yaml", "content": "server_name: \"{{ ansible_default_ipv4.address }}\"\ndocument_root: /var/www/html\napp_root: html_demo_site-main\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
DuarteDiasCTW/terraform-academy
09c7bbc1bc699ed890892ddf65cc525abc308856
0
ansible/playbooks/roles/download_site
1,559
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/download_site/tasks/main.yaml", "content": "- name: Download the file\n copy:\n src: /home/tldart/Documents/Projects/terraform-academy/resources/html_demo_site-main.zip\n dest: /tmp/\n\n\n\n- name: Extract file\n unarchive:\n src: /tmp/html_demo_site-main.zip\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 381, "all_permissive": false }