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
cigc151/alta3research-ansible-cert
90dddaaf18c2de1e18bce7f2c5011cb5754913ec
0
roles/host_details
261
[ "no_license" ]
[ { "path": "roles/host_details/templates/basic.j2", "content": "Assigned to: {{ engineer }}\n\nHostname: {{ ansible_hostname }}\nIP Address: {{ ansible_default_ipv4.address }}\nOperating System: {{ ansible_distribution }} {{ ansible_distribution_version }}\nOperating System Family: {{ ansible_os_family }}\nK...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1908, "all_permissive": false }
ansible_role
ManassehNkaya/week17-ansible
cb84f53c8234130b76d840727bb445148c71e6f2
0
ansible-dev/roles/apache
261
[ "no_license" ]
[ { "path": "ansible-dev/roles/apache/vars/main.yml", "content": "---\napache_pkg: httpd\npkg_state: present\nservice_name: httpd\nservice_state: started\nfile_path: /var/www/html/index.html\nfile_state: touch\ncontent: '<h1> This is my Ansible wbserver </h1>'\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 639, "all_permissive": false }
ansible_role
fabioluciano/ansible-config
69881dfe2e9fbada7f4014c36c78cff66d055498
0
roles/configure
261
[ "no_license" ]
[ { "path": "roles/configure/files/.zshrc", "content": "source .antigen.zsh\n\nantigen use oh-my-zsh\n\nantigen bundle git\nantigen bundle pip\nantigen bundle lein\nantigen bundle nvm\nantigen bundle colored-man-pages\nantigen bundle desyncr/auto-ls\nantigen bundle lukechilds/zsh-nvm\nantigen bundle command-n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3271, "all_permissive": false }
ansible_role
fabioluciano/ansible-config
69881dfe2e9fbada7f4014c36c78cff66d055498
0
roles/install
261
[ "no_license" ]
[ { "path": "roles/install/roles/repositories/vars/ppa/nilarimogard_webupd8.yml", "content": "---\nrepo: nilarimogard/webupd8\npackages:\n - dockbarx\n - dockbarx-themes-extra\n - xfce4-dockbarx-plugin\n - telegram-purple\n - pidgin-indicator\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 41, "total_bytes": 6931, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.git_repos
ef3df543755771a73d606923da1ce6e25a315faf
0
roles/git_global_pull_rebase_async
261
[ "no_license" ]
[ { "path": "roles/git_global_pull_rebase_async/tasks/main.yml", "content": "---\n- name: Pull repos\n command:\n cmd: git pull --rebase\n chdir: \"{{ source_path }}\"\n loop: \"{{ combined_git_statuses | dict2items }}\"\n loop_control:\n loop_var: clean_git_repos\n vars:\n purge_git_repo_path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.git_repos
ef3df543755771a73d606923da1ce6e25a315faf
0
roles/git_global_safe_purge
261
[ "no_license" ]
[ { "path": "roles/git_global_safe_purge/tasks/main.yml", "content": "---\n- name: Safe purge clean repos\n include_role:\n name: safe_purge_git_repo\n loop: \"{{ new_git_statuses.clean | dict2items }}\"\n loop_control:\n loop_var: clean_git_repos\n vars:\n purge_git_repo_path: \"{{ clean_git_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.git_repos
ef3df543755771a73d606923da1ce6e25a315faf
0
roles/git_global_stats
261
[ "no_license" ]
[ { "path": "roles/git_global_stats/templates/process_git_statuses.j2", "content": "{% set clean_repos = {} %}\n{% set dirty_repos = {} %}\n\n{% for key, value in git_statuses.items() %}\n {% set value_list = value|list %}\n {% if value_list|length == 0 %}\n {% set _ = clean_repos.update({key: value}) %}...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1804, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.git_repos
ef3df543755771a73d606923da1ce6e25a315faf
0
roles/git_global_unsafe_purge
261
[ "no_license" ]
[ { "path": "roles/git_global_unsafe_purge/tasks/main.yml", "content": "---\n- name: UNSAFE purge\n file:\n state: absent\n path: \"{{ purge_git_repo_path }}\"\n loop: \"{{ new_git_statuses.dirty | dict2items }}\"\n loop_control:\n loop_var: clean_git_repos\n vars:\n purge_git_repo_path: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.git_repos
ef3df543755771a73d606923da1ce6e25a315faf
0
roles/managed_ansible_collection
261
[ "no_license" ]
[ { "path": "roles/managed_ansible_collection/vars/main.yml", "content": "---\nuser_ansible_collection_path: \"{{ (user_collection_namespace_dir_path, managed_ansible_collection_name) | path_join }}\"\nmanaged_ansible_collections_path: \"{{ (managed_user_content_path,'managed_ansible_collections') | path_join...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3041, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.git_repos
ef3df543755771a73d606923da1ce6e25a315faf
0
roles/managed_git_repo
261
[ "no_license" ]
[ { "path": "roles/managed_git_repo/meta/main.yml", "content": "dependencies:\n - role: korbad.workstation.managed_user_directory\n managed_user_content_directory_name: managed_git_repos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/mana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1012, "all_permissive": false }
ansible_role
mayconfsbrito/my-ansible
17641931a9a17d511d824270d8bf062096f0c923
0
roles/mega
261
[ "no_license" ]
[ { "path": "roles/mega/vars/main.yml", "content": "---\n# vars file for mega", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/mega/handlers/main.yml", "content": "---\n# handlers file for mega", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 404, "all_permissive": false }
ansible_role
mayconfsbrito/my-ansible
17641931a9a17d511d824270d8bf062096f0c923
0
roles/terminator
261
[ "no_license" ]
[ { "path": "roles/terminator/handlers/main.yml", "content": "---\n# handlers file for terminator", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/terminator/vars/main.yml", "content": "---\n# vars file for terminator", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 175, "all_permissive": false }
ansible_role
mayconfsbrito/my-ansible
17641931a9a17d511d824270d8bf062096f0c923
0
roles/vim
261
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Installing Vim\n dnf:\n name: vim\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
rayokota/provision-angular-scotty
057cc9bf8f065801764ad8a71ac4138d90cf2626
1
roles/generate_testapp
261
[ "no_license" ]
[ { "path": "roles/generate_testapp/tasks/main.yml", "content": "---\n- name: Copy application Expect script\n copy: src=generate_app.exp dest=/tmp/generate_app.exp\n sudo: false\n\n- name: Copy entity Expect script\n copy: src=generate_entity.exp dest=/tmp/generate_entity.exp\n sudo: false\n\n- name: Mak...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1632, "all_permissive": false }
ansible_role
rayokota/provision-angular-scotty
057cc9bf8f065801764ad8a71ac4138d90cf2626
1
roles/generator
261
[ "no_license" ]
[ { "path": "roles/generator/tasks/main.yml", "content": "---\n- name: Install Yeoman\n npm: name=yo\n global=yes\n\n- name: Install Angular-Scotty Generator\n npm: name=generator-angular-scotty\n global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
rayokota/provision-angular-scotty
057cc9bf8f065801764ad8a71ac4138d90cf2626
1
roles/haskell
261
[ "no_license" ]
[ { "path": "roles/haskell/tasks/main.yml", "content": "---\n- name: Install libgmp\n apt: pkg=libgmp3c2 \n\n- name: Install build-essential\n apt: pkg=build-essential\n \n- name: Install haskell-platform\n apt: pkg=haskell-platform\n \n- name: Get GHC\n get_url: dest=/tmp url=http://www.haskell.org/ghc/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/backup_configurations
261
[ "no_license" ]
[ { "path": "roles/backup_configurations/tasks/main.yml", "content": "---\n- name: Find out playbooks runtime path\n shell: pwd\n register: playbook_path_output\n- debug: var=playbook_path_output.stdout\n\n- block: \n - name: Creates backups directory\n file:\n path: \"backups\"\n state: direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1657, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/changing_boot_sequence
261
[ "no_license" ]
[ { "path": "roles/changing_boot_sequence/tasks/main.yml", "content": "---\n- name: Upgrading The Switch\n debug: msg=\"Upgrading Switch {{inventory_hostname}}\"\n\n- block:\n - name: Preparing primary flash variable...\n debug:\n msg: \"device_primary_flash_{{ inventory_hostname }}\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1328, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/ping_transform
261
[ "no_license" ]
[ { "path": "roles/ping_transform/tasks/main.yml", "content": "- debug: msg=\"{{ lookup('list', ping_values) }}\"\n register: ping_values\n\n- debug: msg=\"{{ ping_values | transform }}\"\n register: ping\n\n- debug: var=\"ping\"", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 575, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/post_checks
261
[ "no_license" ]
[ { "path": "roles/post_checks/tasks/main.yml", "content": "---\n- name: Preparing prechecks content for evaluation\n include_role:\n name: utils/prepare_prechecks_content\n\n- name: Creates postchecks directory\n file:\n path: \"postchecks\"\n state: directory\n run_once: true\n\n- name: Check di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1794, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/pre_checks
261
[ "no_license" ]
[ { "path": "roles/pre_checks/vars/main.yml", "content": "---\ncheck_commands:\n ios:\n - cmd: show ip protocol\n - cmd: show ip ospf nei\n - cmd: show cdp nei\n - cmd: show etherchannel summary\n - cmd: \"show int des | ex unassigned\"\n - cmd: \"sh int des | ex down\"\n - cmd: \"show i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2393, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/prestaging
261
[ "no_license" ]
[ { "path": "roles/prestaging/tasks/main.yml", "content": "---\n- debug: var=\"ping.msg['{{ inventory_hostname }}']\"\n register: current_ping_values\n\n- debug: msg=\"{{ current_ping_values | get_rsync_server }}\"\n register: rsync_host\n\n- debug: var=\"rsync_host.msg\"\n\n- name: Save running config befo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4232, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/resolve_rsync_server
261
[ "no_license" ]
[ { "path": "roles/resolve_rsync_server/tasks/main.yml", "content": "---\n- name: Ping devices tasks\n include_tasks: ping.yml\n vars: \n device: \"{{item}}\"\n loop: \"{{groups['devices']}}\"\n\n- name: Preparing artifact\n ansible.builtin.set_stats:\n data:\n \"ping_values\": \"{{ ping|defaul...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 795, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/upgrade_downgrade
261
[ "no_license" ]
[ { "path": "roles/upgrade_downgrade/tasks/main.yml", "content": "---\n- name: Reload the device\n cli_command:\n command: \"reload\"\n check_all: True\n prompt:\n - \"Proceed with reload?\"\n answer:\n - \"\\r\"", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/validate_disk_storage
261
[ "no_license" ]
[ { "path": "roles/validate_disk_storage/tasks/main.yml", "content": "---\n- name: Fetch volume names\n include_role:\n name: utils/volume_names\n\n- name: Calculate Free Storage\n include_role:\n name: utils/calculate_free_storage\n\n- name: Gather only hardware facts\n cisco.ios.ios_facts:\n gat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2104, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/verify_current_version
261
[ "no_license" ]
[ { "path": "roles/verify_current_version/tasks/main.yml", "content": "---\n- name: Gather facts to check IOS version\n ios_facts:\n gather_subset:\n - min\n - hardware\n register: output\n\n- name: Show installed boot image version\n debug: msg=\"{{ ansible_net_image }}\"\n when: output is d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/verify_device_state
261
[ "no_license" ]
[ { "path": "roles/verify_device_state/tasks/main.yml", "content": "---\n- name: Gather only hardware facts\n cisco.ios.ios_facts:\n gather_subset:\n - hardware\n\n- name: Gather CPU usage\n ios_command:\n commands:\n - \"show processes cpu\"\n register: output\n\n- name: Assert that IOS de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
naveenkaredi/device-upgrade
3e2305600693ca27a62119c261c9a9cea10b3151
0
roles/verify_migrated_version
261
[ "no_license" ]
[ { "path": "roles/verify_migrated_version/tasks/main.yml", "content": "---\n- name: Wait until the device becomes reachable\n ansible.builtin.wait_for_connection:\n timeout: 3600\n\n- name: Gather facts to check IOS version\n ios_facts:\n gather_subset:\n - min\n - hardware\n register: out...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
redhatryan/acs-devsecops
8cefbd9e9da71c133af7a98eeba43e78dbe5d8da
0
bootstrap/roles/ocp4-install-gitops
256
[ "no_license" ]
[ { "path": "bootstrap/roles/ocp4-install-gitops/tasks/main.yaml", "content": "\n- import_tasks: pre.yaml\n- import_tasks: acs-hub-sa-rbac.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "bootstrap/roles/ocp4-install-gitops/templates/acm-hub-rb...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 767, "all_permissive": false }
ansible_role
redhatryan/acs-devsecops
8cefbd9e9da71c133af7a98eeba43e78dbe5d8da
0
bootstrap/roles/ocp4-install-noobaa
256
[ "no_license" ]
[ { "path": "bootstrap/roles/ocp4-install-noobaa/templates/noobaa-object.yaml.j2", "content": "#If needing to delete this, in the NooBaa CR `cleanupPolicy.allowNoobaaDeletion` needs to be set to true.\n\napiVersion: noobaa.io/v1alpha1\nkind: NooBaa\nmetadata:\n name: noobaa\n namespace: openshift-storage\ns...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2525, "all_permissive": false }
ansible_role
tbadmus/upw_34f8d5146179
cb1cd33110eb3d26e636dec6cbc5b3eada220826
0
roles/openshift_hosted_logging
256
[ "no_license" ]
[ { "path": "roles/openshift_hosted_logging/files/dc-editor.py", "content": "import json\n\nwith open('/tmp/dc-es.json') as f:\n data = json.load(f)\n\ndata['spec']['template']['spec']['containers'][0]['volumeMounts'] = [{'readOnly': True, 'name': 'elasticsearch', 'mountPath': '/etc/elasticsearch/keys'}, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8631, "all_permissive": false }
ansible_role
7ephiroth/docker-wp-ansible
4b68b60126210487bdcbc81ebcf1ab3bda0aeaa5
0
roles/wordpress
256
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\r\n# tasks file for ansible-dockerized-wordpress\r\n- name: \"Launch database container\"\r\n become: yes\r\n docker_container:\r\n name: db\r\n image: mysql\r\n state: started\r\n env:\r\n MYSQL_ROOT_PASSWORD: \"{{ DB_MYSQL_ROOT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 739, "all_permissive": false }
ansible_role
sai184/Expense-Ansible-NA
f205a995041dec0214dd5303a788f1ceab7a1b1b
0
roles/common
256
[ "no_license" ]
[ { "path": "roles/common/tasks/app_prereq.yml", "content": "- name: deleting old content\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: absent\n\n- name: Creating Directory\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: directory\n\n- name: Download frontend Code and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
wiseupdata/ansible-github-ssh-generate-and-post
1b5475b5661098604ed9a2a10a9281cbe11b689f
2
roles/generate-and-setup-github-ssh
256
[ "permissive" ]
[ { "path": "roles/generate-and-setup-github-ssh/tasks/main.yml", "content": "- name: Check if SSH key exists\n stat:\n path: ~/.ssh/{{key_name}}\n register: ssh_key_exists\n\n- name: Ensure SSH key exists\n tags: ssh\n ansible.builtin.shell: ssh-keygen -t rsa -b 4096 -C \"{{ github_email }}\" -N \"\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1413, "all_permissive": true }
ansible_role
assadickk/DevOps-Trainee
579c859b73175a1dbc6654365fdf3ee126aa7f87
0
task18/roles/docker-role
256
[ "no_license" ]
[ { "path": "task18/roles/docker-role/tasks/redhat.yml", "content": "---\n# installing docker for redhat-based systems\n- name: installing dnf packages\n dnf:\n name: dnf-plugins-core\n state: present\n\n- name: adding docker in dnf\n command: >\n dnf config-manager --add-repo https://download.dock...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3022, "all_permissive": false }
ansible_role
ojpojao/imagens-base-vm
b5c957994eeb93e96323352f1d8213ca6c05a53a
1
ansible/roles/cleanup_vm
256
[ "no_license" ]
[ { "path": "ansible/roles/cleanup_vm/defaults/main.yml", "content": "---\ncleanup_ssh_host_keys: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/cleanup_vm/tasks/main.yml", "content": "---\n- name: Delete APT cache\n command:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2753, "all_permissive": false }
ansible_role
ojpojao/imagens-base-vm
b5c957994eeb93e96323352f1d8213ca6c05a53a
1
ansible/roles/gencloud_guest
256
[ "no_license" ]
[ { "path": "ansible/roles/gencloud_guest/meta/main.yml", "content": "---\ndependencies:\n - role: 'setup_cloud_init'\n cloud_init_user: 'debian'\n - role: qemu_guest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ansible/roles/gencloud_guest/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2380, "all_permissive": false }
ansible_role
ojpojao/imagens-base-vm
b5c957994eeb93e96323352f1d8213ca6c05a53a
1
ansible/roles/qemu_guest
256
[ "no_license" ]
[ { "path": "ansible/roles/qemu_guest/meta/main.yml", "content": "galaxy_info:\n role_name: qemu_guest\n author: <NAME>\n description: Installs qemu-guest-agent and rsync\n license: MIT\n min_ansible_version: 2.5\n platforms:\n - name: DEBIAN\n versions:\n - 11\n galaxy_tags:\n - gues...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 396, "all_permissive": false }
ansible_role
ojpojao/imagens-base-vm
b5c957994eeb93e96323352f1d8213ca6c05a53a
1
ansible/roles/setup_cloud_init
256
[ "no_license" ]
[ { "path": "ansible/roles/setup_cloud_init/defaults/main.yml", "content": "---\ncloud_init_user: ''", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/setup_cloud_init/tasks/main.yml", "content": "---\n- name: Checking that required v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 694, "all_permissive": false }
ansible_role
cernylibor/orangebridge
6dafe9e2bafb2a816dd0f7efff243221f70d25b7
0
roles/addusers
256
[ "no_license" ]
[ { "path": "roles/addusers/tasks/main.yml", "content": "- name: include variables from orangebridge_config.yml\n ansible.builtin.include_vars: orangebridge_config.yml\n\n- name: create user accounts with sudo access\n ansible.builtin.user:\n name: \"{{ item.user_name }}\"\n groups: root\n loop: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2264, "all_permissive": false }
ansible_role
cernylibor/orangebridge
6dafe9e2bafb2a816dd0f7efff243221f70d25b7
0
roles/homebridgeserver
256
[ "no_license" ]
[ { "path": "roles/homebridgeserver/tasks/main.yml", "content": " - name: One way to avoid apt_key once it is removed from your distro, armored keys should use .asc extension, binary should use .gpg\n block:\n - name: somerepo | no apt key\n ansible.builtin.get_url:\n url: https://rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
cernylibor/orangebridge
6dafe9e2bafb2a816dd0f7efff243221f70d25b7
0
roles/vncserver
256
[ "no_license" ]
[ { "path": "roles/vncserver/tasks/main.yml", "content": " - name: install xfce4 and vnc\n ansible.builtin.apt:\n name:\n - \"xfce4\"\n - \"xfce4-goodies\"\n - \"tightvncserver\"\n - \"dbus-x11\"\n - \"xfonts-base\"\n state: latest\n cache_valid_time: 360...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2556, "all_permissive": false }
ansible_role
Ellmi/Kubernetes_exercise
0bcd14023a714914051de773ddfc3ff639c89157
1
provision/roles/common
256
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "---\n- name: add google cloud package apt-key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n become: yes\n\n# apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:80 0xA5D32F012649A5A9\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
BenM96/ansible-play
731524ba7d761315ad8e1a09c4645defa1ce5762
0
roles/update
256
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yaml", "content": "- name: update docker\n import_tasks: install_docker.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
kevinwojo/hub-in-a-box
32f87f48a633705f0a6f536143caa65ca546f240
1
roles/hub-in-a-box
256
[ "no_license" ]
[ { "path": "roles/hub-in-a-box/tasks/main.yml", "content": "---\n - name: Backup /etc/sysconfig/selinux\n command: \"mv /etc/sysconfig/selinux /etc/sysconfig/selinux.bak\"\n\n - name: Disable SELinux for the time being\n shell: sed -e 's/SELINUX=enforcing/SELINUX=disabled/' /etc/sysconfig/selinux.bak > /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4747, "all_permissive": false }
ansible_role
kevinwojo/hub-in-a-box
32f87f48a633705f0a6f536143caa65ca546f240
1
roles/hubzero-middleware-2
256
[ "no_license" ]
[ { "path": "roles/hubzero-middleware-2/tasks/main.yml", "content": "---\n - name: Remove hubzero-mw-service Package\n yum:\n name: hubzero-mw-service\n state: absent\n\n - name: Remove hubzero-mw-client Package\n yum:\n name: hubzero-mw-client\n state: absent\n\n - name: Install hubzero-mw2-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2596, "all_permissive": false }
ansible_role
kevinwojo/hub-in-a-box
32f87f48a633705f0a6f536143caa65ca546f240
1
roles/provision-digitalocean-droplet
256
[ "no_license" ]
[ { "path": "roles/provision-digitalocean-droplet/tasks/main.yml", "content": "---\n - include_vars: \"../../deploysecrets.yml\"\n\n - name: Ensure key exists at DigitalOcean\n local_action:\n module: digital_ocean\n state: present\n command: ssh\n name: 'ansible-workstation'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1277, "all_permissive": false }
ansible_role
The-Keeper/devops_test
c2ee8ac1264ce61d76c20fa33ba860123df87721
0
ansible/ansible/roles/dns
256
[ "no_license" ]
[ { "path": "ansible/ansible/roles/dns/meta/main.yml", "content": "galaxy_info:\n author: The-Keeper\n min_ansible_version: 2.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/ansible/roles/dns/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 731, "all_permissive": false }
ansible_role
The-Keeper/devops_test
c2ee8ac1264ce61d76c20fa33ba860123df87721
0
ansible/ansible/roles/elk
256
[ "no_license" ]
[ { "path": "ansible/ansible/roles/elk/tasks/main.yml", "content": "---\n- name: Install pip and docker service\n apt:\n name: [\"python3-pip\", \"docker.io\"]\n state: present\n\n- name: Run and enable docker\n systemd_service:\n name: docker\n state: started\n enabled: true\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1189, "all_permissive": false }
ansible_role
The-Keeper/devops_test
c2ee8ac1264ce61d76c20fa33ba860123df87721
0
ansible/ansible/roles/install-packages
256
[ "no_license" ]
[ { "path": "ansible/ansible/roles/install-packages/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n become_user: root\n apt:\n name: \"{{ packages }}\"\n state: \"present\"\n update_cache: true\n when: packages is defined\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 421, "all_permissive": false }
ansible_role
dfvieira/devops-teste
3e61e6a9fefebefe401c7d4e996451fc0cf2b552
0
infra/ansible/roles/common
256
[ "no_license" ]
[ { "path": "infra/ansible/roles/common/tasks/main.yml", "content": "- name: terraform provisioning\n shell: cd /devops/terraform/environment/devops/ && terraform init && terraform apply -auto-approve\n\n- name: output_sender_user\n shell: cd /devops/terraform/environment/devops/ && terraform output sender_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
marvinpinto-archive/server-config
50f2b8935740539944fa5dffa7b3b705eaba3a53
0
playbook/roles/baseline
256
[ "no_license" ]
[ { "path": "playbook/roles/baseline/tasks/main.yml", "content": "---\n- name: 'Ensure we can connect to this host'\n ping:\n- include: apt.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "playbook/roles/baseline/tasks/apt.yml", "content": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 373, "all_permissive": false }
ansible_role
soul-goodman/ansible-k8s
86c2715376c01a3519217587ab81dc7b998cd26b
0
roles/docker
256
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for /etc/ansible/roles/docker\n- name: install dependent packages for ubuntu\n package: name={{ item }} state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl \n - gnupg\n - lsb-release\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1554, "all_permissive": false }
ansible_role
soul-goodman/ansible-k8s
86c2715376c01a3519217587ab81dc7b998cd26b
0
roles/init
256
[ "no_license" ]
[ { "path": "roles/init/tasks/ipvs.yml", "content": "---\n- name: load ipvs module\n shell: modprobe -- {{ item }}\n with_items:\n - ip_vs\n - ip_vs_rr\n - ip_vs_wrr\n - ip_vs_sh\n - nf_conntrack\n - nf_conntrack_ipv4\n\n- name: import ipvs module\n template:\n src: ipvs.conf.j2\n d...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5073, "all_permissive": false }
ansible_role
soul-goodman/ansible-k8s
86c2715376c01a3519217587ab81dc7b998cd26b
0
roles/k8s-common
256
[ "no_license" ]
[ { "path": "roles/k8s-common/files/kubectl/README.md", "content": "此目录用于存放kubectl命令工具:\n\n- kubectl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/k8s-common/tasks/quagga.yml", "content": "- name: install quagga\n package: name=quagga ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1394, "all_permissive": false }
ansible_role
soul-goodman/ansible-k8s
86c2715376c01a3519217587ab81dc7b998cd26b
0
roles/k8s-etcd
256
[ "no_license" ]
[ { "path": "roles/k8s-etcd/files/README.md", "content": "此目录用于存放etcd命令工具:\n\n- etcd\n- etcdctl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/k8s-etcd/tasks/main.yml", "content": "---\n# tasks file for /etc/ansible/roles/etcd\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3989, "all_permissive": false }
ansible_role
soul-goodman/ansible-k8s
86c2715376c01a3519217587ab81dc7b998cd26b
0
roles/k8s-master
256
[ "no_license" ]
[ { "path": "roles/k8s-master/templates/kube-scheduler/kube-scheduler-csr.json.j2", "content": "{\n \"CN\": \"system:kube-scheduler\",\n \"hosts\": [\n \"127.0.0.1\",\n \"{{ NODE_IP }}\"\n ],\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 12805, "all_permissive": false }
ansible_role
joindevops-1/expense-ansible-roles
fb27e9ca4ac00fdcc7aad1f18ef2457aadf99cbf
0
roles/backend
265
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "DB_HOST: db.daws78s.online\napp_location: /app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/backend/tasks/main.yaml", "content": "- name: disable nodejs\n ansible.builtin.shell: dn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1247, "all_permissive": false }
ansible_role
joindevops-1/expense-ansible-roles
fb27e9ca4ac00fdcc7aad1f18ef2457aadf99cbf
0
roles/common
265
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: delete existing app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n\n- name: create app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n- name: downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
joindevops-1/expense-ansible-roles
fb27e9ca4ac00fdcc7aad1f18ef2457aadf99cbf
0
roles/frontend
265
[ "no_license" ]
[ { "path": "roles/frontend/templates/expense.conf.j2", "content": "proxy_http_version 1.1;\n\nlocation /api/ { proxy_pass http://{{BACKEND_URL}}:8080/; }\n\nlocation /health {\n stub_status on;\n access_log off;\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 726, "all_permissive": false }
ansible_role
lomin/sagwassi
99fe870531b918122e335aa0d3b30aeddf30ad9d
0
roles/sagwassi
265
[ "permissive" ]
[ { "path": "roles/sagwassi/tasks/main.yml", "content": "---\n- name: copy sagwassi to /usr/local/bin\n copy:\n src: \"{{ sagwassi_dir }}/sagwassi\"\n dest: /opt/homebrew/bin/sagwassi\n owner: \"{{ user }}\"\n mode: '0755'\n force: yes\n tags:\n - sagwassi\n\n- import_tasks: debug.yml\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": true }
ansible_role
lomin/sagwassi
99fe870531b918122e335aa0d3b30aeddf30ad9d
0
roles/sagwassi_ubuntu
265
[ "permissive" ]
[ { "path": "roles/sagwassi_ubuntu/tasks/debug.yml", "content": "---\n- debug: var=ansible_facts\n tags: [ never, debug ]\n\n- name: Display user\n debug:\n var: user\n\n- name: Display whoami\n command: whoami\n\n- name: Display home\n debug:\n var: home\n\n- name: Display sagwassi_dir\n debug:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 520, "all_permissive": true }
ansible_role
m-ahmedy/ALX-Ansible-Activity
54001890c341a88e727dce92b7278e6cd663d4e2
2
roles/configure
265
[ "no_license" ]
[ { "path": "roles/configure/tasks/main.yml", "content": "- name: Install Node.js LTS\n become: true\n ansible.builtin.shell: |\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &&\\\n sudo apt-get install -y nodejs\n\n- name: Install n with npm\n become: true\n community.general....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
m-ahmedy/ALX-Ansible-Activity
54001890c341a88e727dce92b7278e6cd663d4e2
2
roles/deploy
265
[ "no_license" ]
[ { "path": "roles/deploy/files/server-app.js", "content": "let http = require(\"http\");\n\nlet server = http.createServer(function (req, res) {\n res.writeHead(200);\n res.end(\"Hello world from my app!\");\n});\n\nserver.listen(3000);", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 537, "all_permissive": false }
ansible_role
N1ck3nd/Accio-Workstation-Playbook
017ab2272361c070d46a3e958f0a6a503078d36c
1
roles/base
265
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n\n# INSTALL APT PACKAGES\n- name: Ensure package cache is up-to-date\n become: true\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Update all packages to their latest version\n become: true\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10192, "all_permissive": false }
ansible_role
N1ck3nd/Accio-Workstation-Playbook
017ab2272361c070d46a3e958f0a6a503078d36c
1
roles/customisation
265
[ "no_license" ]
[ { "path": "roles/customisation/defaults/main.yml", "content": "---\n# defaults file for customisation\ndashtodock:\n background-opacity: \n - \"0.80000000000000004\"\n dash-max-icon-size:\n - \"48\"\n dock-fixed:\n - \"false\"\n dock-position:\n - \"'BOTTOM'\"\n extend-height: \n - \"false\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4987, "all_permissive": false }
ansible_role
N1ck3nd/Accio-Workstation-Playbook
017ab2272361c070d46a3e958f0a6a503078d36c
1
roles/dotfiles
265
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n# tasks file for dotfiles\n\n# DOTFILES\n- name: Check if dotfiles directory exists\n ansible.builtin.stat:\n path: \"{{ lookup('ansible.builtin.env', 'HOME') }}/.dotfiles\"\n register: dotfiles_dir_exists\n\n- name: Compose directory list\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1286, "all_permissive": false }
ansible_role
N1ck3nd/Accio-Workstation-Playbook
017ab2272361c070d46a3e958f0a6a503078d36c
1
roles/security
265
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "---\n# tasks file for security\n\n- name: Install UFW\n ansible.builtin.apt:\n name: ufw\n state: present\n\n- name: Enable UFW\n become: true\n community.general.ufw:\n state: enabled\n\n\n# //TODO: Check if pipx is installed\n# - name: Ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1015, "all_permissive": false }
ansible_role
TwoBlueCats/virtualizationPractise
599e6f4c9c448b6462350fbaa97c8f9bc2fcde94
0
ansible/roles/apache
265
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: install apache\n apt:\n name: apache2\n\n- name: enable apache service\n ansible.builtin.systemd:\n name: apache2\n enabled: yes\n masked: no\n\n- name: make sure apache is running\n ansible.builtin.systemd:\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
TwoBlueCats/virtualizationPractise
599e6f4c9c448b6462350fbaa97c8f9bc2fcde94
0
ansible/roles/mysql
265
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: install mysql\n apt: \n name: mysql-server\n update_cache: yes\n\n- name: enable mysql autostart\n ansible.builtin.systemd:\n name: mysql\n enabled: yes\n masked: no\n\n- name: check that mysql is running\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
TwoBlueCats/virtualizationPractise
599e6f4c9c448b6462350fbaa97c8f9bc2fcde94
0
ansible/roles/php
265
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: install php\n apt: \n name: php\n\n...\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
TwoBlueCats/virtualizationPractise
599e6f4c9c448b6462350fbaa97c8f9bc2fcde94
0
ansible/roles/zoneminder
265
[ "no_license" ]
[ { "path": "ansible/roles/zoneminder/tasks/main.yml", "content": "---\n- name: add zoneminder repository from PPA + signing key\n ansible.builtin.apt_repository: \n repo: \"ppa:iconnor/zoneminder-{{ zmver }}\"\n update_cache: yes\n\n- name: install zoneminder\n apt: \n name: zoneminder\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1206, "all_permissive": false }
ansible_role
metsa/fuxi-ansible
cf0c1afc3cfcc1255f108eab51c01124247e1c03
0
roles/admin
265
[ "no_license" ]
[ { "path": "roles/admin/handlers/main.yml", "content": "---\n# handlers file for admin\n- name: restart anacron\n service: name=anacron state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/admin/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 20125, "all_permissive": false }
ansible_role
metsa/fuxi-ansible
cf0c1afc3cfcc1255f108eab51c01124247e1c03
0
roles/email
265
[ "no_license" ]
[ { "path": "roles/email/tasks/main.yml", "content": "---\n# tasks file for email\n\n- name: install dependency packages with apt\n apt: pkg=postfix update_cache=yes cache_valid_time=3600\n\n- name: postfix config file\n copy: src=postfix_main.cf dest=/etc/postfix/main.cf mode=0644 owner=root group=root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
metsa/fuxi-ansible
cf0c1afc3cfcc1255f108eab51c01124247e1c03
0
roles/networking
265
[ "no_license" ]
[ { "path": "roles/networking/defaults/main.yml", "content": "---\nnm_config_file: /etc/NetworkManager/NetworkManager.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/networking/README.md", "content": "Networking\n==========\n\nNetwor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1224, "all_permissive": false }
ansible_role
metsa/fuxi-ansible
cf0c1afc3cfcc1255f108eab51c01124247e1c03
0
roles/printing
265
[ "no_license" ]
[ { "path": "roles/printing/defaults/main.yml", "content": "---\n# defaults file for printing\nadprint_ppd_file: /var/lib/ansible/local/roles/printing/files/smartcard-ps.ppd\nadprint_touch_file: adprintconf_001\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1464, "all_permissive": false }
ansible_role
rokmc756/Linstor
0df875cc275be23e6f753750d4a600c2945a0b06
0
roles/cluster
265
[ "no_license" ]
[ { "path": "roles/cluster/tasks/main.yaml", "content": "---\n- name: Check OS ( Linstor Cluster )\n fail: msg=\"{{ ansible_distribution }} is Not Supported!\"\n when: ansible_distribution != 'RedHat' or ansible_distribution != 'CentOS' or ansible_distribution != 'Rocky' or ansible_distribution != 'Debian' ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 8222, "all_permissive": false }
ansible_role
rokmc756/Linstor
0df875cc275be23e6f753750d4a600c2945a0b06
0
roles/controller
265
[ "no_license" ]
[ { "path": "roles/controller/tasks/disable-firewall.yml", "content": "---\n- name: The UFW Ports for LINSTOR Controller REST Client Connections\n ufw:\n rule: deny\n proto: tcp\n port: \"3370\"\n when: ufw.rc is defined and 'inactive' not in ufw.stdout\n\n\n- name: The UFW Ports for LINSTOR Contro...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6189, "all_permissive": false }
ansible_role
rokmc756/Linstor
0df875cc275be23e6f753750d4a600c2945a0b06
0
roles/os-checker
265
[ "no_license" ]
[ { "path": "roles/os-checker/tasks/main.yaml", "content": "---\n# Set fact os vars for CentOS:\n- name: Get os_version from /etc/os-release\n raw: \"grep '^VERSION_ID=' /etc/os-release | sed s'/VERSION_ID=//'\"\n register: os_version\n changed_when: False\n tags: prepare\n when: ansible_os_family is not...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
rokmc756/Linstor
0df875cc275be23e6f753750d4a600c2945a0b06
0
roles/satellite
265
[ "no_license" ]
[ { "path": "roles/satellite/tasks/enable-firewall.yml", "content": "---\n- name: Gather Facts from Controller ( Needed when Playbook -- Limit Excludes Controller )\n setup:\n delegate_to: \"{{ item }}\"\n delegate_facts: True\n loop: \"{{ groups['controller'] }}\"\n\n\n- name: Setup linstor-client.conf\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5507, "all_permissive": false }
ansible_role
rokmc756/Linstor
0df875cc275be23e6f753750d4a600c2945a0b06
0
roles/storage
265
[ "no_license" ]
[ { "path": "roles/storage/tasks/ext/delete-lvmthin-storage-pool.yml", "content": "---\n- name: Delete the LVM-Thin Storage Pool\n shell: |\n linstor storage-pool delete {{ ansible_nodename }} {{ item.storage_pool }}\n register: delete_lvmthin_storage_pool\n ignore_errors: true\n with_items: \"{{ _stor...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 21241, "all_permissive": false }
ansible_role
ghelouis/agame-player-playbook
b59dd9a0d6f760f0726911e3e139cbac1d888148
0
roles/deploy-jar
265
[ "no_license" ]
[ { "path": "roles/deploy-jar/tasks/main.yml", "content": "---\n\n# TODO: copy jar to HOME\n\n- name: setup daemon directory\n file:\n path: \"{{ daemon_directory }}\"\n state: directory\n\n- name: setup daemon file\n copy:\n src: \"{{ daemon_file }}\"\n dest: \"{{ daemon_directory }}\"\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
ghelouis/agame-player-playbook
b59dd9a0d6f760f0726911e3e139cbac1d888148
0
roles/remove-jar
265
[ "no_license" ]
[ { "path": "roles/remove-jar/tasks/main.yml", "content": "---\n\n# TODO: remove jar\n\n- name: remove logs\n file:\n path: \"{{ ansible_env.HOME }}/client.log\"\n state: absent\n\n- name: stop daemon\n systemd:\n name: \"{{ daemon }}\"\n user: yes\n state: stopped\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
devopszone/test_docker
2383afdfef180380dc92347e8c842ebae933d6a4
0
playbooks/roles/docker
265
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n- name: \"Download docker script\"\n command: curl -fsSL get.docker.com -o get-docker.sh\n args:\n chdir: /home/\n- name: \"run docker script\"\n script: get-docker.sh\n- name:\n service: name=docker st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
devopszone/test_docker
2383afdfef180380dc92347e8c842ebae933d6a4
0
playbooks/roles/git
265
[ "no_license" ]
[ { "path": "playbooks/roles/git/tasks/main.yml", "content": "---\n# tasks file for roles/git\n- name: \"Install Git\"\n yum: name=git state=present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
devopszone/test_docker
2383afdfef180380dc92347e8c842ebae933d6a4
0
playbooks/roles/unzip
265
[ "no_license" ]
[ { "path": "playbooks/roles/unzip/tasks/main.yml", "content": "---\n# tasks file for roles/unzip\n- name: \"install unzip\"\n yum: name=unzip state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "playbooks/roles/unzip/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 259, "all_permissive": false }
ansible_role
aplatform64/automation
3069f9644cddb030ad928ac67f76517bdb2d8158
0
roles/auto_ansible_control
265
[ "no_license" ]
[ { "path": "roles/auto_ansible_control/tasks/auto_ansible_control_provision.yml", "content": "---\n- name: \"Automation / Ansible / Control / Provision / Key / Host\"\n ansible.builtin.include_tasks:\n file: \"auto_ansible_control_provision_key_host.yml\"\n when:\n - auto_ansible_control_managed is d...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 26466, "all_permissive": false }
ansible_role
aplatform64/automation
3069f9644cddb030ad928ac67f76517bdb2d8158
0
roles/auto_ansible_node
265
[ "no_license" ]
[ { "path": "roles/auto_ansible_node/vars/main.yml", "content": "---\nauto_ansible_node_platforms:\n - \"CentOS8\"\n - \"RedHat8\"\n - \"AlmaLinux8\"\n - \"Rocky8\"\n - \"OracleLinux8\"\n - \"OracleLinux9\"\n - \"Ubuntu20\"\n - \"Ubuntu21\"\n - \"Ubuntu22\"\n - \"Fedora33\"\n - \"Fedora35\"\n - \"...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 5693, "all_permissive": false }
ansible_role
Mobius6/ansiblex
0c43b3749dcc23fd5646f79f8585c9aa0ce3a324
0
RH294b/role-create/roles/apache
265
[ "no_license" ]
[ { "path": "RH294b/role-create/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n - name: install httpd and firewalld \n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - httpd\n - firewalld\n\n - name: start and enable service \n service:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
Mobius6/ansiblex
0c43b3749dcc23fd5646f79f8585c9aa0ce3a324
0
RH294b/role-create/roles/phpinfo
265
[ "no_license" ]
[ { "path": "RH294b/role-create/roles/phpinfo/vars/main.yml", "content": "---\n# vars file for phpinfo\n\npackage: php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "RH294b/role-create/roles/phpinfo/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 249, "all_permissive": false }
ansible_role
boilingfrog/ansible-mongo-replicaset-role
81f907bc54c5b66b2d203c1c1c2eae8e2cddffed
9
playbooks/roles/mongo
265
[ "no_license" ]
[ { "path": "playbooks/roles/mongo/defaults/main.yml", "content": "---\n\nMONGO_ROOT_USERNAME: test\nMONGO_ROOT_PASSWORD: <PASSWORD>\nMONGO_DATABASE: admin\nMONGO_NET_PORT: 27017\nMONGO_SYSYTEMLOG_DESTIANTION: file\nDATA_PATH: /test", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5090, "all_permissive": false }
ansible_role
Timmy80/polytech-ansible
800dbcc1c159de9a074639add84b2af585e2c599
0
roles/common
265
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install Pre-requisites\n become: yes\n package:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - build-essential\n - gcc\n - g++\n - make\n - vim\n - git\n - sudo\n - openssl\n - bzip2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
Timmy80/polytech-ansible
800dbcc1c159de9a074639add84b2af585e2c599
0
roles/docker
265
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n- name: Please reboot\n ansible.builtin.debug:\n msg: To use docker without sudo. Please reboot!\n\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/docker/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
Timmy80/polytech-ansible
800dbcc1c159de9a074639add84b2af585e2c599
0
roles/fix-ubuntu
265
[ "no_license" ]
[ { "path": "roles/fix-ubuntu/tasks/main.yml", "content": "\n- name: Ensure jammy-update is configured to fix libc6 dependencies\n become: true\n lineinfile:\n path: /etc/apt/sources.list\n regexp: '^deb\\s+{{item.url}}\\s+jammy-updates.*{{item.repo}}'\n line: 'deb {{item.url}} jammy-updates {{item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
Timmy80/polytech-ansible
800dbcc1c159de9a074639add84b2af585e2c599
0
roles/java
265
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: Fetch Java version\n shell: java --version 2>&1 | grep version | awk '{print $3}' | sed 's/\"//g'\n register: java_version\n\n- name: Install java openjdk\n become: yes\n when: java_version.rc != 0 \n package:\n name: \"{{ default_jdk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
Timmy80/polytech-ansible
800dbcc1c159de9a074639add84b2af585e2c599
0
roles/kubectl
265
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n\n- name: Remove old Google's Apt signing key\n become: true\n ansible.builtin.apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: absent\n\n- name: Add pkgs.k8s.io Apt signing key\n become: true\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
Timmy80/polytech-ansible
800dbcc1c159de9a074639add84b2af585e2c599
0
roles/vscode-snap
265
[ "no_license" ]
[ { "path": "roles/vscode-snap/tasks/main.yml", "content": "---\n\n- name: Install \"code-insiders\"\n when: insiders == true\n become: true\n community.general.snap:\n name: \n - code-insiders\n channel: latest/stable\n classic: true\n\n- name: Install \"vscode\" \n when: insiders == false\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 720, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/azure
265
[ "no_license" ]
[ { "path": "roles/azure/vars/main.yml", "content": "---\nterraform_project_path: '../terraform/azure'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/azure/tasks/cdn_deploy.yml", "content": " - name: Deploy Azure CDN\n community.genera...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2379, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/digitalocean
265
[ "no_license" ]
[ { "path": "roles/digitalocean/tasks/main.yml", "content": "---\n#Droplet\n- include: droplet_deploy.yml\n state=\"present\"\n when: vm == 'digitalocean' and deploy\n- include: droplet_destroy.yml\n state=\"absent\"\n when: vm == 'digitalocean' and not deploy\n\n- name: Refresh Inventory\n meta: ref...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2265, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/docker
265
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n###############################################################################\n#\n# This will install the latest Docker CE (if it was not already installed)\n#\n###############################################################################\n- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4568, "all_permissive": false }