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
GregSharpe1/local-kubernetes
4fb84edc9e65a2128ac63a15b176009a8d61a3bc
0
roles/remove-dphys-swapfile
497
[ "no_license" ]
[ { "path": "roles/remove-dphys-swapfile/tasks/remove.yml", "content": "---\n\n- name: Remove dphys-swapfile\n command: 'dphys-swapfile swapoff'\n\n- name: Unistall dphys-swapfile\n command: 'dphys-swapfile uninstall'\n\n- name: Remove from startup\n command: 'update-rc.d dphys-swapfile remove'", "lice...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 629, "all_permissive": false }
ansible_role
GregSharpe1/local-kubernetes
4fb84edc9e65a2128ac63a15b176009a8d61a3bc
0
roles/setup-hostname
497
[ "no_license" ]
[ { "path": "roles/setup-hostname/vars/main.yml", "content": "---\n# vars file for roles/setup-hostname", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/setup-hostname/handlers/main.yml", "content": "---\n# handlers file for roles/setup-host...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 353, "all_permissive": false }
ansible_role
GregSharpe1/local-kubernetes
4fb84edc9e65a2128ac63a15b176009a8d61a3bc
0
roles/update-cmdline
497
[ "no_license" ]
[ { "path": "roles/update-cmdline/tasks/main.yml", "content": "---\n# tasks file for roles/update-cmdline\n\n- name: Copy and replace the /boot/cmdline.txt file\n template:\n src: cmdline.txt.j2\n dest: /boot/cmdline.txt\n owner: root\n group: root\n mode: 0755\n register: cmdline\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
ChaosHour/data-sync
5d12d9716df8a47d048b48b45e994eaa44a9b1d4
2
roles/orchestrator
497
[ "no_license" ]
[ { "path": "roles/orchestrator/handlers/main.yml", "content": "---\n#\n# main.yml - handlers to start, stop, and restart services.\n#\n\n- name: Start Orchestrator\n ansible.builtin.systemd:\n name: orchestrator\n state: started\n enabled: true\n when: ansible_hostname == \"orchestrator\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2910, "all_permissive": false }
ansible_role
ChaosHour/data-sync
5d12d9716df8a47d048b48b45e994eaa44a9b1d4
2
roles/percona
497
[ "no_license" ]
[ { "path": "roles/percona/templates/my.cnf.j2", "content": "# {{ ansible_managed }}\n# Local modifications will be overwritten.\n# This file is only concerned with core filesystem layout and server role and identification\n# Everything else is included from per-section conf files in the conf.d directory\n\n[...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 11542, "all_permissive": false }
ansible_role
ChaosHour/data-sync
5d12d9716df8a47d048b48b45e994eaa44a9b1d4
2
roles/proxysql
497
[ "no_license" ]
[ { "path": "roles/proxysql/tasks/main.yml", "content": "---\n#\n# proxysql.yml - Playbook to install and configure proxysql\n#\n\n\n- name: Download proxysql with check (sha256)\n ansible.builtin.get_url:\n url: https://github.com/sysown/proxysql/releases/download/v2.4.4/proxysql_2.4.4-ubuntu22_amd64.deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6898, "all_permissive": false }
ansible_role
ChaosHour/data-sync
5d12d9716df8a47d048b48b45e994eaa44a9b1d4
2
roles/replication
497
[ "no_license" ]
[ { "path": "roles/replication/handlers/main.yml", "content": "---\n#\n# main.yml - handlers to start, stop, and restart services.\n#\n\n\n- name: Start MySQL\n ansible.builtin.systemd:\n name: mysql\n state: started\n when: ansible_hostname == \"replica\" or ansible_hostname == \"etlreplica\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4173, "all_permissive": false }
ansible_role
snsinfu/lightsail-vpn-tunnel
7ab3beb8f034d27ef0e625b3c29a1f0773d0e8e4
0
ansible/roles/system
497
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/main.yml", "content": "- name: admin pubkeys are in sync\n copy:\n content: \"{{ admin_public_keys | join('\\n') }}\"\n dest: .ssh/authorized_keys\n mode: 0600\n become: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
bobclarke/christmas-project-2017
02de3c3e7b87e7c23a9cdbb29b076d756d10f9ea
0
ansible/roles/common
497
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Copy hosts file\n copy:\n src: hosts\n dest: /etc\n owner: root\n group: root\n mode: 0644\n\n#- authorized_key:\n# user: ansible\n# state: present\n# key: \"{{ lookup('file', '/home/ansible/.ssh/id_rsa.pub') ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1422, "all_permissive": false }
ansible_role
bobclarke/christmas-project-2017
02de3c3e7b87e7c23a9cdbb29b076d756d10f9ea
0
ansible/roles/etcd
497
[ "no_license" ]
[ { "path": "ansible/roles/etcd/tasks/main.yml", "content": "---\n\n- name: copy etcd config file\n copy:\n src: etcd.conf\n dest: /etc/etcd\n owner: root\n group: wheel\n mode: 0644\n\n- name: enable and start etcd service\n systemd:\n name: etcd\n state: started\n enabled: True\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
bobclarke/christmas-project-2017
02de3c3e7b87e7c23a9cdbb29b076d756d10f9ea
0
ansible/roles/kubernetes-master
497
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-master/tasks/main.yml", "content": "---\n- name: install etcd and kubernetes from the virt7-docker-common-release repo\n yum:\n name: \"{{ item }}\"\n enablerepo: virt7-docker-common-release\n state: present\n update_cache: true\n with_items:\n - etcd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
bobclarke/christmas-project-2017
02de3c3e7b87e7c23a9cdbb29b076d756d10f9ea
0
ansible/roles/kubernetes-minion
497
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-minion/tasks/main.yml", "content": "---\n- name: install etcd and kubernetes from the virt7-docker-common-release repo\n yum:\n name: \"{{ item }}\"\n enablerepo: virt7-docker-common-release\n state: present\n update_cache: true\n with_items:\n - kubernet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
Otus-DevOps-2018-11/alekseymolodchenko_infra
0259bc3481d21b5ef66f4224bdf16fcbf15ffb8a
0
ansible/roles/app
493
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n# https://docs.ansible.com/ansible/latest/modules/apt_module.html\n- name: Install Ruby/Bundler and dependencies\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - ruby-full\n - ruby-bundler\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
Otus-DevOps-2018-11/alekseymolodchenko_infra
0259bc3481d21b5ef66f4224bdf16fcbf15ffb8a
0
ansible/roles/db
493
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n # https://docs.ansible.com/ansible/latest/modules/apt_key_module.html\n- name: Add key\n apt_key: keyserver=keyserver.ubuntu.com id=EA312927\n tags: install\n # https://docs.ansible.com/ansible/latest/modules/apt_repository_module.h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
lluked/Kali-Vagrant-Additions
197351b56f59e6a90264dcda7b38d7adc60fd7fc
0
ansible/roles/ansible_facts
493
[ "permissive" ]
[ { "path": "ansible/roles/ansible_facts/tasks/main.yml", "content": "---\r\n\r\n- name: Template ansible_facts to pretty json.\r\n ansible.builtin.template:\r\n src: ansible_facts.j2\r\n dest: \"{{ ansible_distribution }}-{{ ansible_distribution_version }}-ansible_facts.json\"\r\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": true }
ansible_role
lluked/Kali-Vagrant-Additions
197351b56f59e6a90264dcda7b38d7adc60fd7fc
0
ansible/roles/keyboard-configuration
493
[ "permissive" ]
[ { "path": "ansible/roles/keyboard-configuration/handlers/main.yml", "content": "---\n\n- name: Set keyboard configuration\n command: dpkg-reconfigure -f noninteractive keyboard-configuration\n become: yes\n when: ansible_os_family == 'Debian'\n", "license_type": "permissive", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 524, "all_permissive": true }
ansible_role
lluked/Kali-Vagrant-Additions
197351b56f59e6a90264dcda7b38d7adc60fd7fc
0
ansible/roles/volatility
493
[ "permissive" ]
[ { "path": "ansible/roles/volatility/defaults/main.yml", "content": "---\n\nvolatility_source: https://github.com/volatilityfoundation/volatility/archive/master.tar.gz\nvolatility_virtualenv: \"/home/vagrant/venv/volatility\"\nvolatility_bin_link_path: \"/usr/local/bin/vol.py\"\n", "license_type": "permi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3031, "all_permissive": true }
ansible_role
lluked/Kali-Vagrant-Additions
197351b56f59e6a90264dcda7b38d7adc60fd7fc
0
ansible/roles/volatility3
493
[ "permissive" ]
[ { "path": "ansible/roles/volatility3/vars/Kali-2021.3.yml", "content": "---\n\n# volatility3_os_dependencies:\n# -\n# -\n# -\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 54 }, { "path": "ansible/roles/volatility3/defaults/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2114, "all_permissive": true }
ansible_role
lluked/Kali-Vagrant-Additions
197351b56f59e6a90264dcda7b38d7adc60fd7fc
0
ansible/roles/vscode
493
[ "permissive" ]
[ { "path": "ansible/roles/vscode/tasks/main.yml", "content": "---\n\n- name: Include distribution and version specific variables falling back if not defined\n ansible.builtin.include_vars: \"{{ lookup('first_found', params) }}\"\n vars:\n params:\n files:\n - \"{{ ansible_distribution }}-{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1895, "all_permissive": true }
ansible_role
bvaturi/olm-auto
c0fa6e9678616b8599392b3ee747819134c357d2
4
roles/cleanup
493
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/clean-up.yaml", "content": "---\n\n\n# tasks file for cleanup\n- name: Delete {{ regfiles }} dir\n file:\n state: absent\n path: \"{{ regsfile }}\"\n\n# tasks file for cleanup\n- name: Delete {{ destfile }} dir\n file:\n state: absent\n path: \"{{ destfile }}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 942, "all_permissive": false }
ansible_role
bvaturi/olm-auto
c0fa6e9678616b8599392b3ee747819134c357d2
4
roles/deploy-local-registry
493
[ "no_license" ]
[ { "path": "roles/deploy-local-registry/tasks/login-registires.yaml", "content": "---\n- name: \"logging in to quay.io with podman + robot account\"\n command: podman login --authfile /tmp/pull-secret.json quay.io\n register: login_quay_output\n become: yes\n\n- debug:\n msg: \"{{login_quay_output.stdo...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6151, "all_permissive": false }
ansible_role
bvaturi/olm-auto
c0fa6e9678616b8599392b3ee747819134c357d2
4
roles/opm-get-images
493
[ "no_license" ]
[ { "path": "roles/opm-get-images/tasks/main.yaml", "content": "---\n\n- import_tasks: grpcurl-operator.yaml\n- import_tasks: get-images-to-registry-one.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/opm-get-images/tasks/grpcurl-operato...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3447, "all_permissive": false }
ansible_role
bvaturi/olm-auto
c0fa6e9678616b8599392b3ee747819134c357d2
4
roles/prerequisites
493
[ "no_license" ]
[ { "path": "roles/prerequisites/tasks/install-check-prereq.yaml", "content": "---\n\n- name: Creates directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ destfile }}\"\n - \"{{ extfile }}\"\n tags:\n - createfiles\n\n- name: Install httpd, podman, httpd-tools, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2355, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/alacritty
493
[ "no_license" ]
[ { "path": "roles/alacritty/vars/Debian.yaml", "content": "alacritty_config_dir: \"{{ blueprint_user_home }}/.config/alacritty\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/alacritty/vars/main.yaml", "content": "alacritty_config_file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1895, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/charts
493
[ "no_license" ]
[ { "path": "roles/charts/vars/pkg_charts.yaml", "content": "---\npkg_templates:\n node:\n os: &pkg_templates_node_os >-\n {{\n {\n 'Darwin': 'darwin',\n 'Debian': 'linux',\n 'Windows': 'win'\n }[ansible_os_family] | default('')\n }}\n arch: &pkg...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 29528, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/dmg
493
[ "no_license" ]
[ { "path": "roles/dmg/tasks/main.yaml", "content": "---\n- name: Create the package directory for {{ package.name }}\n file:\n path: \"{{ blueprint_home }}/{{ package.name }}/{{ package.template.os }}_{{ package.template.arch }}\"\n state: directory\n tags:\n - dmg\n\n- name: Download DMG for {{ p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/docker
493
[ "no_license" ]
[ { "path": "roles/docker/vars/MacOSX.yaml", "content": "docker_arch: >-\n {{\n {\n 'x86_64': 'amd64',\n 'aarch64': 'arm64',\n }[ansible_architecture] | default('')\n }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/docke...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2471, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/dotnet
493
[ "no_license" ]
[ { "path": "roles/dotnet/tasks/main.yaml", "content": "---\n- name: Download dotnet-install.sh script\n ansible.builtin.get_url:\n url: https://dot.net/v1/dotnet-install.sh\n dest: \"/tmp/dotnet-install.sh\"\n mode: '0755'\n\n- name: Execute dotnet-install.sh script\n ansible.builtin.command:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/eget
493
[ "no_license" ]
[ { "path": "roles/eget/tasks/main.yml", "content": "---\n- name: Install using Eget\n command: eget --to \"{{ blueprint_user_home }}/.local/bin/{{ item.get(\"to\") }}\" {{ item.archs[(ansible_os_family | lower )] if 'archs' in item else '' }} {{ item.name }}\n with_items: \"{{ eget_packages }}\"\n when: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/github_secret
493
[ "no_license" ]
[ { "path": "roles/github_secret/tasks/main.yaml", "content": "- name: Install a Python Package\n ansible.builtin.pip:\n name: pynacl\n state: present\n\n- name: Set a GitHub secret\n github_encrypt:\n owner: '{{ item.owner_name }}'\n repo: '{{ item.repo_name }}'\n token: '{{ github_pat }}'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/macports
493
[ "no_license" ]
[ { "path": "roles/macports/tasks/install_macports.yaml", "content": "---\n- name: Create directory\n file:\n path: \"{{ ansible_env.HOME }}/cellar/github.com/macports/macports-base/v{{ pkg_versions.macports.version }}/macports\"\n state: directory\n mode: '0755'\n\n- name: Download MacPorts tarball...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/mysql_apt_repo
493
[ "no_license" ]
[ { "path": "roles/mysql_apt_repo/tasks/main.yaml", "content": "---\n- name: Install MySQL Repo\n become: true\n shell: |\n curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc\n echo \"deb [arch=amd64 signed-by=/usr/share/keyrings/mysql.asc] http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/pkg
493
[ "no_license" ]
[ { "path": "roles/pkg/files/fish_config.fish", "content": "{% for item in paths %}\nset -xp PATH {{ item }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/pkg/tasks/main.yaml", "content": "---\n- name: Create destination d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2060, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/ruby
493
[ "no_license" ]
[ { "path": "roles/ruby/tasks/tasks/main-Windows.yaml", "content": "---\n- name: Install Gems\n become: yes\n become_method: runas\n become_user: \"{{ blueprint_user }}\"\n win_shell: |\n gem install {{ item }}\n with_items: \"{{ common_gem_packages }}\"\n tags:\n - ruby\n", "license_type": "n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1040, "all_permissive": false }
ansible_role
evgnomon/blueprint
ac5f7c27c82dba4260a6a3a592ee612870dbbc20
0
roles/vim
493
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Checkout vim repo\n git:\n dest: \"{{ ansible_env.HOME }}/src/github.com/vim/vim\"\n repo: \"https://github.com/vim/vim.git\"\n when: ansible_os_family != \"Windows\"\n tags:\n - vim\n\n- name: Install vim\n script: install-{{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 12459, "all_permissive": false }
ansible_role
fdo7-ng/playtest_awx
63f4cbd4262dd3c5e7671a402eee293c13dfde17
0
roles/file-creation
493
[ "no_license" ]
[ { "path": "roles/file-creation/tasks/main.yml", "content": "---\n- name: create a file\n file: path=\"{{ file_path }}\" state=touch owner=root group=root mode=0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
belgaied2/rancher-rampUp-rke-ansible
ebe4832afbcafe1865ea80d98f214296d13f8602
0
ansible/roles/docker
493
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\r\n - name: Remove previous traces of Docker\r\n apt: \r\n pkg: \r\n - docker \r\n - docker-engine \r\n - docker.io \r\n - containerd \r\n - runc\r\n state: absent\r\n become: yes\r\n\r\n - name: Upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1306, "all_permissive": false }
ansible_role
belgaied2/rancher-rampUp-rke-ansible
ebe4832afbcafe1865ea80d98f214296d13f8602
0
ansible/roles/kernel_modules
493
[ "no_license" ]
[ { "path": "ansible/roles/kernel_modules/tasks/main.yml", "content": "---\r\n\r\n# Pre-requisite or RKE\r\n - name: Activate necessary Kernel Modules \r\n modprobe:\r\n name: \"{{ item }}\"\r\n state: present\r\n become: yes\r\n ignore_errors: yes\r\n with_items:\r\n - br_netfilte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1108, "all_permissive": false }
ansible_role
belgaied2/rancher-rampUp-rke-ansible
ebe4832afbcafe1865ea80d98f214296d13f8602
0
ansible/roles/rke
493
[ "no_license" ]
[ { "path": "ansible/roles/rke/tasks/main.yml", "content": "---\r\n \r\n - name: Create the cluster using RKE up\r\n local_action:\r\n module: shell\r\n cmd: rke up\r\n chdir: \"{{ role_path }}/files\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
kkkombo/ansible_spielerei
ee2250db601a8e03da17a4fdec038201443f7ae6
0
roles/firewalld
493
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\n- name: Install firewalld\n apt:\n name:\n - firewalld\n state: present\n\n- name: Add firewall ports\n shell: \"firewall-cmd --permanent --zone=public --add-port={{ item }};\"\n loop:\n - \"80/tcp\"\n - \"443/tcp\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
kkkombo/ansible_spielerei
ee2250db601a8e03da17a4fdec038201443f7ae6
0
roles/hello-world
493
[ "no_license" ]
[ { "path": "roles/hello-world/tasks/main.yml", "content": "---\n- name: hello_world\n shell: echo \"Hello world\" >> ~/hello_world.txt", "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
kkkombo/ansible_spielerei
ee2250db601a8e03da17a4fdec038201443f7ae6
0
roles/nginx
493
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install_nginx\n apt:\n name: \n - nginx\n tags: install_nginx\n\n- name: copy nginx content files\n copy:\n src: \"{{ item }}\"\n dest: /var/www/html/\n group: www-data\n owner: www-data\n mode: 0755\n with_fileglob:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
kkkombo/ansible_spielerei
ee2250db601a8e03da17a4fdec038201443f7ae6
0
roles/wazuh-indexer
493
[ "no_license" ]
[ { "path": "roles/wazuh-indexer/tasks/main.yml", "content": "---\r\n- include_vars: ../../vars/repo_vars.yml\r\n\r\n- include_vars: ../../vars/repo_production.yml\r\n # From repo_vars.yml - see 2nd line.\r\n when: packages_repository == 'production'\r\n\r\n- import_tasks: Debian.yml\r\n # ansible_os_famil...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4328, "all_permissive": false }
ansible_role
Hemanth2112kumar1994/ansible
247bcf42d6e644b41985ea8bcd170d7dfb473058
0
roles/install-git
493
[ "no_license" ]
[ { "path": "roles/install-git/tasks/main.yml", "content": "---\n- name: Install Git\n package:\n name: git\n state: present\n\n- name: Check if Git is running\n shell: \"pgrep git\"\n register: git_status\n ignore_errors: yes\n\n- name: Get system uptime\n shell: \"uptime\"\n register: uptime_out...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
Hemanth2112kumar1994/ansible
247bcf42d6e644b41985ea8bcd170d7dfb473058
0
roles/system
493
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Check system uptime\n command: uptime\n register: uptime_output\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/cmake
493
[ "no_license" ]
[ { "path": "roles/cmake/templates/profile_cmake.sh.j2", "content": "export CMAKE_HOME={{ install_dir }}/cmake\nexport PATH=$CMAKE_HOME/bin:$PATH", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/cmake/tasks/main.yml", "content": "---\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 761, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/collectd
493
[ "no_license" ]
[ { "path": "roles/collectd/tasks/install_collectd.yml", "content": "---\n\n- name: install collectd compiling dependencies\n yum: name={{ item }} state=latest\n with_items:\n - python-devel\n - sysstat\n when: ansible_os_family == 'RedHat'\n tags:\n - common-packages\n\n- name: upload collectd t...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6319, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/common
493
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: update hostname /etc/sysconfig/network\n lineinfile: dest=/etc/sysconfig/network regexp=\"^HOSTNAME\" line=HOSTNAME={{ inventory_hostname }}\n when: ansible_os_family == 'RedHat'\n tags:\n - common-hostname\n\n- name: update hostname ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2549, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/grafana
493
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: install grafana\n yum: name={{ grafana_rpm_url }} state=present\n\n- name: update grafana.db by {{ delegated_host }}\n synchronize: src={{ package_dir }}/{{ item }} dest=/var/lib/grafana/{{ item }}\n with_items:\n - grafana.db\n del...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/hadoop
493
[ "no_license" ]
[ { "path": "roles/hadoop/tasks/bootstrap_local.yml", "content": "---\n\n- name: Pause - Bootstrapping is about to begin\n pause: prompt=\"Are you sure that you want to continue bootstrapping HDFS?\" seconds=4\n\n- name: Format namenode {{ groups['hadoop-master'][0] }}\n command: bash -lc \"./hdfs namenode ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 18309, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/hibench
493
[ "no_license" ]
[ { "path": "roles/hibench/templates/spark.conf.j2", "content": "# Spark home\nhibench.spark.home {{ install_dir }}/spark\n\n# Spark master\n# standalone mode: spark://xxx:7077\n# YARN mode: yarn-client\nhibench.spark.master yarn\nspark.submit.deployMode client\n\n# executor number and cor...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2636, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/influxdb
493
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/config_influxdb.yml", "content": "---\n\n- name: upload influxdb.conf\n template: src=influxdb.conf.j2 dest=/etc/influxdb/influxdb.conf\n owner={{ user }} group={{ group }} mode=0664\n notify:\n - restart influxdb", "license_type": "no_license", "detected_lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1302, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/jdk
493
[ "no_license" ]
[ { "path": "roles/jdk/templates/profile_java.sh.j2", "content": "export JAVA_HOME={{ install_dir }}/java\nexport PATH=$JAVA_HOME/bin:$PATH", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/jdk/tasks/main.yml", "content": "---\n\n- name: uplo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1164, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/maven
493
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n\n- name: upload maven tar ball by {{ delegated_host }}\n synchronize: src={{ package_dir }}/apache-maven-{{ maven_version }}-bin.tar.gz dest={{ package_dir }}\n delegate_to: \"{{ delegated_host }}\"\n when: delegation and inventory_hostname != del...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 925, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/nginx
493
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: install nginx\n include: install_nginx.yml\n when: ansible_os_family == 'RedHat'\n tags:\n - nginx-install\n\n- name: config nginx\n include: config_nginx.yml\n tags:\n - nginx-config", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2981, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/nodejs
493
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: wget nodejs\n get_url: url=https://nodejs.org/dist/{{ nodejs_version }}/node-{{ nodejs_version }}-linux-x64.tar.xz\n dest={{ install_dir }}\n\n- name: xz nodejs\n command: chdir={{ install_dir }} xz -d node-{{ nodejs_version }}-linux-x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 960, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/notebook
493
[ "no_license" ]
[ { "path": "roles/notebook/templates/common.conf.j2", "content": "database {\n url: \"{{ database_url }}\"\n user: \"{{ database_user }}\"\n password: \"{{ database_password }}\"\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/notebook/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2989, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/postgres
493
[ "no_license" ]
[ { "path": "roles/postgres/templates/postgresql.conf.j2", "content": "listen_addresses = '*'\nport = 5432\n\t\t\t\t\nmax_connections = 100\n\nshared_buffers = 128MB\t\t\t\n\ndynamic_shared_memory_type = posix\t\n\nlog_destination = 'stderr'\t\n\nlogging_collector = on\t\t\n\nlog_directory = 'pg_log'\t\t\n\nl...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3513, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/spark
493
[ "no_license" ]
[ { "path": "roles/spark/tasks/config_mysql.yml", "content": "---\n\n- name: Set the correct delegated_dbhost (to support MySQL db deployment on a remote dbhost)\n set_fact:\n delegated_dbhost: \"{{db_delegated_host if (db_delegated_host != 'localhost') else inventory_hostname}}\"\n\n- name: spark hive my...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9566, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/tpcds
493
[ "no_license" ]
[ { "path": "roles/tpcds/tasks/config-notebook.yml", "content": "---\n\n- name: copy notebook tpcds jars by {{ delegated_host }}\n synchronize: src={{ package_dir }}/{{ item }} dest={{ install_dir }}/notebook/jars\n delegate_to: \"{{ delegated_host }}\"\n when: delegation and inventory_hostname != delegate...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1866, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/zeppelin
493
[ "no_license" ]
[ { "path": "roles/zeppelin/tasks/main.yml", "content": "---\n\n- include: install_zeppelin.yml\n\n- include: config_zeppelin.yml\n tags:\n - zeppelin-config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/zeppelin/tasks/install_zeppelin.ym...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 955, "all_permissive": false }
ansible_role
chuxi/wjm-ansible
cd09bed8831e1bddf904ca8ed490809f7a092f46
0
roles/zetascale
493
[ "no_license" ]
[ { "path": "roles/zetascale/tasks/main.yml", "content": "---\n\n- include: install_zetascale.yml\n become: yes\n become_method: sudo\n tags:\n - zetascale-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/zetascale/tasks/install...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1392, "all_permissive": false }
ansible_role
luuphu25/prometheus_book
11585bf4f113532abe26dfa893326a1cb5941e93
0
ansible/prometheus/mysql_exporter/roles/mysql
502
[ "no_license" ]
[ { "path": "ansible/prometheus/mysql_exporter/roles/mysql/tests/test_mysql.py", "content": "import pytest\n\n\n@pytest.fixture()\ndef AnsibleDefaults(Ansible):\n return Ansible(\"include_vars\", \"defaults/main.yml\")[\"ansible_facts\"]\n\n\ndef test_mysql_packages(Package):\n assert Package(\"mysql-ap...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 13333, "all_permissive": false }
ansible_role
luuphu25/prometheus_book
11585bf4f113532abe26dfa893326a1cb5941e93
0
ansible/prometheus/mysql_exporter/roles/mysql_exporter
502
[ "no_license" ]
[ { "path": "ansible/prometheus/mysql_exporter/roles/mysql_exporter/tasks/main.yml", "content": "---\n- include: preflight.yml\n\n- name: Create the MySQL Exporter group\n group:\n name: \"{{ __mysqld_exporter_group }}\"\n state: present\n system: true\n\n- name: Create the MySQL Exporter user\n us...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7090, "all_permissive": false }
ansible_role
ifelsefi/rescale
b86ebe98f5aed0f5033bd2315b7dbb579a2f30a0
0
roles/base
502
[ "no_license" ]
[ { "path": "roles/base/tasks/create_ec2.yml", "content": "---\n\n# select AMI based upon chosen_os var\n- set_fact: ami={{ item.ami }}\n loop: \"{{ ec2_images }}\"\n when: chosen_os == \"{{ item.os }}\"\n \n# deploy multiple ec2 instances\n- name: create new vms | no RAID\n ec2_instance:\n name: \"{{ ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8274, "all_permissive": false }
ansible_role
ifelsefi/rescale
b86ebe98f5aed0f5033bd2315b7dbb579a2f30a0
0
roles/common
502
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n# compute nodes\n{% for host in groups.tag_Type_NODE |default()%}\n{{ hostvars[host]['ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5827, "all_permissive": false }
ansible_role
ifelsefi/rescale
b86ebe98f5aed0f5033bd2315b7dbb579a2f30a0
0
roles/nfsserver
502
[ "no_license" ]
[ { "path": "roles/nfsserver/templates/exports.j2", "content": "{% for host in groups.tag_Type_NODE |default()%}\n/scratch {{ hostvars[host]['ansible_default_ipv4']['address'] }}(rw,async)\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2520, "all_permissive": false }
ansible_role
ifelsefi/rescale
b86ebe98f5aed0f5033bd2315b7dbb579a2f30a0
0
roles/openfoam
502
[ "no_license" ]
[ { "path": "roles/openfoam/templates/simplefoam.sh.j2", "content": "#!/bin/bash\n\nrm -rf /scratch/{{ imported.user }}/FOAM_RUN\nmkdir -p /scratch/{{ imported.user }}/FOAM_RUN\nrsync -az --progress $FOAM_TUTORIALS/incompressible/simpleFoam/pitzDaily /scratch/{{ imported.user }}/FOAM_RUN\ncd /scratch/{{ impor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4471, "all_permissive": false }
ansible_role
ifelsefi/rescale
b86ebe98f5aed0f5033bd2315b7dbb579a2f30a0
0
roles/openmpi
502
[ "no_license" ]
[ { "path": "roles/openmpi/vars/main.yml", "content": "---\npackages:\n - bzip2\n - perl\n - gcc-c++\n - gcc\nprefix: \"/scratch/mpiuser\"\ndl_dir: \"/tmp\"\nmpi_version: \"openmpi-4.0.4\"\nbase_url: \"https://download.open-mpi.org/release/open-mpi/v4.0\"\nconfig_options: \"--without-slurm\"\n...\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1705, "all_permissive": false }
ansible_role
ifelsefi/rescale
b86ebe98f5aed0f5033bd2315b7dbb579a2f30a0
0
roles/raid
502
[ "no_license" ]
[ { "path": "roles/raid/tasks/main.yml", "content": "---\n\n- name: include EBS variables from base role\n include_vars: file=roles/base/defaults/main.yml name=imported\n\n- name: look for raid\n tags: raid\n shell: ls {{ raid_dev }}\n register: sh_ls_raid_dev\n changed_when: false\n ignore_errors: True...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1849, "all_permissive": false }
ansible_role
ifelsefi/rescale
b86ebe98f5aed0f5033bd2315b7dbb579a2f30a0
0
roles/users
502
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: add mpiuser group\n group: name={{ user }} gid={{ gid }} state=present\n \n- name: add mpiuser user\n user: name={{ user }} uid={{ gid }} group={{ user }} state=present home=/scratch/{{ user }} generate_ssh_key=yes\n when: inventory_hostna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6676, "all_permissive": false }
ansible_role
SainTfactor/opstation_builder
4781706d8583e057bd1e7f7ca09fa5b3b3370af5
0
roles/package_installs
502
[ "no_license" ]
[ { "path": "roles/package_installs/defaults/main.yml", "content": "---\napt_packages:\n - aircrack-ng\n - aisleriot\n - chromium\n - comerr-dev\n - curl\n - hashcat\n - hcxdumptool\n - jq\n - krb5-config\n - krb5-user\n - libkrb5-dev\n - net-tools\n - nmap\n - smbclient\n - socat\n - sqlite3\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1406, "all_permissive": false }
ansible_role
Lilowl06/manageInstancesEc2
b548f80d0996f2c284ff83e18f359c8621454fc0
0
roles/docker
502
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: create docker group\n become: true\n group:\n name: docker\n state: present\n\n- name: add user to group \n become: true\n user:\n name: ubuntu\n groups: docker\n append: true\n\n- name: install packages required by docker\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1254, "all_permissive": false }
ansible_role
Lilowl06/manageInstancesEc2
b548f80d0996f2c284ff83e18f359c8621454fc0
0
roles/mysql
502
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL\n action: apt install {{ item }}\n loop:\n - mysql-server-core-8.0\n - mysql-client-core-8.0\n - libmysqlclient-dev\n - python-mysqldb\n - mysql-server\n - mysql-client", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
Xiao1iao/ITPlanetRyabov2025
8ea657894a1f59b7484f5801b4c657bc93e29af2
0
roles/dhcp
502
[ "no_license" ]
[ { "path": "roles/dhcp/templates/dhcpd.conf.j2", "content": "subnet 192.168.1.0 netmask 255.255.255.0 {\n range 192.168.1.100 192.168.1.200;\n option domain-name-servers 192.168.1.1;\n option domain-name \"{{ domain_name }}\";\n option routers 192.168.1.1;\n option broadcast-address 192.168.1.255;\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
Xiao1iao/ITPlanetRyabov2025
8ea657894a1f59b7484f5801b4c657bc93e29af2
0
roles/dns
502
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: Установка BIND\n package:\n name: bind\n state: present\n\n- name: Настройка BIND\n template:\n src: named.conf.j2\n dest: /etc/named.conf\n owner: root\n group: named\n mode: 0640\n notify: restart named\n\n- name: Созда...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
Xiao1iao/ITPlanetRyabov2025
8ea657894a1f59b7484f5801b4c657bc93e29af2
0
roles/firewall
502
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Установка правил iptables\n template:\n src: iptables.rules.j2\n dest: /etc/iptables/rules.v4\n owner: root\n group: root\n mode: 0644\n\n- name: Применение правил iptables\n command: iptables-restore < /etc/iptables/rules....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
Xiao1iao/ITPlanetRyabov2025
8ea657894a1f59b7484f5801b4c657bc93e29af2
0
roles/join_domain
502
[ "no_license" ]
[ { "path": "roles/join_domain/tasks/main.yml", "content": "---\n- name: Установка необходимых пакетов\n package:\n name:\n - samba-client\n - krb5-workstation\n - oddjob-mkhomedir\n - pam_krb5\n state: present\n\n- name: Настройка Kerberos на клиенте\n template:\n src: krb5.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
Xiao1iao/ITPlanetRyabov2025
8ea657894a1f59b7484f5801b4c657bc93e29af2
0
roles/samba_dc
502
[ "no_license" ]
[ { "path": "roles/samba_dc/tasks/main.yml", "content": "---\n- name: Установка Samba и зависимостей\n package:\n name:\n - samba\n - samba-dc\n - krb5-server\n state: present\n\n- name: Настройка Samba как контроллера домена\n template:\n src: smb.conf.j2\n dest: /etc/samba/smb.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1213, "all_permissive": false }
ansible_role
Xiao1iao/ITPlanetRyabov2025
8ea657894a1f59b7484f5801b4c657bc93e29af2
0
roles/webserver
502
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Установка Nginx\n package:\n name: nginx\n state: present\n\n- name: Настройка сайта по умолчанию\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n owner: root\n group: root\n mode: 0644\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
adrypo/hello-ansible
69dd35f7861858cf1effadf15189f5ea4e81b106
0
roles/bootstrap
502
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n# tasks file for bootstrap\n- name: install psutil\n ansible.builtin.package:\n name: python3-psutil\n\n- name: Get system load\n sysload:\n register: load\n- name: Debug sysload\n ansible.builtin.debug:\n msg: \"{{ load }}\"", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
adrypo/hello-ansible
69dd35f7861858cf1effadf15189f5ea4e81b106
0
roles/dbserver
502
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/install_debian.yml", "content": "---\n- name: apt update\n ansible.builtin.apt:\n update_cache: true\n- name: install mariadb-server\n ansible.builtin.apt:\n name: mariadb-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 450, "all_permissive": false }
ansible_role
adrypo/hello-ansible
69dd35f7861858cf1effadf15189f5ea4e81b106
0
roles/deploy
502
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n# tasks file for deploy\n- name: Unarchive files in destination\n ansible.builtin.unarchive:\n src: \"{{ artifact }}\"\n dest: /var/www/html/\n remote_src: no\n owner: root\n group: root\n mode: '0644'", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
adrypo/hello-ansible
69dd35f7861858cf1effadf15189f5ea4e81b106
0
roles/webserver
502
[ "no_license" ]
[ { "path": "roles/webserver/tasks/install_fedora.yml", "content": "---\n- name: install apache2\n ansible.builtin.yum:\n name: httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/webserver/tasks/install_debian.yml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 206, "all_permissive": false }
ansible_role
marutinaik95/node-js-cicd
4d623dc1fda38fb9a5cd19b016fbdaa226173c44
0
ansible/roles/deploy
502
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Create docker network\n shell: \"docker network create -d overlay application\"\n ignore_errors: yes\n\n- name: Copy stack file\n template:\n src: templates/demo-stack.yml\n dest: /home/ubuntu/demo-stack.yml\n\n- name: Deploy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 568, "all_permissive": false }
ansible_role
DaliusK/irc-bot
e28e854f03e41a8b105359669031f6b2fd65b04f
0
ansible/roles/setup
502
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "- name: test\n debug: msg=\"Debug message\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 41, "all_permissive": false }
ansible_role
kkhoi/Ansible
da639218a5b436de4f6fdeaa9c4885f21752f569
0
roles/prometheus
502
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for prometheus\n- name: Template prometheus.yml to server\n template:\n src: prometheus.yml.j2\n dest: /home/ubuntu/prometheus-3.2.1.linux-amd64/prometheus.yml\n owner: ubuntu\n group: ub...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1313, "all_permissive": false }
ansible_role
electronicsleep/AnsibleTools
7f9cae78257fd30f27fc3ef2995d3c3877993348
0
src/roles/build-base-os
502
[ "no_license" ]
[ { "path": "src/roles/build-base-os/tasks/main.yml", "content": "# Author: https://github.com/electronicsleep\n# Date: 07/20/2017\n# Purpose: Ansible - Install all base packages\n# Released under the BSD license\n\n# Install\n\n- name: Install OS packages\n shell: sudo apt-get update ; sudo apt-get upgrade ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
electronicsleep/AnsibleTools
7f9cae78257fd30f27fc3ef2995d3c3877993348
0
src/roles/build-nagios-client
502
[ "no_license" ]
[ { "path": "src/roles/build-nagios-client/tasks/main.yml", "content": "# Author: https://github.com/electronicsleep\n# Date: 07/20/2017\n# Purpose: Ansible - Build Nagios Client\n# Released under the BSD license\n\n# Create monitor user\n- user:\n name: monitor\n comment: \"monitor\"\n shell: /bin/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": false }
ansible_role
electronicsleep/AnsibleTools
7f9cae78257fd30f27fc3ef2995d3c3877993348
0
src/roles/check-lamp
502
[ "no_license" ]
[ { "path": "src/roles/check-lamp/tasks/main.yml", "content": "# Author: https://github.com/electronicsleep\n# Date: 07/20/2017\n# Purpose: Ansible - Check Apache and MySQL and start if not runnning\n# Released under the BSD license\n\n# Apache\n- debug:\n msg: \"Hostname: {{ inventory_hostname }}\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
electronicsleep/AnsibleTools
7f9cae78257fd30f27fc3ef2995d3c3877993348
0
src/roles/check-os
502
[ "no_license" ]
[ { "path": "src/roles/check-os/tasks/main.yml", "content": "# Author: https://github.com/electronicsleep\n# Date: 07/20/2017\n# Purpose: Ansible - Get detailed info about host\n# Released under the BSD license\n\n# Get date\n- name: Create date variable\n shell: date +%Y%m%d-%H%M\n register: date_contents\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1255, "all_permissive": false }
ansible_role
electronicsleep/AnsibleTools
7f9cae78257fd30f27fc3ef2995d3c3877993348
0
src/roles/update-os
502
[ "no_license" ]
[ { "path": "src/roles/update-os/README.md", "content": "Role Name\n========\n\nRequirements\n------------\n\nRole Variables\n--------------\n\nDependencies\n------------\n\nExample Playbook\n----------------\n\nLicense\n-------\n\nAuthor Information\n------------------\n\nCreated by:\n<NAME> - 07/20/2017\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2219, "all_permissive": false }
ansible_role
Medialist/medialist-infrastructure
9105b10aafbb843bd27535f694dd64323a5ff12e
0
roles/medialist-web
502
[ "no_license" ]
[ { "path": "roles/medialist-web/tasks/main.yml", "content": "- name: Ensure system groups exists\n become: yes\n group: name={{service}} state=present\n\n- name: Ensure system user exists\n become: yes\n user: name={{service}} group={{service}}\n\n- name: Ensure .ssh dir exists\n become: yes\n become_u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4021, "all_permissive": false }
ansible_role
Medialist/medialist-infrastructure
9105b10aafbb843bd27535f694dd64323a5ff12e
0
roles/medialist-web-letsencrypt
502
[ "no_license" ]
[ { "path": "roles/medialist-web-letsencrypt/vars/main.yml", "content": "service: medialist-web\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/medialist-web-letsencrypt/tasks/main.yml", "content": "# Assumes `medialist-web` has been run....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 859, "all_permissive": false }
ansible_role
Medialist/medialist-infrastructure
9105b10aafbb843bd27535f694dd64323a5ff12e
0
roles/mongodb
502
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Add MongoDB ppa key\n become: yes\n apt_key: >\n keyserver=hkp://keyserver.ubuntu.com:80\n id=EA312927\n state=present\n\n- name: Add MongoDB sources list\n become: yes\n lineinfile: >\n line=\"deb http://repo.mongodb.org/apt/ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
Medialist/medialist-infrastructure
9105b10aafbb843bd27535f694dd64323a5ff12e
0
roles/mongodump
502
[ "no_license" ]
[ { "path": "roles/mongodump/tasks/main.yml", "content": "# Dump all yer mongo collections to `/root/<iso datetime>.mongodump`\n# Add a symlink to the current one under `/root/current.mongodump`\n\n# See: https://www.mongodb.com/blog/post/archiving-and-compression-in-mongodb-tools\n\n- name: Pick a new mongod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
Medialist/medialist-infrastructure
9105b10aafbb843bd27535f694dd64323a5ff12e
0
roles/nginx
502
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n become: yes\n apt: name=nginx state=present\n\n- name: Copy core Nginx configs\n become: yes\n copy: src=conf/ dest=/etc/nginx/ mode=0644 force=yes\n notify:\n - Restart Nginx\n\n- name: Generate Diffie-Hellman parameters\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
boisebrigade/courtbot.pkg
8964beaae0c4b65f30a4acca0f0394026df4ffb0
0
provisioner/roles/courtbot
495
[ "no_license" ]
[ { "path": "provisioner/roles/courtbot/tasks/main.yml", "content": "---\n- name: Install Copr Plugin\n yum:\n name: yum-plugin-copr\n state: present\n\n- name: Enable openboise/courtbot\n command: yum copr enable openboise/courtbot -y\n\n- name: Install Courtbot\n yum:\n name: courtbot\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
WhiteRookPL/cloud-computing-for-quality-engineers
f99a13c0a6a8eabea285f8fc1c38430a93e2c995
9
assignments/assignment-5/roles/common
495
[ "no_license" ]
[ { "path": "assignments/assignment-5/roles/common/tasks/main.yml", "content": "---\n- name: Install the package \"htop\"\n yum:\n name: htop\n state: present\n become: true\n\n- debug:\n msg: \"Ansible invoked inside {{ builder }}.\"\n \n- name: Install the package \"curl\"\n yum:\n name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
Leo-Mld/Projet-Ansible
bb232a3dd87810fb15e6be0386fa0ec51001b06f
0
ansible_lamp/roles/apache
495
[ "no_license" ]
[ { "path": "ansible_lamp/roles/apache/tasks/debian.yml", "content": "---\n - name: Installation d'Apache\n become_user: \"{{ user }}\"\n apt:\n name: \"apache2\"\n state: present\n register: apacheversion\n \n - name: apache version\n debug: \n msg: \"{{ apacheversion }}\" \n\n - name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }