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 | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/python | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/python/tasks/main.yaml",
"content": "---\n- name: Check python version\n shell: python3 --version | cut -f 2 -d ' '\n ignore_errors: True\n register: python_version\n\n- debug:\n msg: \"{{ python_version.stdout }}\"\n\n- name: Unarchive Python-3.10.5.tar.xz from www.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1297,
"all_permissive": false
} |
ansible_role | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/time-and-locale | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/time-and-locale/tasks/main.yaml",
"content": "---\n- name: Set timezone to Europe/Amsterdam\n become: True\n become_method: sudo\n community.general.timezone:\n name: Europe/Amsterdam\n\n- name: Set locale en_US.UTF-8\n become: True\n become_method: sudo\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/torcs-agents | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/torcs-agents/tasks/main.yaml",
"content": "---\n- name: Copy requirements.txt\n ansible.builtin.copy:\n src: pip/requirements.txt\n dest: \"/home/{{ ansible_user_id }}/requirements.txt\"\n mode: 'u=rwx,g+x'\n\n- name: Install python packages for Torcs Agents\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/torcs-scr | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/torcs-scr/tasks/main.yaml",
"content": "# https://github.com/vog3lm/torcs-1.3.7\n---\n- name: Update bashrc for plib\n become: False\n ansible.builtin.blockinfile:\n path: \"/home/{{ ansible_user_id }}/.bashrc\"\n block: |\n export CFLAGS='-fPIC'\n export... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/ubuntu-desktop | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/ubuntu-desktop/tasks/main.yaml",
"content": "---\n- name: Enable X11 Forwarding\n lineinfile:\n path: /etc/ssh/sshd_config\n line: X11Forwarding yes\n\n- name: Install Ubuntu Desktop\n package:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/vnc-server | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/vnc-server/tasks/main.yaml",
"content": "---\n- name: Enable X11 Forwarding\n become: True\n become_method: sudo\n lineinfile:\n path: /etc/ssh/sshd_config\n line: X11Forwarding yes\n\n# https://vitux.com/ubuntu-vnc-server/\n- name: Install tightvncserver\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/zip | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/zip/tasks/main.yaml",
"content": "---\n- name: Install zip and unzip\n become: True\n become_method: sudo\n package:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - zip\n - unzip",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | ElviravdVen/TINLABML_22-23 | adb61cd8941d9586601669ed15b2736cad29136a | 3 | ansible/playbooks/roles/zsh | 7,385 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/zsh/tasks/main.yaml",
"content": "---\n- name: Check if zsh exists\n stat:\n path: /bin/zsh \n register: zsh\n\n- name: Install zsh\n become: True\n become_method: sudo\n package:\n name: zsh\n state: present\n update_cache: \"yes\"\n when: zsh.stat.ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/acmedns_base | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/acmedns_base/vars/main.yml",
"content": "---\nacmedns_base_home: /home/{{ acmedns_base_user }}\n\nacmedns_base_lego_version: 3.7.0\nacmedns_base_lego_dir: lego_v{{ acmedns_base_lego_version }}_linux_{{ acmedns_base_lego_arch }}\nacmedns_base_lego_archive: \"{{ acmedns_base_lego_dir ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11973,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/acmedns_cloudkey_updater | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/acmedns_cloudkey_updater/defaults/main.yml",
"content": "---\nacmedns_cloudkey_updater_runonce: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ansible/roles/acmedns_cloudkey_updater/vars/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4924,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/acmedns_pikvm_updater | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/acmedns_pikvm_updater/defaults/main.yml",
"content": "---\nacmedns_pikvm_updater_runonce: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/acmedns_pikvm_updater/tasks/main.yml",
"content": "---\n\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5032,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/acmedns_remote_host | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/acmedns_remote_host/tasks/main.yml",
"content": "---\n\n- name: Fix homedir permissions\n # SSH won't accept key auth if homedir is world/group writable, which it is by default on Synology\n file:\n path: \"{{ lookup('env', 'HOME') }}\"\n mode: \"0700\"\n state: directory... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/acmedns_syno_updater | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/acmedns_syno_updater/vars/main.yml",
"content": "---\nacmedns_syno_updater_cron_file: \"acmedns_update_{{ acmedns_syno_updater_job_name }}\"\nacmedns_syno_updater_certificate_dir: \"{{ acmedns_syno_updater_cert_base }}/{{ acmedns_syno_updater_job_name }}\"\nacmedns_syno_updater_rene... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10797,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/autoupgrade | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/autoupgrade/readme.md",
"content": "# autoupgrade role\n\nAutomatically apply packages updates to Linux distros\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/autoupgrade/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/backup_base | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/backup_base/tasks/main.yml",
"content": "---\n\n- name: Add group\n group:\n name: \"{{ backup_base_group }}\"\n system: yes\n\n- name: Add user\n user:\n name: \"{{ backup_base_user }}\"\n group: \"{{ backup_base_group }}\"\n system: yes\n create_home: yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1930,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/backup_remote_host | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/backup_remote_host/readme.md",
"content": "# `backup_remote_host`\n\nSet up a host so that an `backup_*` role (which may run on another host) can back it up.\n\nThis will include adding an ssh key to `authorized_keys`, and may include some other setup tasks.\n\nVariables:\n\n- `back... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1533,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/backup_unifi | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/backup_unifi/templates/backup_unifi.sh.j2",
"content": "#!/bin/sh\nset -eu\n\nremote=\"{{ backup_unifi_controller_user }}@{{ backup_unifi_controller_hostname }}\"\ndest=\"{{ backup_unifi_dest }}\"\n\nscp -r \"${remote}:/srv/unifi/data/backup/autobackup\" \"${dest}/unifi-controller\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2369,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/base | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/base/files/rpi_log_temperature.py",
"content": "#!/usr/bin/env python3\n\nimport argparse\nimport logging\nimport logging.handlers\nimport sys\n\nimport gpiozero\n\n\ndef main(args):\n parser = argparse.ArgumentParser(\n \"Log the temperature of the Raspberry Pi to a remot... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7195,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/capthook | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/capthook/readme.md",
"content": "# Captain Hook\n\nCaptain Hook is my webhook role.\nOther roles can depend on it, and install a webhook to do something.\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "ansible/roles/ca... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6928,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/cfn | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/cfn/defaults/main.yml",
"content": "---\ncloudformation_template_params: {}\ncloudformation_tags: {}\ncloudformation_capabilities: []\ncloudformation_on_create_failure: ROLLBACK\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/chineseroom | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/chineseroom/tasks/nginx.yml",
"content": "---\n- name: Install required packages\n package:\n name:\n - nginx\n state: present\n\n- name: Create nginx configuration for domain\n template:\n src: nginx-domain.conf.j2\n dest: \"{{ chineseroom_nginx_conf_dir }}/{{ ch... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 27114,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/docker | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/fedora31_cgroupsv1.yml",
"content": "---\n\n- name: Install grubby\n dnf:\n name: grubby\n state: present\n\n- name: Check if the kernel is already set to use cgroups v1\n command: grep -Eq '^kernelopts=.* systemd\\.unified_cgroup_hierarchy=0' /boot/grub2/gruben... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5572,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/emailfwd | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/emailfwd/templates/msmtprc.j2",
"content": "## msmtp config file\n\ndefaults\nauth on\ntls on\ntls_starttls off\nsyslog on\naliases /etc/aliases\n\n# This re-writes the From header even if it's present in the email.\n# Without this, cron will send emails with 'From: root' or whateve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2657,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/http_root_micahrl_com | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/http_root_micahrl_com/tasks/main.yml",
"content": "---\n\n- import_tasks: apache.yml\n tags: apache_root\n- import_tasks: interpersonal.yml\n tags: interpersonal\n- import_tasks: micahrlci.yml\n tags: micahrlci\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 48790,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/ircbnc | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/ircbnc/defaults/main.yml",
"content": "---\n\nircbnc_znc_user: znc\n# TODO: this is lazy and might not work everywhere\nircbnc_znc_group: \"{{ ircbnc_znc_user }}\"\nircbnc_znc_port: 10666\n\nircbnc_acmedns_updater_runonce: yes\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4668,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/mailbackup | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/mailbackup/templates/offlineimap.conf.j2",
"content": "[general]\naccounts = <EMAIL>\n\n\n[Account <EMAIL>]\nlocalrepository = <EMAIL>\nremoterepository = <EMAIL>-remote\n\n[Repository <EMAIL>-remote]\ntype = IMAP\nremotehost = mail.messagingengine.com\nremoteuser = <EMAIL>\nremotep... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3994,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/matrix_bot_ifrit | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/matrix_bot_ifrit/templates/trappedbot.config.yml.j2",
"content": "---\n\nmatrix:\n user_id: \"@ifrit:micahrl.com\"\n user_password: \"{{ matrix_bot_ifrit_matrix_password }}\"\n # Provide this and remove the password\n # access_token: \"PutYourLongAccessTokenHere\"\n\n homeserve... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7129,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/privnet | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/privnet/handlers/main.yml",
"content": "---\n- name: privnet stack redeploy\n docker_stack:\n state: present\n name: \"{{ privnet_stack_name }}\"\n compose:\n - \"{{ privnet_compose_path }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 32403,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/psynet_lighthouse | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/psynet_lighthouse/readme.md",
"content": "# `psynet_lighthouse`\n\nConfigure lighthouse instances for psynet.\n\nSee the `psyopsOS/docs/psynet.md` in the root of this repo for more info.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9829,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/seedbox | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/seedbox/templates/aws_credentials.j2",
"content": "[default]\naws_access_key_id={{ seedbox_acme_aws_access_key }}\naws_secret_access_key={{ seedbox_acme_aws_secret_key }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "a... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 35,
"total_bytes": 64437,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/syncthing_personal | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/syncthing_personal/defaults/main.yml",
"content": "syncthing_personal_default_folder_path: \"~/Syncthing\"\nsyncthing_personal_add_devices: []",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "ansible/roles/syncthing_personal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5165,
"all_permissive": false
} |
ansible_role | mrled/psyops | 6fc75395f5f01010ef2a23c0f5be0f9997975c1a | 8 | ansible/roles/sysloghost | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/sysloghost/tasks/main.yml",
"content": "---\n\n- name: Install packages (Fedora)\n block:\n - name: Uninstall rsyslog\n dnf:\n name: rsyslog\n state: absent\n - name: Install syslog-ng and other packages\n dnf:\n name:\n - logrotate\n - policyco... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8221,
"all_permissive": false
} |
ansible_role | heathdbrown/cisco-ios-hardening | 203c9d547d2b75151e4069523c9487c69a9dc89a | 0 | roles/config_aaa | 7,386 | [
"no_license"
] | [
{
"path": "roles/config_aaa/vars/main.yml",
"content": "---\n# vars file for config_aaa",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/config_aaa/tests/test.yml",
"content": "---\n- hosts: localhost\n connection: network_cli\n gather_f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | heathdbrown/cisco-ios-hardening | 203c9d547d2b75151e4069523c9487c69a9dc89a | 0 | roles/config_management_plane | 7,386 | [
"no_license"
] | [
{
"path": "roles/config_management_plane/tasks/main.yml",
"content": "---\n# tasks file for config_management_plane\n\n- include_tasks: exec_timeout.yml\n- include_tasks: memory_threshold.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4186,
"all_permissive": false
} |
ansible_role | heathdbrown/cisco-ios-hardening | 203c9d547d2b75151e4069523c9487c69a9dc89a | 0 | roles/config_services | 7,386 | [
"no_license"
] | [
{
"path": "roles/config_services/README.md",
"content": "config_services\n=========\n\nConfigures 'services' used by the management plane of the a switch/router device.\n\nRole Variables\n--------------\n\nBy default the config_services/defaults/main.yml all services are set to the most permissive settings.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4184,
"all_permissive": false
} |
ansible_role | codificat/apicast-apb | 8511db0b10fb9661505cba8f613d4070f6bbbf70 | 1 | roles/apicast | 7,386 | [
"no_license"
] | [
{
"path": "roles/apicast/vars/main.yml",
"content": "---\nendpoint_name: \"{{ 'endpoint' if deploy_environment=='production' else 'sandbox_endpoint' }}\"\nendpoint_xpath: /proxy/{{ endpoint_name }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"path": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6370,
"all_permissive": false
} |
ansible_role | rfcoutinho/ansible_essentials | 5203a70a076111a18e486aa9f4a653b2b1e6f38e | 0 | ansible/playbooks/roles/common | 7,386 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/common/tasks/send_email.yml",
"content": "# @author: <NAME> <<EMAIL>>\n# @description: This task sends an email with the specified parameters.\n---\n- name: Send Email\n mail:\n host: '{{ common.email.host }}'\n port: '{{ common.email.port }}'\n username: '{{ com... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | rfcoutinho/ansible_essentials | 5203a70a076111a18e486aa9f4a653b2b1e6f38e | 0 | ansible/playbooks/roles/linux | 7,386 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/linux/tasks/main.yml",
"content": "# @author: <NAME> <<EMAIL>>\n# @description: This file calls tasks for the role \"linux\".\n---\n- name: Get OS Info\n shell: uname -a && /bin/bash --version\n changed_when: false\n register: os_info\n\n- name: Get Memory Usage\n scri... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | rfcoutinho/ansible_essentials | 5203a70a076111a18e486aa9f4a653b2b1e6f38e | 0 | ansible/playbooks/roles/windows | 7,386 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/windows/defaults/main.yml",
"content": "# @author: <NAME> <<EMAIL>>\n# @description: This file sets default values for the role \"windows\".\n---\nwindows:\n email:\n from: '<your GMail address>'\n to: <EMAIL> # Change to a valid email address.\n subject: 'Windo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | glyphrider/minecraft | 8063cdd442273242ef893c39ecddd727ef305361 | 1 | roles/common | 7,386 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- import_tasks: update_apt.yml\n when: (ansible_facts['os_family'] == \"Debian\")\n\n- import_tasks: update_yum.yml\n when: (ansible_facts['os_family'] == \"RedHat\")\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | usunnapu/eda | b72cadac998841681009177d1728c24620cfb7f8 | 0 | roles/sample | 7,386 | [
"no_license"
] | [
{
"path": "roles/sample/tasks/main.yml",
"content": "---\n# tasks file for roles/sample\n- name: print event\n ansible.builtin.debug:\n msg: '{{ event }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | tw-wee/book-service | bba36e001cf979a42839fab783652d030617c4c7 | 0 | infrastructure/virtualBox/roles/base | 7,386 | [
"no_license"
] | [
{
"path": "infrastructure/virtualBox/roles/base/tasks/main.yml",
"content": "- name: apt update\n run_once: true\n apt:\n update_cache: yes\n\n- name: ensure easy-install installed\n apt:\n name: python-setuptools\n state: present\n\n- name: ensure Pip installed\n easy_install:\n name: pip\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | tw-wee/book-service | bba36e001cf979a42839fab783652d030617c4c7 | 0 | infrastructure/virtualBox/roles/git | 7,386 | [
"no_license"
] | [
{
"path": "infrastructure/virtualBox/roles/git/tasks/main.yml",
"content": "---\n\n- name: ensure git installed\n apt:\n name: git\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": false
} |
ansible_role | tw-wee/book-service | bba36e001cf979a42839fab783652d030617c4c7 | 0 | infrastructure/virtualBox/roles/java | 7,386 | [
"no_license"
] | [
{
"path": "infrastructure/virtualBox/roles/java/tasks/main.yml",
"content": "---\n\n- name: Add repo for java\n apt_repository:\n repo: 'ppa:webupd8team/java'\n state: present\n\n- name: Accept Oracle licence\n shell: echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | tw-wee/book-service | bba36e001cf979a42839fab783652d030617c4c7 | 0 | infrastructure/virtualBox/roles/tomcat | 7,386 | [
"no_license"
] | [
{
"path": "infrastructure/virtualBox/roles/tomcat/tasks/main.yml",
"content": "---\n\n- name: Ensure tomcat installed\n apt:\n name: tomcat7\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | santanu-c/ansible | 9a47788772e650f372d3eb238fd7344792c547fb | 0 | ansible_collections/santanu/linux_base_plus/roles/demo_role | 7,386 | [
"no_license"
] | [
{
"path": "ansible_collections/santanu/linux_base_plus/roles/demo_role/tasks/main.yml",
"content": "---\n- name: Enable selinux\n selinux:\n policy: targeted\n state: \"{{ selinux_mode }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | santanu-c/ansible | 9a47788772e650f372d3eb238fd7344792c547fb | 0 | ansible_collections/santanu/monitoring/roles/demo_atop | 7,386 | [
"no_license"
] | [
{
"path": "ansible_collections/santanu/monitoring/roles/demo_atop/handlers/main.yml",
"content": "---\n# handlers file for demo_atop",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible_collections/santanu/monitoring/roles/demo_atop/vars/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | cfultz/UpdateServersPlaybook | dfd2b1f2130f4af9c45c7551fe215e16f040b96d | 0 | roles/common | 7,386 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: Check to see if reboot is needed\n register: reboot_required_file\n stat: path=/var/run/reboot-required... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": true
} |
ansible_role | cfultz/UpdateServersPlaybook | dfd2b1f2130f4af9c45c7551fe215e16f040b96d | 0 | roles/security | 7,386 | [
"permissive"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "---\n- name: Set LoginGraceTime to 0 on SSH\n become: true\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#LoginGraceTime'\n line: LoginGraceTime\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 489,
"all_permissive": true
} |
ansible_role | unchama/kube-cluster-on-proxmox | f97696a051b73fd895c3caa9e3554a1436cc10e5 | 65 | ansible/roles/01-ssh-keygen | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/01-ssh-keygen/tasks/main.yaml",
"content": "- name: mkdir .ssh\n become: yes\n file: dest=/root/.ssh/ state=directory owner=root group=root\n\n- name: generate ssh-key\n become: yes\n openssh_keypair:\n path: /root/.ssh/id_ed25519\n type: ed25519\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | unchama/kube-cluster-on-proxmox | f97696a051b73fd895c3caa9e3554a1436cc10e5 | 65 | ansible/roles/02-setup-sshd-config | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/02-setup-sshd-config/tasks/main.yaml",
"content": "- name: Copy file\n ansible.builtin.copy:\n src: /root/.ssh/id_ed25519.pub\n dest: /home/cloudinit/.ssh/id_ed25519.pub\n\n- name: Set authorized key taken from file\n ansible.posix.authorized_key:\n user: cloudinit\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | unchama/kube-cluster-on-proxmox | f97696a051b73fd895c3caa9e3554a1436cc10e5 | 65 | ansible/roles/11-kubeadm-join-cp | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/11-kubeadm-join-cp/tasks/main.yaml",
"content": "- name: Copy file\n become: yes\n ansible.builtin.copy:\n src: /root/join_kubeadm_cp.yaml\n dest: /root/join_kubeadm_cp.yaml\n\n- name: Execute kubeadm join command\n become: yes\n shell: \"kubeadm join --config /root/join_k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | unchama/kube-cluster-on-proxmox | f97696a051b73fd895c3caa9e3554a1436cc10e5 | 65 | ansible/roles/12-kubeadm-join-wk | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/12-kubeadm-join-wk/tasks/main.yaml",
"content": "- name: Copy file\n become: yes\n ansible.builtin.copy:\n src: /root/join_kubeadm_wk.yaml\n dest: /root/join_kubeadm_wk.yaml\n\n- name: Execute kubeadm join command\n become: yes\n shell: \"kubeadm join --config /root/join_k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | unchama/kube-cluster-on-proxmox | f97696a051b73fd895c3caa9e3554a1436cc10e5 | 65 | ansible/roles/21-copy-kubeconfig | 7,386 | [
"no_license"
] | [
{
"path": "ansible/roles/21-copy-kubeconfig/tasks/main.yaml",
"content": "- name: Copy kubeconfig file\n shell: |\n mkdir -p ~/.kube\n sudo cp /etc/kubernetes/admin.conf ~/.kube/config\n sudo chown cloudinit:cloudinit ~/.kube/config\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | nikoren/prom | 9765b04f6f285dd7c3098f8bcf03cb98ac7c0661 | 0 | provisioning/roles/common | 7,387 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "- name: Install google repo\n copy:\n content: \"{{ common_gcloud_yum_repo }}\"\n dest: /etc/yum.repos.d/google-cloud-sdk.repo\n\n- name: Install epel repo\n yum:\n name: epel-release\n state: latest\n update_cache: yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | nikoren/prom | 9765b04f6f285dd7c3098f8bcf03cb98ac7c0661 | 0 | provisioning/roles/docker-compose | 7,387 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker-compose/defaults/main.yml",
"content": "docker_compose_executable: \"/usr/local/bin/docker-compose\"\ndocker_compose_version: \"1.19.0\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "provisioning/roles/docker-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | nikoren/prom | 9765b04f6f285dd7c3098f8bcf03cb98ac7c0661 | 0 | provisioning/roles/docker_ce | 7,387 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker_ce/defaults/main.yml",
"content": "docker_ce_ipaddress: \"127.0.0.1\"\ndocker_ce_port: \"9323\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "provisioning/roles/docker_ce/tasks/main.yml",
"content": "- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | nikoren/prom | 9765b04f6f285dd7c3098f8bcf03cb98ac7c0661 | 0 | provisioning/roles/prom | 7,387 | [
"no_license"
] | [
{
"path": "provisioning/roles/prom/tasks/main.yml",
"content": "- name: Generate alertmanager config\n template:\n src: ../alertmanager/alertmanager.yml.j2\n dest: /vagrant/alertmanager/alertmanager.yml\n\n- name: Build the services\n shell: \"cd /vagrant && docker-compose build\"\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | VNPT-SmartCloud-System/awx-hacluster | d51230ca533e05a84991972d7ed69932eb5baf92 | 0 | roles/awx | 7,387 | [
"no_license"
] | [
{
"path": "roles/awx/tasks/run.yml",
"content": "---\n- name: Start all AWX containers | config changes\n docker_compose:\n project_name: \"awx\"\n project_src: \"{{ awx_compose_dir }}/\"\n restarted: yes\n when: config_state_primary.changed or\n launcher_state_primary.changed or\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6360,
"all_permissive": false
} |
ansible_role | VNPT-SmartCloud-System/awx-hacluster | d51230ca533e05a84991972d7ed69932eb5baf92 | 0 | roles/base | 7,387 | [
"no_license"
] | [
{
"path": "roles/base/tasks/setup.yml",
"content": "---\n- name: Create Docker repo config\n template:\n src: docker-ce.repo.j2\n dest: \"/etc/yum.repos.d/docker-ce.repo\"\n owner: root\n group: root\n mode: 0644\n notify: Clear Yum cache\n\n- name: Install YUM dependencies\n yum:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | VNPT-SmartCloud-System/awx-hacluster | d51230ca533e05a84991972d7ed69932eb5baf92 | 0 | roles/isolated | 7,387 | [
"no_license"
] | [
{
"path": "roles/isolated/templates/authorized_keys.j2",
"content": "{{ awx_isolated_ssh_keys_public }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/isolated/tasks/setup.yml",
"content": "---\n- name: Create Docker compose directory ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | VNPT-SmartCloud-System/awx-hacluster | d51230ca533e05a84991972d7ed69932eb5baf92 | 0 | roles/webhook | 7,387 | [
"no_license"
] | [
{
"path": "roles/webhook/templates/project_script.sh.j2",
"content": "#!/bin/sh\ncurl -qsk -X POST -H 'Content-type: application/json' -u '{{ automation_user }}':'{{ automation_password }}' 'https://{{ awx_host }}/api/v2/projects/{{ item.id }}/update/'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3994,
"all_permissive": false
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/acm/roles/admin_create_acm_service_account | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/acm/roles/admin_create_acm_service_account/tasks/main.yaml",
"content": "---\n- include_role:\n name: \"{{ ocp_roles }}/admin_oc_login\"\n vars:\n openshift_username: \"{{ admin_user }}\"\n openshift_password: \"{{ <PASSWORD> }}\"\n\n- name: Create ansible-playbook-access Name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1351,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/acm/roles/import_managed_cluster | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/acm/roles/import_managed_cluster/defaults/main.yaml",
"content": "---\nbin_dir: /usr/local/bin\nstate: present\n...\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 47
},
{
"path": "playbooks/acm/roles/import_managed_clu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3055,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/acm/roles/install_acs_from_subscription | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/acm/roles/install_acs_from_subscription/defaults/main.yaml",
"content": "---\nsubscription_repo_url: https://github.com/skylarscaling/acm-install-acs.git\nsubscription_branch: main\napp_name: acs-installer\napp_namespace: acs-install-policies\n...\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1035,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/acs_export_all_policies | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/acs_export_all_policies/tasks/main.yaml",
"content": "---\n- name: Get Policy IDs from ACS\n ansible.builtin.uri:\n url: \"https://{{ acs_central_endpoint }}/v1/policies\"\n validate_certs: no\n method: GET\n body_format: json\n status_code: [200]\n return_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1046,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/acs_export_policy_by_id | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/acs_export_policy_by_id/tasks/main.yaml",
"content": "---\n- name: Get Policy from ACS\n ansible.builtin.uri:\n url: \"https://{{ acs_central_endpoint }}/v1/policies/{{ policy_id }}\"\n validate_certs: no\n method: GET\n body_format: json\n status_code: [200]\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/acs_import_policies_from_file | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/acs_import_policies_from_file/tasks/main.yaml",
"content": "---\n- name: Import policies into ACS\n ansible.builtin.uri:\n url: \"https://{{ acs_central_endpoint }}/v1/policies/import\"\n validate_certs: no\n method: POST\n body_format: json\n status_code: [ 20... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/admin_create_cluster_admin_service_account | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/admin_create_cluster_admin_service_account/tasks/main.yaml",
"content": "---\n- set_fact:\n cluster_address: \"{{ ocp_cluster.name }}.{{ ocp_cluster.base_domain }}\"\n\n- include_role:\n name: admin_oc_login\n\n- name: Create ansible-playbook-access Namespace\n k8s:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1378,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/admin_get_service_account_token | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/admin_get_service_account_token/tasks/main.yaml",
"content": "---\n- name: \"OpenShift CLI login\"\n shell: \"oc login -u {{ admin_user }} -p {{ admin_password }} https://api.{{ cluster_address }}:6443 --insecure-skip-tls-verify\"\n\n- name: Get ServiceAccount Secret\n k8s_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/admin_oc_login | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/admin_oc_login/tasks/main.yaml",
"content": "---\n#- name: \"Check for Existing Login\"\n# shell: \"oc whoami\"\n# register: result\n# failed_when: ( result.rc not in [ 0, 1 ] )\n#\n- set_fact:\n k8s_admin_port: \"{{ k8s_port }}\"\n when: k8s_admin_port is undefined\n#\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4317,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/aws_create_machineset | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/aws_create_machineset/tasks/wait_for_nodes.yaml",
"content": "---\n\n\n- name: Wait for machines to be created and Running\n kubernetes.core.k8s_info:\n api_version: machine.openshift.io/v1beta1\n kind: Machine\n namespace: \"{{ openshift_machine_api_namespace }}\"\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 12884,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/aws_provision_ocp_ipi | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/aws_provision_ocp_ipi/tasks/main.yaml",
"content": "---\n- name: \"Check if cluster directory already exists\"\n ansible.builtin.stat:\n path: \"{{ working_dir }}/install/{{ ocp_cluster.name }}\"\n register: cluster_dir_stat\n\n- name: Skip provisioning if cluster exists\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2057,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/create_default_cluster_admin | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/create_default_cluster_admin/tasks/main.yaml",
"content": "---\n- name: Create cluster-admin role binding\n k8s:\n host: \"https://api.{{ cluster_address }}:{{ k8s_port }}\"\n definition:\n kind: ClusterRoleBinding\n apiVersion: rbac.authorization.k8s.io/v1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1183,
"all_permissive": true
} |
ansible_role | SkylarScaling/ansible-for-openshift | 96468579102278c0c3d2bca5a8183ba43115371a | 0 | playbooks/ocp/roles/install_acm | 7,387 | [
"permissive"
] | [
{
"path": "playbooks/ocp/roles/install_acm/defaults/main.yaml",
"content": "---\nstate: present\nrelease_channel: release-2.13\n...\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 53
},
{
"path": "playbooks/ocp/roles/install_acm/tasks/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3080,
"all_permissive": true
} |
ansible_role | schrenker/kthw | ce859147cb05d2a5c919c74c56e6ca8416724439 | 1 | ansible/roles/CA | 7,387 | [
"no_license"
] | [
{
"path": "ansible/roles/CA/defaults/main.yml",
"content": "---\nkubehostnames: \"kubernetes,kubernetes.default,kubernetes.default.svc,\\\nkubernetes.default.svc.cluster,kubernetes.svc.cluster.local\"\nkubecomposite: \"10.32.0.1,{{ controller_ips }},{{ kubehostnames }},\\\n127.0.0.1,{{ loadbalancer_ip }}\"\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3917,
"all_permissive": false
} |
ansible_role | schrenker/kthw | ce859147cb05d2a5c919c74c56e6ca8416724439 | 1 | ansible/roles/control_plane | 7,387 | [
"no_license"
] | [
{
"path": "ansible/roles/control_plane/defaults/main.yml",
"content": "---\ncontrol_plane_ver: \"v1.21.0\"\nhome: \"/home/{{ username }}\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/control_plane/tasks/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2733,
"all_permissive": false
} |
ansible_role | schrenker/kthw | ce859147cb05d2a5c919c74c56e6ca8416724439 | 1 | ansible/roles/etcd | 7,387 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd/tasks/main.yml",
"content": "---\n- name: Fetch and extract etcd package\n unarchive:\n src: \"{{ etcd_url }}\"\n dest: \"/tmp\"\n remote_src: true\n creates: \"/tmp/{{ etcd_package }}/etcd\"\n\n- name: Copy etcd to /usr/local/bin\n copy:\n src: \"/tmp/{{ etcd_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2763,
"all_permissive": false
} |
ansible_role | schrenker/kthw | ce859147cb05d2a5c919c74c56e6ca8416724439 | 1 | ansible/roles/kubeconfig | 7,387 | [
"no_license"
] | [
{
"path": "ansible/roles/kubeconfig/tasks/main.yml",
"content": "---\n- name: Generate kubeconfig for worker nodes\n include_tasks: worker.yml\n vars:\n worker: \"{{item}}\"\n with_items: \"{{ groups.worker }}\"\n\n- name: Generate kube-proxy config file\n shell:\n cmd: >\n kubectl config set... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5023,
"all_permissive": false
} |
ansible_role | schrenker/kthw | ce859147cb05d2a5c919c74c56e6ca8416724439 | 1 | ansible/roles/nginx_proxy | 7,387 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_proxy/handlers/main.yml",
"content": "---\n- name: reload nginx\n systemd:\n name: nginx\n state: reloaded\n enabled: true\n become: true\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "ansible/role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | schrenker/kthw | ce859147cb05d2a5c919c74c56e6ca8416724439 | 1 | ansible/roles/worker_node | 7,387 | [
"no_license"
] | [
{
"path": "ansible/roles/worker_node/tasks/main.yml",
"content": "---\n- name: Install necessary packages\n apt:\n pkg:\n - socat\n - conntrack\n - ipset\n state: present\n update_cache: true\n cache_valid_time: 3600\n\n- name: Disable swap\n command: swapoff -a\n\n- name: Disab... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4583,
"all_permissive": false
} |
ansible_role | SandeepNainala/Ansible | d5a1b4bd6812dae4bd98b95f91653e3ed057652c | 0 | roles/create-user | 7,387 | [
"no_license"
] | [
{
"path": "roles/create-user/tasks/main.yml",
"content": "---\n- name: set group with the name shadow\n group:\n name: shadow\n\n- name: set group with the name sudo\n group:\n name: sudo\n\n- name: Adding new user\n user: name=devops groups=shadow,sudo shell=/bin/bash append=yes generate_ssh_key=y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | qgsoriano1/Soriano_Act10 | a12c8b6fdf91b9e8739d8f747858915754b5c7a2 | 0 | roles/filebeat-logzio | 7,387 | [
"no_license"
] | [
{
"path": "roles/filebeat-logzio/templates/filebeat.yml.j2",
"content": "filebeat:\n prospectors:\n {{ filebeat_prospectrs | to_json }}\n\noutput:\n{% if filebeat_output_elasticsearch_enabled %}\n elasticsearch:\n hosts: {{ filebeat_output_elasticsearch_hosts | to_json }}\n\n{% if filebeat_ssl_certi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2035,
"all_permissive": false
} |
ansible_role | qgsoriano1/Soriano_Act10 | a12c8b6fdf91b9e8739d8f747858915754b5c7a2 | 0 | roles/java | 7,387 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n\n- name: Add the java ppa repo\n apt_repository:\n repo: ppa:webupd8team/java\n\n- name: Automatically accept the oravle license\n shell: echo debconf shared/accepted-oracle-license-v1-1 true | sudo debconf-set-selections\n\n- name: Install java 8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | qgsoriano1/Soriano_Act10 | a12c8b6fdf91b9e8739d8f747858915754b5c7a2 | 0 | roles/kibana | 7,387 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n\n- name: Install kibana with apt\n apt:\n name: kibana\n update_cache: yes\n\n- name: Updating the config file to allow outside access\n lineinfile:\n destfile: /etc/kibana/kibana.yml\n regexp: 'server.host:'\n line: 'server.host: 0.0.0.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | martin-v/ansible-common-template | aa40029d939acab96d1ba662e4f4f5577e8ddac3 | 0 | roles/account | 7,387 | [
"no_license"
] | [
{
"path": "roles/account/tasks/htoprc-deploy.yml",
"content": "---\n\n- name: Creates htoprc directory for {{ username }}\n file:\n path: \"{{ userhome }}/.config/htop\"\n state: directory\n owner: \"{{ username }}\"\n group: \"{{ username }}\"\n\n- name: Deploy htoprc for {{ username }}\n cop... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4822,
"all_permissive": false
} |
ansible_role | martin-v/ansible-common-template | aa40029d939acab96d1ba662e4f4f5577e8ddac3 | 0 | roles/common | 7,387 | [
"no_license"
] | [
{
"path": "roles/common/tasks/editor.yml",
"content": "---\n\n- etckeeper: action=begin\n\n\n- name: Set editor default alternative\n alternatives: name=editor path={{ editor }}\n when: ansible_os_family == 'Debian'\n\n\n- name: Set editor default $EDITOR\n lineinfile: dest=/etc/environment regexp=^EDITO... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3945,
"all_permissive": false
} |
ansible_role | martin-v/ansible-common-template | aa40029d939acab96d1ba662e4f4f5577e8ddac3 | 0 | roles/debian | 7,387 | [
"no_license"
] | [
{
"path": "roles/debian/tasks/main.yml",
"content": "---\n\n- etckeeper: action=begin\n\n- include: debian-packages.yml\n- include: unattended-upgrades.yml\n- include: exim.yml\n\n- etckeeper: action=end\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5415,
"all_permissive": false
} |
ansible_role | martin-v/ansible-common-template | aa40029d939acab96d1ba662e4f4f5577e8ddac3 | 0 | roles/end | 7,387 | [
"no_license"
] | [
{
"path": "roles/end/tasks/main.yml",
"content": "---\n\n- etckeeper: action=begin\n\n\n- name: Create /etc/.provisioned marker file\n copy: dest=/etc/.provisioned content=\"\"\n\n\n- etckeeper: \"action=commit msg='ansible: {{ vars['role_name'] }}.main' rev={{ revision }}\"\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | martin-v/ansible-common-template | aa40029d939acab96d1ba662e4f4f5577e8ddac3 | 0 | roles/etckeeper | 7,387 | [
"no_license"
] | [
{
"path": "roles/etckeeper/tasks/main.yml",
"content": "---\n\n- etckeeper: action=begin ignore_missing_etckeeper=yes\n\n\n- name: Install etckeeper\n package: name=etckeeper state=present\n\n- name: Init etckeeper\n shell: etckeeper init\n args:\n creates: /etc/.git/index\n\n- set_fact:\n revision... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | martin-v/ansible-common-template | aa40029d939acab96d1ba662e4f4f5577e8ddac3 | 0 | roles/physicalhost | 7,387 | [
"no_license"
] | [
{
"path": "roles/physicalhost/tasks/main.yml",
"content": "---\n\n- etckeeper: action=begin\n\n\n- name: Install packages for physicalhost\n package: name={{ item }} state=present\n tags: [ packages ]\n with_items:\n - ethtool\n - hdparm\n - iperf\n - lshw\n - smartmontools\n\n\n- etckeeper: \"actio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | siva-subramaniam-m/ansible-examples | 95e78c953040a0c38db4f92fa13ef09892ae324f | 0 | mysql-ubuntu/roles/mysql | 7,391 | [
"permissive"
] | [
{
"path": "mysql-ubuntu/roles/mysql/tasks/main.yml",
"content": "---\n- name: Installing Mysql and dependencies\n package:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - mysql-server\n - mysql-client \n - python3-mysqldb\n - libmysqlclient-dev\n become: yes\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 893,
"all_permissive": true
} |
ansible_role | siva-subramaniam-m/ansible-examples | 95e78c953040a0c38db4f92fa13ef09892ae324f | 0 | two_tier_chatbot/roles/backend | 7,391 | [
"permissive"
] | [
{
"path": "two_tier_chatbot/roles/backend/defaults/main.yml",
"content": "---\nmongodb_user: chatbotadmin\nmongodb_password: <PASSWORD>\nmongodb_port: 27017\nmongodb_database: chatbotdb\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 108
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1098,
"all_permissive": true
} |
ansible_role | siva-subramaniam-m/ansible-examples | 95e78c953040a0c38db4f92fa13ef09892ae324f | 0 | two_tier_chatbot/roles/frontend | 7,391 | [
"permissive"
] | [
{
"path": "two_tier_chatbot/roles/frontend/tasks/main.yml",
"content": "---\n\n- name: Install the nodejs\n apt:\n name: nodejs\n state: present\n\n- name: Install npm\n apt:\n name: npm\n state: present\n\n- name: Install n\n command: npm install -g n\n\n- name: Install specific version of n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1355,
"all_permissive": true
} |
ansible_role | colder-is-better/crookly | 365d34a504f7f3b847487a5d2a98a3bd542af130 | 1 | ansible/roles/add_repos | 7,391 | [
"no_license"
] | [
{
"path": "ansible/roles/add_repos/defaults/main.yml",
"content": "repos:\n - { name: 'prod', url: 'http://download.suse.de/ibs/SUSE/Products/SLE-Product-SLES/15-SP2/x86_64/product' }\n - { name: 'prod_up', url: 'http://download.suse.de/ibs/SUSE/Updates/SLE-Product-SLES/15-SP2/x86_64/update' }\n\n - { na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | colder-is-better/crookly | 365d34a504f7f3b847487a5d2a98a3bd542af130 | 1 | ansible/roles/customize_hosts_file | 7,391 | [
"no_license"
] | [
{
"path": "ansible/roles/customize_hosts_file/tasks/main.yml",
"content": "---\n\n- name: 'Replace existing /etc/hosts with ours (keep a backup of the original)'\n template:\n src: etc_hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n mode: 0644\n backup: yes\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | colder-is-better/crookly | 365d34a504f7f3b847487a5d2a98a3bd542af130 | 1 | ansible/roles/disable_swap | 7,391 | [
"no_license"
] | [
{
"path": "ansible/roles/disable_swap/tasks/main.yml",
"content": "---\n\n- name: 'Disable swap'\n become: true\n shell: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: 'Remove swapfile from /etc/fstab'\n mount:\n name: swap\n fstype: swap\n state: absent\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | colder-is-better/crookly | 365d34a504f7f3b847487a5d2a98a3bd542af130 | 1 | ansible/roles/reboot | 7,391 | [
"no_license"
] | [
{
"path": "ansible/roles/reboot/tasks/main.yml",
"content": "---\n\n- name: 'Make sure required package lsof is present'\n zypper:\n name: lsof\n state: present\n\n- name: 'Check if reboot is required'\n become: true\n shell: zypper ps\n args:\n warn: false\n register: zypper_ps\n failed_when... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | colder-is-better/crookly | 365d34a504f7f3b847487a5d2a98a3bd542af130 | 1 | ansible/roles/refresh_update | 7,391 | [
"no_license"
] | [
{
"path": "ansible/roles/refresh_update/tasks/main.yml",
"content": "---\n\n- name: 'Refresh repositories & apply package updates'\n zypper:\n name: '*'\n state: dist-upgrade\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | I-Dont-Remember/AnsibleLaptop | d4ee7e28827d6cd3a2db0134f79f536ca5d4b8ab | 0 | roles/arduino | 7,391 | [
"no_license"
] | [
{
"path": "roles/arduino/tasks/main.yml",
"content": "# TODO: setup for Arduino development\n# https://galaxy.ansible.com/conorsch/arduino\n- include_role:\n name: conorsch.arduino\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.