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 | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/rofi | 162 | [
"no_license"
] | [
{
"path": "roles/rofi/tasks/main.yml",
"content": "---\n- name: Install rofi\n ansible.builtin.package:\n name: rofi\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/rsync | 162 | [
"no_license"
] | [
{
"path": "roles/rsync/tasks/main.yml",
"content": "---\n- name: Install rsync\n ansible.builtin.package:\n name: rsync\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/spotify | 162 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "---\n- name: Install spotify\n kewlfft.aur.aur:\n name: spotify\n state: latest\n use: paru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/ssh | 162 | [
"no_license"
] | [
{
"path": "roles/ssh/templates/config.j2",
"content": "{% if ssh_config is defined %}\n{% for key, value in ssh_config.items() %}\nHost {{ key }}\n{% for k, v in value.items() %}\n\t{{ k }} {{ v }}\n{% endfor %}\n{% endfor %}\n{% endif %}\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/starship | 162 | [
"no_license"
] | [
{
"path": "roles/starship/files/config.toml",
"content": "\"$schema\" = \"https://starship.rs/config-schema.json\"\n\nadd_newline = true\n\nformat = '$all'\n\nright_format = '$git_branch$git_status$time$package'\n\npalette = \"tkn\"\n\n[palettes.tkn]\nred = \"#f7768e\"\norange = \"#ff9e64\"\ngreen = \"#9ece... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/wget | 162 | [
"no_license"
] | [
{
"path": "roles/wget/tasks/main.yml",
"content": "---\n- name: Install wget\n ansible.builtin.package:\n name: wget\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/xplr | 162 | [
"no_license"
] | [
{
"path": "roles/xplr/tasks/main.yml",
"content": "---\n- name: Install xplr\n ansible.builtin.package:\n name: xplr\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/zip | 162 | [
"no_license"
] | [
{
"path": "roles/zip/tasks/main.yml",
"content": "---\n- name: Install zip\n ansible.builtin.package:\n name: zip\n state: latest\n use: pacman\n become: true\n\n- name: Install unzip\n ansible.builtin.package:\n name: unzip\n state: latest\n use: pacman\n become: true\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/zsh | 162 | [
"no_license"
] | [
{
"path": "roles/zsh/files/.zshrc",
"content": "# Lines configured by zsh-newuser-install\nHISTFILE=~/.histfile\nHISTSIZE=1000\nSAVEHIST=1000\n# End of lines configured by zsh-newuser-install\n# The following lines were added by compinstall\nzstyle :compinstall filename \"${HOME}/.zshrc\"\n\nautoload -Uz co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4998,
"all_permissive": false
} |
ansible_role | fareedmirzay/Ansible-Config-Management | 3ae40302fdb210d69f1ec2d7851cbace89fd3890 | 0 | roles/roles/apache | 162 | [
"no_license"
] | [
{
"path": "roles/roles/apache/tasks/setup-RedHat.yml",
"content": "---\n- name: Ensure Apache is installed on RHEL.\n become: yes\n package:\n name: \"{{ apache_packages }}\"\n state: \"{{ apache_packages_state }}\"\n enablerepo: \"{{ apache_enablerepo | default(omit, true) }}\"\n\n\n- name: set ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | muhamadsoufi/deploy_zabbix_agent | 22e7b9341d662777603be0e5d9c1289833c3c9b5 | 1 | deploy-zabbix-agent/roles/provision | 162 | [
"no_license"
] | [
{
"path": "deploy-zabbix-agent/roles/provision/tasks/main.yml",
"content": "- name: Download Zabbix repository package\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version == '22'\n get_url:\n url: https://repo.zabbix.com/zabbix/6.0/ubuntu/pool/main/z/zabbix-release/zabbix-re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2113,
"all_permissive": false
} |
ansible_role | innophi/ansible-letsencrypt | 5c89f156913ca301fb1194d6f1977cb17ce07ba0 | 0 | roles/letsencrypt | 162 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/README.md",
"content": "This Ansible module allow you to install some scripts to generate letsencrypt\ncertificates automatically.\n\nIt provides some scripts and nginx/apache configuration snippets which avoid to \nstop your server in order to generate the certificates. Only a ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 25387,
"all_permissive": false
} |
ansible_role | BLINKBYTE/nomad | 2c54bb11dcc13e5df1d41c2e4b64b8d72fb952e5 | 0 | ansible/roles/CNI_plugins | 162 | [
"no_license"
] | [
{
"path": "ansible/roles/CNI_plugins/tasks/main.yml",
"content": "---\n - name: download cni-plugins\n ansible.builtin.get_url:\n url: https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-{{architecture}}-v1.0.0.tgz\n dest: /tmp/cni-plugins.tgz.zip\n\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | BLINKBYTE/nomad | 2c54bb11dcc13e5df1d41c2e4b64b8d72fb952e5 | 0 | ansible/roles/make_users | 162 | [
"no_license"
] | [
{
"path": "ansible/roles/make_users/tasks/main.yml",
"content": "---\n\n- name: Ensure group exsists\n ansible.builtin.group:\n name: \"{{ nomad_user_name }}\"\n state: present\n\n- name: Ensure user exsists\n ansible.builtin.user:\n name: \"{{ nomad_user_name }}\"\n group: \"{{ nomad_user_nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | BLINKBYTE/nomad | 2c54bb11dcc13e5df1d41c2e4b64b8d72fb952e5 | 0 | ansible/roles/nomad-base | 162 | [
"no_license"
] | [
{
"path": "ansible/roles/nomad-base/tasks/main.yml",
"content": "---\n\n- name: Ensure package is insatlled\n ansible.builtin.package:\n name: \"{{ item }}\"\n with_items:\n - unzip\n\n- name: Download nomad\n ansible.builtin.get_url:\n url: https://releases.hashicorp.com/nomad/{{ nomad_version ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | BLINKBYTE/nomad | 2c54bb11dcc13e5df1d41c2e4b64b8d72fb952e5 | 0 | ansible/roles/nomad-client | 162 | [
"no_license"
] | [
{
"path": "ansible/roles/nomad-client/templates/config.hcl.j2",
"content": "data_dir = \"/var/lib/nomad\"\n\nbind_addr = \"0.0.0.0\" # the default\n\ndatacenter = \"{{ dc }}\"\n\nadvertise {\n # Defaults to the first private IP address.\n http = \"{{hostvars[inventory_hostname]['ansible_default_ipv4']['a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | estudosdevops/homelab | 2765e07ff8b16a2ad0b0c5d6a8b15877595b6944 | 2 | ansible/roles/addons | 162 | [
"no_license"
] | [
{
"path": "ansible/roles/addons/tasks/main.yml",
"content": "---\n- name: Check if helmfile-releases script exists\n ansible.builtin.stat:\n path: \"{{ playbook_dir }}/../../scripts/helmfile-releases.sh\"\n register: helmfile_script\n tags:\n - all\n - addons\n - never\n\n- name: Fail if scri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1747,
"all_permissive": false
} |
ansible_role | estudosdevops/homelab | 2765e07ff8b16a2ad0b0c5d6a8b15877595b6944 | 2 | ansible/roles/k3s | 162 | [
"no_license"
] | [
{
"path": "ansible/roles/k3s/files/coredns-custom.yml",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: coredns-custom\n namespace: kube-system\ndata:\n custom.server: |\n homelab.tech:53 {\n errors\n cache 30\n forward . 192.168.15.102\n }\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5834,
"all_permissive": false
} |
ansible_role | estudosdevops/homelab | 2765e07ff8b16a2ad0b0c5d6a8b15877595b6944 | 2 | ansible/roles/setup | 162 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/tasks/main.yml",
"content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n tags:\n - all\n - setup\n - always\n\n- name: Install common packages\n package:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | codesplicer/ansible-docker-nginx | fd1423c64b1f3c4e721ea02f64c9dd615d117f3b | 0 | ansible/roles/mysite | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/mysite/tasks/main.yml",
"content": "---\n- name: Create webroot\n file:\n path: /var/www/mysite\n state: directory\n mode: 0755\n owner: www-data\n group: www-data\n\n- name: Ensure nginx can read /var/www\n file:\n path: /var/www\n state: directory\n owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/activate_windows_srv | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/activate_windows_srv/files/activate_srv.bat",
"content": "dism /online /set-edition:ServerStandard /productkey:<KEY> /accepteula /NoRestart\ncscript //nologo c:\\windows\\system32\\slmgr.vbs /upk\ncscript //nologo c:\\windows\\system32\\slmgr.vbs /ipk VDYBN-27WPP-V4HQT-9VMD4-VMK7H\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/activate_windows_wks | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/activate_windows_wks/tasks/main.yml",
"content": "---\n# https://blog.51sec.org/2023/01/how-to-upgrade-windows-10-evaluation.html\n - name: Upload Windows Workstation Activation File\n ansible.windows.win_copy:\n src: \"files/skus-Windows-10.zip\"\n dest: \"C:\\\\Users... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1387,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/disable_rtm | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/disable_rtm/tasks/main.yml",
"content": "---\n - name: Disable windows defender sending sample\n win_shell: Set-MpPreference -MAPSReporting 0\n\n - name: Disable windows defender sending sample #2 : never send\n win_shell: Set-MpPreference -SubmitSamplesConsent 2\n\n - name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/disable_vagrant_user | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/disable_vagrant_user/tasks/main.yaml",
"content": "---\n - name: Disable vagrant user\n community.windows.win_scheduled_task:\n name: Disable vagrant user\n description: open command prompt\n actions:\n - path: cmd\n arguments: /c net user vagrant /act... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/hacking_tools | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/hacking_tools/tasks/main.yml",
"content": "---\n - name: HACKING TOOLS | Create Tools directory\n win_file: \n path: c:\\Tools\n state: directory\n\n - name: HACKING TOOLS | Upload DownloadTools.ps1\n ansible.windows.win_copy:\n src: \"files/DownloadTools.ps1\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/install_office | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/install_office/files/activate_office.bat",
"content": "cd \"C:\\Program Files\\Microsoft Office\\Office16\"\nREM If you want to execute manually the commands on the CMD execute: for /f %x IN ('dir /b ..\\root\\Licenses16\\ProPlus2019VL*.xrm-ms') DO ( cscript ospp.vbs /inslic:\"..\\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/joindomain | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/joindomain/tasks/main.yml",
"content": "---\n- name: Point dns to Goku\n win_dns_client:\n adapter_names: \"{{ ethernet_adapter }}\"\n ipv4_addresses:\n - 10.10.10.5\n - 1.1.1.1\n register: dns_setup\n\n# Make sure RDP is on\n- include_tasks: enable_rdp.yml\n\n# S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/kali | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/kali/tasks/main.yml",
"content": "---\n - name: Kali | Create user auditor\n shell: useradd -m auditor; usermod -aG adm,dialout,cdrom,floppy,sudo,audio,dip,video,plugdev,netdev,wireshark,bluetooth,scanner,kaboxer auditor; chsh -s /bin/bash auditor\n\n - name: Kali | Make audito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1885,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/kaliold | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/kaliold/files/install_xrdp.sh",
"content": "#!/bin/sh\n# This script based on linux-vm-tools for Ubuntu 22.02.\n# Thanks to https://github.com/Hinara/linux-vm-tools/ to script\n\n# This script is for Ubuntu 22.04 <NAME> to download and install XRDP+XORGXRDP via\n# source.\n#\n# Majo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6229,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/kms | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/kms/files/00-installer-config.yaml",
"content": "# This is the network config written by 'subiquity'\nnetwork:\n ethernets:\n eth0:\n addresses:\n - 10.10.10.2/24\n nameservers:\n addresses: [10.10.10.1]\n routes:\n - to: default\n vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/local_admin_password | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/local_admin_password/tasks/main.yml",
"content": "---\n - name: Change Local Admin Password\n ansible.windows.win_user:\n name: \"Administrator\"\n password: \"<PASSWORD>!\"\n account_disabled: no",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/mssql | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/mssql/tasks/main.yml",
"content": "---\n - name: MSSQL | create a directory for the setup \n win_file: \n path: c:\\setup\n state: directory\n\n - name: MSSQL | create a directory for setting up MSSQL\n win_file: \n path: c:\\setup\\mssql\n state: directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5339,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/promotedc | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/promotedc/tasks/accounts.yml",
"content": "---\n - name: ACCOUNTS | Ensure AD account sql_svc exists\n community.windows.win_domain_user:\n name: sql_svc\n firstname: sql_svc\n password: <PASSWORD>\n state: present\n groups:\n - Domain Users\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/unconstrained_delegation | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/unconstrained_delegation/tasks/main.yml",
"content": "---\n - name: Setting Unconstrained delegation\n win_shell: Set-ADAccountControl -Identity raditz$ -TrustedForDelegation $true\n become: yes\n become_method: runas\n become_user: <EMAIL>\n vars:\n ansible_bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1981,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/vulnerable_service | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/vulnerable_service/tasks/main.yml",
"content": "---\n - name: VULN SERVICE | Create setup directory\n win_file: \n path: c:\\setup\n state: directory\n\n - name: VULN SERVICE | Upload Set-UserRights.ps1\n ansible.windows.win_copy:\n src: \"files/Set-UserRights... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4897,
"all_permissive": false
} |
ansible_role | Marmeus/mad-hyperv | 83b63ba9f42d152a6578fbeae73817cda0b8a075 | 93 | ansible/roles/windows_ip | 166 | [
"no_license"
] | [
{
"path": "ansible/roles/windows_ip/tasks/main.yml",
"content": "---\n - name: Fix host static IP after reboot\n community.windows.win_scheduled_task:\n name: Set static\n description: open command prompt\n actions:\n - path: cmd\n arguments: /c netsh interface ipv4 set addres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | abir364/ansible-project | ea0b6d6985081675b6254b67187ee617155b1b0d | 0 | dbserver/roles/db-firewall | 166 | [
"no_license"
] | [
{
"path": "dbserver/roles/db-firewall/tasks/main.yml",
"content": "---\n- name: Start firewalld\n service:\n name: firewalld\n state: started\n enabled: true\n tags: started firewalld\n\n- name: Insert firewalld rule for mysql\n firewalld:\n port: '{{ mysql_port }}/tcp'\n permanent: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | abir364/ansible-project | ea0b6d6985081675b6254b67187ee617155b1b0d | 0 | dbserver/roles/db-mysql | 166 | [
"no_license"
] | [
{
"path": "dbserver/roles/db-mysql/tasks/main.yml",
"content": "---\n- name: Copy mysql configuration file\n copy: \n src: files/my.cnf \n dest: /etc/my.cnf\n tags: mysql conf copy\n\n- name: Start MariaDB service\n service: \n name: mariadb \n state: started \n enabled: true\n tags: star... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | abir364/ansible-project | ea0b6d6985081675b6254b67187ee617155b1b0d | 0 | dbserver/roles/db-service-install | 166 | [
"no_license"
] | [
{
"path": "dbserver/roles/db-service-install/vars/main.yml",
"content": "---\npackages:\n - libselinux-python\n - libsemanage-python\n - mariadb-server\n - MySQL-python\n - php-mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "dbserver/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | abir364/ansible-project | ea0b6d6985081675b6254b67187ee617155b1b0d | 0 | webserver/roles/web-apache | 166 | [
"no_license"
] | [
{
"path": "webserver/roles/web-apache/vars/main.yml",
"content": "---\nhttp_host: library.com\nserver: 192.168.20.135\nrepository: https://github.com/AbirHossainDevOps/library.git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "webserver/roles/w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | abir364/ansible-project | ea0b6d6985081675b6254b67187ee617155b1b0d | 0 | webserver/roles/web-firewall | 166 | [
"no_license"
] | [
{
"path": "webserver/roles/web-firewall/tasks/main.yml",
"content": "---\n- name: Start firewalld\n service:\n name: firewalld\n state: started\n enabled: true\n tags: started firewalld\n\n- name: Insert firewalld rule for apache\n firewalld:\n port: '{{ httpd_port }}/tcp'\n permanent: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | abir364/ansible-project | ea0b6d6985081675b6254b67187ee617155b1b0d | 0 | webserver/roles/web-service-install | 166 | [
"no_license"
] | [
{
"path": "webserver/roles/web-service-install/vars/main.yml",
"content": "---\npackages:\n - libselinux-python\n - libsemanage-python\n - httpd\n - git\n - php\n - php-mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "webserver/roles/w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | resourcepool/handson-your-delivery-pipeline | a26a006f798194f660b12d91b50def258b68bb84 | 1 | ci-server/roles/common | 166 | [
"permissive"
] | [
{
"path": "ci-server/roles/common/tasks/main.yml",
"content": "---\n- name: Configure iptables for 80<-8080 routing\n iptables: table=nat chain=PREROUTING protocol=tcp match=tcp destination_port=80 jump=REDIRECT to_ports=8080 comment=\"Redirect web traffic to port 8080\"\n become: yes\n \n- name: Allow j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": true
} |
ansible_role | resourcepool/handson-your-delivery-pipeline | a26a006f798194f660b12d91b50def258b68bb84 | 1 | ci-server/roles/jenkins | 166 | [
"permissive"
] | [
{
"path": "ci-server/roles/jenkins/defaults/main.yml",
"content": "---\njenkins_connection_delay: 5\njenkins_connection_retries: 60\njenkins_hostname: localhost\njenkins_http_port: 8080\njenkins_jar_location: /opt/jenkins-cli.jar\njenkins_plugins: []\njenkins_url_prefix: \"\"\njenkins_admin: { username: adm... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2394,
"all_permissive": true
} |
ansible_role | sailent9/SYS-DIPLOM | d3ae17442747d403905e039d5d49692907b81e25 | 0 | Диплом/ansible/roles/filebeat | 166 | [
"no_license"
] | [
{
"path": "Диплом/ansible/roles/filebeat/tasks/main.yml",
"content": "---\n- name: copy filebeat.deb\n ansible.builtin.get_url:\n url: https://mirror.yandex.ru/mirrors/elastic/7/pool/main/f/filebeat/filebeat-7.9.3-amd64.deb\n dest: /tmp\n\n- name: install filebeat\n apt:\n deb: \"/tmp/filebeat-7.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | sailent9/SYS-DIPLOM | d3ae17442747d403905e039d5d49692907b81e25 | 0 | Диплом/ansible/roles/grafana | 166 | [
"no_license"
] | [
{
"path": "Диплом/ansible/roles/grafana/tasks/main.yml",
"content": "---\n- name: install libfontconfig1\n apt:\n name: libfontconfig1\n update_cache: yes\n state: latest\n\n- name: copy grafana-enterprise_10.0.3_amd64.deb\n get_url:\n url: https://mirror.yandex.ru/mirrors/packages.grafana.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1797,
"all_permissive": false
} |
ansible_role | dgoel/ansible-linux | cebf571211d2a900d144ae570d0884368151d6bd | 0 | roles/base | 166 | [
"no_license"
] | [
{
"path": "roles/base/tasks/packages/dev.yaml",
"content": "- name: packages | install | vcs\n tags: packages,system,dev,development,vcs\n package:\n name:\n - git\n - gitk\n #- git-doc\n - git-extras\n - git-gui\n - git-lfs\n state: latest\n\n\n- name: packages | insta... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5129,
"all_permissive": false
} |
ansible_role | dgoel/ansible-linux | cebf571211d2a900d144ae570d0884368151d6bd | 0 | roles/desktop | 166 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/gnome_preferences.yaml",
"content": "- name: gnome | preferences | install dconf\n tags: gnome,preferences,dconf\n package:\n name:\n - dconf-cli\n\n- name: gnome | preferences | check key is present\n tags: gnome,preferences,check\n become_user: \"{{ username }}\"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | gdevenyi/lozano_ansible | 1f1388ec98d8de296cad529b0511ea91b5fba5c3 | 2 | roles/workstation | 166 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/main.yml",
"content": "- name: enable sudo with no password for sudoers\n lineinfile: dest=/etc/sudoers state=present regexp='^localadmin ALL\\=' line='localadmin ALL=(ALL) NOPASSWD:ALL' validate='visudo -cf %s'\n\n- include: repos.yml\n- include: packages.yml\n- include:... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 32282,
"all_permissive": false
} |
ansible_role | sap-linuxlab/demo.sap_install | 197562b2bcc6b8e1ebca524e6022641065af51e2 | 6 | azure/roles/az_python_reqs | 166 | [
"permissive"
] | [
{
"path": "azure/roles/az_python_reqs/handlers/main.yml",
"content": "---\n# handlers file for az_python_reqs\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 39
},
{
"path": "azure/roles/az_python_reqs/vars/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1562,
"all_permissive": true
} |
ansible_role | sap-linuxlab/demo.sap_install | 197562b2bcc6b8e1ebca524e6022641065af51e2 | 6 | azure/roles/az_vm_create | 166 | [
"permissive"
] | [
{
"path": "azure/roles/az_vm_create/vars/main.yml",
"content": "---\n# vars file for az_vm_create\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 33
},
{
"path": "azure/roles/az_vm_create/defaults/main.yml",
"content": "---\n# defaults... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4499,
"all_permissive": true
} |
ansible_role | sap-linuxlab/demo.sap_install | 197562b2bcc6b8e1ebca524e6022641065af51e2 | 6 | azure/roles/az_vm_delete | 166 | [
"permissive"
] | [
{
"path": "azure/roles/az_vm_delete/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - az_vm_delete\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 71
},
{
"path": "azure/roles/az_vm_delete/handlers/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3193,
"all_permissive": true
} |
ansible_role | sap-linuxlab/demo.sap_install | 197562b2bcc6b8e1ebca524e6022641065af51e2 | 6 | google/roles/gcp_vm_create | 166 | [
"permissive"
] | [
{
"path": "google/roles/gcp_vm_create/tasks/main.yml",
"content": "---\n# tasks file for gcp_vm_create_tower\n- name: Ensure bootdisk is created for vm {{ gcp_vm_name }}\n google.cloud.gcp_compute_disk:\n name: \"{{ gcp_vm_name }}-bootdisk\"\n size_gb: \"{{ gcp_vm_bdisksize }}\"\n source_image: \"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4085,
"all_permissive": true
} |
ansible_role | sap-linuxlab/demo.sap_install | 197562b2bcc6b8e1ebca524e6022641065af51e2 | 6 | powervc/roles/powervc_keypair_create | 166 | [
"permissive"
] | [
{
"path": "powervc/roles/powervc_keypair_create/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - powervc_createkeypair\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 80
},
{
"path": "powervc/roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1134,
"all_permissive": true
} |
ansible_role | sap-linuxlab/demo.sap_install | 197562b2bcc6b8e1ebca524e6022641065af51e2 | 6 | powervc/roles/powervc_vm_create | 166 | [
"permissive"
] | [
{
"path": "powervc/roles/powervc_vm_create/tasks/main.yml",
"content": "---\n# tasks file for powervc_vm_create\n#\n\n- name: Retrieve list of all PowerVC images\n openstack.cloud.image_info:\n auth: \"{{ os_add_auth | default(omit) }}\"\n register: result\n\n- name: Get latest image matching os_image_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4569,
"all_permissive": true
} |
ansible_role | sap-linuxlab/demo.sap_install | 197562b2bcc6b8e1ebca524e6022641065af51e2 | 6 | powervc/roles/powervc_vm_delete | 166 | [
"permissive"
] | [
{
"path": "powervc/roles/powervc_vm_delete/defaults/main.yml",
"content": "---\n# defaults file for powervc_vm_delete\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 42
},
{
"path": "powervc/roles/powervc_vm_delete/tests/test.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1523,
"all_permissive": true
} |
ansible_role | gyeongyeol-choi/TLM_Ansible | fa31a834587b5644ad6e9e9945482746198b3375 | 0 | roles/nginx_prolinux7 | 166 | [
"no_license"
] | [
{
"path": "roles/nginx_prolinux7/tasks/main.yml",
"content": "---\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: prolinux7.yml\n\n- name: Define nginx_user.\n set_fact:\n nginx_user: \"{{ __nginx_user }}\"\n when: nginx_user is not defined\n\n# Setup/install tasks.\n- inclu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | gyeongyeol-choi/TLM_Ansible | fa31a834587b5644ad6e9e9945482746198b3375 | 0 | roles/postgresql_prolinux7 | 166 | [
"no_license"
] | [
{
"path": "roles/postgresql_prolinux7/tasks/main.yml",
"content": "---\n# Variable configuration.\n- include_tasks: variables.yml\n\n# Setup/install tasks.\n- include_tasks: setup-prolinux7.yml\n\n- include_tasks: initialize.yml\n- include_tasks: configure.yml\n\n- name: Ensure PostgreSQL is started and ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | junxian-li/ansible-playground | 395bd9cf87cef320b44b3a3bb3200e27a7a607c7 | 0 | roles/hostname_util | 166 | [
"no_license"
] | [
{
"path": "roles/hostname_util/defaults/main.yml",
"content": "---\n# defaults file for hostname_util",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/hostname_util/vars/main.yml",
"content": "---\n# vars file for hostname_util",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | junxian-li/ansible-playground | 395bd9cf87cef320b44b3a3bb3200e27a7a607c7 | 0 | roles/ntp_util | 166 | [
"no_license"
] | [
{
"path": "roles/ntp_util/handlers/main.yml",
"content": "---\n# handlers file for ntp_util",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/ntp_util/defaults/main.yml",
"content": "---\n# defaults file for ntp_util",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | junxian-li/ansible-playground | 395bd9cf87cef320b44b3a3bb3200e27a7a607c7 | 0 | roles/rhelonboard_util | 166 | [
"no_license"
] | [
{
"path": "roles/rhelonboard_util/defaults/main.yml",
"content": "---\n# defaults file for rhelonboard_util",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/rhelonboard_util/tasks/main.yml",
"content": "---\n# tasks file for rhelonboard_ut... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | simpledotorg/container-deployment | 40b948a04997615683a8e298ea223051fe00f7a1 | 3 | ansible/roles/argocd | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/argocd/tasks/main.yml",
"content": "---\n\n- name: Download helm binary\n ansible.builtin.get_url:\n url: \"https://get.helm.sh/helm-{{ helm_version }}-linux-amd64.tar.gz\"\n dest: /tmp/\n\n- name: Extract helm binary\n ansible.builtin.unarchive:\n src: /tmp/helm-{{ helm_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | simpledotorg/container-deployment | 40b948a04997615683a8e298ea223051fe00f7a1 | 3 | ansible/roles/debug | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/debug/tasks/main.yml",
"content": "---\n\n- name: \"Ansible | List all known variables and facts\"\n debug:\n var: hostvars[inventory_hostname]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | simpledotorg/container-deployment | 40b948a04997615683a8e298ea223051fe00f7a1 | 3 | ansible/roles/firewall | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/main.yml",
"content": "---\n\n- name: change default incoming policy changed to 'deny'\n ufw:\n direction: incoming\n default: deny\n become: true\n\n- name: allow SSH\n ufw:\n rule: allow\n name: OpenSSH\n become: true\n\n# For Sri Lanka prod ssh acce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | simpledotorg/container-deployment | 40b948a04997615683a8e298ea223051fe00f7a1 | 3 | ansible/roles/kubeseal | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/kubeseal/vars/main.yml",
"content": "---\n\nkubeseal_version: '0.19.0'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/kubeseal/tasks/main.yml",
"content": "---\n\n- name: Download kubeseal binary\n ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | simpledotorg/container-deployment | 40b948a04997615683a8e298ea223051fe00f7a1 | 3 | ansible/roles/repoclone | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/repoclone/tasks/main.yml",
"content": "---\n\n- name: Git checkout\n ansible.builtin.git:\n repo: 'https://github.com/simpledotorg/container-deployment.git'\n dest: /opt/container-deployment\n version: master\n\n- name: Change file ownership\n ansible.builtin.file:\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | simpledotorg/container-deployment | 40b948a04997615683a8e298ea223051fe00f7a1 | 3 | ansible/roles/ssh | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n\n- name: Add the user ubuntu user\n ansible.builtin.user:\n name: ubuntu\n shell: /bin/bash\n\n- name: Allow 'ubuntu' user to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%ubuntu'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | jonaylor89/bootstrap | 52a69e212a15dd679952e42193a6b75273469b55 | 1 | playbooks/roles/apt | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/apt/tasks/main.yml",
"content": "\n- apt_repository:\n repo: \"ppa:mmstick76/alacritty\"\n\n- apt_repository:\n repo: \"ppa:ubuntu-mozilla-daily/ppa\" \n\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n become: true\n\n- name: Run the equivale... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | jonaylor89/bootstrap | 52a69e212a15dd679952e42193a6b75273469b55 | 1 | playbooks/roles/homebrew | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/homebrew/vars/main.yml",
"content": "\nhomebrew_cask_apps: \n - 'blender'\n - 'beaker-browser'\n - 'docker'\n - 'discord'\n - 'firefox'\n - 'firefox-nightly'\n - 'google-chrome' \n - 'iterm2'\n - 'jetbrains-toolbox'\n - 'macvim'\n - 'notion'\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1230,
"all_permissive": false
} |
ansible_role | jonaylor89/bootstrap | 52a69e212a15dd679952e42193a6b75273469b55 | 1 | playbooks/roles/rust | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/rust/tasks/main.yml",
"content": "\n- name: install rustup\n shell: curl https://sh.rustup.rs -ssf | sh -s -- -y --no-modify-path --default-toolchain nightly\n args:\n warn: false\n\n- name: install rustfmt, clippy\n command: \"{{ ansible_env.HOME }}/.cargo/bin/rustup compon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | jonaylor89/bootstrap | 52a69e212a15dd679952e42193a6b75273469b55 | 1 | playbooks/roles/snap | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/snap/tasks/main.yml",
"content": "\n# Install snaps\n- name: Install \n snap:\n name:\n - bitwarden\n - docker\n - chromium\n - codium\n - figma-linux\n - terraform\n - tor\n - vlc\n become: true\n\n# Install a snap with classic confine... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | jonaylor89/bootstrap | 52a69e212a15dd679952e42193a6b75273469b55 | 1 | playbooks/roles/zsh | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/zsh/tasks/main.yml",
"content": "\n- name: Install oh-my-zsh\n shell: sh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n ignore_errors: true\n\n- name: Install zsh autosuggestion\n git:\n repo: https://github.com/zsh-users/zsh-autosugges... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/all | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/all/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - playbooks/roles/all\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "playbooks/roles/all/defaults/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/composer | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/composer/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - playbooks/roles/composer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "playbooks/roles/composer/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/docker | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker/defaults/main.yml",
"content": "---\n# defaults file for playbooks/roles/docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "playbooks/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for playbo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/kubernetes | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubernetes/handlers/main.yml",
"content": "---\n# handlers file for playbooks/roles/kubernetes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "playbooks/roles/kubernetes/vars/main.yml",
"content": "---\n# vars file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4429,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/kubernetes-master | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubernetes-master/defaults/main.yml",
"content": "---\n# defaults file for playbooks/roles/kubernetes-master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "playbooks/roles/kubernetes-master/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/kubernetes-worker | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubernetes-worker/defaults/main.yml",
"content": "---\n# defaults file for playbooks/roles/kubernetes-worker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "playbooks/roles/kubernetes-worker/handlers/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/php | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/defaults/main.yml",
"content": "---\n# defaults file for roles/php\nphpversion: 'php8.1'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "- name: install packages ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/postgresql | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/postgresql/tasks/main.yml",
"content": "---\n# tasks file for playbooks/roles/postgresql\n\n- name: Add pgdg repo to sources.list.d\n lineinfile:\n path: /etc/apt/sources.list.d/pgdg.list\n line: \"deb http://apt.postgresql.org/pub/repos/apt {{ ansible_distribution_release ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2462,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/symfony | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/symfony/tasks/main.yml",
"content": "---\n# tasks file for playbooks/roles/symfony\n\n- name: Install Symfony dependancy\n apt:\n name: curl\n update_cache: yes\n state: present\n become: true\n\n- name: Download Symfony repository installer\n get_url: \n url: '{{ s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | imperiumclansoftware/ansible | ecb33fb5f9f4eb0b8a084bdd8b2ff11ee4af538d | 0 | playbooks/roles/webServer | 165 | [
"no_license"
] | [
{
"path": "playbooks/roles/webServer/tasks/main.yml",
"content": "---\n# tasks file for roles/webServer\n- name: Install latest version of Apache\n apt: \n name: apache2 \n update_cache: yes \n state: present\n become: true\n \n- name: Create document root for domain configured in host variable\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | pdebruic/ansible-smalltalk | c1456b1d497ff2b7627252c43ffc2ed7a871f5e5 | 0 | roles/gemstone | 165 | [
"no_license"
] | [
{
"path": "roles/gemstone/files/daemontools/gemStoneRunScript",
"content": "#!/bin/bash\nsource /etc/default/gemstone\nsource $GEMSTONE_CONFIG\n\n# check for the license key\nif [ -s $GEMSTONE/seaside/etc/gemstone.secret ]; then\n . $GEMSTONE/seaside/etc/gemstone.secret\nelse\n echo 'Missing passw... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 14855,
"all_permissive": false
} |
ansible_role | pdebruic/ansible-smalltalk | c1456b1d497ff2b7627252c43ffc2ed7a871f5e5 | 0 | roles/ia32-libs | 165 | [
"no_license"
] | [
{
"path": "roles/ia32-libs/tasks/main.yml",
"content": "---\n- name: make sure the Debian system knows to support i386\n command: dpkg --add-architecture i386\n when: ansible_distribution == \"Debian\"\n- name: install the debian 32 bit libraries\n apt: name={{item}} state=present update_cache=yes cache_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | pdebruic/ansible-smalltalk | c1456b1d497ff2b7627252c43ffc2ed7a871f5e5 | 0 | roles/initial-setup | 165 | [
"no_license"
] | [
{
"path": "roles/initial-setup/tasks/main.yml",
"content": "--- \n\n - name: Add deployment user\n user: name={{deploy_user}} password=$<PASSWORD> shell=/bin/bash\n - name: Add authorized deploy key\n authorized_key: user={{deploy_user}} key='$FILE(id_rsa.pub)'\n - name: Remove sudo gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1936,
"all_permissive": false
} |
ansible_role | pdebruic/ansible-smalltalk | c1456b1d497ff2b7627252c43ffc2ed7a871f5e5 | 0 | roles/nginx | 165 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: ensure nginx is installed\n apt: name=nginx state=present\n- name: make sure the www root directory exists\n file:\n state=directory\n dest=\"/var/www/{{nginx_server_name}}\"\n owner={{www_user}}\n group={{www_user}}\n mode=07... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | pdebruic/ansible-smalltalk | c1456b1d497ff2b7627252c43ffc2ed7a871f5e5 | 0 | roles/pharo | 165 | [
"no_license"
] | [
{
"path": "roles/pharo/files/pharovm.sh",
"content": "#!/bin/bash\n./pharo \"$@\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/pharo/tasks/usePharoCogVM.yml",
"content": "# when using a version of pharo less thn 2 these items are ski... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6735,
"all_permissive": false
} |
ansible_role | pdebruic/ansible-smalltalk | c1456b1d497ff2b7627252c43ffc2ed7a871f5e5 | 0 | roles/squeak | 165 | [
"no_license"
] | [
{
"path": "roles/squeak/templates/buildImage.sh",
"content": "#!/bin/bash\n./vm.sh -vm-display-null -vm-sound-null ${base_image_name.stdout_lines} imageBuildScript.st\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/squeak/tasks/useEliots... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2134,
"all_permissive": false
} |
ansible_role | netddeok/soldesk_ansible | 6911d0d2293c6fb7ae82399f0eb0afafb650613c | 0 | project/junk/roles/apache | 165 | [
"no_license"
] | [
{
"path": "project/junk/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n\n- name : install pkg\n ansible.builtin.dnf:\n name : \n - httpd\n - mod_ssl\n - firewalld\n state : present\n\n- name : set webserver\n ansible.builtin.template:\n src : templates/index... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | mymangolab-zz/ansible_playbook_examples | 5d7b2b10085aeaca88cf0fbdf4ef35e11e410ad2 | 0 | roles/disk_usage_monitor | 165 | [
"no_license"
] | [
{
"path": "roles/disk_usage_monitor/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - disk_usage_monitor",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/disk_usage_monitor/templates/mail_body.j2",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | stevewoolley/asterisk | 2fcd31425213f76bbfa16faf9fd38b9847337200 | 0 | ansible/roles/common | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/locale.gen.j2",
"content": "# {{ ansible_managed }}\n\nen_US.UTF-8 UTF-8",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ansible/roles/common/templates/locale.j2",
"content": "# {{ ansible_managed }}\n\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3412,
"all_permissive": false
} |
ansible_role | stevewoolley/asterisk | 2fcd31425213f76bbfa16faf9fd38b9847337200 | 0 | ansible/roles/mysql | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/preload.yml",
"content": "---\n- name: 'User Accounts'\n command: \"opensipsctl add {{item}}@{{ opensips_domain }} {{ opensips_sip_client_default_password }}\"\n with_items:\n - 1000\n - 1001\n - 1002\n - 1003\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | pilipyukaaa/postgres-backup | 696ecb0b5204a4645920ee4a35916b57ba994f87 | 0 | ansible/roles/kube_pg_backup | 165 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_pg_backup/tasks/main.yml",
"content": "- name: Kubernetes postgres backup | Set inventory for {{ kube_environment }}\n ansible.builtin.include_vars:\n file: \"../../../inventory/{{ kube_environment }}/kubernetes/group_vars/pg_backup.yml\"\n\n- name: Kubernetes postgres back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2690,
"all_permissive": false
} |
ansible_role | MarkWolters/cass-ansible | d977307dc6ae4a08a5f9c0f74feba363b36ee3e2 | 0 | roles/db-configure | 165 | [
"permissive"
] | [
{
"path": "roles/db-configure/templates/6.8.14/jvm-server.options.j2",
"content": "# DSE Config Version: 6.8.14\n\n###########################################################################\n# jvm-server.options #\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 12199,
"all_permissive": true
} |
ansible_role | MarkWolters/cass-ansible | d977307dc6ae4a08a5f9c0f74feba363b36ee3e2 | 0 | roles/opscenter | 165 | [
"permissive"
] | [
{
"path": "roles/opscenter/tasks/main.yml",
"content": "\n\n- name: Installing Opscenter\n apt: pkg=opscenter state=latest update_cache=yes cache_valid_time=3600\n\n- name: Configuring Opscenter\n template: src=opscenterd.conf.j2 dest=/etc/opscenter/opscenterd.conf\n notify:\n - restart opscenter\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": true
} |
ansible_role | MarkWolters/cass-ansible | d977307dc6ae4a08a5f9c0f74feba363b36ee3e2 | 0 | roles/preflight_check | 165 | [
"permissive"
] | [
{
"path": "roles/preflight_check/tasks/main.yml",
"content": "- name: This command will change the working directory to {{pfc_dir}} and will execute the preflight_check with args {{pfc_args}} and store the results in {{pfc_log}}\n shell: './preflight_check \"{{pfc_args}}\"'\n register: pfc_output\n args:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": true
} |
ansible_role | FlyingFish07/nextcloud-ansible | d35937784dbb0afb127ef351a944b1cb13cbe1d9 | 0 | roles/https | 165 | [
"no_license"
] | [
{
"path": "roles/https/tasks/main.yml",
"content": "---\n- name: Install software-properties-common \n become: yes\n apt:\n name: software-properties-common\n state: present\n\n- name: Add certbot (Let’s Encrypt) ppa\n become: yes\n apt_repository:\n repo: 'ppa:certbot/certbot'\n\n- name: Execu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1178,
"all_permissive": false
} |
ansible_role | FlyingFish07/nextcloud-ansible | d35937784dbb0afb127ef351a944b1cb13cbe1d9 | 0 | roles/mysql | 165 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/create_database.yml",
"content": "---\n- name: Create a new database with name 'nextcloud'\n become: yes\n mysql_db:\n name: nextcloud\n state: present\n encoding: utf8\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n\n- name: Create db user and do pr... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | FlyingFish07/nextcloud-ansible | d35937784dbb0afb127ef351a944b1cb13cbe1d9 | 0 | roles/nextcloud | 165 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yml",
"content": "---\n- name: Download nextcloud 12.0.0\n become: no\n get_url:\n url: https://download.nextcloud.com/server/releases/nextcloud-12.0.0.zip\n dest: \"{{ home_dir }}/download/nextcloud-12.0.0.zip\"\n mode: 0440\n checksum: sha256:6c0a10c44ae... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | FlyingFish07/nextcloud-ansible | d35937784dbb0afb127ef351a944b1cb13cbe1d9 | 0 | roles/nginx | 165 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n- name: Start the PHP 7.0 FPM service\n become: yes\n service: \n name: php7.0-fpm \n state: restarted\n enabled: true\n\n- name: Start the Nginx service\n become: yes\n service: \n name: nginx \n state: restarted\n enabled: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1789,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.