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
rupanshumukhija07/terraform_project
061d5b33ff167fc4af3b086956425c61b35de94c
0
roles/user-n01701496
6,896
[ "no_license" ]
[ { "path": "roles/user-n01701496/vars/main.yaml", "content": "---\nadmin_group: cloudadmins\nusers:\n - user100\n - user200\n - user300\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/user-n01701496/tasks/main.yaml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1364, "all_permissive": false }
ansible_role
rupanshumukhija07/terraform_project
061d5b33ff167fc4af3b086956425c61b35de94c
0
roles/webserver-n01701496
6,896
[ "no_license" ]
[ { "path": "roles/webserver-n01701496/tasks/main.yaml", "content": "---\n- name: Install Apache\n package:\n name: \"{{ web_package }}\"\n state: present\n\n- name: Copy HTML file\n copy:\n content: \"Hostname: {{ ansible_facts['nodename'] }}\"\n src: \"{{ web_file_src }}\"\n dest: \"{{ web_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 489, "all_permissive": false }
ansible_role
brpedromaia/gitlab-ansible-roles
17ebdbbad7394ded8d6434531e70b0f7f0d01cb2
0
roles/install
6,896
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n\n\n- name: Download gitlab package script\n get_url:\n url: https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh\n dest: /tmp/\n mode: 0755\n\n- name: Run gitlab package script\n shell: bash script.rpm.sh\n ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
brpedromaia/gitlab-ansible-roles
17ebdbbad7394ded8d6434531e70b0f7f0d01cb2
0
roles/prepare
6,896
[ "no_license" ]
[ { "path": "roles/prepare/defaults/main.yml", "content": "prepare_packages:\n - curl \n - policycoreutils\n - openssh-server\n - postfix\n - perl\n\nnexus_repositories:\n - nexus-centos.repo\n - nexus-epel.repo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1288, "all_permissive": false }
ansible_role
Moses-Maina-ctrl/yolo-ansible
0163ac9fb39716429b9a8e5ddff0457f7ad8b42c
0
Stage_two/roles/CloneRepo
7,056
[ "no_license" ]
[ { "path": "Stage_two/roles/CloneRepo/tasks/main.yml", "content": "---\n- name: Update Server\n apt:\n update_cache: true\n \n- name: Install Git\n apt:\n name: git\n state: present\n\n- name: Clone Yolo Repository\n git:\n repo: https://github.com/Moses-Maina-ctrl/yolo.git\n dest: \"{{ di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
Moses-Maina-ctrl/yolo-ansible
0163ac9fb39716429b9a8e5ddff0457f7ad8b42c
0
Stage_two/roles/InstallDocker
7,056
[ "no_license" ]
[ { "path": "Stage_two/roles/InstallDocker/tasks/main.yml", "content": "---\n- name: Install required dependencies\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1117, "all_permissive": false }
ansible_role
Moses-Maina-ctrl/yolo-ansible
0163ac9fb39716429b9a8e5ddff0457f7ad8b42c
0
roles/RunContainers
7,056
[ "no_license" ]
[ { "path": "roles/RunContainers/tasks/main.yml", "content": "---\n- name: Start Docker Containers\n docker_compose:\n project_src: \"{{ directory }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
PC-Admin/ansible-synapse
466142c446023e0d63b4be8afdbdc865b520374d
0
roles/setup-redlight
7,056
[ "no_license" ]
[ { "path": "roles/setup-redlight/tasks/setup_redlight.yml", "content": "\n- name: Ensure /opt/synapse_modules directory exists\n file:\n path: /opt/synapse_modules\n state: directory\n owner: matrix-synapse\n group: matrix-synapse\n mode: '0755'\n\n- name: Add PYTHONPATH to /lib/systemd/syste...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2801, "all_permissive": false }
ansible_role
PC-Admin/ansible-synapse
466142c446023e0d63b4be8afdbdc865b520374d
0
roles/setup-synapse
7,056
[ "no_license" ]
[ { "path": "roles/setup-synapse/tasks/main.yml", "content": "\n# Install Synapse\n- import_tasks: \"{{ role_path }}/tasks/install_synapse.yml\"\n\n# Install Postgresql\n- import_tasks: \"{{ role_path }}/tasks/install_postgresql.yml\"\n\n# Certbot Setup\n- import_tasks: \"{{ role_path }}/tasks/certbot_setup.y...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 13780, "all_permissive": false }
ansible_role
IntelliqDevops/ansible730pm
fe084bc0d274761b1bf5aff4cdeb19c386c40bbd
0
roles/apache
7,056
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/apache/tasks/check_url_response.yml", "content": "---\n- name: Chec...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 337, "all_permissive": false }
ansible_role
Gabryel8818/automate-migration-desktop
9ec77b65342a9baec80b010856383833a581040f
0
roles/install-depends
7,056
[ "no_license" ]
[ { "path": "roles/install-depends/vars/main.yml", "content": "---\n\npackages:\n - vim\n - git\n - curl\n - wget\n - tilix\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/install-depends/tasks/main.yml", "content": "- name: \"Dependencia...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 453, "all_permissive": false }
ansible_role
Gabryel8818/automate-migration-desktop
9ec77b65342a9baec80b010856383833a581040f
0
roles/install-flatpak-applications
7,056
[ "no_license" ]
[ { "path": "roles/install-flatpak-applications/tasks/install.yml", "content": "---\n- name: \"Flatpak install packages\"\n shell:\n cmd: \"flatpak install {{ packages }} -y\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/install-flatpa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 648, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/bash-aliases
7,056
[ "no_license" ]
[ { "path": "roles/bash-aliases/tasks/main.yml", "content": "---\n- name: Link bash aliases to repository file\n ansible.builtin.file:\n src: \"{{ setup_dir }}/dotfiles/bash_aliases\"\n dest: \"{{ home }}/.bash_aliases\"\n state: link\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": 176, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/core-apps
7,056
[ "no_license" ]
[ { "path": "roles/core-apps/tasks/main.yml", "content": "---\n- name: Install Standard Utility Apps\n become: true\n ansible.builtin.apt:\n update_cache: yes\n pkg:\n - curl\n - git\n - jq\n - ncal\n - unzip\n\n- name: \"Install Lazygit {{ lazygit_version }}\"\n ansible.builtin.unarch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/desktop-apps
7,056
[ "no_license" ]
[ { "path": "roles/desktop-apps/tasks/main.yml", "content": "---\n- name: Install Flatpak\n include_tasks: flatpak.yml\n\n- name: Install Wezterm (Flatpack)\n ansible.builtin.command:\n cmd: flatpak install flathub org.wezfurlong.wezterm\n\n- name: Link Wezterm Config\n ansible.builtin.file:\n src: \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1575, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/desktop-personalization
7,056
[ "no_license" ]
[ { "path": "roles/desktop-personalization/tasks/main.yml", "content": "---\n- name: Ensure fonts directory exists\n ansible.builtin.file:\n path: \"{{ home }}/.fonts\"\n state: directory\n\n- name: Check if Jet Brains Mono Nerd Font installed\n ansible.builtin.shell: \"ls {{ home }}/.fonts/JetBrainsM...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 985, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/docker
7,056
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Docker Dependencies\n become: true\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n - gnupg\n state:\n latest\n\n- name: Add signing key\n become: true\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1310, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/dotnet
7,056
[ "no_license" ]
[ { "path": "roles/dotnet/tasks/main.yml", "content": "---\n- name: Install dotnet 8.0\n become: true\n ansible.builtin.apt:\n update_cache: yes\n pkg:\n - dotnet-sdk-8.0\n - aspnetcore-runtime-8.0\n \n- name: Setup bash to use oh-my-posh\n ansible.builtin.blockinfile:\n marker: \"# {mark...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/git-config
7,056
[ "no_license" ]
[ { "path": "roles/git-config/tasks/main.yml", "content": "---\n- name: Ensure global Git config is in place\n ansible.builtin.template:\n src: gitconfig.j2\n dest: \"{{ home }}/.gitconfig\"\n mode: '0644'\n\n- name: Ensure work Git directory exists\n ansible.builtin.file:\n dest: \"{{ work_git_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1273, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/global-scripts
7,056
[ "no_license" ]
[ { "path": "roles/global-scripts/files/merge-release", "content": "#!/bin/bash\n\nif [[ -z \"$1\" ]]; then\n echo -e \"\\e[31mError: Please provide a semver version (e.g., 2025.7.0)\"\n exit 1\nfi\n\nSEMVER=\"$1\"\nMAJOR_MINOR=$(echo \"$SEMVER\" | cut -d '.' -f 1,2)\nPATCH=$(echo \"$SEMVER\" | cut -d '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4890, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/install-from-deb
7,056
[ "no_license" ]
[ { "path": "roles/install-from-deb/tasks/main.yml", "content": "---\n# vars: app_url, app_name\n\n- name: Check if {{ app_name }} present\n ansible.builtin.command:\n cmd: dpkg -l | grep {{ app_name }}\n register: app_status\n ignore_errors: true\n\n- name: Download {{ app_name }} .deb file\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/neovim
7,056
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Remove old versions of neovim\n become: true\n ansible.builtin.file:\n path: \"{{ opensource }}/neovim\"\n state: absent\n tags:\n - install\n\n- name: Clone neovim\n ansible.builtin.git:\n repo: https://github.com/neovim/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1253, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/nodejs
7,056
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install NVM (Node Version Manager)\n ansible.builtin.shell:\n cmd: \"curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v{{ nvm_version }}/install.sh | bash\"\n chdir: \"{{ home }}\"\n creates: \"{{ home }}/.nvm/nvm.sh\"\n\n- nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1297, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/oh-my-posh
7,056
[ "no_license" ]
[ { "path": "roles/oh-my-posh/tasks/main.yml", "content": "---\n- name: Download install script\n ansible.builtin.get_url:\n url: https://ohmyposh.dev/install.sh\n dest: /tmp/ohmyposh.sh\n mode: '0700'\n\n- name: Run install script\n ansible.builtin.command:\n cmd: /tmp/ohmyposh.sh\n\n# My previ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
JonGanz/dot-files
9da8a2b3631a7c86ab8a92601ab7755a3dda3476
0
roles/ssh
7,056
[ "no_license" ]
[ { "path": "roles/ssh/tasks/install_key.yml", "content": "---\n- name: Install SSH Private Key for {{ item.name }}\n ansible.builtin.copy:\n content: \"{{ item.private_key }}\"\n dest: \"{{ home }}/.ssh/id_rsa_{{ item.name }}\"\n mode: '0600'\n no_log: true\n\n- name: Install SSH Public Key for {{...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1185, "all_permissive": false }
ansible_role
akshaymedge/local-setup
dae39476a6c0c6db777c65c312d47ed1d0ffbf3e
0
playbooks/roles/java
7,056
[ "no_license" ]
[ { "path": "playbooks/roles/java/tasks/main.yml", "content": "- name: Install OpenJDK and Java Tools\n become: yes\n apt:\n name: ['openjdk-8-jdk', 'maven']\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
akshaymedge/local-setup
dae39476a6c0c6db777c65c312d47ed1d0ffbf3e
0
playbooks/roles/ping
7,056
[ "no_license" ]
[ { "path": "playbooks/roles/ping/tasks/main.yml", "content": "---\n- name: Ping server\n ping: {}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 34, "all_permissive": false }
ansible_role
akshaymedge/local-setup
dae39476a6c0c6db777c65c312d47ed1d0ffbf3e
0
playbooks/roles/softwares
7,056
[ "no_license" ]
[ { "path": "playbooks/roles/softwares/tasks/main.yml", "content": "- name: Install git\n apt:\n name: git\n state: latest\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
sergioab1989/demo-playbook
6cf392ee6670472db85b46e5beb2c5f9b28d6715
0
roles/healthcheck
7,056
[ "no_license" ]
[ { "path": "roles/healthcheck/tasks/main.yml", "content": "---\r\n- name: CPU usage\r\n ansible.builtin.shell: top -bn1 | grep 'Cpu(s)' | awk '{print $2}'\r\n register: cpu_usage\r\n\r\n- name: Linux Version\r\n ansible.builtin.shell: cat /etc/redhat-release\r\n register: version_rhel\r\n\r\n- name: RAM ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 926, "all_permissive": false }
ansible_role
genekuo-org/ansible
72758f18559b91c4d9ccd249f775a44fcb68eb99
0
roles/java8base
7,056
[ "no_license" ]
[ { "path": "roles/java8base/handlers/main.yml", "content": "---\n# handlers file for java8base", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/java8base/vars/main.yml", "content": "---\n# vars file for java8base", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 646, "all_permissive": false }
ansible_role
knightscode94/QA-SFIA2
5ed0bf25f1bcdcedd7a16ff753680ed0574746a7
0
ansible/roles/common
7,056
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: 'zsh installed'\n apt:\n name: zsh\n state: latest\n update_cache: yes\n- name: 'developer group'\n group:\n name: developer\n state: present\n- name: 'tobi user'\n user:\n name: tobi\n comment: <NAME>\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
knightscode94/QA-SFIA2
5ed0bf25f1bcdcedd7a16ff753680ed0574746a7
0
ansible/roles/nginx
7,056
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "- name: 'download and install git & nginx using apt'\n apt:\n pkg:\n - nginx\n - git\n state: latest\n update_cache: true\n- name: 'make sure that the nginx service is started'\n service:\n name: nginx\n state: started\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/102_set_managed
7,056
[ "no_license" ]
[ { "path": "roles/102_set_managed/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - 102_set_managed", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/102_set_managed/handlers/main.yml", "content": "--...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 995, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Ansible_User
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Ansible_User/handlers/main.yml", "content": "---\n# handlers file for Default_set_Ansible_User", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/Default_set_Ansible_User/vars/main.yml", "content": "---\n# vars f...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1136, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_APM
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_APM/tasks/set_tomcat_nginx.yml", "content": "########### set tomcat_nginx_php-fpm #############\n\n - name: set_nginx_conf\n lineinfile:\n path: /etc/nginx/conf.d/default.conf\n insertafter: 'location / {'\n line: '{{ item }}'\n with_items:\n - \" ...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 17572, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_History
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_History/defaults/main.yml", "content": "---\n# defaults file for Default_set_Linux_History", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/Default_set_Linux_History/tasks/history.yml", "content": "\n - n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 804, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_essential_package
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_essential_package/tasks/install_essential_package_Ubuntu.yml", "content": "####### INSTALL ESSNTIAL PACKAGE #######\n\n - name: apt_update\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 \n state: latest\n - debug:\n\n - name ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1298, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_fail2ban
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_fail2ban/vars/main.yml", "content": "---\n# vars file for Default_set_Linux_fail2ban", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/Default_set_Linux_fail2ban/files/gajet_install.sh", "content": "#!/bin...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10021, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_logininfo
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_logininfo/defaults/main.yml", "content": "---\n# defaults file for Default_set_logininfo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/Default_set_Linux_logininfo/vars/main.yml", "content": "---\n# var...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3675, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_logrotate
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_logrotate/defaults/main.yml", "content": "---\n# defaults file for Default_set_Linux_logrotate", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/Default_set_Linux_logrotate/tests/test.yml", "content": "---...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1601, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_time
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_time/vars/main.yml", "content": "---\n# vars file for Default_set_Linux_time", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/Default_set_Linux_time/tasks/main.yml", "content": "---\n# tasks file for Defa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 563, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/Default_set_Linux_useradd
7,056
[ "no_license" ]
[ { "path": "roles/Default_set_Linux_useradd/handlers/main.yml", "content": "---\n# handlers file for Default_set_Linux_useradd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/Default_set_Linux_useradd/tasks/user_add.yml", "content": "\n#ma...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1772, "all_permissive": false }
ansible_role
bedboy92/ansible-project
f9e9621b8dcf37d6bef8202a45a119d73239d43f
0
roles/gba_password_change
7,056
[ "no_license" ]
[ { "path": "roles/gba_password_change/tasks/check_gba.yml", "content": "\n#make managed id\n - name: gba_id_check\n shell: echo \"{{ gabia_id }}\" | cut -c 1-5\n register: gba_id\n - debug:\n msg=\"{{ gba ~ gba_id.stdout}}\"\n\n\n#earn managed public ip\n#how to connect vpc ip ???\n\n - name: gba...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1770, "all_permissive": false }
ansible_role
kylemanalaysay/HOA7.1
36e2b871c84df65c42f66574773ba66fb190c804
2
roles/base
7,056
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: install updates (CentOS)\n tags: always\n dnf:\n update_only: yes\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: install updates (Ubuntu)\n tags: always\n apt:\n upgrade: dist\n update_cache: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
kylemanalaysay/HOA7.1
36e2b871c84df65c42f66574773ba66fb190c804
2
roles/db_servers
7,056
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "---\n\n- name: copy Dockerfile\n tags: centos, db,mariadb\n yum:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: build container image\n tags: db, mariadb,ubuntu\n apt:\n name: mariadb-server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
kylemanalaysay/HOA7.1
36e2b871c84df65c42f66574773ba66fb190c804
2
roles/web_servers
7,056
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "---\n\n- name: install apache and php for Ubuntu servers\n tags: apache,apache2,ubuntu\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install apache and php f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
orzeuek/node_server
2b23bff11178ac4a137e205642803bdb57012864
0
ansible/roles/apache2
7,056
[ "no_license" ]
[ { "path": "ansible/roles/apache2/tasks/main.yml", "content": "---\n - name: install apache2\n apt: pkg=apache2\n\n - name: enabled mod_rewrite\n apache2_module: name=rewrite state=present\n\n - name: enabled mod_proxy\n apache2_module: name=proxy state=present\n\n - name: delete default apache2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
orzeuek/node_server
2b23bff11178ac4a137e205642803bdb57012864
0
ansible/roles/node
7,056
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n\n - name: get latest node-10 setup script\n get_url:\n url: http://deb.nodesource.com/setup_10.x\n dest: /tmp/nodejs-setup\n\n - name: run setup script\n shell: /bin/bash /tmp/nodejs-setup\n\n - name: install nodejs\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
jimmyliaoviva/home-server
ad952067317aca82db2099ae1e0f31608045c516
0
infra/ansible/roles/discord-bot
7,056
[ "no_license" ]
[ { "path": "infra/ansible/roles/discord-bot/tasks/main.yaml", "content": " - name: send message to discord webhook\n ansible.builtin.uri:\n url: \"{{ discord_webhook_url }}\"\n method: POST\n body_format: json\n body:\n username: \"Ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
jimmyliaoviva/home-server
ad952067317aca82db2099ae1e0f31608045c516
0
infra/ansible/roles/pull-repo
7,056
[ "no_license" ]
[ { "path": "infra/ansible/roles/pull-repo/tasks/main.yml", "content": "- name: pull repository\n git:\n repo: \"{{repo_url}}\"\n dest: \"{{repo_path}}\"\n version: main\n update: yes\n key_file: \"{{github_key_file}}\"\n become: true", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
cdelgehier/ansible_role_desktop
6e32ff00696a6efc7867e568950c39e48bee0be1
0
roles/common
7,056
[ "no_license" ]
[ { "path": "roles/common/tasks/RedHat-locales.yml", "content": "---\n- name: LOCALES| /etc/locale.gen\n command: localedef -i fr_FR -f UTF-8 fr_FR.UTF8 \n\n- name: LOCALES| Configuration du clavier\n command: localectl set-keymap '{{ console_keymap }}'\n when: console_keymap is defined\n\n- name: LOCALES|...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9331, "all_permissive": false }
ansible_role
cdelgehier/ansible_role_desktop
6e32ff00696a6efc7867e568950c39e48bee0be1
0
roles/desktop
7,056
[ "no_license" ]
[ { "path": "roles/desktop/tasks/RedHat-VBox.yml", "content": "---\n- name: VBox| Installation des dépendances\n yum:\n name: '{{ item }}'\n state: present\n with_items:\n - binutils\n - gcc\n - make\n - patch\n - libgomp \n - glibc-headers \n - glibc-devel\n - kernel-headers \...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 10485, "all_permissive": false }
ansible_role
cdelgehier/ansible_role_desktop
6e32ff00696a6efc7867e568950c39e48bee0be1
0
roles/vm2work
7,056
[ "no_license" ]
[ { "path": "roles/vm2work/tasks/main.yml", "content": "---\n- name: X11| Installation des Bureaux\n include: '{{ ansible_os_family }}-X11.yml'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/vm2work/tasks/RedHat-X11.yml", "content": "--...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 428, "all_permissive": false }
ansible_role
plumbis/oil_demo
fd48e0c5da6e847b206f772298d7008f1f09a760
0
roles/leafs
7,056
[ "no_license" ]
[ { "path": "roles/leafs/tasks/main.yml", "content": "---\n- name: Copy /etc/network/interfaces\n template:\n src: interfaces.j2\n dest: /etc/network/interfaces\n notify: reload networking\n\n- name: Copy Quagga Configuration\n template:\n src: Quagga.conf.j2\n dest: /etc/quagga/Quagga.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2563, "all_permissive": false }
ansible_role
plumbis/oil_demo
fd48e0c5da6e847b206f772298d7008f1f09a760
0
roles/network_common
7,056
[ "no_license" ]
[ { "path": "roles/network_common/tasks/quagga.yml", "content": "---\n- name: Disable AAAA DNS lookups\n replace:\n dest=/etc/gai.conf\n regexp=\"#precedence fc00:e968:6179::de52:7100:0/96 10\"\n replace=\"precedence ::ffff:0:0/96 100\"\n\n- name: Copy Quagga daemons file\n copy: src=daemons dest...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 903, "all_permissive": false }
ansible_role
plumbis/oil_demo
fd48e0c5da6e847b206f772298d7008f1f09a760
0
roles/servers
7,056
[ "no_license" ]
[ { "path": "roles/servers/templates/Quagga.conf.j2", "content": "{% set bgpvars = bgp[ansible_hostname] -%}\n{% set loopback_v4 = interfaces[ansible_hostname].lo.ipv4 -%}\n{% set loopback_v6 = interfaces[ansible_hostname].lo.ipv6 -%}\n\n{### Set the logging and save all the config in Quagga.conf file ###}\nl...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5048, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
ceph/roles/deployer
7,056
[ "no_license" ]
[ { "path": "ceph/roles/deployer/tasks/install.yml", "content": "---\n# essential tasks. should run on all nodes\n- name: install deployer\n become: yes\n pip: name=ceph-deploy\n \n- name: mkdir /etc/ceph\n become: yes\n file: path=/etc/ceph state=directory\n \n- name: hosts entry\n become: yes\n line...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 952, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
git/roles/git
7,056
[ "no_license" ]
[ { "path": "git/roles/git/templates/config.sh.j2", "content": "#!/bin/bash\n\ngit config http.sslVerify \"false\"\n\ngit config --global alias.co checkout\ngit config --global alias.ci commit\ngit config --global alias.cm \"commit -m\"\ngit config --global alias.st status\ngit config --global alias.br branch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1074, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
hlm/roles/monasca
7,056
[ "no_license" ]
[ { "path": "hlm/roles/monasca/templates/ipc/add-instance.j2", "content": "#!/bin/bash\n\nsource ~/{{ name }}/openrc-v3\n\nnova keypair-add {{ name }}-key > ~/.ssh/{{ name }}_rsa\nsecname=sec-{{ name }}\nnova secgroup-delete ${secname}\nsecID=`nova secgroup-create ${secname} ${secname}| awk -F '|' 'NR==4{prin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2403, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
hlm/roles/network
7,056
[ "no_license" ]
[ { "path": "hlm/roles/network/templates/add-router.j2", "content": "#!/bin/bash\n\nsource ~/{{ home }}/openrc\n\nneutron net-create {{ net_name_2 }}\nneutron subnet-create {{ net_name_2 }} {{ sub_net_2 }} --name {{ net_name_2 }}-sub\nneutron router-interface-add {{ router }} {{ net_name_2 }}-sub\n\n", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 846, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
hlm/roles/nova_redo
7,056
[ "no_license" ]
[ { "path": "hlm/roles/nova_redo/tasks/main.yml", "content": "---\n- include: nova-redo.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "hlm/roles/nova_redo/tasks/nova-redo.yml", "content": "---\n#- name: create openrc\n# template: src=op...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1462, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
hlm/roles/router
7,056
[ "no_license" ]
[ { "path": "hlm/roles/router/templates/add-router.j2", "content": "#!/bin/bash\n\nsource ~/{{ home }}/openrc\n\nneutron net-create {{ net_name }}\nneutron subnet-create {{ net_name }} {{ sub_net }} --name {{ net_name }}-sub\nneutron router-create {{ router }}\nneutron router-gateway-set {{ router }} ext-net...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2445, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
hlm/roles/user
7,056
[ "no_license" ]
[ { "path": "hlm/roles/user/tasks/openrc.yml", "content": "---\n- name: create user user dir\n file: path=/home/stack/{{ home }} state=directory\n\n- name: create openrc for new user\n command: cp /home/stack/service.osrc /home/stack/{{ home }}/openrc\n \n- name: create keystone.rc for new user\n command:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1354, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
kube/roles/base
7,056
[ "no_license" ]
[ { "path": "kube/roles/base/tasks/main.yml", "content": "---\n# This is main tasks file for nginx role\n- include: install.yml\n- include: service.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "kube/roles/base/tasks/install.yml", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 838, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
kube/roles/docker
7,056
[ "no_license" ]
[ { "path": "kube/roles/docker/meta/main.yml", "content": "---\ndependencies:\n # - {role: base}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "kube/roles/docker/tasks/install.yml", "content": "---\n# essential tasks. should run on all nodes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1745, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
kube/roles/kuber
7,056
[ "no_license" ]
[ { "path": "kube/roles/kuber/tasks/rbd.yml", "content": "---\n# essential tasks. should run on all nodes\n- name: install ceph-common\n become: yes\n apt: name={{ item }} state=present\n with_items:\n - ceph-common\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1932, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
os/roles/keystone
7,056
[ "no_license" ]
[ { "path": "os/roles/keystone/tasks/install.yml", "content": "---\n# essential tasks. should run on all nodes\n- name: install keystone package\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - keystone\n - python-openstackclient\n - apache2 \n - libapache2-mod-wsgi\n - m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
os_dev/roles/base
7,056
[ "no_license" ]
[ { "path": "os_dev/roles/base/tasks/fetchfile.yml", "content": "---\n- name: fetch conf\n sudo: yes\n fetch: src=/etc/apache2/apache2.conf dest=download/apache2.conf flat=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
os_dev/roles/glance
7,056
[ "no_license" ]
[ { "path": "os_dev/roles/glance/tasks/install.yml", "content": "---\n# essential tasks. should run on all nodes\n- name: install radosgw package\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - radosgw\n\n\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": 161, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
os_dev/roles/k1
7,056
[ "no_license" ]
[ { "path": "os_dev/roles/k1/tasks/setup.yml", "content": "---\n# essential tasks. should run on all nodes\n- name: Create db user keystone\n debug: msg=\"role {{ role_name }}\"\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
os_dev/roles/keystone
7,056
[ "no_license" ]
[ { "path": "os_dev/roles/keystone/tasks/setup_db.yml", "content": "---\n# essential tasks. should run on all nodes\n- name: install python-mysqldb\n apt: name=python-mysqldb\n\n- name: CREATE DATABASE keystone\n mysql_db: login_user=root login_password={{ mysql_root_password }} name={{ role_name }} state=p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
s3fs/roles/config-master
7,056
[ "no_license" ]
[ { "path": "s3fs/roles/config-master/tasks/config-master.yml", "content": "---\n- name: add exection\n become: yes\n lineinfile:\n dest: /etc/hosts\n line: \"{{ execd_ip }} {{ execd_name }}.local {{ execd_name }}\"\n\n- name: add new exec as an administrative host\n become: yes\n shell: \"{{ SGE_RO...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 964, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
s3fs/roles/post-config-master
7,056
[ "no_license" ]
[ { "path": "s3fs/roles/post-config-master/tasks/config-master.yml", "content": "---\n- name: recreate new server list\n become: yes\n #ariables like $HOME and operations like \"<\", \">\", \"|\", \n #and \"&\" will not work with command\n shell: \"./bin/linux-x64/qconf -shgrp @ceshi > hosts4group\"\n ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1482, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
sge/roles/config-master
7,056
[ "no_license" ]
[ { "path": "sge/roles/config-master/tasks/config-master.yml", "content": "---\n- name: add exection\n become: yes\n lineinfile:\n dest: /etc/hosts\n line: \"{{ execd_ip }} {{ execd_name }}.local {{ execd_name }}\"\n\n- name: add new exec as an administrative host\n become: yes\n command: \"{{ SGE_R...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1444, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
sge/roles/execd
7,056
[ "no_license" ]
[ { "path": "sge/roles/execd/tasks/config.yml", "content": "---\n- name: add exection\n become: yes\n lineinfile:\n dest: /etc/hosts\n line: \"{{ execd_ip }} {{ execd_name }}.local {{ execd_name }}\"\n\n- name: add master\n become: yes\n lineinfile:\n dest: /etc/hosts\n line: \"{{ master_ip }}...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3292, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
sge/roles/master
7,056
[ "no_license" ]
[ { "path": "sge/roles/master/tasks/main.yml", "content": "---\n- include: config.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "sge/roles/master/tasks/config.yml", "content": "---\n- name: add master\n become: yes\n lineinfile:\n d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 163, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
yarn/roles/hadoop
7,056
[ "no_license" ]
[ { "path": "yarn/roles/hadoop/tasks/install.yml", "content": "---\n- name: create hadoop group\n become: yes\n group: name=hadoop state=present\n\n- name: create user yarn\n become: yes\n user: name=yarn group=hadoop\n \n- name: create user hdfs\n become: yes\n user: name=hdfs group=hadoop\n\n- name: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3804, "all_permissive": false }
ansible_role
Fei-Guang/playbooks
d09f7ce0686f5aa1b4ed3f9864fbe9b70c5ed3b0
0
yarn/roles/jdk
7,056
[ "no_license" ]
[ { "path": "yarn/roles/jdk/tasks/install.yml", "content": "---\n- name: install openjdk 7\n become: yes\n apt: name=openjdk-7-jdk state=latest install_recommends=no update_cache=yes\n \n- name: set java home\n lineinfile: dest=/home/{{ ansible_ssh_user }}/.bashrc\n line={{ item }}\n with_it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
UPTechMX/UPT-Satu-Ansible
2c02d076d57067d014b2c8c0f634def5c4660cb2
0
roles/ckan_extras
7,056
[ "no_license" ]
[ { "path": "roles/ckan_extras/tasks/main.yml", "content": "---\n# Setup CKAN DataStore extension\n# https://docs.ckan.org/en/2.8/maintaining/datastore.html\n- name: \"Create CKAN DataStore PostgreSQL user `{{ datastore_db.username }}` ({{ datastore_db.role_attr_flags }})\"\n become: true\n become_user: pos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 16818, "all_permissive": false }
ansible_role
UPTechMX/UPT-Satu-Ansible
2c02d076d57067d014b2c8c0f634def5c4660cb2
0
roles/oskari_balikpapan
7,056
[ "no_license" ]
[ { "path": "roles/oskari_balikpapan/tasks/main.yml", "content": "---\n- name: \"Clone Oskari Balikpapan frontend application repo from `https://github.com/geoenvo/oskari-application-bpn/` to `{{ install_dir_oskari }}/oskari-server/oskari-application-bpn`\"\n git:\n repo: https://github.com/geoenvo/oskari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11270, "all_permissive": false }
ansible_role
puttehi/puttehi-cloud
2e6896883400516de67ac05500798389afe3226e
0
linode/ansible/roles/base_setup
7,116
[ "no_license" ]
[ { "path": "linode/ansible/roles/base_setup/tasks/main.yml", "content": "---\n- name: Remove root password login\n ansible.builtin.user:\n user: \"root\"\n password: \"*\"\n\n- name: Make initial users\n ansible.builtin.user:\n name: \"{{ item.key }}\"\n password: \"{{ item.value.password }}\"\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1628, "all_permissive": false }
ansible_role
puttehi/puttehi-cloud
2e6896883400516de67ac05500798389afe3226e
0
linode/ansible/roles/packages
7,116
[ "no_license" ]
[ { "path": "linode/ansible/roles/packages/tasks/main.yml", "content": "- name: Update package manager cache\n include_tasks: package_update.yml\n when:\n - \"{{ packages_update is defined }}\"\n - \"{{ (packages_update | bool) == true }}\"\n\n- name: Upgrade installed packages\n include_tasks: packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
puttehi/puttehi-cloud
2e6896883400516de67ac05500798389afe3226e
0
linode/ansible/roles/personalization
7,116
[ "no_license" ]
[ { "path": "linode/ansible/roles/personalization/tasks/package_upgrade.yml", "content": "- name: upgrade apt packages\n ansible.builtin.apt:\n name: \"*\"\n update_cache: yes\n state: latest\n when: ansible_pkg_mgr == \"apt\"\n\n- name: upgrade yum packages\n ansible.builtin.yum:\n name: \"*\"...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 14343, "all_permissive": false }
ansible_role
FAntonescu/udacity-project3
ac2568a7dd7bd9342567b1b83b5fd10b82804a73
0
.circleci/ansible/roles/configure-server
7,116
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"Update/upgrade packages\"\n become: yes\n apt:\n update_cache: yes\n upgrade: yes\n autoremove: yes\n\n- name: \"Install dependencies.\"\n become: yes\n apt:\n update_cache: yes\n name: [\"tar\", \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
FAntonescu/udacity-project3
ac2568a7dd7bd9342567b1b83b5fd10b82804a73
0
.circleci/ansible/roles/deploy
7,116
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: create the application folder\n become: yes\n ansible.builtin.file:\n path: /opt/udapeople/backend\n state: directory\n mode: '0755'\n\n- name: copy backend archive\n become: yes\n copy:\n src: /root/project/backe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1515, "all_permissive": false }
ansible_role
neetesshhr/linby-ui
29f9afea36a9c126ed99d446ef11e5c41b1683c3
1
dockersetup/roles/install_docker
7,116
[ "no_license" ]
[ { "path": "dockersetup/roles/install_docker/tasks/docker_rpm.yml", "content": "- name: Install Docker\n yum:\n name: docker\n state: latest\n\n\n- name: Install Docker Compose\n yum:\n name: docker-compose-plugin\n state: latest", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 855, "all_permissive": false }
ansible_role
neetesshhr/linby-ui
29f9afea36a9c126ed99d446ef11e5c41b1683c3
1
dockersetup/roles/install_java
7,116
[ "no_license" ]
[ { "path": "dockersetup/roles/install_java/tasks/java_rpm.yml", "content": "---\n- name: Update the cache\n yum:\n name: \"*\"\n state: latest\n \n- name: Corretto 17 java\n yum:\n name: java-17-amazon-corretto-headless\n state: present", "license_type": "no_license", "detected_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
neetesshhr/linby-ui
29f9afea36a9c126ed99d446ef11e5c41b1683c3
1
jenkinsSetup/roles/install_git
7,116
[ "no_license" ]
[ { "path": "jenkinsSetup/roles/install_git/tasks/main.yml", "content": "---\n- name: Running git in ubuntu\n import_tasks: git_deb.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Running git in Rhel\n import_tasks: git_rpm.yml\n when: ansible_os_family == \"RedHat\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
neetesshhr/linby-ui
29f9afea36a9c126ed99d446ef11e5c41b1683c3
1
jenkinsSetup/roles/install_java
7,116
[ "no_license" ]
[ { "path": "jenkinsSetup/roles/install_java/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/install_java", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "jenkinsSetup/roles/install_java/tasks/main.yml"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
neetesshhr/linby-ui
29f9afea36a9c126ed99d446ef11e5c41b1683c3
1
jenkinsSetup/roles/install_jenkins
7,116
[ "no_license" ]
[ { "path": "jenkinsSetup/roles/install_jenkins/tasks/jenkins_deb.yml", "content": " - name: ensure the jenkins apt repository key is installed\n apt_key: url=https://pkg.jenkins.io/debian/jenkins.io-2023.key state=present\n \n - name: ensure the repository is configured\n apt_repositor...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2254, "all_permissive": false }
ansible_role
Nageswar33/ansible_practice
93a3da9f3ed4d6b83489bdb595eb03c52f83af87
0
roles/sample
7,116
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": " - name: install Nginx\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n - name: install Nginx\n ansible.builtin.systemd_service:\n state: started\n name: nginx", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
Mateus-Sebastiao/automation-with-ansible
6119a2dd8d6f1ea09a25386af70c4003b00e300a
1
07-installing-load-balancer/roles/load_balancer
7,116
[ "no_license" ]
[ { "path": "07-installing-load-balancer/roles/load_balancer/handlers/main.yml", "content": "---\n- name: Recarregar o HAproxy\n ansible.builtin.service:\n name: haproxy\n state: reloaded\n listen: \"Recarregar HAProxy\"", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1316, "all_permissive": false }
ansible_role
Mateus-Sebastiao/automation-with-ansible
6119a2dd8d6f1ea09a25386af70c4003b00e300a
1
07-installing-load-balancer/roles/webserver
7,116
[ "no_license" ]
[ { "path": "07-installing-load-balancer/roles/webserver/templates/index.html.j2", "content": "My website, Mateus. Served from {{ inventory_hostname }}\n\n<p>\nIP Addresses:<br />\n{% for ip in ansible_all_ipv4_addresses | default([]) %}\n {{ ip }}<br />\n{% endfor %}\n</p>\n\n<p>\nOperating System:<br />\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 730, "all_permissive": false }
ansible_role
Mateus-Sebastiao/automation-with-ansible
6119a2dd8d6f1ea09a25386af70c4003b00e300a
1
08-running-blog-wordpress/roles/database
7,116
[ "no_license" ]
[ { "path": "08-running-blog-wordpress/roles/database/tasks/main.yml", "content": "---\n- name: Instalar MySQL e python3-pymysql\n ansible.builtin.apt:\n name:\n - mysql-server\n - python3-pymysql\n state: present\n\n- name: Iniciar o serviço MySQL manualmente\n shell: |\n service mysql s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1383, "all_permissive": false }
ansible_role
Mateus-Sebastiao/automation-with-ansible
6119a2dd8d6f1ea09a25386af70c4003b00e300a
1
08-running-blog-wordpress/roles/webserver
7,116
[ "no_license" ]
[ { "path": "08-running-blog-wordpress/roles/webserver/meta/main.yml", "content": "#---\n#dependencies:\n# - role: firewall\n\n# Adicionar dependência ao role webserver, caso isso existir, deve-se ter um role de firewall.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 604, "all_permissive": false }
ansible_role
kulchytskyy/home-automation
1d3c45f7ed834535f410f772fd7a1abe9a758bd8
1
ansible/roles/boiler
7,116
[ "no_license" ]
[ { "path": "ansible/roles/boiler/tasks/main.yml", "content": "---\n\n- include_tasks: folders.yml\n- include_tasks: packages.yml \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/boiler/tasks/packages.yml", "content": "---\n\n- na...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 958, "all_permissive": false }
ansible_role
kulchytskyy/home-automation
1d3c45f7ed834535f410f772fd7a1abe9a758bd8
1
ansible/roles/charts
7,116
[ "no_license" ]
[ { "path": "ansible/roles/charts/tasks/main.yml", "content": "---\n\n- include_tasks: packages.yml\n- include_tasks: www.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/charts/tasks/packages.yml", "content": "---\n\n- name: i...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 877, "all_permissive": false }
ansible_role
kulchytskyy/home-automation
1d3c45f7ed834535f410f772fd7a1abe9a758bd8
1
ansible/roles/common
7,116
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- include_tasks: packages.yml\n- include_tasks: git.yml\n- include_tasks: logs.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "ansible/roles/common/vars/main.yml", "conte...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1831, "all_permissive": false }
ansible_role
kulchytskyy/home-automation
1d3c45f7ed834535f410f772fd7a1abe9a758bd8
1
ansible/roles/load2db
7,116
[ "no_license" ]
[ { "path": "ansible/roles/load2db/tasks/db.yml", "content": "---\n\n- name: create db user\n become: yes\n mysql_user:\n name: \"{{ db.user.name }}\"\n password: \"{{ <PASSWORD> }}\"\n login_unix_socket: /var/run/mysqld/mysqld.sock\n priv: \"{{ db.name }}.*:ALL\"\n host: \"%\"\n state: pr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3266, "all_permissive": false }
ansible_role
kulchytskyy/home-automation
1d3c45f7ed834535f410f772fd7a1abe9a758bd8
1
ansible/roles/sdr
7,116
[ "no_license" ]
[ { "path": "ansible/roles/sdr/vars/main.yml", "content": "---\n\nsdr_download_location: /tmp/rtl-sdr\nrtl433_download_location: /tmp/rtl-433\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/sdr/tasks/service.yml", "content": "---\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3368, "all_permissive": false }