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 | mjmcfalls/ansible | 93e7f4065331f372c0854c2169ddd2474bacce6e | 0 | roles/k8s_hard_way/roles/k8s | 341 | [
"no_license"
] | [
{
"path": "roles/k8s_hard_way/roles/k8s/tasks/main.yml",
"content": "---\n- name: Install k8s preq\n import_tasks: 1_prereqs.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/k8s_hard_way/roles/k8s/tasks/1_prereqs.yml",
"content": "---... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2720,
"all_permissive": false
} |
ansible_role | mjmcfalls/ansible | 93e7f4065331f372c0854c2169ddd2474bacce6e | 0 | roles/nix | 341 | [
"no_license"
] | [
{
"path": "roles/nix/tasks/nix-podman-run-noaa-pull.yml",
"content": "---\n- name: \"Run {{ noaa_container_name }}\" \n containers.podman.podman_container:\n name: \"{{ noaa_container_name }}_{{ nix_timestamp }}\"\n image: \"{{ noaa_container_image }}\"\n state: started\n env_file: \"{{ noaa_en... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5966,
"all_permissive": false
} |
ansible_role | mjmcfalls/ansible | 93e7f4065331f372c0854c2169ddd2474bacce6e | 0 | roles/windows | 341 | [
"no_license"
] | [
{
"path": "roles/windows/tasks/main.yml",
"content": "---\n- name: Windows - Run \"{{ windows_task }}\"\n tags: always\n include_tasks: \"{{ windows_task }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/windows/handlers/windows-handlers... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | K141522125211191/Ansible | 52020ed9a70dbdc1d904a1ece15828a7cd12ae47 | 0 | roles/logrotate | 341 | [
"no_license"
] | [
{
"path": "roles/logrotate/tasks/setting.yml",
"content": "---\n- name: setting / get current date\n command: date '+%Y%m%d%H%M%S'\n register: current_date\n changed_when: false\n\n- name: setting / move access.log\n command: mv /var/log/nginx/access.log /var/log/nginx/access.log.{{ current_date.stdout ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | K141522125211191/Ansible | 52020ed9a70dbdc1d904a1ece15828a7cd12ae47 | 0 | roles/nginx | 341 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/configure.yml",
"content": "---\n- name: configure / set nginx.conf\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n backup: yes\n notify:\n - restart nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | K141522125211191/Ansible | 52020ed9a70dbdc1d904a1ece15828a7cd12ae47 | 0 | roles/tools | 341 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/install.yml",
"content": "---\n- name: install / update apt cache\n apt:\n update_cache: yes\n notify: debug apt update\n\n- name: install / install apt package\n apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ apt_packages }}\"\n\n- name: install / instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/apparmor | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/apparmor/tasks/main.yml",
"content": "---\n- name: Enable apparmor via grub\n become: true\n ansible.builtin.lineinfile:\n regexp: '^GRUB_CMDLINE_LINUX=\"(?:lsm=landlock,lockdown,yama,apparmor,bpf )?(.*)\"'\n line: 'GRUB_CMDLINE_LINUX... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1716,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/certbot | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/certbot/tasks/main.yml",
"content": "- name: Variables\n include_tasks: variables.yml\n\n- name: Install\n include_tasks: install.yml\n\n- name: Initialize\n include_tasks: initialize.yml\n\n- name: Configure\n include_tasks: configure.ym... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5743,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/cloudflared | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/cloudflared/README.md",
"content": "cloudflared\n========\n\nSetup & configure cloudflared",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "collections/ansible_collections/sunlab/arch... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/cloudinit | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/cloudinit/README.md",
"content": "cloudinit\n========\n\nConfigure cloud-init",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/c... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/coredump | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/coredump/README.md",
"content": "coredump\n========\n\nDisables coredump",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/coredu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/graylog | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/graylog/meta/main.yml",
"content": "dependencies: []\n\ngalaxy_info:\n role_name: graylog\n author: sunnythaper\n description: Setup & configure Graylog",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/hosts | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/hosts/tasks/main.yml",
"content": "- name: Copy /etc/host file\n become: true\n template:\n src: etc/host.j2\n dest: /etc/host\n owner: root\n group: root\n mode: 0644",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/iptables | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/iptables/README.md",
"content": "iptables\n========\n\nSetup & configure iptables",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "collections/ansible_collections/sunlab/archlinux/rol... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 6441,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/libpwquality | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/libpwquality/vars/os/Archlinux.yml",
"content": "# Packages\nlibpwquality_packages:\n - libpwquality\n\n# Paths\nlibpwquality_config_path: /etc/security/pwquality.conf.d/50-pwquality.conf\nlibpwquality_passwd_path: /etc/pam.d/passwd\n\n# Per... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1408,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/lidarr | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/lidarr/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: lidarr\n author: sunnythaper\n description: Install and configure Lidarr",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/logindefs | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/logindefs/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: logindefs\n author: sunnythaper\n description: Configure login.defs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1333,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/logrotate | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/logrotate/tasks/main.yml",
"content": "- name: Install packages\n become: true\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ logrotate_packages }}\"\n\n- name: Copy logrotate configuration\n become: true\n tem... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/lynis | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/lynis/README.md",
"content": "lynis\n========\n\nInstalls lynis",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/lynis/meta/main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/mattermost | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/mattermost/handlers/main.yml",
"content": "- name: Restart Mattermost\n become: true\n service:\n name: \"{{ mattermost_binary }}\"\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 8021,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/modprobe | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/modprobe/defaults/main.yml",
"content": "---\nmodprobe:\n filename: 50-local\n disable:\n filesystems:\n - cramfs\n - firewire-ohci\n - freevxfs\n - hfs\n - hfsplus\n - jffs2\n - squashfs\n - udf\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/nfs | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/nfs/README.md",
"content": "nfs\n========\n\nMount and configure NFS",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/nfs/defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/nginx | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/nginx/defaults/main.yml",
"content": "---\nnginx:\n domain: \"{{ sunlab_domain }}\"\n subdomain: plex",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "collections/ansible_collection... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3189,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/nzbget | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/nzbget/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: nzbget\n author: sunnythaper\n description: Install and configure nzbget",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2995,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/pacman | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/pacman/tasks/configure.yml",
"content": "- name: Enable pacman parallel downloads\n become: true\n ansible.builtin.lineinfile:\n path: \"{{ pacman_config_path }}\"\n regexp: 'ParallelDownloads'\n line: 'ParallelDownloads = {{ pacma... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 5048,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/plex | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/plex/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: plex\n author: sunnythaper\n description: Install and configure Plex with Plexpass",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/postgresql | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/postgresql/meta/main.yml",
"content": "dependencies: []\n\ngalaxy_info:\n role_name: postgresql\n author: sunnythaper\n description: Install and configure PostgreSQL",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 11317,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/privileges | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/privileges/README.md",
"content": "privileges\n========\n\nSet chmod and chown privileges",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "collections/ansible_collections/sunlab/archl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/profile | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/profile/README.md",
"content": "profile\n========\n\nSets umask to 027 via /etc/profile.d/umask.sh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "collections/ansible_collections/sun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 861,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/prowlarr | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/prowlarr/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: prowlarr\n author: sunnythaper\n description: Install and configure prowlarr",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/radarr | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/radarr/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: radarr\n author: sunnythaper\n description: Install and configure Radarr",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/readarr | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/readarr/tasks/main.yml",
"content": "---\n- name: Install `readarr` using yay\n become: true\n become_user: aur_builder\n kewlfft.aur.aur:\n name: readarr-nightly\n state: latest\n use: yay\n\n- name: Add readarr user to nzbget gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/resolvconf | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/resolvconf/tasks/main.yml",
"content": "---\n- name: Create resolved.conf.d directory\n become: true\n file:\n path: /etc/systemd/resolved.conf.d\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Copy res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1295,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/rkhunter | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/rkhunter/defaults/main.yml",
"content": "---\n# Packages\nrkhunter_packages:\n - rkhunter\n\n# Configuration\nrkhunter:\n conf:\n ignorehidden:\n - /etc/.updated\n - /usr/share/man/man5/.k5identity.5.gz\n - /usr/share/man/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2712,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/sonarr | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/sonarr/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: sonarr\n author: sunnythaper\n description: Install and configure Sonarr",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/sshd | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/sshd/README.md",
"content": "sshd\n========\n\nInstalls and configures sshd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/ssh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3245,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/sysctl | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/sysctl/README.md",
"content": "sysctl\n========\n\nApply system level configurations via sysctl",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "collections/ansible_collections/sunlab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3218,
"all_permissive": false
} |
ansible_role | sunnythaper/ansible_homelab | 4c1e8990759c73ab5038cca465e313443b2f8bc9 | 0 | collections/ansible_collections/sunlab/archlinux/roles/teleport | 341 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/sunlab/archlinux/roles/teleport/templates/teleport.yaml.j2",
"content": "version: v2\nteleport:\n nodename: {{ inventory_hostname }}\n data_dir: /var/lib/teleport\n{% if teleport.auth_token %}\n auth_token: {{ teleport.auth_token }}\n{% endif %}\n{% if teleport.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1882,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/docker | 345 | [
"no_license"
] | [
{
"path": "roles/docker/templates/daemon.json.j2",
"content": "{\n \"registry-mirrors\": [\"{{ REG_MIRROR_1 }}\", \"{{ REG_MIRROR_2 }}\"],\n \"max-concurrent-downloads\": 10,\n \"log-driver\": \"{{ LOG_DRIVER }}\",\n \"log-level\": \"{{ LOG_LEVEL }}\",\n \"log-opts\": {\n \"max-size\": \"{{ LO... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3574,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/etcd | 345 | [
"no_license"
] | [
{
"path": "roles/etcd/templates/etcd.conf.j2",
"content": "\n{% macro initial_cluster() -%}\n{% for host in groups[ETCD_PEER_GROUP] %}\n{{ hostvars[host]['ansible_hostname'] }}={{ ETCD_PEER_URL_SCHEME }}://{{ hostvars[host]['ansible_default_ipv4']['address'] }}:{{ ETCD_PEER_PORT }}\n{%- if not loop.last -%}... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4262,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/flanneld | 345 | [
"no_license"
] | [
{
"path": "roles/flanneld/tasks/main.yaml",
"content": "---\n- name: Insert flannel configuration into etcd\n command: |-\n {{ ETCD_BIN_DIR }}/etcdctl --ca-file={{ ETCD_PEER_CA_FILE }} \\\n --cert-file={{ ETCD_PEER_CERT_FILE }} --key-file={{ ETCD_PEER_KEY_FILE }} \\\n set {{ FLANNEL_KEY}} \\\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4666,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/harbor | 345 | [
"no_license"
] | [
{
"path": "roles/harbor/handlers/main.yaml",
"content": "---\n- name: restart harbor\n shell: \"{{ item }}\"\n args:\n chdir: \"{{ HARBOR_WORK_DIR }}\"\n with_items:\n - docker-compose down -v\n - ./prepare\n - docker-compose up -d\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 21438,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/kubeconfig | 345 | [
"no_license"
] | [
{
"path": "roles/kubeconfig/tasks/main.yaml",
"content": "---\n- stat: path=\"{{ CERT_DIR_TMP }}/ca.pem\"\n register: cert_stat\n\n- name: Create kubelet bootstrapping kubeconfig\n when: cert_stat.stat.exists\n shell: \"{{ item }}\"\n args:\n chdir: \"{{ role_path }}/../node/templates\"\n with_items... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2291,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/master | 345 | [
"no_license"
] | [
{
"path": "roles/master/templates/docker_crontab.sh.j2",
"content": "#!/bin/bash\ndocker images |egrep -v 'dragon|cuda'| awk '{print $3}'|xargs docker rmi\ndocker container prune -f\nfind /data/logs/kubernetes/ -type f -mtime +7 -exec rm -f {} \\;\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7960,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/node | 345 | [
"no_license"
] | [
{
"path": "roles/node/templates/proxy.j2",
"content": "###\n# kubernetes proxy config\n\n# default config should be adequate\n\n# Add your own!\nKUBE_PROXY_ARGS=\"--proxy-mode=userspace --logtostderr=false --v=0 --log-dir={{ KUBERNETES_LOG_DIR }} --bind-address={{ ansible_default_ipv4.address }} --kubeconfi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5805,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/nvidia-docker | 345 | [
"no_license"
] | [
{
"path": "roles/nvidia-docker/templates/daemon.json.j2",
"content": "{\n \"registry-mirrors\": [\"{{ REG_MIRROR_1 }}\", \"{{ REG_MIRROR_2 }}\"],\n \"max-concurrent-downloads\": 10,\n \"log-driver\": \"{{ LOG_DRIVER }}\",\n \"log-level\": \"{{ LOG_LEVEL }}\",\n \"log-opts\": {\n \"max-size\": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3514,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/pre-setup | 345 | [
"no_license"
] | [
{
"path": "roles/pre-setup/templates/k8s-ulimits.conf.j2",
"content": "* soft nofile 65536\n* hard nofile 65536\n* soft nproc 65536\n* hard nproc 65536\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/pre-setup/tasks/centos.yaml",
"conte... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3325,
"all_permissive": false
} |
ansible_role | enhuali/Ansible-Kubernetes | 52df98a4a4fd2e1e2d8b88a6524b8143a2712812 | 16 | roles/ssl | 345 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/main.yaml",
"content": "---\n- name: Create ssl cert dir\n local_action: \n module: file\n path: \"{{ CERT_DIR_TMP }}\"\n state: directory\n register: master_ssl_dir\n\n- name: Copy conf file to create certificate\n local_action:\n module: template\n src: \"{{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2078,
"all_permissive": false
} |
ansible_role | wiringbits/block-explorer | 83bb2e0233c37346b23c2f87d57d913a55d5a669 | 38 | infra/deployment/roles/explorer | 345 | [
"no_license"
] | [
{
"path": "infra/deployment/roles/explorer/tasks/main.yml",
"content": "- name: Install java8\n become: yes\n apt:\n name: default-jre\n state: latest\n\n- name: Build the application\n shell: ./scripts/build-server.sh\n delegate_to: 127.0.0.1\n\n- name: Upload the application\n synchronize:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2309,
"all_permissive": false
} |
ansible_role | wiringbits/block-explorer | 83bb2e0233c37346b23c2f87d57d913a55d5a669 | 38 | infra/deployment/roles/node | 345 | [
"no_license"
] | [
{
"path": "infra/deployment/roles/node/templates/node-systemd.service.j2",
"content": "[Unit]\nDescription={{ node_service_name }}\n\n[Service]\nType=simple\nWorkingDirectory=/home/{{ node_user }}/\nStandardOutput=tty\nStandardError=tty\nUser={{ node_user }}\nLimitNOFILE=65535\nExecStart=/home/{{ node_user ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2838,
"all_permissive": false
} |
ansible_role | Peter-clemens/Ansible_Steam_Server | 270af6dc9e57203a2fabb28cfe35128b0fea6c10 | 0 | roles/ansible-role-steamcmd | 345 | [
"no_license"
] | [
{
"path": "roles/ansible-role-steamcmd/tasks/setup.yml",
"content": "---\n\n- name: create directory for SteamCMD app\n file:\n path: \"{{ steamcmd_directory }}\"\n state: directory\n recurse: yes\n\n- name: create legacy directory for older apps\n file:\n path: \"{{ steamcmd_user_home }}.stea... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2218,
"all_permissive": false
} |
ansible_role | 1308harshit/PearlThought-ansible | 4844e67726b2773870f6b7de875a04e2fe63a4c2 | 0 | roles/docker-swarm | 345 | [
"no_license"
] | [
{
"path": "roles/docker-swarm/tasks/main.yml",
"content": "# ---\n# - name: Install Docker dependencies\n# apt:\n# name: [apt-transport-https, ca-certificates, curl, software-properties-common]\n# state: present\n# update_cache: yes\n\n# - name: Add Docker GPG key\n# apt_key:\n# url: htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2407,
"all_permissive": false
} |
ansible_role | 1308harshit/PearlThought-ansible | 4844e67726b2773870f6b7de875a04e2fe63a4c2 | 0 | roles/mysql | 345 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Ensure MySQL is running and enabled\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name: Set MySQL root password\n mysql_user:\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n user: root\n password: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | 1308harshit/PearlThought-ansible | 4844e67726b2773870f6b7de875a04e2fe63a4c2 | 0 | roles/nginx | 345 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - nginx \n\n- name: Ensure Nginx is running and enabled\n service:\n name: nginx\n state: started\n enabled: yes\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | 1308harshit/PearlThought-ansible | 4844e67726b2773870f6b7de875a04e2fe63a4c2 | 0 | roles/postgres | 345 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - postgresql\n - python3-psycopg2\n\n- name: Ensure PostgreSQL is running and enabled\n service:\n name: postgresql\n state: started\n ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | ramperto/elk | de30f56e406315989ac6712d62d21fa82d1cac9a | 0 | roles/elasticsearch | 345 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/vars/main.yml",
"content": "\n##Var ansible for base image\n#url_elasticsearch: https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.1.1/\n#package_name: elasticsearch-2.1.1.tar.gz\n#index_map_dyn: true\n#network_host: 0.0.0.0\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3824,
"all_permissive": false
} |
ansible_role | ramperto/elk | de30f56e406315989ac6712d62d21fa82d1cac9a | 0 | roles/filebeat | 345 | [
"no_license"
] | [
{
"path": "roles/filebeat/handlers/main.yml",
"content": "- name: Restart filebeat\n service: name=logstash\n state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/filebeat/tasks/main.yml",
"content": "##ansible tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | ramperto/elk | de30f56e406315989ac6712d62d21fa82d1cac9a | 0 | roles/java | 345 | [
"no_license"
] | [
{
"path": "roles/java/vars/main.yml",
"content": "##Var ansible for base image\nrepo_java: deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main\nkeyserver_java: keyserver.ubuntu.com\nkey_id: EEA14886\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 160
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | ramperto/elk | de30f56e406315989ac6712d62d21fa82d1cac9a | 0 | roles/kibana | 345 | [
"no_license"
] | [
{
"path": "roles/kibana/vars/main.yml",
"content": "##Var ansible for base image\nurl_kibana: https://artifacts.elastic.co/downloads/kibana/\npackage_name: kibana-5.4.0-linux-x86_64.tar.gz\nkibana_dir: kibana-5.4.0-linux-x86_64\nuser_kibana: perto\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2506,
"all_permissive": false
} |
ansible_role | ramperto/elk | de30f56e406315989ac6712d62d21fa82d1cac9a | 0 | roles/logstash | 345 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "##ansible task for installing logstash \n---\n- name: add logsatsh key\n apt_key: url={{ url_keylogstash }} state=present\n\n- name: create logsatsh repo list\n copy: content={{ repo_logstash }} dest=/etc/apt/sources.list.d/logstash.list\n\n- name: in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1130,
"all_permissive": false
} |
ansible_role | issenn/sdf-ansible | 72c1d9136969247d8b93ff5eab806613ea738bf0 | 0 | roles/bootstrap | 345 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "---\r\n\r\n- block:\r\n\r\n - name: \"load customized common vars\"\r\n include_vars: file=\"{{ playbook_dir }}/conf/common/vars.yml\"\r\n\r\n - name: \"load customized common vars for {{ EDITION }}\"\r\n include_vars: file=\"{{ playbook_dir }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1570,
"all_permissive": false
} |
ansible_role | issenn/sdf-ansible | 72c1d9136969247d8b93ff5eab806613ea738bf0 | 0 | roles/common | 345 | [
"no_license"
] | [
{
"path": "roles/common/tasks/docker_login.yml",
"content": "---\r\n\r\n- name: \"Log into private registry and force re-authorization\"\r\n docker_login:\r\n registry: \"{{ registry }}\"\r\n cacert_path: \"{{ playbook_dir }}/docker_certs.d/{{ registry }}/ca.crt\"\r\n username: \"admin\"\r\n pa... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3113,
"all_permissive": false
} |
ansible_role | issenn/sdf-ansible | 72c1d9136969247d8b93ff5eab806613ea738bf0 | 0 | roles/create_default_conf | 345 | [
"no_license"
] | [
{
"path": "roles/create_default_conf/tasks/main.yml",
"content": "---\r\n# task file for create default conf\r\n\r\n- name: \"load customized common vars\"\r\n include_vars: file=\"{{ playbook_dir }}/conf/common/vars.yml\"\r\n\r\n- name: \"GROUP_NAME is [{{ GROUP_NAME }}], DIR_NAME is [{{ DIR_NAME }}]\"\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2338,
"all_permissive": false
} |
ansible_role | issenn/sdf-ansible | 72c1d9136969247d8b93ff5eab806613ea738bf0 | 0 | roles/game_mahjong | 345 | [
"no_license"
] | [
{
"path": "roles/game_mahjong/tasks/docker_deployment.yml",
"content": "---\r\n\r\n- block:\r\n\r\n - name: \"Create Deploy Docker Directories\"\r\n include_tasks: \"roles/common/tasks/loop_items_file.yml\"\r\n loop: \"{{ deploy_docker_sub_dir }}\"\r\n loop_control:\r\n loop_var: outer_item\r... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3544,
"all_permissive": false
} |
ansible_role | issenn/sdf-ansible | 72c1d9136969247d8b93ff5eab806613ea738bf0 | 0 | roles/local | 345 | [
"no_license"
] | [
{
"path": "roles/local/tasks/docker_deployment.yml",
"content": "---\r\n\r\n- name: \"Generate Docker Template\"\r\n include_tasks: \"roles/common/tasks/loop_items_template.yml\"\r\n loop: \"{{ target_docker_map }}\"\r\n loop_control:\r\n loop_var: outer_item\r\n\r\n- name: \"Generate Docker Zookeeper... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2836,
"all_permissive": false
} |
ansible_role | issenn/sdf-ansible | 72c1d9136969247d8b93ff5eab806613ea738bf0 | 0 | roles/test | 345 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "---\r\n\r\n# - name: \"print playbook vars\"\r\n# debug: msg=\"{{ role_path }},{{ deploy_environment }}\"\r\n\r\n- name: \"print groups\"\r\n debug: msg=\"{{ groups }}\"\r\n\r\n- name: \"print group_names\"\r\n debug: msg=\"{{ group_names }}\"\r\n\r\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | OscarLopezEns/citoengine-full-ansible | e31c67c00a8ee800afb18467144f740bb6822b8b | 0 | roles/citoengine | 345 | [
"no_license"
] | [
{
"path": "roles/citoengine/tasks/rabbitmq.yml",
"content": "# Setting up RabbitMQ\n- rabbitmq_vhost:\n name: /citoengine_event_listener\n state: present\n\n- rabbitmq_user:\n user: \"{{ citoengine_user }}\"\n password: \"{{ <PASSWORD> }}\"\n vhost: /citoengine_event_listener\n configure_p... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7014,
"all_permissive": false
} |
ansible_role | OscarLopezEns/citoengine-full-ansible | e31c67c00a8ee800afb18467144f740bb6822b8b | 0 | roles/citoengine_ansible | 345 | [
"no_license"
] | [
{
"path": "roles/citoengine_ansible/tasks/main.yml",
"content": "---\n# Test\n- include: dependencies.yml\n- include: conf.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/citoengine_ansible/tasks/dependencies.yml",
"content": "---\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1680,
"all_permissive": false
} |
ansible_role | OscarLopezEns/citoengine-full-ansible | e31c67c00a8ee800afb18467144f740bb6822b8b | 0 | roles/citoengine_plugin | 345 | [
"no_license"
] | [
{
"path": "roles/citoengine_plugin/tasks/installation.yml",
"content": "# Downloading and installing the code\n- name: Clone repo\n git:\n repo: https://github.com/CitoEngine/cito_plugin_server\n dest: /opt/cito_plugin_server\n force: yes\n\n- file:\n path: \"{{ virtualenvp }}\"\n state: dir... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3013,
"all_permissive": false
} |
ansible_role | kolesnique/openvpn | 99f3e570ec3540b27bab9e414892d3753722a9b0 | 0 | roles/create_new_client | 344 | [
"no_license"
] | [
{
"path": "roles/create_new_client/templates/client_conf_all_in_1.j2",
"content": "client\ndev tun\nproto udp\nremote {{ ansible_host }} 1194\nresolv-retry infinite\nnobind\npersist-key\npersist-tun\nremote-cert-tls server\ncipher AES-256-CBC\nverb 3\nkey-direction 1\n\n<ca>\n{{ ca }}\n</ca>\n\n<tls-auth>\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3920,
"all_permissive": false
} |
ansible_role | kolesnique/openvpn | 99f3e570ec3540b27bab9e414892d3753722a9b0 | 0 | roles/setup_ovpn_server | 344 | [
"no_license"
] | [
{
"path": "roles/setup_ovpn_server/templates/server.conf.j2",
"content": "port 1194\nproto udp\ndev tun\n\nca ca.crt\ncert server.crt\nkey server.key\ndh dh.pem\ntls-auth ta.key 0\n\nserver 10.1.0.0 255.255.255.0\ntopology subnet\n;client-to-client\nroute 10.1.0.0 255.255.255.0\npush \"redirect-gateway def1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3687,
"all_permissive": false
} |
ansible_role | seorc/pgbox | 9a79f04306a3513e76133bd3dc9156c1cd4ecd9c | 0 | ansible/roles/pgbox | 344 | [
"no_license"
] | [
{
"path": "ansible/roles/pgbox/defaults/main.yml",
"content": "---\npostgresql_users:\n - name: pgdev\n password: <PASSWORD>\n flags: CREATEDB",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "ansible/roles/pgbox/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1289,
"all_permissive": false
} |
ansible_role | Davitron/scalac-assessment-infra | b15ae1c917256ecf34becd64ea2a942980106cc1 | 0 | ansible/roles/ec2 | 344 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2/tasks/main.yml",
"content": "---\n\n\n- name: Install aptitude using apt\n apt:\n name: aptitude\n state: latest\n update_cache: yes \n force_apt_get: yes\n\n- name: Install required system packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1933,
"all_permissive": false
} |
ansible_role | hqq-get/my-ansible-elk | 44f1e8140b576e92fd15bc4b138afd8999374664 | 0 | roles/common | 344 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: makesure RedHat\n fail: msg=\"This script is only applicable to RedHat\"\n when: ansible_os_family != \"RedHat\"\n- name: sync time\n shell: ntpdate time.windows.com\n- name: install epel repo\n yum: name=epel-release state=present\n- name: st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 681,
"all_permissive": false
} |
ansible_role | hqq-get/my-ansible-elk | 44f1e8140b576e92fd15bc4b138afd8999374664 | 0 | roles/es | 344 | [
"no_license"
] | [
{
"path": "roles/es/tasks/main.yml",
"content": "- name: install Elasticsearch\n yum: name=elasticsearch state=latest enablerepo=elasticsearch\n- name: config Elasticsearch\n template: src=elasticsearch.yml.j2 dest=/etc/elasticsearch/elasticsearch.yml\n notify: restart elasticsearch\n- name: config JVM\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | hqq-get/my-ansible-elk | 44f1e8140b576e92fd15bc4b138afd8999374664 | 0 | roles/filebeat | 344 | [
"no_license"
] | [
{
"path": "roles/filebeat/tasks/main.yml",
"content": "- name: install filebeat\n yum: name=filebeat state=latest enablerepo=elasticsearch\n- name: config filebeat\n template: src=filebeat.yml.j2 dest=/etc/filebeat/filebeat.yml\n notify: restart filebeat\n- name: start filebeat\n service: name=filebeat ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 757,
"all_permissive": false
} |
ansible_role | hqq-get/my-ansible-elk | 44f1e8140b576e92fd15bc4b138afd8999374664 | 0 | roles/kibana | 344 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: install kibana\n yum: name=kibana state=latest enablerepo=elasticsearch\n- name: config kibana\n template: src=kibana.yml.j2 dest=/etc/kibana/kibana.yml\n notify: restart kibana\n- name: start kibana\n service: name=kibana state=started\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | hqq-get/my-ansible-elk | 44f1e8140b576e92fd15bc4b138afd8999374664 | 0 | roles/logstash | 344 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "- name: install logstash\n yum: name=logstash state=latest enablerepo=elasticsearch\n- name: Modify environment variables\n shell: grep \"^source /etc/profile\" /usr/share/logstash/bin/logstash.lib.sh || sed -i '1i\\source /etc/profile' /usr/share/log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | hqq-get/my-ansible-elk | 44f1e8140b576e92fd15bc4b138afd8999374664 | 0 | roles/nginx | 344 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n yum: name=nginx state=latest\n- name: config nginx\n template: src=kibana.conf.j2 dest=/etc/nginx/conf.d/kibana.conf\n notify: restart nginx\n- name: start nginx\n service: name=nginx state=started\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | hqq-get/my-ansible-elk | 44f1e8140b576e92fd15bc4b138afd8999374664 | 0 | roles/redis | 344 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: install redis\n yum: name=redis state=present\n- name: copy redis conf\n template: src=redis.conf.j2 dest=/etc/redis.conf\n notify: \n - restart redis\n- name: start redis\n service: name=redis state=started\n- name: validate that elasticsearc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | cloudrural/deployer-new | 5248be1a0dafb101669bcdbcd89e649d26db6e13 | 0 | roles/appserver | 344 | [
"no_license"
] | [
{
"path": "roles/appserver/tasks/main.yaml",
"content": "---\n - name: Install tomcat and configure\n block: \n - name: Creating the directory for topmcat\n file:\n dest: \"{{ CATALINA_HOME }}\"\n state: directory\n - name: Download tomcat\n get_url:\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | cloudrural/deployer-new | 5248be1a0dafb101669bcdbcd89e649d26db6e13 | 0 | roles/webserver | 344 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yaml",
"content": "---\n - name: Installing the Webserver\n package:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - \"{{ package_manager }}\"\n - \"{{ web_server }}\"\n notify: \n - start-webserver\n\n - name: Conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | hoterome/Challenge-5 | 4532a5a9ccedcf29531ecfb32d8c6c09ad82a72c | 0 | support/install/ansible/playbooks/openshift/roles/provision_jenkins | 344 | [
"no_license"
] | [
{
"path": "support/install/ansible/playbooks/openshift/roles/provision_jenkins/meta/main.yml",
"content": "dependencies:\n - { role: project, when: configure_only == 'false', project: '{{ jenkins_project }}', display_name: \"Jenkins\" }\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3706,
"all_permissive": false
} |
ansible_role | hoterome/Challenge-5 | 4532a5a9ccedcf29531ecfb32d8c6c09ad82a72c | 0 | support/install/ansible/playbooks/openshift/roles/provision_sso | 344 | [
"no_license"
] | [
{
"path": "support/install/ansible/playbooks/openshift/roles/provision_sso/tasks/main.yml",
"content": "---\n- name: Make sure we go back to default project\n shell: \"oc project default\"\n\n- name: Check if image streams are available\n shell: \"oc describe is rsso74-openshift-rhel8 -n openshift\"\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4404,
"all_permissive": false
} |
ansible_role | squidboylan/workstation-ansible | 3d2dd442ce881c07c10ae87db2dd3a352055ff99 | 0 | roles/general | 344 | [
"no_license"
] | [
{
"path": "roles/general/tasks/main.yml",
"content": "---\n- name: install general software\n zypper:\n name: \"{{ item }}\"\n with_items:\n - vlc\n - vlc-codecs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | squidboylan/workstation-ansible | 3d2dd442ce881c07c10ae87db2dd3a352055ff99 | 0 | roles/i3 | 344 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "---\n- name: Install i3 and related packages\n zypper:\n name: \"{{ item }}\"\n with_items:\n - i3\n - i3lock\n - libiw-devel\n - python-netifaces\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | squidboylan/workstation-ansible | 3d2dd442ce881c07c10ae87db2dd3a352055ff99 | 0 | roles/python | 344 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: refresh cache\n zypper_repository:\n runrefresh: yes\n repo: '*'\n\n- name: Install python packages\n zypper:\n name: \"{{ item }}\"\n state: present\n with_items:\n - gcc\n - python\n - python3\n - python-devel\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | squidboylan/workstation-ansible | 3d2dd442ce881c07c10ae87db2dd3a352055ff99 | 0 | roles/users | 344 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n\n- name: Download dotfiles\n git:\n repo: https://github.com/squidboylan/dotfiles.git\n clone: yes\n dest: \"/home/{{ user_name }}\"\n update: no\n\n- name: \"Create user {{ user_name }}\"\n user:\n name: \"{{ user_name }}\"\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | nelucifers/ntlg-hw_my-own-collection | ab408074f55b3f9129c8e5c479d532828a9d0f87 | 0 | roles/create-text-file | 344 | [
"no_license"
] | [
{
"path": "roles/create-text-file/tasks/main.yml",
"content": "---\n- name: Create text file\n my_own_module:\n path: \"{{ path }}\"\n content: \"{{ content }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/create-text-file/README... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | stephencsmall/vagrant-multi-demo | 46f6eaca60bc9816aab69b545fcd7328dc565abe | 1 | provisioning/roles/db | 344 | [
"no_license"
] | [
{
"path": "provisioning/roles/db/tasks/main.yml",
"content": "---\n- name: install Percona release RPM (GPG Key and Yum Repo)\n yum: pkg=http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm state=present\n\n- name: install Percona Server packages\n yum: pkg={{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | stephencsmall/vagrant-multi-demo | 46f6eaca60bc9816aab69b545fcd7328dc565abe | 1 | provisioning/roles/tomcat | 344 | [
"no_license"
] | [
{
"path": "provisioning/roles/tomcat/tasks/main.yml",
"content": "---\n- name: Install Java 6\n command: yum install -y java-1.6.0-openjdk\n sudo: true\n\n- name: Extract archive\n unarchive: src=apache-tomcat-6.0.43.zip dest=/opt owner=vagrant group=vagrant creates=/opt/apache-tomcat-6.0.43\n\n- name: S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2552,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/centos7-docker/roles/docker | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/centos7-docker/roles/docker/files/docker-sock-read.cil",
"content": "(typeattributeset cil_gen_require container_var_run_t)\n(typeattributeset cil_gen_require container_runtime_t)\n(typeattributeset cil_gen_require container_t)\n(allow container_t container_var_run_t (sock_file ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2096,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/centos7-docker/roles/enforce-selinux | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/centos7-docker/roles/enforce-selinux/tasks/main.yml",
"content": "---\n- name: Ensure SELinux is enforcing (Red Hat based distros)\n become: true\n selinux:\n policy: targeted\n state: enforcing\n...\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/centos7-docker/roles/packages | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/centos7-docker/roles/packages/tasks/main.yml",
"content": "---\n- name: Enable CentOS \"Continuous Release\" repo if we're still on CentOS <7.8 (we need the new libselinux-python3 package)\n become: true\n ini_file:\n dest: /etc/yum.repos.d/CentOS-CR.repo\n section: cr\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/centos7-docker/roles/reboot | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/centos7-docker/roles/reboot/tasks/main.yml",
"content": "---\n- name: Reboot host\n become: true\n reboot:\n\n- name: Wait 600 seconds for target connection to become reachable/usable\n wait_for_connection:\n...\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/cowrie/roles/cowrie | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/cowrie/roles/cowrie/tasks/main.yml",
"content": "---\n- name: Copy Splunk config (if this fails you probably don't have the right env vars set. See README.md)\n become: true\n template:\n src: cowrie.cfg\n dest: /opt/cowrie.cfg\n\n- name: Start the Cowrie SSH honeypot\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/dns-records/roles/A-records | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/dns-records/roles/A-records/tasks/main.yml",
"content": "---\n- name: Remove previous A records for this subdomain\n cloudflare_dns:\n zone: \"{{ __domain }}\"\n record: \"{{ __hostname }}\"\n type: A\n account_email: \"{{ lookup('env','CLOUDFLARE_EMAIL') }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/dns-records/roles/SSHFP-record | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/dns-records/roles/SSHFP-record/tasks/main.yml",
"content": "---\n- name: Generate SSHFP record from our ed25519 key and grep for the SHA256 string this command produces\n shell: \"set -o pipefail && ssh-keygen -r {{ __fqdn }} -f /etc/ssh/ssh_host_ed25519_key.pub | grep -o -E -e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/jitsi/roles/jitsi | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/jitsi/roles/jitsi/tasks/main.yml",
"content": "---\n- name: Create directory to hold Jitsi Compose file\n file:\n path: \"/home/{{ ansible_user }}/ansible-docker/jitsi\"\n state: directory\n\n- name: Create directories to hold Jitsi config\n file:\n path: \"/home/{{ a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | pratibhaJ2019/cloud-quickstart-projects | db41413c3afb3125d338a3e454b65e292682a2c9 | 0 | _shared_playbooks/nginx-proxy/roles/nginx-proxy | 344 | [
"no_license"
] | [
{
"path": "_shared_playbooks/nginx-proxy/roles/nginx-proxy/tasks/main.yml",
"content": "---\n- name: Start nginx-proxy with LetsEncrypt support\n become: true\n docker_compose:\n project_name: proxy\n definition:\n # BEGIN inline docker-compose.yml\n version: \"3.7\"\n services:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1769,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.