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
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/alacritty
7,331
[ "no_license" ]
[ { "path": "roles/alacritty/files/alacritty.toml", "content": "[general]\n working_directory = \"None\"\n live_config_reload = true\n\n[window]\n dynamic_padding = true\n decorations_theme_variant = \"Dark\"\n resize_increments = true\n dimensions = { columns = 60, lines = 20 }\n opacity = 0.9\n\n[fon...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 954, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/direnv
7,331
[ "no_license" ]
[ { "path": "roles/direnv/files/direnv.toml", "content": "[global]\n\nload_dotenv=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/direnv/tasks/main.yaml", "content": "---\n- name: Direnv | Install from Github\n ansible.builtin.inclu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 815, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/doc
7,331
[ "no_license" ]
[ { "path": "roles/doc/tasks/main.yaml", "content": "---\n- name: Generate README.md\n template:\n src: templates/README.md.j2\n dest: README.md\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/doc/templates/README.md.j2", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 997, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/fd
7,331
[ "no_license" ]
[ { "path": "roles/fd/tasks/main.yaml", "content": "---\n- name: FD | Install from Github\n ansible.builtin.include_role:\n name: github\n vars:\n github_task_name: FD\n github_repo: sharkdp/fd\n github_current_version_cmd: /usr/local/bin/fd --version | sed 's/fd /v/'\n github_output: /usr/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/fonts
7,331
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yaml", "content": "---\n- name: Fonts | Install FiraCode\n ansible.builtin.copy:\n src: FiraCode\n dest: /usr/local/share/fonts\n owner: root\n group: root\n mode: \"0644\"\n become: true\n\n- name: Fonts | Update SELinux context\n when: ansible_distributi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/fzf
7,331
[ "no_license" ]
[ { "path": "roles/fzf/handlers/main.yaml", "content": "---\n- name: Install FZF\n ansible.builtin.command: \"{{ ansible_user_dir }}/.fzf/install --all --no-update-rc --no-bash --no-fish\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/fzf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 313, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/gh
7,331
[ "no_license" ]
[ { "path": "roles/gh/tasks/Fedora.yaml", "content": "---\n- name: Install GitHub CLI tool\n ansible.builtin.dnf:\n name: gh\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/gh/tasks/main.yaml", "co...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 340, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/git
7,331
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "---\n- name: \"Git | Run Tasks: {{ ansible_distribution }}\"\n ansible.builtin.include_tasks: \"{{ ansible_distribution }}.yaml\"\n\n- name: Git | Set diff.colorMoved\n community.general.git_config:\n name: diff.colorMoved\n scope: global\n value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1822, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/github
7,331
[ "no_license" ]
[ { "path": "roles/github/tasks/main.yaml", "content": "---\n- name: \"{{ github_task_name }} | Download Latest Version JSON\"\n ansible.builtin.uri:\n url: https://api.github.com/repos/{{ github_repo }}/releases/latest\n register: latest_version_json\n changed_when: false\n\n- name: \"{{ github_task_na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4045, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/gnome
7,331
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yaml", "content": "---\n- name: Gnome | Configure dark theme\n community.general.dconf:\n key: \"/org/gnome/desktop/interface/color-scheme\"\n value: \"'prefer-dark'\"\n state: present\n\n- name: Gnome | Show battery percentage\n community.general.dconf:\n key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1466, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/go
7,331
[ "no_license" ]
[ { "path": "roles/go/tasks/Fedora.yaml", "content": "---\n- name: Go-Lang | Install dependencies\n ansible.builtin.dnf:\n pkg:\n - curl\n - gcc\n - git\n - findutils\n - make\n - rsync\n - tar\n - jq\n state: present\n register: dnf_result\n become: true\n un...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/k8s
7,331
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yaml", "content": "---\n- name: Kubectl | Get latest version\n ansible.builtin.uri:\n url: \"https://dl.k8s.io/release/stable.txt\"\n return_content: true\n register: k8s_version\n\n- name: Kubectl | Get installed version\n ansible.builtin.shell: /usr/local/bin/kubec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/k9s
7,331
[ "no_license" ]
[ { "path": "roles/k9s/tasks/main.yaml", "content": "---\n- name: K9s | Download Latest Version JSON\n ansible.builtin.uri:\n url: https://api.github.com/repos/derailed/k9s/releases/latest\n register: latest_version_json\n changed_when: false\n\n- name: K9s | Registering K9s Latest Release\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1474, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/lsd
7,331
[ "no_license" ]
[ { "path": "roles/lsd/tasks/main.yaml", "content": "---\n- name: LSD | Install from Github\n ansible.builtin.include_role:\n name: github\n vars:\n github_task_name: LSD\n github_repo: lsd-rs/lsd\n github_current_version_cmd: /usr/local/bin/lsd --version | sed 's/lsd /v/'\n github_output: /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 855, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/nvim
7,331
[ "no_license" ]
[ { "path": "roles/nvim/tasks/Fedora.yaml", "content": "---\n- name: Git | {{ ansible_distribution }} | Install git\n ansible.builtin.dnf:\n name:\n - neovim\n - python-neovim\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/python
7,331
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yaml", "content": "---\n- name: Python | Install pip packages\n ansible.builtin.pip:\n name: \"{{ item }}\"\n state: present\n loop:\n - bpytop\n - ansible-dev-tools\n - ipython\n - gnome-extensions-cli\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/ripgrep
7,331
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/main.yaml", "content": "---\n- name: Ripgrep | Install from Github\n ansible.builtin.include_role:\n name: github\n vars:\n github_task_name: Ripgrep\n github_repo: BurntSushi/ripgrep\n github_current_version_cmd: /usr/local/bin/rg --version | head -n 1 | sed -E ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/starship
7,331
[ "no_license" ]
[ { "path": "roles/starship/files/starship.toml", "content": "# Get editor completions based on the config schema\n\"$schema\" = 'https://starship.rs/config-schema.json'\n\n# Inserts a blank line between shell prompts\nadd_newline = true\n\n# Replace the '❯' symbol in the prompt with '➜'\n[character]\nerror_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1351, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/tldr
7,331
[ "no_license" ]
[ { "path": "roles/tldr/tasks/main.yaml", "content": "---\n- name: Tldr | Install from Github\n ansible.builtin.include_role:\n name: github\n vars:\n github_task_name: Tldr\n github_repo: tldr-pages/tlrc\n github_current_version_cmd: echo 'tldr v0.0.0' | awk 'NR==1' | sed 's/^/v/'\n github_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/tmux
7,331
[ "no_license" ]
[ { "path": "roles/tmux/tasks/Fedora.yaml", "content": "---\n- name: Tmux | {{ ansible_distribution }} | Install tmux\n ansible.builtin.dnf:\n name: tmux\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3344, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/vscode
7,331
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yaml", "content": "---\n- name: \"VSCode | Run Tasks: {{ ansible_distribution }}\"\n ansible.builtin.include_tasks: \"{{ ansible_distribution }}.yaml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles/vsc...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1775, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/zoxide
7,331
[ "no_license" ]
[ { "path": "roles/zoxide/tasks/main.yaml", "content": "---\n- name: Zoxide | Detect\n ansible.builtin.stat:\n path: \"{{ ansible_user_dir }}/.local/bin/zoxide\"\n register: zoxide\n\n- name: Zoxide | Register state\n ansible.builtin.set_fact:\n zoxide_is_installed: \"{{ zoxide.stat.exists }}\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 998, "all_permissive": false }
ansible_role
MrMarble/dotfiles
59528883ed470d9fd3a4c572671f1e1e1fa09345
0
roles/zsh
7,331
[ "no_license" ]
[ { "path": "roles/zsh/files/.zshenv", "content": "skip_global_compinit=1\n\n# XDG Config\nexport XDG_CONFIG_HOME=\"$HOME/.config\"\nexport XDG_DATA_HOME=\"$XDG_CONFIG_HOME/local/share\"\nexport XDG_CACHE_HOME=\"$XDG_CONFIG_HOME/cache\"\n\n# Zsh Config\nexport ZDOTDIR=\"$XDG_CONFIG_HOME/zsh\"\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8423, "all_permissive": false }
ansible_role
daniel-aslan/oci-start_stop-hostname
08565e4244b5293e2b9c1fddea3954f0b8788a7c
0
roles/start
7,331
[ "no_license" ]
[ { "path": "roles/start/tasks/third.yaml", "content": "---\n- name: Get ocid compartments.\n oracle.oci.oci_compute_instance_facts:\n compartment_id: \"{{ third_COMP }}\"\n lifecycle_state: \"STOPPED\"\n register: result\n\n- name: Filter out display_names and ocid's.\n ansible.builtin.set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
daniel-aslan/oci-start_stop-hostname
08565e4244b5293e2b9c1fddea3954f0b8788a7c
0
roles/stop
7,331
[ "no_license" ]
[ { "path": "roles/stop/tasks/main.yaml", "content": "---\n- name: Import First.yaml\n ansible.builtin.include_tasks:\n file: first.yaml\n\n- name: Import Second.yaml\n ansible.builtin.include_tasks:\n file: second.yaml\n\n- name: Import Third.yaml\n ansible.builtin.include_tasks:\n file: third.ya...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1031, "all_permissive": false }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/citus1OnPgCentos7_install
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/citus1OnPgCentos7_install/tasks/main.yml", "content": "---\n- name: Adding my usual alias shortcuts to .bash_profile of {{ os_user_for_citus_tutorial }} user\n lineinfile:\n dest=/home/{{ os_user_for_citus_tutorial }}/.bash_profile\n line=\"alias {{item.alias}}='{{item....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 13094, "all_permissive": true }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/citus1OnPgCentos7_prepare
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/citus1OnPgCentos7_prepare/tasks/main.yml", "content": "---\n- name: create a citus-tutorial directory if it doesn't exist
\n file: path=/var/lib/pgsql state=directory\n mode=0755\n recurse=yes\n\n# Until here we just built the VM and installed Postgresql softwar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3131, "all_permissive": true }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/gocdAgentOnVM_install
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/gocdAgentOnVM_install/tasks/main.yml", "content": "---\n- name: Add a group to assign to the OS user which will be created in the next step\n group: name={{ os_user_for_gocd_agent }} state=present\n\n- name: fix the {{ os_user_for_gocd_agent }} user\n user: name={{ os_user_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3131, "all_permissive": true }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/gocdOnCentos7_install
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/gocdOnCentos7_install/files/gocd_server_installer.sh", "content": "#!/bin/bash\n\n# This is a piece of code from: https://docs.go.cd/16.7.0/installation/install/server/linux.html\necho \"\n[gocd]\nname = GoCD YUM Repository\nbaseurl = https://download.go.cd\nenabled = 1\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1896, "all_permissive": true }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/gocdOnCentos7_prepare
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/gocdOnCentos7_prepare/tasks/main.yml", "content": "---\n- name: Adding my usual alias shortcuts to .bash_profile of {{ os_user_for_gocd_server }} user\n lineinfile:\n #any spaces around the equals sign while mentioning \"dest\" fails.\n dest=/home/{{ os_user_for_gocd_se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2759, "all_permissive": true }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/installPostgres
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/installPostgres/tasks/main.yml", "content": "---\n- name: Ensure bash, OpenSSL, and libssl are the latest versions\n yum: name={{ item }} state=present\n with_items:\n - bash\n - openssl\n tags: packages\n\n- name: For Base \"Add a line with the text to the yum repo f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1144, "all_permissive": true }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/mysqlOnCentos7_createdb
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/mysqlOnCentos7_createdb/tasks/main.yml", "content": "---\n- name: Ensure bash, OpenSSL, and libssl are the latest versions\n yum: name={{ item }} state=present\n with_items:\n - bash\n - openssl\n tags: packages\n\n- name: Download yum repo rpm for MySql (for version ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": true }
ansible_role
harshaskm/centos7vm
01206b729056ec8ab66f66566baa0c5d19a38af9
0
deploy_server/roles/postgresqlOnCentos7_createdb
7,331
[ "permissive" ]
[ { "path": "deploy_server/roles/postgresqlOnCentos7_createdb/tasks/main.yml", "content": "---\n- command: ls -l /var/lib/pgsql/9.5/data\n register: p\n\n#Commented lines here help to visualize the contents of the registered variable\n#- name: check p.exists value\n# debug: msg=\"{{ p.stdout }}\"\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": true }
ansible_role
wsacin/searchie
1318dcf6f363b4d35ebe8399663632cd45f86214
0
searchie-playbooks/roles/common
7,331
[ "no_license" ]
[ { "path": "searchie-playbooks/roles/common/tasks/main.yml", "content": "- name: Update APT cache\n apt: update_cache=true\n sudo: true\n\n- name: Install GIT\n apt: name=git state=latest\n sudo: true\n\n- name: Install PostgreSQL\n apt: name=postgresql state=latest\n sudo: true\n\n- name: Install libp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1616, "all_permissive": false }
ansible_role
wsacin/searchie
1318dcf6f363b4d35ebe8399663632cd45f86214
0
searchie-playbooks/roles/postgres
7,331
[ "no_license" ]
[ { "path": "searchie-playbooks/roles/postgres/tasks/main.yml", "content": "---\n\n- name: Ensure the PostgreSQL service is running\n service: name=postgresql state=started enabled=yes\n\n- name: Ensure database is created\n become_user: searchie\n postgresql_db: name={{ db_name }}\n encodi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
wsacin/searchie
1318dcf6f363b4d35ebe8399663632cd45f86214
0
searchie-playbooks/roles/rabbitmq
7,331
[ "no_license" ]
[ { "path": "searchie-playbooks/roles/rabbitmq/tasks/main.yml", "content": "---\n- name: Enable the RabbitMQ Management Console\n rabbitmq_plugin: names=rabbitmq_management state=enabled\n notify: restart rabbitmq-server\n\n- name: Ensure that the RabbitMQ service is running\n service: name=rabbitmq-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
wsacin/searchie
1318dcf6f363b4d35ebe8399663632cd45f86214
0
searchie-playbooks/roles/searchie
7,331
[ "no_license" ]
[ { "path": "searchie-playbooks/roles/searchie/tasks/main.yml", "content": "- name: Deploy Searchie on Remote Server\n git: repo=https://github.com/wsacin/searchie.git\n dest={{ searchie_dir }}\n accept_hostkey=true\n tags:\n - clone\n\n- name: \"Running Cron task for Haystack index update.\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
wsacin/searchie
1318dcf6f363b4d35ebe8399663632cd45f86214
0
searchie-playbooks/roles/services
7,331
[ "no_license" ]
[ { "path": "searchie-playbooks/roles/services/defaults/main.yml", "content": "---\nsearchie_unit_file: searchie.service\nelasticsearch_unit_file: elasticsearchie.service\ncelery_worker_unit_file: celeryWorker.service\ncelery_beat_unit_file: celeryBeat.service\n\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 738, "all_permissive": false }
ansible_role
indrajithbandara/Motion-Config
63d2d555535841905ce84004bee4cee0d9c0c61b
0
roles/common
7,331
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Backup old config files - /etc/*motion* Step1\n shell: mkdir /tmp/oldconfig\n tags: backup_old_configs\n\n- name: Backup old config files - /etc/*motion* Step2\n shell: mv /etc/motion.conf /tmp/oldconfig/\n tags: backup_old_configs\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1457, "all_permissive": false }
ansible_role
indrajithbandara/Motion-Config
63d2d555535841905ce84004bee4cee0d9c0c61b
0
roles/slave
7,331
[ "no_license" ]
[ { "path": "roles/slave/tasks/main.yml", "content": "- urpmi:\n pkg: motion\n state: present\n tags: install_motion\n\n- name: install motion config file step1\n copy: src=motion.conf dest=/etc/motion.conf\n when: configuration | match(\"files\")\n tags: install_config_files\n \n- name: install mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2495, "all_permissive": false }
ansible_role
JamelKalai/CD
c09c8d50f07f1282295237227e4980d5e747432e
0
Ansible/roles/docker
7,331
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: barchajaw/devops\n build:\n path: /var/lib/jenkins/workspace/ProjetCD\n pull: no\n source: build\n state: present\n force_source: true\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
JamelKalai/CD
c09c8d50f07f1282295237227e4980d5e747432e
0
Ansible/roles/docker-registry
7,331
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: barchajaw\n password: <PASSWORD>\n \n- name: Push the Docker image into the repo\n shell: docker push barchajaw/devops:latest\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
eddiejaoude/vagrant-ansible-php7
94bc858fe947c2244806187c88f2165a79722a80
6
ansible/roles/app
7,331
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# application tasks to be customized and to run after the main provision\n- name: update file db\n sudo: yes\n shell: updatedb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
eddiejaoude/vagrant-ansible-php7
94bc858fe947c2244806187c88f2165a79722a80
6
ansible/roles/php
7,331
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Add ppa Repository\n sudo: yes\n apt_repository: repo=ppa:ondrej/{{ php.ppa }}\n\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: Install php\n sudo: yes\n apt: pkg=php state=latest\n\n- name: Install PHP Packages...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 623, "all_permissive": false }
ansible_role
sipgate/ansible-juniper-cookbook
485a16f43a9fdadfd51a4a7108a921f91489f226
9
roles/access
7,331
[ "no_license" ]
[ { "path": "roles/access/templates/access-interfaces.j2", "content": "interfaces {\n{%- for int in interfaces %}\n replace:\n {{ int.type|default(\"xe\") }}-0/{{ int.fpc|default(\"0\") }}/{{ int.id }} {\n unit 0 {\n {% if int.mode == \"layer3\" %}\n {% if int.ip4 is defined %}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2326, "all_permissive": false }
ansible_role
sipgate/ansible-juniper-cookbook
485a16f43a9fdadfd51a4a7108a921f91489f226
9
roles/base
7,331
[ "no_license" ]
[ { "path": "roles/base/templates/dns.j2", "content": "system {\n replace:\n name-server {\n{% for ip in dns_ips %}\n {{ ip|ipaddr('address') }};\n{% endfor %}\n }\n host-name {{ inventory_hostname_short }};\n domain-name dc-one.example.com;\n}\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1718, "all_permissive": false }
ansible_role
sipgate/ansible-juniper-cookbook
485a16f43a9fdadfd51a4a7108a921f91489f226
9
roles/edge
7,331
[ "no_license" ]
[ { "path": "roles/edge/tasks/main.yml", "content": "---\n- name: Remove leftover config preparation folder\n file:\n path: \"/tmp/junos_config_deploy/{{ inventory_hostname }}\"\n state: absent\n changed_when: False\n tags:\n - always\n\n- name: Create new config preparation folder\n file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1509, "all_permissive": false }
ansible_role
sipgate/ansible-juniper-cookbook
485a16f43a9fdadfd51a4a7108a921f91489f226
9
roles/qa_access
7,331
[ "no_license" ]
[ { "path": "roles/qa_access/tasks/main.yml", "content": "---\n\n# virtual chassis status\n- name: fetch virtual chassis status\n junos_command:\n commands: show virtual-chassis\n display: json\n register: virtual_chassis_status\n tags:\n - virtual_chassis\n\n# we set a fact here to shorten the as...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2006, "all_permissive": false }
ansible_role
sipgate/ansible-juniper-cookbook
485a16f43a9fdadfd51a4a7108a921f91489f226
9
roles/qa_edge
7,331
[ "no_license" ]
[ { "path": "roles/qa_edge/tasks/main.yml", "content": "---\n# check ospfv2\n- name: fetch ospf neighbor state\n junos_command:\n commands: show ospf neighbor routing-instance sipgate-public\n display: json\n register: ospf_state\n\n- name: Check that OSPF is running in the routing instance\n assert:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1149, "all_permissive": false }
ansible_role
sipgate/ansible-juniper-cookbook
485a16f43a9fdadfd51a4a7108a921f91489f226
9
roles/qa_shared
7,331
[ "no_license" ]
[ { "path": "roles/qa_shared/tasks/main.yml", "content": "---\n# system alarms\n- name: fetch system alarms\n junos_command:\n commands: show system alarms\n display: json\n register: system_alarms\n tags: system_alarms\n\n- name: Check system alarms\n assert:\n that: \n - system_alarms.stdo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1685, "all_permissive": false }
ansible_role
lbrick/nesi-ondemand-base
bbc58411de82e3da8a7fa35d41d0c8a28a27cc75
0
ansible/roles/kubectl
7,331
[ "no_license" ]
[ { "path": "ansible/roles/kubectl/tasks/main.yml", "content": "---\n- name: Ensure Kubectl is installed\n stat:\n path: \"{{ bin_dir }}/kubectl\"\n register: kubectl_binary\n\n- name: Download kubectl to specified location {{ bin_dir }}\n get_url:\n url: \"{{ kubectl_url }}\"\n dest: \"{{ bin_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 734, "all_permissive": false }
ansible_role
lbrick/nesi-ondemand-base
bbc58411de82e3da8a7fa35d41d0c8a28a27cc75
0
ansible/roles/nesi.compute
7,331
[ "no_license" ]
[ { "path": "ansible/roles/nesi.compute/defaults/main.yml", "content": "---\nnesi_extra_repos:\n - name: epel\n file: epel\n description: \"Extra Packages for Enterprise Linux $releasever - $basearch\"\n metalink: \"https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4645, "all_permissive": false }
ansible_role
lbrick/nesi-ondemand-base
bbc58411de82e3da8a7fa35d41d0c8a28a27cc75
0
ansible/roles/nesi.lmod
7,331
[ "no_license" ]
[ { "path": "ansible/roles/nesi.lmod/tasks/install.yml", "content": "---\n# - name: Install Lmod required Packages\n# dnf:\n# name: \"{{ item }}\"\n# state: present\n# with_items:\n# \"{{ lmod_required_packages }}\"\n\n- name: Download lmod archive\n ansible.builtin.get_url:\n url: https:/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
lbrick/nesi-ondemand-base
bbc58411de82e3da8a7fa35d41d0c8a28a27cc75
0
ansible/roles/nesi.ood-image
7,331
[ "no_license" ]
[ { "path": "ansible/roles/nesi.ood-image/defaults/main.yml", "content": "---\ncompute_packages:\n - nss-pam-ldapd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/nesi.ood-image/tasks/install.yml", "content": "--- \n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 141, "all_permissive": false }
ansible_role
lbrick/nesi-ondemand-base
bbc58411de82e3da8a7fa35d41d0c8a28a27cc75
0
ansible/roles/nesi.turbovnc
7,331
[ "no_license" ]
[ { "path": "ansible/roles/nesi.turbovnc/tasks/install.yml", "content": "---\n- name: Ensure extra repos\n ansible.builtin.yum_repository: \"{{ item }}\" # noqa: args[module]\n loop: \"{{ ood_extra_repos }}\"\n loop_control:\n label: \"{{ item.name }}\"\n \n- name: Install Compute Packages\n dnf:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1479, "all_permissive": false }
ansible_role
lbrick/nesi-ondemand-base
bbc58411de82e3da8a7fa35d41d0c8a28a27cc75
0
ansible/roles/nesi.vnc
7,331
[ "no_license" ]
[ { "path": "ansible/roles/nesi.vnc/tasks/prereqs.yml", "content": "---\n- name: Ensure extra repos\n ansible.builtin.yum_repository: \"{{ item }}\" # noqa: args[module]\n loop: \"{{ ood_extra_repos }}\"\n loop_control:\n label: \"{{ item.name }}\"", "license_type": "no_license", "detected_licen...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3967, "all_permissive": false }
ansible_role
lbrick/nesi-ondemand-base
bbc58411de82e3da8a7fa35d41d0c8a28a27cc75
0
ansible/roles/nesi.websockify
7,331
[ "no_license" ]
[ { "path": "ansible/roles/nesi.websockify/tasks/install.yml", "content": "---\n- name: Download websockify archive\n ansible.builtin.get_url:\n url: https://github.com/novnc/websockify/archive/refs/tags/v{{ websockify_version }}.zip\n dest: /opt/websockify-{{ websockify_version }}.zip\n\n- name: Extra...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 594, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/gearmand
7,331
[ "no_license" ]
[ { "path": "roles/gearmand/tasks/main.yml", "content": "---\n- name: install gearmand\n yum:\n name: gearmand\n state: present\n\n- name: start and enable gearmand\n service:\n name: gearmand\n state: started\n enabled: yes\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
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/java
7,331
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: install Java {{ java_jdk_version }}\n yum: name={{ java_jdk_version }} state=present\n tags:\n - java_install\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/java/vars/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 167, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/nginx
7,331
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Copy the NGINX repository definition\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo\n\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Add group www\n group: name=www\n\n- name: Add user www\n user: name=www group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1700, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/nodejs
7,331
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/download.yml", "content": "---\n- name: download nodejs binary file\n get_url:\n url: \"{{ nodejs_download_url }}\"\n dest: /usr/local/src/node-v{{ nodejs_version }}-linux-x64.tar.xz\n\n- name: extract archive\n unarchive:\n src: /usr/local/src/node-v{{ nodejs_versio...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1440, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/php-fpm
7,331
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- name: Copy the REMI repository definition\n copy: src=remi.repo dest=/etc/yum.repos.d/remi.repo\n\n- name: Create the GPG key for REMI\n copy: src=RPM-GPG-KEY-remi dest=/etc/pki/rpm-gpg\n\n- name: Install php-fpm and deps\n yum: name={{ item }}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1350, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/redis
7,331
[ "no_license" ]
[ { "path": "roles/redis/tasks/download.yml", "content": "---\n## download\n- name: download Redis\n get_url: \n url: \"{{ redis_download_url }}\"\n dest: /usr/local/src/redis-{{ redis_version }}.tar.gz\n checksum: \"sha1:{{ redis_checksum }}\"\n\n- name: extract archive\n unarchive:\n src: /usr...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3382, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/sysconf
7,331
[ "no_license" ]
[ { "path": "roles/sysconf/tasks/main.yml", "content": "---\n- name: Copying system opt file\n template: src={{ item }} dest=/{{ item }} backup=yes\n with_items:\n - etc/security/limits.conf\n - etc/security/limits.d/90-nproc.conf\n - etc/sysctl.conf\n notify: take effect sysctl.conf\n\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 310, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/tomcat
7,331
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: include role java\n include_role:\n name: java\n\n- name: download Tomcat\n get_url:\n url: http://apache.website-solution.net/tomcat/tomcat-7/v7.0.75/bin/apache-tomcat-7.0.75.tar.gz\n dest: /usr/local/src/apache-tomcat-7.0.75....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 761, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/xcache_admin
7,331
[ "no_license" ]
[ { "path": "roles/xcache_admin/tasks/main.yml", "content": "---\n- name: install xcache-admin for php\n yum: name=xcache-admin enablerepo=remi,remi-php56 state=present\n\n- name: setup xcache admin user\n lineinfile:\n dest: /etc/php.d/40-xcache.ini\n regexp: \"^xcache.admin.user =\"\n line: \"xca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
yuusee/ansible
9cc81ddbc197fabf2b4d1f0b4104ea5789a9946b
0
roles/xhprof
7,331
[ "no_license" ]
[ { "path": "roles/xhprof/templates/xhprof_demo.php", "content": "<?php\n# desc: xhprof test func\n# author: dbquan\n# usage: require this file as needed\n\nfunction shutdown(){\n // get main_page\n # $main_page = $_SERVER['REQUEST_URI'];\n $main_page = \"not_set\";\n if(isset($_GET['main_page']) ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6592, "all_permissive": false }
ansible_role
shannes01/vgpackagingVMutils
6a83bc8f08002e0a8d1a1c496fd62938c20ef570
0
testproject/roles/AddBasicHTMLFolder
7,330
[ "no_license" ]
[ { "path": "testproject/roles/AddBasicHTMLFolder/tasks/main.yml", "content": "---\n\n- name: set up index.html for first web server\n copy: \n content: \"<html>\n <header><title>Welcome to the Server</title></header>\n <body>Hello from the Server {{ ansible_default_ipv4.address }} !</body></htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
shannes01/vgpackagingVMutils
6a83bc8f08002e0a8d1a1c496fd62938c20ef570
0
testproject/roles/AddFilesFromGit
7,330
[ "no_license" ]
[ { "path": "testproject/roles/AddFilesFromGit/tasks/main.yml", "content": "---\n\n- name: install git\n apt: \n name: git \n state: latest\n\n- name: create file for repo on Desktop\n file:\n path: /home/{{ ansible_user }}/Desktop/gitprojects\n state: directory\n\n- name: GitCloneRepo\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
shannes01/vgpackagingVMutils
6a83bc8f08002e0a8d1a1c496fd62938c20ef570
0
testproject/roles/InstallApache
7,330
[ "no_license" ]
[ { "path": "testproject/roles/InstallApache/tasks/main.yml", "content": "---\n\n- name: install apache\n apt: \n name: apache2 \n state: latest\n\n- name: deleted index.html\n file: \n path: /var/www/html/index.html \n state: absent\n notify: restart apache2\n\n...", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
shannes01/vgpackagingVMutils
6a83bc8f08002e0a8d1a1c496fd62938c20ef570
0
testproject/roles/UpdateRepo
7,330
[ "no_license" ]
[ { "path": "testproject/roles/UpdateRepo/tasks/main.yml", "content": "---\n\n- name: update repository Cache\n apt:\n update_cache: true\n cache_valid_time: 3600\n force_apt_get: true\n\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
shannes01/vgpackagingVMutils
6a83bc8f08002e0a8d1a1c496fd62938c20ef570
0
testproject/roles/tester
7,330
[ "no_license" ]
[ { "path": "testproject/roles/tester/tasks/main.yml", "content": "---\n\n- name: Hallo world\n command: echo {{ user1, user2 }}\n \n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "testproject/roles/tester/handlers/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 305, "all_permissive": false }
ansible_role
yangyuanpeng525/hycloud_docker_autoinstall
512cc052336002d630c21f50c00ff69124eee405
1
host_check/roles/generate_hardware_report
7,330
[ "no_license" ]
[ { "path": "host_check/roles/generate_hardware_report/tasks/main.yaml", "content": "- name: \"创建report目录\"\n file:\n path: \"{{ playbook_dir }}/{{ item }}\"\n state: directory\n with_items:\n - report\n ignore_errors: true\n run_once: true\n delegate_to: 127.0.0.1\n\n- name: \"清空历史文件\"\n shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3030, "all_permissive": false }
ansible_role
yangyuanpeng525/hycloud_docker_autoinstall
512cc052336002d630c21f50c00ff69124eee405
1
host_check/roles/generate_port_report
7,330
[ "no_license" ]
[ { "path": "host_check/roles/generate_port_report/tasks/main.yaml", "content": "- name: \"创建report目录\"\n file:\n path: \"{{ playbook_dir }}/{{ item }}\"\n state: directory\n with_items:\n - report\n ignore_errors: true\n run_once: true\n delegate_to: 127.0.0.1\n\n- name: \"清空历史文件\"\n shell: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6787, "all_permissive": false }
ansible_role
yangyuanpeng525/hycloud_docker_autoinstall
512cc052336002d630c21f50c00ff69124eee405
1
host_check/roles/hardware_check
7,330
[ "no_license" ]
[ { "path": "host_check/roles/hardware_check/files/generate_hardware_report.py", "content": "#!/usr/bin/env python2\r\n# -*- coding:utf-8 -*-\r\n\r\nimport os\r\nimport sys\r\nimport re\r\n\r\nTmpSearchBasePath = sys.argv[1]\r\nReportTxtFile = open(TmpSearchBasePath + '/../report/hardware_check_result_report....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5192, "all_permissive": false }
ansible_role
yangyuanpeng525/hycloud_docker_autoinstall
512cc052336002d630c21f50c00ff69124eee405
1
host_check/roles/host_check
7,330
[ "no_license" ]
[ { "path": "host_check/roles/host_check/files/generate_port_check.py", "content": "#!/usr/bin/env python2\n# -*- coding: utf-8 -*-\n\nGroupNameDict={}\nwith open(r'../../../tmp/groupname_2_hosts.log', mode='r') as f:\n for line in f:\n line=line.strip()\n if not line:\n continue\n tmplis...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 16367, "all_permissive": false }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/cerebro
7,330
[ "permissive" ]
[ { "path": "ansible/roles/cerebro/tasks/main.yml", "content": "---\n- name: install cerebro\n include_role:\n name: utils\n tasks_from: install-pkg\n vars:\n version: 0.8.5\n parentRole: cerebro\n loop:\n - pkgUrl: \"https://github.com/lmenezes/cerebro/releases/download/v{{ version }}/cerebro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 928, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/common
7,330
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: set common env\n copy:\n content: |\n ELK_VERSION={{ elk_version }}\n\n dest: /opt/app/bin/envs/all.env", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/elastichd
7,330
[ "permissive" ]
[ { "path": "ansible/roles/elastichd/tasks/main.yml", "content": "---\n- name: Install service\n include_role:\n name: utils\n tasks_from: install-pkg\n vars:\n version: \"1.4\"\n parentRole: elastichd\n loop:\n - pkgUrl: \"https://github.com/360EntSecGroup-Skylar/ElasticHD/releases/download...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/elasticsearch
7,330
[ "permissive" ]
[ { "path": "ansible/roles/elasticsearch/tasks/install-plugin.yml", "content": "---\n- name: setting facts - ES plugins\n set_fact:\n es_home: /opt/elasticsearch/current\n local_dir: \"{{ role_path }}/files/tmp/es-plugins\"\n\n- name: Prepare ES plugin directory - {{ opts.name }}\n file:\n dest: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4848, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/elasticsearch-exporter
7,330
[ "permissive" ]
[ { "path": "ansible/roles/elasticsearch-exporter/tasks/main.yml", "content": "---\n- name: Install service\n include_role:\n name: utils\n tasks_from: install-pkg\n vars:\n version: 1.1.0\n parentRole: elasticsearch-exporter\n loop:\n - pkgUrl: \"https://github.com/prometheus-community/elas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/elasticsearch-head
7,330
[ "permissive" ]
[ { "path": "ansible/roles/elasticsearch-head/tasks/main.yml", "content": "---\n- name: Install service\n include_role:\n name: utils\n tasks_from: install-pkg\n vars:\n version: f13d4be014d48498dd2aead12863a4e20fe6b2e9\n parentRole: elasticsearch-head\n loop:\n - pkgUrl: \"https://github.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/elasticsearch-hq
7,330
[ "permissive" ]
[ { "path": "ansible/roles/elasticsearch-hq/files/opt/elasticsearch-hq/current/elastichq/config/logger.json", "content": "{\n \"version\": 1,\n \"disable_existing_loggers\": false,\n \"formatters\": {\n \"simple\": {\n \"format\": \"%(asctime)s \\t %(levelname)s \\t %(name)s \\t %(module)s.%(funcNa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2808, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/elasticsearch-sql
7,330
[ "permissive" ]
[ { "path": "ansible/roles/elasticsearch-sql/tasks/main.yml", "content": "---\n- name: install service\n include_role:\n name: utils\n tasks_from: install-pkg\n vars:\n version: \"{{ elk_version }}.0\"\n parentRole: elasticsearch-sql\n loop:\n - pkgUrl: \"https://github.com/NLPchina/elastics...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1152, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/kibana
7,330
[ "permissive" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "---\n- name: Install pkg\n include_role:\n name: utils\n tasks_from: install-pkg\n vars:\n version: \"{{ elk_version }}\"\n parentRole: kibana\n loop:\n - pkgUrl: \"https://artifacts.elastic.co/downloads/kibana/kibana-oss-{{ vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 958, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/logstash
7,330
[ "permissive" ]
[ { "path": "ansible/roles/logstash/files/opt/app/conf/logstash/.env", "content": "LS_HOME=/usr/share/logstash\nLS_SETTINGS_DIR=/opt/app/conf/logstash\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 67 }, { "path": "ansible/roles/logstash/ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3342, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/node-elasticsearch
7,330
[ "permissive" ]
[ { "path": "ansible/roles/node-elasticsearch/tasks/main.yml", "content": "---\n- name: compile and install confd files\n include_role:\n name: confd-files-1.0.1\n\n- name: copy binaries\n copy:\n src: \"{{ role_path }}/files/opt/app/\"\n dest: /opt/app/\n owner: root\n group: svc\n mode: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 17700, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/node-kibana
7,330
[ "permissive" ]
[ { "path": "ansible/roles/node-kibana/files/etc/confd/conf.d/elasticsearch-head.sh.toml", "content": "[template]\nsrc = \"elasticsearch-head.sh.tmpl\"\ndest = \"/opt/app/bin/tmpl/elasticsearch-head.sh\"\nmode = \"0700\"\nkeys = [\n \"/\",\n]\nreload_cmd = \"/opt/app/bin/tmpl/elasticsearch-head.sh; appctl re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 2875, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/node-logstash
7,330
[ "permissive" ]
[ { "path": "ansible/roles/node-logstash/tasks/main.yml", "content": "---\n- name: install confd files\n include_role:\n name: confd-files-1.0.1\n\n- name: set variables\n set_fact:\n ls_home: /usr/share/logstash\n\n- name: copy binaries\n copy:\n src: \"{{ role_path }}/files/opt/app/\"\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2639, "all_permissive": true }
ansible_role
QingCloudAppcenter/ELK
d3fd1dbffd1d122f0d034fedd1eeb344015d3dab
0
ansible/roles/utils
7,330
[ "permissive" ]
[ { "path": "ansible/roles/utils/tasks/setup-pwd.yml", "content": "---\n- name: set up var\n set_fact:\n userName: \"{{ vm_user.username | d('ubuntu') }}\"\n userPassword: \"{{ vm_user.password | d(adminPwd) }}\"\n\n- name: set password\n user:\n name: \"{{ userName }}\"\n password: \"{{ <PASSWO...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2646, "all_permissive": true }
ansible_role
sahilddeshmukh324/ansible-nodejs-on-ec2
f9d6a0a04827461ee46a9a78d3bb84f301913da6
0
roles/nodeapp
7,330
[ "no_license" ]
[ { "path": "roles/nodeapp/tasks/main.yml", "content": "- name: Update apt packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install curl (required to add Node.js repo)\n apt:\n name: curl\n state: present\n\n- name: Add Node.js 16 repo\n shell: curl -sL https://deb.nodesource.com/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/add_host_entries
7,330
[ "no_license" ]
[ { "path": "roles/add_host_entries/tasks/main.yaml", "content": "- name: Create Host Lookup Table\n ansible.builtin.blockinfile:\n path: /etc/hosts\n marker: \"# {mark} Kubernetes The Hard Way\"\n block: \"{{ lookup('template', 'hosts_lookup_table.j2') }}\"\n create: yes\n\n- name: Get Hostname ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1350, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/bootstrap_control_plane
7,330
[ "no_license" ]
[ { "path": "roles/bootstrap_control_plane/README.md", "content": "# Bootstrap Kubernetes Control Plane\n\nThis role bootstraps the Kubernetes control plane. The following components will be installed on the server machine: Kubernetes API Server, Scheduler, and Controller Manager.\n\n## Features\n- Generate t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4383, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/bootstrap_etcd_cluster
7,330
[ "no_license" ]
[ { "path": "roles/bootstrap_etcd_cluster/tasks/main.yaml", "content": "- name: Download etcd {{ kubernetes.components.etcd.version }} tarball\n ansible.builtin.get_url:\n url: \"https://github.com/etcd-io/etcd/releases/download/{{ kubernetes.components.etcd.version }}/etcd-{{ kubernetes.components.etcd.v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2044, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/bootstrap_worker_nodes
7,330
[ "no_license" ]
[ { "path": "roles/bootstrap_worker_nodes/README.md", "content": "# Bootstrap Kubernetes Worker Nodes\n\nThis role bootstraps the Kubernetes worker nodes. The following components will be installed: runc, container networking plugins, containerd, kubelet, and kube-proxy.\n\n## Features\n-\n\n## Requirements\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6652, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/configure_hostnames
7,330
[ "no_license" ]
[ { "path": "roles/configure_hostnames/templates/hosts_block.j2", "content": "# Cluster nodes managed by Ansible\n{% for host in groups['cluster'] %}\n{{ hostvars[host]['inventory_hostname'] }} {{ hostvars[host]['fqdn'] }} {{ hostvars[host]['hostname'] }}\n{% endfor %}", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1439, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/distribute_kubeconfig_auth
7,330
[ "no_license" ]
[ { "path": "roles/distribute_kubeconfig_auth/vars/main.yaml", "content": "server_configs:\n - admin\n - kube-controller-manager\n - kube-scheduler\nwork_dir_local: /etc/kubernetes/pki\nproxy_dir_remote: /var/lib/kube-proxy\nkubelet_dir_remote: /var/lib/kubelet\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1913, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/distribute_ssh_keys
7,330
[ "no_license" ]
[ { "path": "roles/distribute_ssh_keys/vars/main.yaml", "content": "ssh_key_path: ~/.ssh/id_rsa\nssh_public_key_path: \"{{ ssh_key_path }}.pub\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/distribute_ssh_keys/README.md", "content": "# D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1143, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/distribute_tls_certificates
7,330
[ "no_license" ]
[ { "path": "roles/distribute_tls_certificates/README.md", "content": "# Distribute TLS Certificates\n\nThis role distributes TLS certificates to `server` and `worker` nodes.\n\n## Features\n- Distribute generated TLS certificates to `server` node(s).\n- Distribute generated TLS certificates to `worker` node(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2033, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/generate_encryption_key
7,330
[ "no_license" ]
[ { "path": "roles/generate_encryption_key/vars/main.yaml", "content": "encryption_config_dir: /etc/kubernetes/pki\nwork_dir_local: /etc/kubernetes/pki\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/generate_encryption_key/README.md", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1159, "all_permissive": false }