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 | skseth/scaffolds | 80b6a4eb7e90a1f82b8c065c87ea3748552ca17c | 0 | ansible-sample-svc/roles/nginx | 7,268 | [
"no_license"
] | [
{
"path": "ansible-sample-svc/roles/nginx/vars/main.yml",
"content": "nginx_version: 1.17.1-1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "ansible-sample-svc/roles/nginx/templates/proxy.conf.j2",
"content": "server {\n listen ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1110,
"all_permissive": false
} |
ansible_role | skseth/scaffolds | 80b6a4eb7e90a1f82b8c065c87ea3748552ca17c | 0 | ansible-sample-svc/roles/rpminstall | 7,268 | [
"no_license"
] | [
{
"path": "ansible-sample-svc/roles/rpminstall/tasks/main.yml",
"content": "\n\n- name: uninstall {{ package_name }} if different version\n package:\n name={{ package_name }}\n state=absent \n when: (ansible_facts.packages | selectattr(package_name, 'defined') | list | length > 0) and (ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | skseth/scaffolds | 80b6a4eb7e90a1f82b8c065c87ea3748552ca17c | 0 | ansible-sample-svc/roles/svcinstall | 7,268 | [
"no_license"
] | [
{
"path": "ansible-sample-svc/roles/svcinstall/tasks/main.yml",
"content": "\n- name: get svc version\n slurp:\n src: \"{{ svc_versionfile_path }}\"\n register: svc_current_version\n failed_when: no\n\n- name: service version\n set_fact:\n \"{{ svc_installed_version_factkey }}\" : \"{{ svc_current... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5252,
"all_permissive": false
} |
ansible_role | mabirhire1/Dev0ps-Stage-4-Infra | b2ec613d560dff4b6eaaa388d28bb0e4afbc41b9 | 0 | ansible-setup/roles/deployment | 7,265 | [
"no_license"
] | [
{
"path": "ansible-setup/roles/deployment/tasks/main.yaml",
"content": "---\n- name: Create app directory\n file:\n path: \"{{ app_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Clone application repository\n git:\n repo: \"{{ app_repo }}\"\n dest: \"{{ app_dir }}\"\n version: mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | felipe-e-ribeiro/terraform_oci | af86776c586edbff421682e6751b44e27505ea91 | 0 | ansible/roles/docker | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/defaults/main.yml",
"content": "---\n# defaults file for role.docker-presetup\ndocker_external_mount_point: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "ansible/roles/docker/tasks/main.yml",
"content":... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2066,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/backup | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/backup/tasks/main.yml",
"content": "---\n# tasks file for backup---\n#\n- name: Role - backup\n debug:\n msg: \"backup\"\n verbosity: 1\n- name: show parameter aws_s3_backup_encryption_passphrase\n debug:\n msg: \"{{ aws_s3_backup_encryption_passphrase }}\"\n- name: show ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1674,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/debug | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/debug/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - os_upgrade\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible/roles/debug/tasks/debug.yml",
"content": "---\n# task... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/dotfiles | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "---\n# tasks file for dotfiles\n#\n- name: Role - dotfiles\n debug:\n msg: \"dotfiles\"\n verbosity: 1\n- name: dotfiles | clone dotfiles git repository\n git:\n repo: \"{{ dotfiles_git_repo }}\"\n dest: \"{{ dotfiles_dest }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/ntp_client | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp_client/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role: ntp_client\n ntp_server: \"{{ ntp_client.ntp_server }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "ansibl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/os_upgrade | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/os_upgrade/tasks/main.yml",
"content": "---\n# tasks file for os---\n#\n- name: Role - os_upgrade\n debug:\n msg: \"os_upgrade\"\n verbosity: 1\n\n- import_tasks: Debian.yml\n when: ansible_os_family == 'Debian'\n- import_tasks: Archlinux.yml\n when: ansible_os_family == 'A... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1260,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/package_install | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/package_install/tasks/Debian.yml",
"content": "---\n- name: Debian | run role\n debug:\n msg: \"Debian\"\n- name: Debian | Install list of packages\n apt: state=present pkg=\"{{ package_list }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/test.smoketest | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/test.smoketest/tasks/main.yml",
"content": "---\n# tasks file for os---\n#\n- name: Role - test\n debug:\n msg: \"test\"\n verbosity: 1\n\n- import_tasks: smoketest.yml\n tags:\n - smoketest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1363,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/test.unittest | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/test.unittest/tasks/unittest.yml",
"content": "---\n- name: unittest | run role\n debug:\n msg: \"unittest\"\n tags:\n - unittest\n- name: unittest | gather playbooks\n set_fact:\n playbooks: \"{{ lookup('fileglob','{{ playbook_dir }}/*.yml',wantlist=true) | reject('sear... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1841,
"all_permissive": false
} |
ansible_role | bboortz/cm-ansible | d34c46f296019b33eb6522f36e0ad3e804596f28 | 2 | ansible/roles/zsh | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role: zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/zsh/tasks/Debian.yml",
"content": "---\n- name: Debi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | BrandonCantrell/homelab | 11341043c7e849bd558b4ebadab5a0387b684453 | 1 | k3s-cluster/roles/pi_system_prep | 7,265 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/pi_system_prep/handlers/main.yml",
"content": "---\n- name: Reboot if required\n reboot:\n msg: \"Rebooting to apply cgroup kernel changes\"\n connect_timeout: 5\n reboot_timeout: 300\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | BrandonCantrell/homelab | 11341043c7e849bd558b4ebadab5a0387b684453 | 1 | k3s-cluster/roles/users | 7,265 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/users/tasks/main.yml",
"content": "# === USE THIS TO CREATE USERS\n\n\n- name: Ensure user accounts exist\n user:\n name: \"{{ item.name }}\"\n shell: \"{{ item.shell }}\"\n groups: \"{{ item.groups | default([]) }}\"\n append: true\n create_home: true\n loop: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | Gibson-Gichuru/Flask-Clustered-Redis | 99b4aec41e228e11146ce63534bb6a264a6a1270 | 0 | playbooks/roles/cluster-setup | 7,265 | [
"no_license"
] | [
{
"path": "playbooks/roles/cluster-setup/handlers/main.yml",
"content": "---\n# handlers file for cluster-setup\n\n- name: Run Redis\n systemd:\n name: redis\n state: started\n enabled: yes\n\n- name: Daemon reload\n systemd:\n daemon_reload: yes\n state: restarted",
"license_type": "no... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1412,
"all_permissive": false
} |
ansible_role | Gibson-Gichuru/Flask-Clustered-Redis | 99b4aec41e228e11146ce63534bb6a264a6a1270 | 0 | playbooks/roles/configure-redis | 7,265 | [
"no_license"
] | [
{
"path": "playbooks/roles/configure-redis/handlers/main.yml",
"content": "---\n# handlers file for configure-redis\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "playbooks/roles/configure-redis/vars/main.yml",
"content": "---\n# vars file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3380,
"all_permissive": false
} |
ansible_role | Gibson-Gichuru/Flask-Clustered-Redis | 99b4aec41e228e11146ce63534bb6a264a6a1270 | 0 | playbooks/roles/install-redis | 7,265 | [
"no_license"
] | [
{
"path": "playbooks/roles/install-redis/tasks/main.yml",
"content": "---\n# tasks file for install-redis\n\n- name: Installing Dependencies\n tags: always\n apt:\n name:\n - build-essential\n - tcl\n - tcl-tls\n - redis-tools\n - libssl-dev\n - libsystemd-dev\n state: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3805,
"all_permissive": false
} |
ansible_role | err0r500/k8s-lab | 66680d1d98f4db01a4a321cbfbdcf0a6e3b67273 | 1 | ansible/roles/common | 7,265 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: install docker\n import_tasks: docker.yml\n\n- name: install k8s packages\n import_tasks: k8s_packages.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "ansible/ro... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | janesmae/lab.env_owasp-juice-shop | 1356ad450ebb1a2f1c65fc68924874117bb4b2c7 | 3 | roles/lab.env | 7,265 | [
"no_license"
] | [
{
"path": "roles/lab.env/templates/hosts_ssl.j2",
"content": "server {\n\tlisten 443 ssl http2;\n\tserver_name {{subdomain}}.{{domain}};\n\n ssl on;\n ssl_certificate /etc/letsencrypt/live/{{domain}}/fullchain.pem;\n ssl_certificate_key /etc/letsencrypt/live/{{domain}}/privkey.pem;\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4690,
"all_permissive": false
} |
ansible_role | mansourka06/ansible-aws-webapp | e3a403017633b836ab94e959fdaad91a7f432beb | 0 | roles/deploy-ec2 | 7,265 | [
"no_license"
] | [
{
"path": "roles/deploy-ec2/tasks/main.yml",
"content": "---\n# tasks file for deploy-ec2\n- name: Install prerequis\n include_tasks: prerequis.yml\n\n- name: Deploy ec2 server\n include_tasks: ec2.yml\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2558,
"all_permissive": false
} |
ansible_role | mansourka06/ansible-aws-webapp | e3a403017633b836ab94e959fdaad91a7f432beb | 0 | roles/deploy-webapp | 7,265 | [
"no_license"
] | [
{
"path": "roles/deploy-webapp/tasks/main.yml",
"content": "---\n# tasks file for deploy-webapp\n- name: Install EPEL repo\n package: \n name: epel-release \n state: present\n update_cache: cyes\n when: ansible_os_family == \"RedHat\"\n \n- name: Download pip script\n get_url:\n url: \"h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | pavelchashkov/my_own_namespace.yandex_cloud_elk | 35f32861cc6a2397b4329f2f01551307faa31cc1 | 0 | my_own_namespace/yandex_cloud_elk/roles/my_own_role | 7,265 | [
"no_license"
] | [
{
"path": "my_own_namespace/yandex_cloud_elk/roles/my_own_role/defaults/main.yml",
"content": "---\npath: \"/tmp/file.txt\"\ncontent: \"content\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "my_own_namespace/yandex_cloud_elk/roles/my_own_role/ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | dsglaser/homework-lab | 62c56b6c9a839a516af433e6310397a2e5dc92e3 | 0 | roles/provision-aws | 7,265 | [
"no_license"
] | [
{
"path": "roles/provision-aws/tasks/main.yml",
"content": "---\n# tasks file for provision-aws\n\n- name: Copy common.sh\n copy: \n src: common.sh\n dest: /root/common.sh\n\n- name: make bin directory\n file:\n path: /root/bin\n state: directory\n\n- name: Copy jq and make executeable\n copy: \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/audio | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/audio/vars/main.yml",
"content": "---\n\ndebian_audio_packages:\n - name: audacious\n - name: alsa-tools\n - name: alsa-tools-gui\n - name: alsa-utils\n - name: dbus-x11\n - name: jack-tools\n - name: ladish\n - name: laditools\n - name: ncmpcpp\n - name: normalize-audio... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2021,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/common | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/common/templates/statd.j2",
"content": "rpc_statd_enable=\"YES\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "provision/roles/common/handlers/Debian.yml",
"content": "---\n- name: update timezone\n become: yes\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 6376,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/communication | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/communication/templates/weechat.list.j2",
"content": "deb https://weechat.org/debian buster main\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "provision/roles/communication/tasks/Ubuntu.yml",
"content": "---\n- na... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2577,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/develop | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/develop/tasks/Ubuntu.yml",
"content": "---\n- name: install develop packages\n become: yes\n with_items: \"{{ ubuntu_develop_packages }}\"\n package:\n pkg: \"{{ item.name }}\"\n state: latest\n\n- name: install develop bionic packages\n become: yes\n with_items: \"{{ u... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2901,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/gui | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/gui/tasks/Ubuntu.yml",
"content": "---\n- name: install gui packages\n become: yes\n with_items: \"{{ ubuntu_gui_packages }}\"\n package:\n pkg: \"{{ item.name }}\"\n state: latest\n\n- name: configure slim\n become: yes\n template:\n src: deb-slim.conf.j2\n dest:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2576,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/network | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/network/templates/syncthing.list.j2",
"content": "deb http://apt.syncthing.net/ syncthing release\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "provision/roles/network/tasks/FreeBSD.yml",
"content": "---\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2588,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/photo | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/photo/vars/main.yml",
"content": "---\ndebian_photo_packages:\n - name: geeqie\n - name: gimp\n - name: inkscape\n - name: scrot\n\nubuntu_photo_packages:\n - name: geeqie\n - name: gimp\n - name: inkscape\n - name: scrot\n\nfedora_photo_packages:\n - name: geeqie\n - na... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/user | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/user/handlers/Fedora.yml",
"content": "---\n- name: alter .gitmodules back\n become: yes\n become_user: \"{{ user }}\"\n command: \"~{{ user }}/repos/dotfiles/bin/switch_submodules_ssh.sh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6944,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/utils | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/utils/vars/main.yml",
"content": "---\ndebian_util_packages:\n - name: fakeroot\n - name: keepassxc\n - name: pv\n - name: pwgen\n - name: silversearcher-ag\n - name: strace\n - name: suckless-tools\n - name: sysstat\n - name: unp\n - name: unzip\n - name: wajig\n\nubun... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1318,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/video | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/video/tasks/FreeBSD.yml",
"content": "---\n- name: install video packages\n become: yes\n with_items: \"{{ freebsd_video_packages }}\"\n pkgng:\n name: \"{{ item.name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/virtualbox | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/virtualbox/templates/vagrant.list.j2",
"content": "deb https://vagrant-deb.linestarve.com/ any main\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "provision/roles/virtualbox/templates/virtualbox.list.j2",
"content"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1413,
"all_permissive": false
} |
ansible_role | krlex/box-automation | b2c644f13fea42d977b251031e2527152e955d87 | 0 | provision/roles/web | 7,265 | [
"no_license"
] | [
{
"path": "provision/roles/web/tasks/Fedora.yml",
"content": "---\n- name: install web packages\n become: yes\n with_items: \"{{ fedora_web_packages }}\"\n package:\n pkg: \"{{ item.name }}\"\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/common | 7,265 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: configuring nodejs repo\n ansible.builtin.shell: curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash -\n\n- name: Install nodejs\n ansible.builtin.package:\n name: nodejs\n state: present\n\n- name: creating the ap... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1488,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/frontend | 7,265 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: downloading and extracting\n ansible.builtin.unarchive:\n src: https://github.com/stans-robot-project/frontend/archive/main.zip\n dest: /tmp\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/mongodb | 7,265 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: copying MONGODB repo\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install mongodb\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: updating mongodb config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/mysql | 7,265 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: copying mysql repo\n ansible.builtin.copy:\n src: \"{{COMPONENT}}.repo\"\n dest: /etc/yum.repos.d/{{COMPONENT}}.repo\n\n- name: Install mysql\n ansible.builtin.yum:\n name: \n - mysql-community-server\n - MySQL-python\n state: i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1549,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/payment | 7,265 | [
"no_license"
] | [
{
"path": "roles/payment/vars/main.yml",
"content": "APPUSER: roboshop\nCOMPONENT: payment",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: calling python function\n ansible.builtin.include_rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/rabbitmq | 7,265 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: configuring Erlang\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n\n- name: configuring YUM repositories\n ansible.builtin.shell: curl -s https://packagecloud.io/install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/redis | 7,265 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: copying redis repo\n ansible.builtin.copy:\n src: redis.repo\n dest: /etc/yum.repos.d/redis.repo\n\n- name: Install redis\n ansible.builtin.package:\n name: redis-6.2.11\n state: present\n\n- name: updating redis-6.2.11 config\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | munigaur/ansible | d9f83dc2da3dad6ba101924867f6c1e0c73e0db5 | 0 | roles/user | 7,265 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: calling nodejs function\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | b0gdanp3trovic/prod_sim | 3052256d55c5e9ab5a50c3204797856600e1f933 | 1 | ansible/ansible-git/roles/common | 7,265 | [
"no_license"
] | [
{
"path": "ansible/ansible-git/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Install common packages\n apt:\n pkg:\n - vim\n - git\n - curl\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | philip860/Ansible_AWX_Install | e95cea83a3dce0359a2f7f78def87204c4346eb7 | 0 | roles/awx_operator_setup | 7,265 | [
"no_license"
] | [
{
"path": "roles/awx_operator_setup/files/awx-deploy/awx.yaml",
"content": "---\napiVersion: awx.ansible.com/v1beta1\nkind: AWX\nmetadata:\n name: awx\n namespace: awx\nspec:\n \n # Set the replicas count to scale AWX pods\n #replicas: 3\n \n admin_user: admin\n admin_password_secret: <PASSWORD>\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5171,
"all_permissive": false
} |
ansible_role | philip860/Ansible_AWX_Install | e95cea83a3dce0359a2f7f78def87204c4346eb7 | 0 | roles/certbot_install_for_awx_nodes | 7,265 | [
"no_license"
] | [
{
"path": "roles/certbot_install_for_awx_nodes/tasks/Sectigo_Cetbot_Install.yml",
"content": "#Here we will check the current Acme accounts in the System\n- name: List ACME accounts\n register: acct_list\n ansible.builtin.uri:\n url: \"https://cert-manager.com/api/acme/v2/account?name={{ ansible_nodena... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 15754,
"all_permissive": false
} |
ansible_role | philip860/Ansible_AWX_Install | e95cea83a3dce0359a2f7f78def87204c4346eb7 | 0 | roles/configure_AD_dynamic_inventories | 7,265 | [
"no_license"
] | [
{
"path": "roles/configure_AD_dynamic_inventories/files/IAM-Test-Dev-ldap-ad.ini",
"content": "[ldap-ad]\nusername = UCONN\\ad_username\npassword = <PASSWORD>\nbasedn = OU=Test_Dev,OU=ITS-IAM,OU=Services,OU=Managed_Server,OU=Managed_Server,OU=UConn,DC=grove,DC=ad,DC=uconn,DC=edu\nldapuri = grove.ad.uconn.ed... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6019,
"all_permissive": false
} |
ansible_role | philip860/Ansible_AWX_Install | e95cea83a3dce0359a2f7f78def87204c4346eb7 | 0 | roles/configure_standalone_awx_server | 7,265 | [
"no_license"
] | [
{
"path": "roles/configure_standalone_awx_server/files/config_files/set_hostname_for_AWX_Server.py",
"content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n\n#This python script will check to see what the current system's hostname is and set it\n#The hostname will be set in the /ITS_tools/its-awx-server-bu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 14080,
"all_permissive": false
} |
ansible_role | philip860/Ansible_AWX_Install | e95cea83a3dce0359a2f7f78def87204c4346eb7 | 0 | roles/generate_self_signed_tls_certs_for_awx_server | 7,265 | [
"no_license"
] | [
{
"path": "roles/generate_self_signed_tls_certs_for_awx_server/vars/main.yml",
"content": "---\n#Sectigo Acme API Login Credentials\ncustomerURI:\nsectigo_user:\nsectigo_password:\ncertbot_plugin:\nacme_domain:\nhostname_awx_check_var: \"{{ ansible_hostname }}.awx.its.uconn.edu\"\n",
"license_type": "no... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1413,
"all_permissive": false
} |
ansible_role | philip860/Ansible_AWX_Install | e95cea83a3dce0359a2f7f78def87204c4346eb7 | 0 | roles/install_k3s | 7,265 | [
"no_license"
] | [
{
"path": "roles/install_k3s/tasks/k3s_install_on_ubuntu.yml",
"content": "- name: Install k3s & Start it No Docker\n ansible.builtin.shell: curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644\n args:\n executable: /bin/bash\n\n- name: Set Permissions On Rancher Files\n ansible.builtin.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6105,
"all_permissive": false
} |
ansible_role | philip860/Ansible_AWX_Install | e95cea83a3dce0359a2f7f78def87204c4346eb7 | 0 | roles/install_required_packages | 7,265 | [
"no_license"
] | [
{
"path": "roles/install_required_packages/tasks/package_install_on_ubuntu.yml",
"content": "\n\n- name: Update all packages to their latest version\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n\n- name: Install the Necessary Packages required to run AWX Server\n ansible.builtin.apt:\n n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1928,
"all_permissive": false
} |
ansible_role | jrb-s2c-github/atomika | ed246c882f1ba3150b5ebb3b69b8855a8cb019da | 3 | atomika/roles/atomika_base | 7,270 | [
"no_license"
] | [
{
"path": "atomika/roles/atomika_base/vars/main.yml",
"content": "k8s_version: 1.30.2-1.1\ncontainerd_version: 1.6.33-1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "atomika/roles/atomika_base/tasks/main.yml",
"content": " - name: Update a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4418,
"all_permissive": false
} |
ansible_role | jrb-s2c-github/atomika | ed246c882f1ba3150b5ebb3b69b8855a8cb019da | 3 | jetpack/roles/github-add-deploy-key | 7,270 | [
"no_license"
] | [
{
"path": "jetpack/roles/github-add-deploy-key/README.md",
"content": "WITH THANKS TO <NAME>, amended from https://github.com/asifmahmud/ansible-git-clone\n\nClone Private Git Repository\n=========\nAn Ansible role that can be used to clone a private GitHub repository. \n\n\nRequirements\n------------\n* Th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4605,
"all_permissive": false
} |
ansible_role | cisco-open/forge | f7b71141af636edaca0c0fbd2a700dc132a0e03f | 136 | examples/build/ansible/roles/deps | 7,270 | [
"no_license"
] | [
{
"path": "examples/build/ansible/roles/deps/tasks/cli-tools.yml",
"content": "---\n- name: Install AWS CLI v2\n block:\n - name: Download AWS CLI v2 installer (latest)\n ansible.builtin.get_url:\n url: \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64-{{ aws_cli_version }}.zip\"\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8139,
"all_permissive": false
} |
ansible_role | cisco-open/forge | f7b71141af636edaca0c0fbd2a700dc132a0e03f | 136 | examples/build/ansible/roles/splunk_otel_collector | 7,270 | [
"no_license"
] | [
{
"path": "examples/build/ansible/roles/splunk_otel_collector/tasks/main.yml",
"content": "---\n\n- name: Set splunk_skip_repo\n ansible.builtin.set_fact:\n splunk_skip_repo: true\n\n- name: Download Splunk GPG key\n ansible.builtin.get_url:\n url: https://splunk.jfrog.io/splunk/otel-collector-deb/s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | cisco-open/forge | f7b71141af636edaca0c0fbd2a700dc132a0e03f | 136 | examples/build/ansible/roles/teleport | 7,270 | [
"no_license"
] | [
{
"path": "examples/build/ansible/roles/teleport/tasks/main.yml",
"content": "---\n- name: Grab Teleport cluster version\n ansible.builtin.shell:\n cmd: curl --silent {{ teleport_comm_ping }} | jq -r '.server_version'\n executable: /bin/bash\n register: tp_version\n\n- name: Download binary\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3309,
"all_permissive": false
} |
ansible_role | accessd/devops-school | ea5e474b16635da5efbde475319e9e6c4987e617 | 0 | 8/roles/build | 7,270 | [
"no_license"
] | [
{
"path": "8/roles/build/tasks/main.yml",
"content": "---\n\n- name: Ensure maven package is present\n apt:\n name: maven\n state: present\n\n- name: Clone project\n git:\n repo: 'https://github.com/boxfuse/boxfuse-sample-java-war-hello.git'\n dest: \"{{ project_build_root }}\"\n\n- name: Buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | accessd/devops-school | ea5e474b16635da5efbde475319e9e6c4987e617 | 0 | 8/roles/deploy | 7,270 | [
"no_license"
] | [
{
"path": "8/roles/deploy/tasks/main.yml",
"content": "---\n\n- name: Ensure tomcat package is present\n apt:\n name: tomcat8\n state: present\n\n- name: Ensure tomcat service is started\n service:\n name: tomcat8\n state: started\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | accessd/devops-school | ea5e474b16635da5efbde475319e9e6c4987e617 | 0 | 8/roles/foundation | 7,270 | [
"no_license"
] | [
{
"path": "8/roles/foundation/vars/main.yml",
"content": "default_locale: 'en_US.UTF-8'\n\ncommon_packages:\n - build-essential\n - ca-certificates\n - vim\n - git\n - curl\n - ntp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "8/roles/fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | Mirio/Challenge-kt | 32c497520bf0dfaa1a0f176d051305274efb8bed | 0 | ansible/custom/roles/mirio.k8s_bootstrap | 7,270 | [
"permissive"
] | [
{
"path": "ansible/custom/roles/mirio.k8s_bootstrap/meta/main.yml",
"content": "galaxy_info:\n author: Mirio\n namespace: mirio\n description: Bootstrap K8s config\n company: Mirio\n license: Proprietary\n min_ansible_version: \"2.1\"\n platforms:\n - name: Debian\n versions:\n - all\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3243,
"all_permissive": true
} |
ansible_role | jaredmullane/docu_2 | 296a6aaa8f9d852b93b1649b5cf08b9abbbe5a2e | 0 | orc8r/cloud/deploy/orc8r_deployer/docker/root/scripts/playbooks/roles/platform | 7,270 | [
"no_license"
] | [
{
"path": "orc8r/cloud/deploy/orc8r_deployer/docker/root/scripts/playbooks/roles/platform/tasks/rds.yml",
"content": "- name: Get RDS information\n ansible.builtin.shell: aws rds describe-db-instances || /bin/true\n register: result\n tags: upgrade_precheck\n\n- name: Check if deployed RDS db instance ve... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2528,
"all_permissive": false
} |
ansible_role | hagridaaron/ansible-wordpress | 085e485ae743bcb29455fc4e669e2201e8085af6 | 0 | roles/server | 7,270 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n- name: update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Install requred software\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - apache2\n - mysql-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | thisdougb/ansible-hashicorp-rotate-password | c6750c40b48a2fb3729363e019c43c36e63174f0 | 16 | communote/roles/mysql-server | 7,270 | [
"no_license"
] | [
{
"path": "communote/roles/mysql-server/handlers/main.yml",
"content": "---\n# handlers file for mysql-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "communote/roles/mysql-server/README.md",
"content": "## mysql-server\n\nInstall mysq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3230,
"all_permissive": false
} |
ansible_role | thisdougb/ansible-hashicorp-rotate-password | c6750c40b48a2fb3729363e019c43c36e63174f0 | 16 | ldap/roles/openldap | 7,270 | [
"no_license"
] | [
{
"path": "ldap/roles/openldap/tasks/main.yml",
"content": "---\n# tasks file for openldap\n\n- name: install openldap package\n yum:\n name: openldap\n state: present\n\n- name: install openldap-servers package\n yum:\n name: openldap-servers\n state: present\n\n- name: install openldap-clien... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | thisdougb/ansible-hashicorp-rotate-password | c6750c40b48a2fb3729363e019c43c36e63174f0 | 16 | ldap/roles/openldap-config | 7,270 | [
"no_license"
] | [
{
"path": "ldap/roles/openldap-config/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - openldap-config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "ldap/roles/openldap-config/handlers/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | thisdougb/ansible-hashicorp-rotate-password | c6750c40b48a2fb3729363e019c43c36e63174f0 | 16 | rotatepw/roles/mysql-rotate-pw | 7,270 | [
"no_license"
] | [
{
"path": "rotatepw/roles/mysql-rotate-pw/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mysql-server",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "rotatepw/roles/mysql-rotate-pw/README.md",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2581,
"all_permissive": false
} |
ansible_role | thisdougb/ansible-hashicorp-rotate-password | c6750c40b48a2fb3729363e019c43c36e63174f0 | 16 | vault/roles/hashivault | 7,270 | [
"no_license"
] | [
{
"path": "vault/roles/hashivault/README.md",
"content": "#hashivault\nInstalls the HashiCorp Vault binary as a systemd service.\n\n##Requirements\nThe role was built with Ansible 2.2 and Centos 7, and installs vault as a systemd service.\n\n##Role Variables\n\n```\n---\n# hashicorp-vault/vars/main.yml\n\nv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2823,
"all_permissive": false
} |
ansible_role | thisdougb/ansible-hashicorp-rotate-password | c6750c40b48a2fb3729363e019c43c36e63174f0 | 16 | vault/roles/hashivault-init | 7,270 | [
"no_license"
] | [
{
"path": "vault/roles/hashivault-init/files/init_params.json",
"content": "{\n \"secret_shares\": 2,\n \"secret_threshold\": 2\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "vault/roles/hashivault-init/vars/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2988,
"all_permissive": false
} |
ansible_role | thisdougb/ansible-hashicorp-rotate-password | c6750c40b48a2fb3729363e019c43c36e63174f0 | 16 | vault/roles/hashivault-unseal | 7,270 | [
"no_license"
] | [
{
"path": "vault/roles/hashivault-unseal/vars/main.yml",
"content": "---\n# vars file for hashivault-unseal\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "vault/roles/hashivault-unseal/tasks/main.yml",
"content": "- name: start vault\n serv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | yogeshraheja/awstestingansible | e57aecb4c27a5ecc69d9f54feaac1bed9fa5000c | 0 | roles/jenkins | 7,270 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n- name: Import Jenkins GPG key\n rpm_key:\n state: present\n key: https://pkg.jenkins.io/redhat-stable/jenkins.io.key\n\n- name: Add Jenkins repository\n yum_repository:\n name: jenkins\n description: jenkins ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | Ricardolv/ansible-sample | ba5c2956f925fe4e4cc22f13dd4997dd143dc61d | 0 | roles/mysql | 7,270 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Instala pacotes de dependencia do sistema operacional\n apt:\n name: \"{{ item }}\"\n state: present\n become: yes \n loop:\n - python-mysqldb\n - mysql-server-5.6\n\n- name: Cria o banco MySQL\n mysql_db: \n name: \"{{ wp_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | Ricardolv/ansible-sample | ba5c2956f925fe4e4cc22f13dd4997dd143dc61d | 0 | roles/webserver | 7,270 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: Install utility packages common to wordpress hosts\n apt:\n name: \"{{ item }}\"\n state: present\n become: yes \n\n loop:\n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n - libssh2-php\n - php5-mcrypt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | Ricardolv/ansible-sample | ba5c2956f925fe4e4cc22f13dd4997dd143dc61d | 0 | roles/wordpress | 7,270 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Baixa o arquivo de instalacao do Wordpress\n get_url:\n url: 'https://wordpress.org/wordpress-5.0.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n #mode: 0440\n \n- name: Descompacta o wordpress\n unarchive:\n src: '/tmp/wordpres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | tetsuya/kochiku-vps | 1a89e685633af03e4b244b80f2cdab002c890ad1 | 0 | roles/common | 7,271 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Upgrade all packages\n become: yes\n yum:\n name: '*'\n state: latest\n- name: Set timezone to Asia/Tokyo\n become: yes\n timezone:\n name: Asia/Tokyo\n- name: Restart crond to apply new timezone\n become: yes\n systemd:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | tetsuya/kochiku-vps | 1a89e685633af03e4b244b80f2cdab002c890ad1 | 0 | roles/nginx | 7,271 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Add nginx yum repository\n become: yes\n copy:\n src: nginx.repo\n dest: /etc/yum.repos.d/nginx.repo\n\n- name: Install nginx\n become: yes\n yum:\n name: nginx\n state: present\n\n- name: Start nginx\n become: yes\n service:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | tetsuya/kochiku-vps | 1a89e685633af03e4b244b80f2cdab002c890ad1 | 0 | roles/ruby | 7,271 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: Install build depends\n become: yes\n yum:\n name: [\n autoconf,\n automake,\n bison,\n bzip2,\n curl,\n gcc-c++,\n git-core,\n libffi-devel,\n libtool,\n libxml2-devel,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2150,
"all_permissive": false
} |
ansible_role | riotousliving/rlfarm-playbook | 7bb8871c52e9598cfe197745d00c3418845347bd | 0 | roles/nginx | 7,271 | [
"no_license"
] | [
{
"path": "roles/nginx/files/README.md",
"content": "Generate a dhparams.pem in this folder.\n\n - openssl dhparam -out dhparams.pem 2048\n\nPlace privkey.pem and fullchain.pem from Let's Encrypt in this folder as well.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2250,
"all_permissive": false
} |
ansible_role | riotousliving/rlfarm-playbook | 7bb8871c52e9598cfe197745d00c3418845347bd | 0 | roles/postgres | 7,271 | [
"no_license"
] | [
{
"path": "roles/postgres/defaults/main.yml",
"content": "dbport: 5432\ndbname: app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: install system packages\n apt: name={{ item }} updat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | riotousliving/rlfarm-playbook | 7bb8871c52e9598cfe197745d00c3418845347bd | 0 | roles/pyramid | 7,271 | [
"no_license"
] | [
{
"path": "roles/pyramid/tasks/main.yml",
"content": "---\n- include: createuser.yml\n- include: virtualenv.yml\n- include: supervisord.yml\n- include: app.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/pyramid/tasks/app.yml",
"co... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5579,
"all_permissive": false
} |
ansible_role | riotousliving/rlfarm-playbook | 7bb8871c52e9598cfe197745d00c3418845347bd | 0 | roles/python35 | 7,271 | [
"no_license"
] | [
{
"path": "roles/python35/tasks/main.yml",
"content": "---\n- name: install base package\n apt: name={{ item }} update_cache=yes state=latest cache_valid_time=86400\n with_items:\n - software-properties-common\n - git\n\n- name: add deadsnakes apt-repo\n shell: add-apt-repository -y ppa:fkrull/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | dokova/ansible_thesis_project | bb25e99b4ca9ac3692222dc82fd57d75610a9df4 | 0 | roles/compare_files | 7,271 | [
"no_license"
] | [
{
"path": "roles/compare_files/tasks/main.yaml",
"content": "- name: Checksum of first file\n stat:\n path : \"{{ generated_acl_location }}/pulled_acls.cfg\"\n register: pulled_acl\n\n- name: Current SHA1\n set_fact:\n mf1sha1: \"{{ pulled_acl.stat.checksum }}\"\n\n- name: Get cksum of my Second Fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | dokova/ansible_thesis_project | bb25e99b4ca9ac3692222dc82fd57d75610a9df4 | 0 | roles/get_prefixes | 7,271 | [
"no_license"
] | [
{
"path": "roles/get_prefixes/tasks/main.yaml",
"content": "---\n- name: Get inventory content\n ansible.builtin.get_url:\n url: \"{{ prod_base_url }}/prefixes\"\n dest: \"{{ pulled_inventory_location }}/inventory_acls.json\"\n register: acl_content\n\n- name: Set as fact\n set_fact:\n jsondata:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | dokova/ansible_thesis_project | bb25e99b4ca9ac3692222dc82fd57d75610a9df4 | 0 | roles/scan | 7,271 | [
"no_license"
] | [
{
"path": "roles/scan/templates/prefix_file.txt.j2",
"content": "{% for prefix in jsondata.prefix %}\n{{ prefix }}\n{% endfor %}\n{# {{ jsondata.results | community.general.json_query('[*].prefix')}} #}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | anskrish/ecs-cluster | 29f5ef9485b52df43bba757b910eb4b1375dad6a | 0 | roles/aws-elb | 7,271 | [
"no_license"
] | [
{
"path": "roles/aws-elb/tasks/main.yml",
"content": "# Check pre-requisites\n- include: pre-requisites.yml\n- name: Gathering ec2 facts\n action: ec2_asg_facts\n register: command_result\n- name: \"AWS | ELB | Create an ELB service\"\n local_action:\n module: ec2_elb_lb\n name: \"{{ elb_name }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | Danaes/ansible-rpi4 | 60a1593eb0002d4bc085edd7ae7199cdccfe1db8 | 0 | roles/common | 7,271 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n\n- name: reboot\n command: shutdown -r +0 'Ansible Reboot triggered'\n async: 0\n poll: 0\n ignore_errors: true\n become: true\n\n- name: wait for reboot to finish\n local_action: wait_for host=192.168.1.10 state=started port=22 delay=50 ti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2120,
"all_permissive": false
} |
ansible_role | Danaes/ansible-rpi4 | 60a1593eb0002d4bc085edd7ae7199cdccfe1db8 | 0 | roles/noip | 7,271 | [
"no_license"
] | [
{
"path": "roles/noip/tasks/main.yml",
"content": "---\n- name: Copy install script\n template:\n src: install.sh.j2\n dest: \"{{ home_dir }}/noip_install.sh\"\n mode: 0744\n\n- name: Install noip\n shell: ./noip_install.sh creates={{noip_conf}}\n\n- name: Install noip init.d\n template:\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | Danaes/ansible-rpi4 | 60a1593eb0002d4bc085edd7ae7199cdccfe1db8 | 0 | roles/samba | 7,271 | [
"no_license"
] | [
{
"path": "roles/samba/handlers/main.yml",
"content": "---\n- name: restart samba\n command: service smbd restart",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/samba/tasks/main.yml",
"content": "---\n- name: Install samba packages\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | Danaes/ansible-rpi4 | 60a1593eb0002d4bc085edd7ae7199cdccfe1db8 | 0 | roles/torrent | 7,271 | [
"no_license"
] | [
{
"path": "roles/torrent/tasks/firewall.yml",
"content": "- name: install dependencies\n apt:\n name:\n - ufw\n - host\n state: present\n update_cache: true\n cache_valid_time: 3600\n\n- name: allow ssh\n ufw:\n rule: limit\n port: ssh\n proto: tcp\n\n- name: allow transmiss... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | Danaes/ansible-rpi4 | 60a1593eb0002d4bc085edd7ae7199cdccfe1db8 | 0 | roles/webdav | 7,271 | [
"no_license"
] | [
{
"path": "roles/webdav/tasks/main.yml",
"content": "---\n#- name: Install Apache web server\n# register: apache2installed\n# apt:\n# update_cache: yes\n# autoremove: yes\n# state: latest\n# name:\n# - apache2\n# - apache2-utils\n# notify:\n# - Start Apache2\n#\n#- name: Enable d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1113,
"all_permissive": false
} |
ansible_role | piolotorrecampo/CPE232-Activity_15 | cd1d95179308320d66d65603eaff1ccec4ed1a56 | 0 | roles/cinder | 7,271 | [
"no_license"
] | [
{
"path": "roles/cinder/tasks/main.yml",
"content": "- import_tasks: prereq.yml\n- import_tasks: install.yml\n- import_tasks: configure.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/cinder/tasks/prereq.yml",
"content": "- name: Cr... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2828,
"all_permissive": false
} |
ansible_role | piolotorrecampo/CPE232-Activity_15 | cd1d95179308320d66d65603eaff1ccec4ed1a56 | 0 | roles/horizon | 7,271 | [
"no_license"
] | [
{
"path": "roles/horizon/handlers/main.yml",
"content": "- name: Restarting httpd and memcached\n service:\n name: \n - httpd\n - memcached\n state: restarted\n failed_when: false\n no_log: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | piolotorrecampo/CPE232-Activity_15 | cd1d95179308320d66d65603eaff1ccec4ed1a56 | 0 | roles/neutron | 7,271 | [
"no_license"
] | [
{
"path": "roles/neutron/tasks/network1.yml",
"content": "- name: Editing neutron config file\n copy:\n src: neutron.conf\n dest: /etc/neutron/neutron.conf\n owner: root\n group: neutron\n mode: 0640\n\n- name: Editing ml2_conf.ini file\n copy:\n src: ml2_conf.ini\n dest: /etc/neutron... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3586,
"all_permissive": false
} |
ansible_role | villadalmine/ansible-playbook | 2627e801b83c72816faecb76ae8a9364ece6b8f7 | 0 | playbook/roles/base | 7,271 | [
"no_license"
] | [
{
"path": "playbook/roles/base/tasks/base-yum.yml",
"content": "- name: \"Install EPEL ({{ansible_distribution}})\"\n yum: name=epel-release state=latest\n become: True\n become_user: root\n when: epel == True\n- name: \"OS upgrade\"\n yum: name=* state=latest update_cache=yes\n become: True\n become... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1285,
"all_permissive": false
} |
ansible_role | villadalmine/ansible-playbook | 2627e801b83c72816faecb76ae8a9364ece6b8f7 | 0 | playbook/roles/dns | 7,271 | [
"no_license"
] | [
{
"path": "playbook/roles/dns/tasks/main.yml",
"content": "---\n- include: \"roles/dns/tasks/base-{{package_manager}}-bind.yml\"\n when: dns_enabled == True\n- include: \"roles/dns/tasks/base-{{package_manager}}-bind-chroot.yml\"\n when: dns_chroot_enabled == True\n\n- name: debug\n debug: msg={{ item }}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9087,
"all_permissive": false
} |
ansible_role | villadalmine/ansible-playbook | 2627e801b83c72816faecb76ae8a9364ece6b8f7 | 0 | playbook/roles/ftp | 7,271 | [
"no_license"
] | [
{
"path": "playbook/roles/ftp/tasks/configure.yml",
"content": "- name: Create customdefault config\n become: True\n become_user: root\n template: src=vsftpd.conf.j2 dest=/etc/vsftpd/vsftpd.conf owner=root group=root mode=640\n notify:\n - restart vsftpd\n when: vsftpd_enabled == True\n\n\n- name: C... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9141,
"all_permissive": false
} |
ansible_role | villadalmine/ansible-playbook | 2627e801b83c72816faecb76ae8a9364ece6b8f7 | 0 | playbook/roles/mysql | 7,271 | [
"no_license"
] | [
{
"path": "playbook/roles/mysql/tasks/configure.yml",
"content": "- name: Create datadir if it does not exist\n file:\n path: \"{{ mysql_datadir }}\"\n state: directory\n owner: mysql\n group: mysql\n mode: 0755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2355,
"all_permissive": false
} |
ansible_role | gauravguptagtm/aws_ec2 | d425df97f648ee47fc1ed1591a16046411a04077 | 0 | roles/ec2_host | 7,271 | [
"no_license"
] | [
{
"path": "roles/ec2_host/defaults/main.yml",
"content": "---\r\n# defaults file for ec2_host",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/ec2_host/tasks/main.yml",
"content": "---\r\n# tasks file for webserver\r\n- name: Create Key Pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | Gowtham-Attili/nexus-final | d65fea206c06747cf905e59b7af4cfd79d19cc3d | 0 | roles/nexus | 7,271 | [
"no_license"
] | [
{
"path": "roles/nexus/tasks/main.yml",
"content": "---\n- name: update the packages\n apt:\n update_cache: yes\n force_apt_get: yes\n cache_valid_time: 3600\n\n- name: add nexus groupname\n group:\n name: \"{{nexus_group}}\"\n\n- name: add nexus username\n user:\n name: \"{{ nexus_user }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1665,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.