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
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/shell
239
[ "no_license" ]
[ { "path": "roles/shell/tasks/powerlevel10k.yaml", "content": "---\n- name: 'Clone powerlevel10k'\n become_user: '{{ shell_role_user.name }}'\n ansible.builtin.git:\n repo: https://github.com/{{ shell_powerlevel10k_github_repository }}.git\n dest: '{{ shell_role_user.home }}/.shell/oh-my-zsh/custom/t...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8839, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/sound-manager
239
[ "no_license" ]
[ { "path": "roles/sound-manager/tasks/main.yaml", "content": "---\n- name: 'Install ALSA'\n ansible.builtin.apt:\n name: 'alsa-utils'\n state: present\n install_recommends: false\n\n- name: 'Install PulseAudio'\n ansible.builtin.apt:\n name: 'pulseaudio'\n state: present\n install_recomme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/ssh
239
[ "no_license" ]
[ { "path": "roles/ssh/vars/main.yaml", "content": "ssh_ansible_work_path: '{{ ansible_work_path }}/ssh'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/ssh/tasks/ssh-private-key.yaml", "content": "---\n- name: 'Copy SSH config template f...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2070, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/system-fonts
239
[ "no_license" ]
[ { "path": "roles/system-fonts/defaults/main.yaml", "content": "system_fonts_additional_character_packages:\n - 'fonts-noto-cjk-extra'\n - 'fonts-noto-cjk'\n - 'fonts-noto-color-emoji'\n - 'fonts-noto-core'\n - 'fonts-noto-hinted'\n - 'fonts-noto-mono'\n - 'fonts-noto-ui-core'\n", "license_type": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 459, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/telegram
239
[ "no_license" ]
[ { "path": "roles/telegram/tasks/main.yaml", "content": "---\n- name: 'Install Telegram'\n community.general.flatpak:\n name: '{{ telegram_flathub_id }}'\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/telegram/vars/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/terraform
239
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yaml", "content": "terraform_apt_repository_signing_key: 'https://apt.releases.hashicorp.com/gpg'\nterraform_apt_repository_url: 'https://apt.releases.hashicorp.com'\nterraform_apt_repository_options: 'bookworm main'\n\nterraform_packages:\n - 'terraform'\n", "l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 935, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/terragrunt
239
[ "no_license" ]
[ { "path": "roles/terragrunt/tasks/main.yaml", "content": "---\n- name: 'Set Terragrunt release architecture'\n ansible.builtin.set_fact:\n terragrunt_release_architecture: '{% if ansible_architecture == \"arm64\" %}arm64{% elif ansible_architecture == \"x86_64\" %}amd64{% else %}{{ ansible_architecture ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1590, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/tmux
239
[ "no_license" ]
[ { "path": "roles/tmux/vars/main.yaml", "content": "tmux_shared_files_path: '{{ playbook_dir }}/shared_files/tmux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/tmux/defaults/main.yaml", "content": "tmux_role_user_name: '{{ users.admin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 651, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/trivy
239
[ "no_license" ]
[ { "path": "roles/trivy/defaults/main.yaml", "content": "trivy_apt_repository_signing_key: 'https://aquasecurity.github.io/trivy-repo/deb/public.key'\ntrivy_apt_repository_url: 'https://aquasecurity.github.io/trivy-repo/deb'\ntrivy_apt_repository_options: 'generic main'\n\ntrivy_packages:\n - 'trivy'\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 907, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/ungoogled-chromium
239
[ "no_license" ]
[ { "path": "roles/ungoogled-chromium/vars/main.yaml", "content": "ungoogled_chromium_role_files_path: '{{ role_path }}/files'\n\nungoogled_chromium_ansible_work_path: '{{ ansible_work_path }}/ungoogled-chromium'\n\nungoogled_chromium_flathub_id: 'io.github.ungoogled_software.ungoogled_chromium'\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1460, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/users
239
[ "no_license" ]
[ { "path": "roles/users/defaults/main.yaml", "content": "# Example:\n#\n# users:\n# admin:\n# name: 'tux'\n# uid: 1000\n# has_sudo_privileges: true\n# ssh_authorized_keys: []\n#\nusers: {}\n\n# This variable should be declarated in an ansible-vault\nusers_passwords: {}\n", "license_type...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1800, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/vagrant
239
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yaml", "content": "---\n- name: 'Add Hashicorp repository signing key'\n ansible.builtin.get_url:\n url: '{{ vagrant_apt_repository_signing_key }}'\n dest: '/usr/share/keyrings/hashicorp.asc'\n owner: 'root'\n group: 'root'\n mode: '0644'\n force: true\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/vim
239
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yaml", "content": "---\n- name: 'Get user info for Vim role'\n register: 'vim_role_user'\n ansible.builtin.user:\n name: '{{ vim_role_user_name }}'\n\n- name: 'Install Vim'\n ansible.builtin.apt:\n name: 'vim'\n state: present\n install_recommends: false\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 632, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/virtualbox
239
[ "no_license" ]
[ { "path": "roles/virtualbox/defaults/main.yaml", "content": "virtualbox_apt_repository_signing_key: 'https://www.virtualbox.org/download/oracle_vbox_2016.asc'\nvirtualbox_apt_repository_url: 'https://download.virtualbox.org/virtualbox/debian'\nvirtualbox_apt_repository_options: 'bookworm contrib'\n\nvirtual...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1533, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/vlc
239
[ "no_license" ]
[ { "path": "roles/vlc/defaults/main.yaml", "content": "vlc_packages:\n - 'vlc-bin'\n - 'vlc-data'\n - 'vlc-l10n'\n - 'vlc'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/vlc/tasks/main.yaml", "content": "---\n- name: 'Install VLC'\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/volta
239
[ "no_license" ]
[ { "path": "roles/volta/vars/main.yaml", "content": "volta_ansible_work_path: '{{ ansible_work_path }}/volta'\n\nvolta_github_repository: 'volta-cli/volta'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/volta/tasks/main.yaml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2237, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/vscodium
239
[ "no_license" ]
[ { "path": "roles/vscodium/defaults/main.yaml", "content": "vscodium_role_user_name: '{{ users.admin.name }}'\n\nvscodium_apt_repository_signing_key: 'https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg'\nvscodium_apt_repository_url: 'https://download.vscodium.com/debs'\nvscodium_apt_repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2296, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/vscodium-extensions
239
[ "no_license" ]
[ { "path": "roles/vscodium-extensions/defaults/main.yaml", "content": "vscodium_extensions_role_user_name: '{{ users.admin.name }}'\n\nvscodium_extensions:\n - 'esbenp.prettier-vscode'\n - 'ms-python.black-formatter'\n - 'pkief.material-icon-theme'\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/xfce4
239
[ "no_license" ]
[ { "path": "roles/xfce4/tasks/ristretto/install.yaml", "content": "---\n- name: 'Install Ristretto Image Viewer'\n ansible.builtin.apt:\n name: '{{ xfce4_ristretto_packages }}'\n state: present\n install_recommends: false\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 44, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 47, "total_bytes": 21159, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/xorg-display-server
239
[ "no_license" ]
[ { "path": "roles/xorg-display-server/tasks/main.yaml", "content": "---\n- name: 'Install Xorg'\n ansible.builtin.apt:\n name: '{{ item }}'\n state: present\n install_recommends: false\n loop:\n - 'xorg'\n - 'xinit'\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/yacreader
239
[ "no_license" ]
[ { "path": "roles/yacreader/tasks/main.yaml", "content": "---\n- name: 'Install YACReader'\n community.general.flatpak:\n name: '{{ yacreader_flathub_id }}'\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/yacreader/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 167, "all_permissive": false }
ansible_role
JMOrbegoso/ansible-workstation
1a9f55bd561923542c85f7b1a094fc84a2e43ba2
3
roles/zen
239
[ "no_license" ]
[ { "path": "roles/zen/tasks/main.yaml", "content": "---\n- name: 'Create Zen Browser role work directory'\n ansible.builtin.file:\n path: '{{ zen_ansible_work_path }}'\n state: directory\n owner: 'root'\n group: 'root'\n mode: '0775'\n\n- name: 'Set Zen Browser release architecture'\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2996, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/cnode_create
279
[ "no_license" ]
[ { "path": "roles/cnode_create/tasks/main.yml", "content": "---\n\n- name: Register Compute Node\n shell: 'curl -X POST -d@cnode_create.json -H \"Content-Type: application/json\" {{ cnode_create }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/csvmgr_run
279
[ "no_license" ]
[ { "path": "roles/csvmgr_run/tasks/setenv.yml", "content": "--- \n- name: if set env in bashrc\n stat:\n path=\"/root/.bashrc\"\n register: ifbashrc\n\n- name: Set env in bashrc\n lineinfile:\n dest: \"{{ user_home }}/.bashrc\"\n line: \"{{ item.line }}\"\n backup: yes\n insertafter: \"{{ i...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4484, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/db_install_fix06
279
[ "no_license" ]
[ { "path": "roles/db_install_fix06/files/tibero_run_centos.sh", "content": "#!/bin/bash\n\n\nimage_name=`docker images | awk '/tibero/{print $1}'`\nimage_tag=`docker images | awk '/tibero/{print $2}'`\n\nif [[ \"$image_name\" == *\"tibero\"* ]]; then\n\techo \"same image is here\"\nelse\n\tcat /root/automati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3143, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/dbmanual_install
279
[ "no_license" ]
[ { "path": "roles/dbmanual_install/files/gen_setenv.sh", "content": "#!/bin/bash\n\nhome=$PWD\necho $home\n\nif [ -f $home/automation/db_files/setenv ]; then\n echo \"skip generate\"\n exit\nelse\n touch $home/automation/db_files/setenv\nfi\n\nsetenv=$home/automation/db_files/setenv\n\necho \"#!/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 32606, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/dbmanual_run
279
[ "no_license" ]
[ { "path": "roles/dbmanual_run/tasks/main.yml", "content": "---\n- name: Setting make_user.sql\n shell: \"/{{ user }}/automation/db_files/gen_makeusersql.sh\"\n\n \n- name: Create iaas db user\n shell: \"tbsql sys/tibero @/{{ user }}/automation/db_files/sql_script/make_user.sql\"\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/docker_install
279
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "---\n\n# setting docker install shell & update & install docker \n- name: Copy docker install shell centos\n copy: src=docker_install_centos.sh dest=/{{ user }}/automation/initial/docker_install.sh owner={{ user }} mode=0755\n when: ansible_dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/downloadtest
279
[ "no_license" ]
[ { "path": "roles/downloadtest/files/test.sh", "content": "#!/bin/bash\n\nif [ -e sppedtest.py ]; then\n\techo \"file exists\"\nelse\n\twget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py\n\tchmod +x speedtest.py\nfi\n\ntouch /root/automation/initial/log_speed\n\n./speedtest.py > /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/iaas_run
279
[ "no_license" ]
[ { "path": "roles/iaas_run/files/po7_run.sh", "content": "#!/bin/bash\n\ndocker load --input /root/automation/po7/$PO_IMAGE_NAME.tar\n\nimage_name=`docker images | awk '/po/{print $1}'`\nimage_tag=`docker images | awk '/po/{print $2}'`\n\n#if [[ \"$image_name\" == *\"b007\"* ]]; then\n#\techo \"same image is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3212, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/lxc_clean
279
[ "no_license" ]
[ { "path": "roles/lxc_clean/files/init_compute_linux_node.sh", "content": "#!/bin/bash\n\n# destroy all lxc containers\necho == 1. Destroy containers ==\nlxc_containers=\"$(lxc-ls)\"\nfor container in $lxc_containers; do\n\techo Destroy container : $container\n\tlxc-destroy -f --name $container\ndone\n\n# um...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/lxc_install
279
[ "no_license" ]
[ { "path": "roles/lxc_install/tasks/main.yml", "content": "---\n- name: Make compute directory\n file: path=/{{ user }}/automation/{{ item }} state=directory\n with_items:\n - compute\n\n# - name: Copy brctl shell\n# copy: src=brctl.sh dest=/{{ user }}/automation/compute/brctl.sh owner={{ user }} mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1452, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/network_setting
279
[ "no_license" ]
[ { "path": "roles/network_setting/tasks/main.yml", "content": "---\n\n- name: Copy setting shell\n copy: src=setting.sh dest=/{{ user }}/ owner={{ user }} mode=0755\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Copy iphost\n copy: src=iphost dest=/{{ user }}/ owner={{ user }} mode=0644\n when: an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3628, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/po7_ver7_install
279
[ "no_license" ]
[ { "path": "roles/po7_ver7_install/files/untar_po7.sh", "content": "#!/bin/bash\n\ncd /root/automation/po7\n\ntar -xvf /root/automation/po7/proobject7.tar.gz\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/po7_ver7_install/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3019, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/sysmanager_agent
279
[ "no_license" ]
[ { "path": "roles/sysmanager_agent/tasks/main.yml", "content": "- name: Make recursive directory\n file: path=/{{ user }}/{{ item }} state=directory\n with_items:\n - sysmanager\n\n- name: Copy sysmanager agent env\n copy: src=gen_sysmanager_setenv.sh dest=/{{ user }}/automation/compute/gen_sysmanager_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/test
279
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n- name: Copy file\n copy: src=xxx.sh dest=/{{ user }}/ owner={{ user }} mode=0755\n- name: execute file\n shell: /{{ user }}/xxx.sh\n- name: Copy file\n copy: src=yyy dest=/{{ user }}/ owner={{ user }} mode=0755\n#- name: delete cpuinfo, meminfo\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 777, "all_permissive": false }
ansible_role
longlg88/newAutomation
93f2e96f6fed22a5f67b9ff644a2662ee48ad568
0
roles/zfs_install
279
[ "no_license" ]
[ { "path": "roles/zfs_install/tasks/main.yml", "content": "---\n- name: Make recursive directory\n file: path=/{{ user }}/automation/{{ item }} state=directory\n with_items:\n - storage\n\n- name: Install zfs packages\n apt:\n name: zfsutils-linux\n state: present\n when: ansible_distribution ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1133, "all_permissive": false }
ansible_role
itsBryantP/ansible_provision_ims_with_mpp
24382dfab3810cdb3a062ccee2126233b77d415a
0
roles/authenticate-with-firewall
279
[ "no_license" ]
[ { "path": "roles/authenticate-with-firewall/README.md", "content": "authenticate-with-firewall\n=========\n\nThis role is used by Ansible Tower to authenticate with a firewall using telnet.\n\nRequirements\n------------\n\nSystem to authenticate with must be able to receive authentication using telnet.\n\nR...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2338, "all_permissive": false }
ansible_role
itsBryantP/ansible_provision_ims_with_mpp
24382dfab3810cdb3a062ccee2126233b77d415a
0
roles/deprovision-ims-dbdc
279
[ "no_license" ]
[ { "path": "roles/deprovision-ims-dbdc/README.md", "content": "deprovision-ims-dbdc\n=========\n\nThis role can be used to deprovision an existing IMS instance along with its JMP and MPP regions.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n| Variable ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 11877, "all_permissive": false }
ansible_role
itsBryantP/ansible_provision_ims_with_mpp
24382dfab3810cdb3a062ccee2126233b77d415a
0
roles/provision-ims-dbdc
279
[ "no_license" ]
[ { "path": "roles/provision-ims-dbdc/README.md", "content": "provision-ims-dbdc\n=========\n\nProvision an IMS 15 DB/TM instance.\n\nRequirements\n------------\n\nAny pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 24997, "all_permissive": false }
ansible_role
itsBryantP/ansible_provision_ims_with_mpp
24382dfab3810cdb3a062ccee2126233b77d415a
0
roles/provision-mpp
279
[ "no_license" ]
[ { "path": "roles/provision-mpp/handlers/main.yml", "content": "---\n# handlers file for provision-mpp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/provision-mpp/README.md", "content": "provision-mpp\n=========\n\nProvision an MPP regio...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 9438, "all_permissive": false }
ansible_role
charankumarPadeti/roboshop-ansible-roles
3f71efe769ee429a6b57b9fb799a788dcb92892f
0
roles/common
279
[ "no_license" ]
[ { "path": "roles/common/tasks/python.yaml", "content": "- name: install python\n ansible.builtin.package:\n name: \"{{item}}\"\n state: present\n loop:\n - python36\n - gcc\n - python3-devel\n\n- name: install dependencies\n ansible.builtin.shell: pip3.6 install -r requirements.txt\n args:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 803, "all_permissive": false }
ansible_role
charankumarPadeti/roboshop-ansible-roles
3f71efe769ee429a6b57b9fb799a788dcb92892f
0
roles/dispatch
279
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: go\n ansible.builtin.import_role:\n name: common\n tasks_from: go\n\n- name: mongodb setup\n ansible.builtin.import_role:\n name: commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
sebastian-burlacu/proxy
eb0f174d92d00e814364efbfbd68edd9d3eac611
0
ansible/roles/dummy
279
[ "no_license" ]
[ { "path": "ansible/roles/dummy/tasks/main.yaml", "content": "- name: install packages\n apt:\n pkg:\n - jq\n - git\n\n- name: copy config file\n template:\n src: file.conf\n dest: /etc/dummyfile.conf\n owner: root\n group: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
sebastian-burlacu/proxy
eb0f174d92d00e814364efbfbd68edd9d3eac611
0
ansible/roles/ldap-client
279
[ "no_license" ]
[ { "path": "ansible/roles/ldap-client/tasks/main.yaml", "content": "- name: install packages\n apt:\n pkg:\n - libnss-ldap\n - libpam-ldap\n\n- name: configure ldap\n template:\n src: ldap.conf\n dest: /etc/ldap.conf\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
silverjava/xvfb-ruby-headless
4d761781f4a333842aa77d1cea742c5e91998bf0
0
ansible/roles/app
279
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: install gem packages\n sudo_user: vagrant\n gem: name={{item}} state=latest\n with_items:\n - headless\n - selenium-webdriver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
silverjava/xvfb-ruby-headless
4d761781f4a333842aa77d1cea742c5e91998bf0
0
ansible/roles/common
279
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: replace source repo to speed up the download speed\n copy: src=sources.list dest=/etc/apt/sources.list\n\n- name: install xvfb\n apt: name={{item}} state=present install_recommends=no update_cache=true\n with_items:\n - xvfb\n - f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
silverjava/xvfb-ruby-headless
4d761781f4a333842aa77d1cea742c5e91998bf0
0
ansible/roles/ruby
279
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "- name: install ruby dev\n apt: name=ruby1.9.1-dev state=present install_recommends=no update_cache=true\n\n- name: remove default gem source\n command: gem sources -r http://rubygems.org/\n\n- name: add taobao gem\n command: gem sources -a http:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
dponcel1/tower
623300bfbb38c50ee6ade2fcebdd10114e6baad0
0
roles/tower
279
[ "no_license" ]
[ { "path": "roles/tower/tasks/job_template_scaleup_configure.yml", "content": "- name: Configure Job Template for Scaleup-Configure\n tower_job_template:\n tower_host: \"{{ tower_host }}\"\n tower_username: \"{{ tower_username }}\"\n tower_password: \"{{ <PASSWORD> }}\"\n job_type: run\n name...
{ "task_files": 18, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 23363, "all_permissive": false }
ansible_role
eddygrant000/Terraform_Ansible
79b1dae57c4e48d3f723c392aec1f341d24721d9
0
roles/deploy_code
279
[ "no_license" ]
[ { "path": "roles/deploy_code/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy_code", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/deploy_code/tasks/main.yml", "content": "---\n# tasks file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1401, "all_permissive": false }
ansible_role
eddygrant000/Terraform_Ansible
79b1dae57c4e48d3f723c392aec1f341d24721d9
0
roles/deploy_nginx
279
[ "no_license" ]
[ { "path": "roles/deploy_nginx/defaults/main.yml", "content": "---\n# defaults file for deploy_nginx\npackage_name: nginx\nremote_address: localhost\nremote_port: 8080\nnginx_listion: 80", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/deploy_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1366, "all_permissive": false }
ansible_role
eddygrant000/Terraform_Ansible
79b1dae57c4e48d3f723c392aec1f341d24721d9
0
roles/deploy_tomcat
279
[ "no_license" ]
[ { "path": "roles/deploy_tomcat/handlers/main.yml", "content": "---\n# handlers file for deploy_tomcat\n- name: Start Tomcat Service\n systemd:\n name: tomcat.service\n state: restarted\n daemon_reload: yes\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2077, "all_permissive": false }
ansible_role
saeedkouta/Jenkins-OC-Project
d5c7317a3c526b801b572c9c03ef96c07022ad55
0
Ansible/roles/docker
279
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
saeedkouta/Jenkins-OC-Project
d5c7317a3c526b801b572c9c03ef96c07022ad55
0
Ansible/roles/java-install
279
[ "no_license" ]
[ { "path": "Ansible/roles/java-install/tasks/main.yml", "content": "---\n- name: Gather facts\n setup:\n\n- name: Download Java 17 tar.gz\n get_url:\n url: https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz\n dest: /tmp/jdk-17_linux-x64_bin.tar.gz\n\n- name: Create directory for J...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
SarvarRaxmonov/mongodb-cluster-ansible-playbook
e4c87570cd77d4c1d4d58fa6d5d3b4b3610a91a0
0
roles/configure_mongodb
279
[ "no_license" ]
[ { "path": "roles/configure_mongodb/tasks/main.yml", "content": "\n- name: Deploy MongoDB configuration\n ansible.builtin.template:\n src: mongod.conf.j2\n dest: /etc/mongod.conf\n owner: root\n group: root\n mode: '0644'\n\n- name: Restart MongoDB Service\n ansible.builtin.service:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
SarvarRaxmonov/mongodb-cluster-ansible-playbook
e4c87570cd77d4c1d4d58fa6d5d3b4b3610a91a0
0
roles/install_dependencies
279
[ "no_license" ]
[ { "path": "roles/install_dependencies/tasks/main.yml", "content": "\n- name: Add MongoDB GPG key\n ansible.builtin.apt_key:\n url: https://www.mongodb.org/static/pgp/server-6.0.asc\n state: present\n\n- name: Create MongoDB repository file\n ansible.builtin.copy:\n dest: /etc/apt/sources.list.d/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1544, "all_permissive": false }
ansible_role
debisho/Devops-stage4-infra
b046194058073637c68c3cd9da8c15179bd97d70
0
ansible/roles/deployment
279
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "---\r\n- name: Clone the repository\r\n become: true\r\n git:\r\n repo: \"https://github.com/debisho/Devops-stage4-infra\"\r\n dest: /home/ubuntu/todo-app\r\n version: main\r\n force: yes\r\n\r\n- name: Set correct permissions fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
rus-99-pk/otus_edu
7ff24e074a35a907cce8348895c9fafa297cdea7
0
postgres_2024_04/exercise-19/ansible/roles/locale
279
[ "no_license" ]
[ { "path": "postgres_2024_04/exercise-19/ansible/roles/locale/tasks/main.yml", "content": "---\n- name: Генерация локалей\n locale_gen:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ locales }}\"\n\n- name: Установить локаль {{ locale_default }}\n lineinfile:\n dest: \"/etc/default/lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 451, "all_permissive": false }
ansible_role
rus-99-pk/otus_edu
7ff24e074a35a907cce8348895c9fafa297cdea7
0
postgres_2024_04/exercise-19/ansible/roles/postgres
279
[ "no_license" ]
[ { "path": "postgres_2024_04/exercise-19/ansible/roles/postgres/tasks/pg_stat_statements.yml", "content": "---\n- name: Установка расширения pg_stat_statements\n postgresql_ext:\n name: pg_stat_statements\n db: postgres\n become: yes\n become_user: postgres\n", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4212, "all_permissive": false }
ansible_role
saakanbi/project5-devops
e1a7c6276c8b30f1b6f875f5f3af26230b6d0499
0
ansible/roles/flask_app
259
[ "no_license" ]
[ { "path": "ansible/roles/flask_app/tasks/main.yml", "content": "---\n- name: Check if Amazon Linux\n raw: cat /etc/os-release | grep -q \"Amazon Linux\"\n register: is_amazon_linux\n changed_when: false\n ignore_errors: true\n\n- name: Install Python, pip, and Nginx on Amazon Linux\n raw: amazon-linux-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5937, "all_permissive": false }
ansible_role
saakanbi/project5-devops
e1a7c6276c8b30f1b6f875f5f3af26230b6d0499
0
ansible/roles/jenkins
259
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/optimize_jenkins_ui.yml", "content": "---\n- name: Stop existing Jenkins container\n raw: docker stop jenkins || true\n ignore_errors: true\n\n- name: Remove existing Jenkins container\n raw: docker rm jenkins || true\n ignore_errors: true\n\n- name: Create Jenkins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4320, "all_permissive": false }
ansible_role
saakanbi/project5-devops
e1a7c6276c8b30f1b6f875f5f3af26230b6d0499
0
ansible/roles/monitoring_stack
259
[ "no_license" ]
[ { "path": "ansible/roles/monitoring_stack/tasks/main.yml", "content": "- name: Check if Amazon Linux\n raw: cat /etc/os-release | grep -q \"Amazon Linux\"\n register: is_amazon_linux\n changed_when: false\n ignore_errors: true\n\n- name: Install Docker on Amazon Linux\n raw: amazon-linux-extras install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1959, "all_permissive": false }
ansible_role
saakanbi/project5-devops
e1a7c6276c8b30f1b6f875f5f3af26230b6d0499
0
ansible/roles/nexus
259
[ "no_license" ]
[ { "path": "ansible/roles/nexus/tasks/main.yml", "content": "- name: Check if Amazon Linux\n raw: cat /etc/os-release | grep -q \"Amazon Linux\"\n register: is_amazon_linux\n changed_when: false\n ignore_errors: true\n\n- name: Install Docker on Amazon Linux\n raw: amazon-linux-extras install -y docker\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
saakanbi/project5-devops
e1a7c6276c8b30f1b6f875f5f3af26230b6d0499
0
ansible/roles/sonarqube
259
[ "no_license" ]
[ { "path": "ansible/roles/sonarqube/tasks/main.yml", "content": "- name: Check if Amazon Linux\n raw: cat /etc/os-release | grep -q \"Amazon Linux\"\n register: is_amazon_linux\n changed_when: false\n ignore_errors: true\n\n- name: Install Docker on Amazon Linux\n raw: amazon-linux-extras install -y doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/addons
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/addons/tasks/main.yml", "content": "---\n# tasks file for addons\n\n#---------------------------------- 部署 Calico | CoreDNS -------------------------------------\n# 单节点应用即可\n- name: Calico 创建 calico.yaml 配置文件\n when: inventory_hostname in groups['mainWorker']\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 194581, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/common
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/common/templates/auto_ssh.sh.j2", "content": "#/bin/bash\r\n\r\nSERVERS=\"{% for host in groups['k8s'] %} {{ hostvars[host].node_name }}{% endfor %}\" #需要配置的主机名\r\nUSER=\"{{ user }}\" #用户\r\nPASSWORD=\"{{ <PASSWORD> }}\" #需要配置的主机登录密码\r\n\r\nauto_ssh_copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7103, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/containerd
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/containerd/tasks/main.yml", "content": "---\n# tasks file for containerd\n\n# --------------------------- 安装 containerd --------------------------------\n\n- name: 分发并解压软件包\n unarchive:\n src: \"{{ item }}\"\n dest: /\n with_fileglob:\n - \"{{ software...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/etcd
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/etcd/tasks/main.yml", "content": "---\n# tasks file for etcd\n\n- name: 创建工作目录 0\n file:\n dest: \"{{ etcd_work_dir }}/{{ item }}\"\n state: directory\n with_items:\n - bin\n - cfg\n - ssl\n\n- name: 创建工作目录 1\n file:\n dest: /var/lib/etcd/defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2801, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/ha
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/ha/templates/keepalived.conf.j2", "content": "{% if node_name == 'lb-server' %}\r\n\t{% set role = 'SERVER' %}\r\n\t{% set priority = 100 %}\r\n {% set hostname = inventory_hostname %}\r\n{% elif node_name == 'lb-backup' %}\r\n\t{% set role = 'BACKUP' %}\r\n {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2718, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/master
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/master/tasks/main.yml", "content": "---\n# tasks file for kubernetes\n\n#----------------------------------准备 kubernetes 环境 -------------------------------------\n- name: 创建工作目录\n file:\n path: \"{{ kubernetes_work_dir }}/{{ item }}\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9837, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/tls
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/tls/templates/etcd/copy_etcd_cert.sh.j2", "content": "#!/bin/bash\n{% for host in groups['k8s'] %}\n\tscp ca*.pem etcd*.pem root@{{ hostvars[host].node_name }}:{{ tmp_dir }}/\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5909, "all_permissive": false }
ansible_role
Windychenxi/kubernetes
dd0fcc15692314a96f26615ff3162bb046d07170
0
ansible-install-k8s-master/roles/worker
259
[ "no_license" ]
[ { "path": "ansible-install-k8s-master/roles/worker/templates/kubelet.json.j2", "content": "{\r\n \"kind\": \"KubeletConfiguration\",\r\n \"apiVersion\": \"kubelet.config.k8s.io/v1beta1\",\r\n \"authentication\": {\r\n \"x509\": {\r\n \"clientCAFile\": \"{{ kubernetes_work_dir }}/ssl/ca.pem\"\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7679, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/ansible
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ansible/tasks/main.yml", "content": "---\n\n- name: Install packages - Common\n yum: name={{ item }} state=present\n with_items:\n - gcc\n - python-devel\n tags:\n - ansible\n\n- name: Install Ansible\n pip: name={{ item }} state=latest\n with_items:\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/build_css
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/build_css/tasks/main.yml", "content": "---\n\n- name: Install Ruby Package\n yum: name=ruby19 state=present\n tags:\n - build_css\n - ruby\n\n- name: Set the System Ruby to 1.9\n shell: alternatives --set ruby /usr/bin/ruby1.9\n tags:\n - build_css\n - ruby...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/build_java
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/build_java/tasks/main.yml", "content": "---\n\n- name: Download Java Build Tools\n get_url: url={{ item }} dest=/tmp/\n with_items:\n - http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.2-bin.zip\n - http://archive.apache.org/dist/ant/binaries/apache-ant-1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1009, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/build_js
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/build_js/tasks/main.yml", "content": "---\n\n- name: Install node js and npm\n yum: name={{ item }} state=latest enablerepo=epel\n with_items:\n - nodejs\n - npm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/common
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/tasks/main.yml", "content": "---\n\n- name: Create the EPEL repo\n copy: src=epel.repo dest=/etc/yum.repos.d\n tags:\n - common\n\n- name: Create GPG key for the EPEL repo\n copy: src=RPM-GPG-KEY-EPEL-6 dest=/etc/pki/rpm-gpg\n tags:\n - common\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/ec2
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ec2/tasks/main.yml", "content": "---\n\n- name: Launch instances\n local_action:\n module: ec2\n region: \"{{ ec2_region | d('us-east-1') }}\"\n keypair: \"{{ ec2_keypair }}\"\n group: \"{{ ec2_groups }}\"\n instance_type: \"{{ ec2_instance_type | d('t1.mic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1475, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/httpd
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/httpd/tasks/main.yml", "content": "---\n\n- name: Install httpd Packages\n yum: name=httpd state=present\n tags:\n - httpd\n\n- name: Start httpd\n service: name=httpd state=started enabled=yes\n tags:\n - httpd", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/jdk
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jdk/tasks/main.yml", "content": "---\n\n- name: Install OpenJDK Packages for Java 6 and 7\n yum: name={{ item }} state=present\n with_items:\n - java-1.6.0-openjdk\n - java-1.6.0-openjdk-devel\n - java-1.7.0-openjdk\n - java-1.7.0-openjdk-devel\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/jenkins
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins/tasks/main.yml", "content": "---\n\n- name: Create the jenkins repo\n copy: src=jenkins.repo dest=/etc/yum.repos.d\n tags:\n - jenkins\n\n- name: Create GPG key for the jenkins repo\n copy: src=jenkins-ci.org.key dest=/etc/pki/rpm-gpg\n tags:\n - jenkins\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/mysql_client
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/mysql_client/tasks/main.yml", "content": "- name: Install packages - MySQL Client\n yum: name={{ item }} state=present\n with_items:\n - mysql-devel\n - mysql\n tags:\n - mysql_client\n\n- name: Install MySQL Python - For interacting with mysql from playbooks\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
colemanserious/ozoneops
2fdf7e9d825c395b2ec9bf00f6e16e4613f01611
0
ansible/playbooks/roles/nexus
259
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nexus/tasks/main.yml", "content": "- name: Create a user for running Nexus\n user: name=nexus\n tags:\n - nexus\n\n- name: Download the standalone Nexus OSS bundle\n get_url: url=http://www.sonatype.org/downloads/nexus-2.6.4-bundle.tar.gz dest=/tmp/\n register: down...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1155, "all_permissive": false }
ansible_role
gsfcosta/ansible
dbfa3014abd023c72fd1114e6a30d5169cf5444f
0
roles/common
259
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n#--- Configura~ções Gerais ---#\n\n - name: Alteracao do /etc/profile\n lineinfile: dest=/etc/profile line={{ item }}\n with_items:\n - '#--- Variaveis e Alias Customizadas ---#'\n - 'export HISTTIMEFORMAT=\"%d/%m/%Y - %H:%M:%S - \"'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3647, "all_permissive": false }
ansible_role
gsfcosta/ansible
dbfa3014abd023c72fd1114e6a30d5169cf5444f
0
roles/zabbix-agent
259
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/main.yml", "content": "---\n# tasks file for zabbix-agent\n - stat: path=/usr/sbin/zabbix_agentd\n register: zabbix_agent_installed\n\n - include: install.yml\n when: not zabbix_agent_installed.stat.exists\n\n - include: configure.yml\n\n", "license_type": "n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1450, "all_permissive": false }
ansible_role
gsfcosta/ansible
dbfa3014abd023c72fd1114e6a30d5169cf5444f
0
roles/zabbix-proxy
259
[ "no_license" ]
[ { "path": "roles/zabbix-proxy/templates/zabbix_proxy.conf.j2", "content": "Server={{ zabbix_proxy_server }}\nHostname={{ zabbix_proxy_hostname }}\nServerPort={{ zabbix_proxy_server_port }}\nListenPort={{ zabbix_proxy_port }}\nProxyMode={{ zabbix_proxy_mode }}\nLogType={{ zabbix_proxy_logtype }}\nLogFile={{ ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4365, "all_permissive": false }
ansible_role
kangaroot/ansible-collection-kangaroot-foreman_content_builtin
05b5b49fcf08420070abe38804e31d0be657166d
0
roles/foreman_content_builtin
259
[ "no_license" ]
[ { "path": "roles/foreman_content_builtin/defaults/main.yml", "content": "---\n# noqa: var-naming[no-role-prefix]\n# defaults file for foreman_content_builtin\n\n#######################################\n### URLS\n#######################################\n\n\n#######################################\n### ENABLE...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6534, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/assemble
259
[ "no_license" ]
[ { "path": "roles/assemble/tasks/main.yml", "content": "---\n# tasks file for assemble\n# - file:\n# path: /opt/data/spring-boot\n# owner: \"{{tis_user}}\"\n# state: directory\n\n - file:\n path: '{{tis_data_dir}}/flume'\n owner: \"{{tis_user}}\"\n state: directory\n\n - name: copy...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3458, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/cluster-state-collector
259
[ "no_license" ]
[ { "path": "roles/cluster-state-collector/tasks/main.yml", "content": "---\n# tasks file for collector\n# - file:\n# path: /opt/data/spring-boot\n# owner: \"{{tis_user}}\"\n# state: directory\n\n# - file:\n# path: /opt/data/flume\n# owner: \"{{tis_user}}\"\n# state: directory\n\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1279, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/compile
259
[ "no_license" ]
[ { "path": "roles/compile/tasks/main.yml", "content": "---\n# tasks file for compile\n - name: judge maven is deployed\n shell: ls {{mvn_home}}/conf/settings.xml\n ignore_errors: True\n register: ismvndeploy\n\n - name: make {{mvn_local_repo}} {{mvn_home}}\n file:\n path: \"{{item}}\"\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5007, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/console
259
[ "no_license" ]
[ { "path": "roles/console/handlers/main.yml", "content": "---\n- name: restart tis-console\n command: ./tis restart\n become: yes\n become_user: \"{{tis_user}}\"\n when: shall_exec_restart\n args:\n chdir: \"{{tis_app_dir}}/\"\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 19498, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/deploy-tar
259
[ "no_license" ]
[ { "path": "roles/deploy-tar/templates/pom.xml.j2", "content": "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\">\n <modelVersion>4.0.0...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1163, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/docs
259
[ "no_license" ]
[ { "path": "roles/docs/defaults/main.yml", "content": "\ntis_docs_dir: \"{{src_root}}/tis-doc\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/docs/tasks/main.yml", "content": "---\n\n######################################\n# synchroniz...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1056, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/download
259
[ "no_license" ]
[ { "path": "roles/download/tasks/download_plugins.yml", "content": "---\n- name: Download tis plugins to {{ tis_release_dir }}/{{tis_plugin_release_dir_name}}/{{tis_pkg_version}}\n get_url:\n url: \"{{ release_repository }}/{{tis_pkg_version}}/{{tis_plugin_release_dir_name}}/{{ item.name }}\"\n dest: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5493, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/flink
259
[ "no_license" ]
[ { "path": "roles/flink/defaults/main.yml", "content": "#app_local_dir_name: \"{{tis_release_dir_name}}\"\n\nflink_dist_dir: \"{{src_dir}}/flink-dist/target/flink-{{git_branch}}-bin/flink-{{git_branch}}\"\nsrc_dir: \"{{src_root}}/{{app_local_dir_name}}\"\n\ntis_flink_dist_dir: \"{{ tis_release_dir }}/{{tis_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3424, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/hadoop
259
[ "no_license" ]
[ { "path": "roles/hadoop/template/hadoop_profile.sh", "content": "export HADOOP_HOME=/opt/app/hadoop\nexport PATH=$PATH:$HADOOP_HOME/bin:$HADOOP_HOME/sbin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/hadoop/template/slaves.j2", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6436, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/hadoop-yarn
259
[ "no_license" ]
[ { "path": "roles/hadoop-yarn/vars/main.yml", "content": "---\n# vars file for taskcenter\nhadoop_parent_dir: /opt/app\nhadoop_dir_name: hadoop-2.6.1\nhadoop_dir: '{{hadoop_parent_dir}}/{{hadoop_dir_name}}'\nhadoop_cfg_dir: '{{hadoop_parent_dir}}/{{hadoop_dir_name}}/etc/hadoop'\n\n\n#hadoop_user: yarn\n#hado...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2470, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/hive
259
[ "no_license" ]
[ { "path": "roles/hive/templates/hive-site.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"configuration.xsl\"?>\n<configuration>\n\n <property>\n <name>hive.server2.thrift.port</name>\n <value>10000</value>\n <description>hive thrift port<...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8529, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/hudi
259
[ "no_license" ]
[ { "path": "roles/hudi/tasks/main.yml", "content": "---\n# must need install spark, first copy tar and unarchive\n- name: copy spark file to host\n copy:\n src: \"{{ tis_release_dir }}/{{ item.name }}\"\n dest: \"/tmp/{{ item.name }}\"\n owner: \"{{ hadoop_user }}\"\n group: \"{{ hadoop_group }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
qlangtech/tis-ansible
d74c4e8b0494b5f41442bbabd2476945c11dbea3
1
roles/index-builder
259
[ "no_license" ]
[ { "path": "roles/index-builder/handlers/main.yml", "content": "---\n# handlers file for index-builder", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/index-builder/tasks/main.yml", "content": "---\n# tasks file for index-builder\n - name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1792, "all_permissive": false }