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 | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/disable_core_dump | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/disable_core_dump/defaults/main.yaml",
"content": "---\ndisable_core_dump_core_limit_soft: 0\ndisable_core_dump_core_limit_hard: 0\ndisable_core_dump_root_core_limit_soft: 0\ndisable_core_dump_root_core_limit_hard: 0\n...\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/disable_network_protocols | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/disable_network_protocols/tasks/main.yaml",
"content": "---\n- name: Something\n become: true\n block:\n - name: Disable DCCP protocol\n ansible.builtin.file:\n path: \"/etc/modprobe.d/disable-dccp.conf\"\n state: touch\n mode: '0644'\n\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1583,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/disable_unused_services | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/disable_unused_services/tasks/main.yaml",
"content": "---\n- name: Disable systemd services\n become: true\n ansible.builtin.systemd:\n name: \"{{ item }}\"\n enabled: false\n state: stopped\n with_items: \"{{ disable_unused_services_disabled_services }}\"\n when:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/dotfile_setup | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/dotfile_setup/tasks/main.yaml",
"content": "# roles/dotfiles/tasks/main.yml\n- name: Ensure ~/.ssh directory exists\n ansible.builtin.file:\n path: \"{{ dotfile_setup_user_home }}/.ssh\"\n state: directory\n mode: '0700'\n\n- name: Copy private SSH key\n ansible.bui... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2199,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/firefox | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/firefox/files/policies.json",
"content": "{\n \"policies\": {\n \"Homepage\": {\n \"URL\": \"https://duckduckgo.com\",\n \"Locked\": true\n },\n \"DisableTelemetry\": true,\n \"DisableFirefoxAccounts\": true,\n \"ExtensionSettings\": {\n \"*\": {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/flatpak_packages | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/flatpak_packages/tasks/main.yaml",
"content": "---\n- name: Install Flatpaks\n become: true\n block:\n - name: Install Librewolf via Flatpak\n community.general.flatpak:\n name: io.gitlab.librewolf-community\n state: present\n\n - name: Install KeePa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/flatpak_repo | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/flatpak_repo/defaults/main.yaml",
"content": "---\nflatpak_repo_flatpak_package_name: flatpak\nflatpak_repo_flathub_repo_url: \"https://flathub.org/repo/flathub.flatpakrepo\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/harden_ssh | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/harden_ssh/tasks/main.yaml",
"content": "---\n- name: Harden SSH\n become: true\n block:\n - name: Harden SSH parameters\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^{{ item.key }}'\n line: '{{ item.key }} {{ item.value ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/hyprland | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/hyprland/defaults/main.yaml",
"content": "---\nhyprland_copr_repo: \"solopasha/hyprland\"\nhyprland_dnf_plugins_package: \"dnf-plugins-core\"\nhyprland_repo_file_path: \"/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:solopasha:hyprland.repo\"\nhyprland_local_wallpaper_path: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2071,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/install_rust | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/install_rust/tasks/main.yaml",
"content": "---\n- name: Ensure curl is installed\n become: true\n ansible.builtin.package:\n name: curl\n state: present\n\n- name: Download Rust install script\n ansible.builtin.get_url:\n url: \"{{ install_rust_script_url }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/secure_sysctl_settings | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/secure_sysctl_settings/defaults/main.yaml",
"content": "---\nsecure_sysctl_settings_settings:\n - dev.tty.ldisc_autoload = 0\n - fs.protected_fifos = 2\n - fs.protected_regular = 2\n - fs.suid_dumpable = 0\n - kernel.kptr_restrict = 2\n - kernel.sysrq = 0\n - kernel.unp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/secure_umask | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/secure_umask/tasks/main.yaml",
"content": "---\n- name: Ensure UMASK is set to secure value in /etc/login.defs\n become: true\n ansible.builtin.lineinfile:\n path: /etc/login.defs\n regexp: '^UMASK'\n line: \"UMASK {{ secure_umask_umask_value }}\"\n sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/system_config | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/system_config/handlers/main.yaml",
"content": "---\n- name: Reload modprobe\n ansible.builtin.command: /sbin/modprobe -r dccp sctp rds tipc\n when: ansible_facts.os_family == \"Debian\" or ansible_facts.os_family == \"RedHat\"\n ignore_errors: true\n\n- name: Reload systemd... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2647,
"all_permissive": false
} |
ansible_role | robpellegrin/AnsiblePlaybooks | 5473a25bce9ded5c28e997308770bd4178ea0205 | 0 | fedora-config/roles/terminal_setup | 104 | [
"no_license"
] | [
{
"path": "fedora-config/roles/terminal_setup/defaults/main.yaml",
"content": "---\nterminal_setup_zsh_install_script: \"https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh\"\nterminal_setup_zsh_syntax_highlighting_repo: \"https://github.com/zsh-users/zsh-syntax-highlighting.git\"\nter... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2600,
"all_permissive": false
} |
ansible_role | shoudusse/OpenConcerto-installer | fb83d5847a434d90027e1278f5c4812a88a337a2 | 0 | ansible/roles/openconcerto | 104 | [
"no_license"
] | [
{
"path": "ansible/roles/openconcerto/defaults/main.yml",
"content": "openconcerto_version: 1.4\nfilename: OpenConcerto-{{ openconcerto_version }}-multiposte.tar.gz\ndownload_url: http://www.openconcerto.org/fr/telechargement/{{ openconcerto_version }}/{{ filename }}\nsql_filename: OpenConcerto-{{ openconce... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1596,
"all_permissive": false
} |
ansible_role | arunshetty33/ansible-automation-hub | e8e88e13f2ff6ea8948b29bcd87174d578a7a832 | 0 | roles/mysql_install | 104 | [
"no_license"
] | [
{
"path": "roles/mysql_install/tasks/main.yml",
"content": "---\n - include_vars: secrets.yml\n no_log: true\n \n - name: Install MySQL database\n apt: name={{ item }} state=latest force=yes\n with_items:\n - mysql-server\n - mysql-client\n\n - name: Start MySQL Serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | arunshetty33/ansible-automation-hub | e8e88e13f2ff6ea8948b29bcd87174d578a7a832 | 0 | roles/mysql_install_1 | 104 | [
"no_license"
] | [
{
"path": "roles/mysql_install_1/tasks/main.yml",
"content": "---\n - include_vars: secrets.yml\n no_log: true\n \n # - name: copy .my.cnf file\n #ansible.builtin.template: src=templates/.my.cnf dest=/etc/mysql/my.cnf owner=root mode=0600\n\n - name: Copy file with owner and p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2422,
"all_permissive": false
} |
ansible_role | 205101-retr0/terra-ansi | aa6ae6188fef2de68de047cb15ec44b7a8d6aa40 | 0 | roles/doc_hosts | 104 | [
"no_license"
] | [
{
"path": "roles/doc_hosts/tasks/main.yml",
"content": "---\n# tasks file for docker\n- import_role:\n name: global-vars\n\n- name: Get docker Info\n docker_container_info:\n name: \"Ansible-slave-0{{ item }}\"\n register: result\n with_sequence: start=1 end={{ number_of_slaves }}\n\n- name: Initia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1640,
"all_permissive": false
} |
ansible_role | 205101-retr0/terra-ansi | aa6ae6188fef2de68de047cb15ec44b7a8d6aa40 | 0 | roles/terraform | 104 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n# tasks file for terraform\n\n- import_role:\n name: global-vars\n\n- name: \"Terra Init\"\n shell: |\n cd {{ dir }};\n terraform init;\n\n- name: \"Terra Plan\"\n shell: |\n cd {{ dir }};\n terraform plan -out plan.tfplan -var 'n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | kavaka123/mastering_ansible | 8891a1919ca00ef8f639af62a50ff5a6f51f77e5 | 0 | ansible/roles/apache2 | 104 | [
"no_license"
] | [
{
"path": "ansible/roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n- name: install web components\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - libapache2-mod-wsgi\n tags: ['packages'] \n \n- name: enable mod_wsgi in apache\n apache2_module: name=ws... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | kavaka123/mastering_ansible | 8891a1919ca00ef8f639af62a50ff5a6f51f77e5 | 0 | ansible/roles/demo_app | 104 | [
"no_license"
] | [
{
"path": "ansible/roles/demo_app/tasks/main.yml",
"content": "---\n# tasks file for demo_app\n- name: install web components\n apt: name={{ item }} state=present\n with_items:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n tags: ['packages'] \n\n- name: copy demo app \n copy: src=d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | kavaka123/mastering_ansible | 8891a1919ca00ef8f639af62a50ff5a6f51f77e5 | 0 | ansible/roles/mysql | 104 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: install mysqldb dependencies for running mysql_db ansible modules\n apt: name={{ item }} state=present\n with_items:\n - python-mysqldb\n tags: ['packages'] \n\n- name: install mysql_server\n apt: name=mysql-server state=presen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | kavaka123/mastering_ansible | 8891a1919ca00ef8f639af62a50ff5a6f51f77e5 | 0 | ansible/roles/nginx | 104 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install packages for uri module\n apt: name={{ item }} state=present\n with_items:\n - python-httplib2\n tags: ['packages'] \n\n- name: install nginx\n apt: name=nginx state=present\n tags: ['packages']... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | YaaSSDD/AutoConfCluster | e6d5ffdc0e1ce04ec7462636011475581421275e | 1 | roles/Docker | 104 | [
"no_license"
] | [
{
"path": "roles/Docker/tasks/docker-install.yml",
"content": "---\n\n- name: Install Docker Dependencies\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - git\n - wget\n - gnupg2\n - apt-transport-https\n - ca-certificates \n - curl \n - software-properties-commo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1590,
"all_permissive": false
} |
ansible_role | YaaSSDD/AutoConfCluster | e6d5ffdc0e1ce04ec7462636011475581421275e | 1 | roles/docker_registry | 104 | [
"no_license"
] | [
{
"path": "roles/docker_registry/handlers/main.yml",
"content": "---\n# handlers file for docker_registry",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/docker_registry/vars/main.yml",
"content": "---\n# vars file for docker_registry",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6525,
"all_permissive": false
} |
ansible_role | YaaSSDD/AutoConfCluster | e6d5ffdc0e1ce04ec7462636011475581421275e | 1 | roles/docker_swarm | 104 | [
"no_license"
] | [
{
"path": "roles/docker_swarm/tasks/swarm-init-manager.BACK.yml",
"content": "---\n\n########\n#####initialisation du manager \n########\n\n\n- name: cluster | manager |Initialize Docker Swarm\n shell: >\n docker swarm init\n run_once: true\n ignore_errors: true\n tags: swarm\n\n\n- name: cluster... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2681,
"all_permissive": false
} |
ansible_role | YaaSSDD/AutoConfCluster | e6d5ffdc0e1ce04ec7462636011475581421275e | 1 | roles/docker_tickstack | 104 | [
"no_license"
] | [
{
"path": "roles/docker_tickstack/defaults/main.yml",
"content": "---\n# defaults file for docker_tickstack",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/docker_tickstack/templates/config.toml",
"content": "[session_server]\n listen_ad... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 15086,
"all_permissive": false
} |
ansible_role | YaaSSDD/AutoConfCluster | e6d5ffdc0e1ce04ec7462636011475581421275e | 1 | roles/gitlab | 104 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "---\n# tasks file for gitlab\n\n- include: gitlab-install-conf.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/gitlab/tasks/gitlab-install-conf.yml",
"content": "---\n\n- name: In... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | YaaSSDD/AutoConfCluster | e6d5ffdc0e1ce04ec7462636011475581421275e | 1 | roles/traefik | 104 | [
"no_license"
] | [
{
"path": "roles/traefik/defaults/main.yml",
"content": "---\n# defaults file for traefik",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/traefik/handlers/main.yml",
"content": "---\n# handlers file for traefik",
"license_type": "no_l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | Gridin94/Ansible-CD | 3d2ff9d28a58364c72fec7037f41bcbb9c706cd2 | 0 | roles/local | 104 | [
"no_license"
] | [
{
"path": "roles/local/tasks/main.yml",
"content": "---\n - name: \"update packages\"\n shell: apt update\n\n - name: \"install curl\"\n shell: apt install curl -y\n\n - name: \"run script to update okta uris\"\n script: oktauris.sh \"{{ OKTAURL }}\" \"{{ OKTACLIENT }}\" \"{{ OKTAKEY }}\" \"{{ H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | Gridin94/Ansible-CD | 3d2ff9d28a58364c72fec7037f41bcbb9c706cd2 | 0 | roles/remote | 104 | [
"no_license"
] | [
{
"path": "roles/remote/tasks/main.yml",
"content": "---\n - name: \"update packages\"\n shell: apt update\n\n - name: \"install docker\"\n shell: apt install docker.io -y\n\n - name: \"change mode\"\n shell: chmod 666 /var/run/docker.sock\n\n - name: \"login to registry\"\n shell: docker lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/aptupgrade | 104 | [
"no_license"
] | [
{
"path": "roles/aptupgrade/tasks/main.yml",
"content": "---\n\n- name: Update apt sources\n ansible.builtin.template:\n src: sources.list.j2\n dest: \"/etc/apt/sources.list\"\n owner: \"root\"\n group: \"root\"\n mode: '0644'\n vars:\n ansible_connection: ssh\n ansible_host: \"{{ pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 962,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/configurebase | 104 | [
"no_license"
] | [
{
"path": "roles/configurebase/tasks/main.yml",
"content": "---\n\n- ansible.builtin.include_role: # knownoshost\n name: alex.base.knownoshost\n\n- name: First logon\n shell: |\n {{ role_path }}/scripts/first.logon.sh \"{{ prop_ipaddress }}\" \"{{ prop_admin_password }}\"\n if [[ \"$?\" != \"0\" ]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3677,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/configureos | 104 | [
"no_license"
] | [
{
"path": "roles/configureos/tasks/main.yml",
"content": "---\n\n- ansible.builtin.include_role: # aptupgrade\n name: alex.debian12.aptupgrade\n\n- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - cifs-utils\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2747,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/configureserver | 104 | [
"no_license"
] | [
{
"path": "roles/configureserver/tasks/main.yml",
"content": "---\r\n\r\n- name: Install basecommands all\r\n apt:\r\n name:\r\n - pgp\r\n - pip\r\n - pipx\r\n - wget\r\n - curl\r\n - dnsutils\r\n - nmap\r\n - net-tools\r\n - jq\r\n - default-jre\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/installdocker | 104 | [
"no_license"
] | [
{
"path": "roles/installdocker/tasks/main.yml",
"content": "---\r\n\r\n- name: Install a list of packages\r\n apt:\r\n name: \"{{ packages }}\"\r\n state: present\r\n vars:\r\n packages:\r\n - ca-certificates \r\n - curl\r\n - gnupg\r\n ansible_connection: ssh\r\n ansible_host: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/installdotnet | 104 | [
"no_license"
] | [
{
"path": "roles/installdotnet/tasks/main.yml",
"content": "---\n\n# - name: Install script a64/x64\n# shell: |\n# wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh\n# chmod +x ./dotnet-install.sh\n# ./dotnet-install.sh --channel 8.0\n# vars:\n# ansible_connection: ssh\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/installnerdctl | 104 | [
"no_license"
] | [
{
"path": "roles/installnerdctl/tasks/main.yml",
"content": "---\n\n- name: Ensure all drives are mounted\n shell: |\n mount -a\n args:\n executable: /bin/bash\n vars:\n ansible_connection: ssh\n ansible_host: \"{{ prop_ipaddress }}\"\n become: true\n\n- name: Copy install files\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | AlexanderWitteveen/ALEX.Ansible.Debian12 | eed964d07acf04dc558fcf2a535e6a5a4b6756b2 | 0 | roles/registerdhcp | 104 | [
"no_license"
] | [
{
"path": "roles/registerdhcp/tasks/main.yml",
"content": "---\n\n- name: Ensure all drives are mounted\n shell: |\n mount -a\n args:\n executable: /bin/bash\n vars:\n ansible_connection: ssh\n ansible_host: \"{{ prop_ipaddress }}\"\n become: true\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | georgekcibi/website-using-playbooks | d405782ae34ddc8724fb46441f21701fe87327e6 | 0 | roles/apache | 104 | [
"no_license"
] | [
{
"path": "roles/apache/templates/000-default.conf.j2",
"content": "<VirtualHost *:{{ http_port | default(80) }}>\n \n ServerAdmin {{ mail_address | default(\"webmaster@localhost\") }}\n DocumentRoot {{ doc_root_location | default(\"/var/www/html\") }}\n\n\n<Directory {{ doc_root_location | default(\"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1695,
"all_permissive": false
} |
ansible_role | georgekcibi/website-using-playbooks | d405782ae34ddc8724fb46441f21701fe87327e6 | 0 | roles/mysql | 104 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "---\n- name: Installing MYSQL\n include_tasks: mysql.yaml\n\n- name: Resetting MYSQL root password and changing MYSQL plugin\n shell: mysql -u root -e 'ALTER USER \"root\"@\"localhost\" IDENTIFIED WITH mysql_native_password BY \"{{ password }}\";'\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | georgekcibi/website-using-playbooks | d405782ae34ddc8724fb46441f21701fe87327e6 | 0 | roles/php | 104 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yaml",
"content": "---\n- name: Installing PHP packages\n include_tasks: php.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/php/vars/main.yaml",
"content": "---\nphp_variables:\n - name: php\n - na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | georgekcibi/website-using-playbooks | d405782ae34ddc8724fb46441f21701fe87327e6 | 0 | roles/user_creation | 104 | [
"no_license"
] | [
{
"path": "roles/user_creation/tasks/user.yaml",
"content": "---\n- name: Creating user Bob\n ansible.builtin.user:\n name: Bob\n uid: 1900\n shell: /bin/bash\n\n\n- name: Copying .my.cnf file to user home directory via Jinja templating\n ansible.builtin.template:\n src: templates/my.cnf.j2\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | djvruio/genome-challenge-devops | 73c32072d6b04c9afa7e106a6367c919bd4b0c7a | 0 | provisioning/roles/app | 109 | [
"no_license"
] | [
{
"path": "provisioning/roles/app/files/hosts",
"content": "127.0.0.1 localhost\n127.0.1.1 vagrant\n\n# The following lines are desirable for IPv6 capable hosts\n::1 ip6-localhost ip6-loopback\nfdf8:f53e:61e4::18 ip6-localnet\nfd00:a516:7c1b:17cd:6d81:2137:bd2a:2c5b ip6-mcastprefix\nfc00:db20:35b:7399::... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1744,
"all_permissive": false
} |
ansible_role | djvruio/genome-challenge-devops | 73c32072d6b04c9afa7e106a6367c919bd4b0c7a | 0 | provisioning/roles/docker | 109 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yaml",
"content": "- name: 1. Install prerequisites\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg-agent\n - python3-virtualenv\n - libmariadb3\n - libmariadb-dev\n update_cache: yes\n\n- name: 2. Add apt-key\n apt_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | djvruio/genome-challenge-devops | 73c32072d6b04c9afa7e106a6367c919bd4b0c7a | 0 | provisioning/roles/mariadb | 109 | [
"no_license"
] | [
{
"path": "provisioning/roles/mariadb/tasks/databases.yml",
"content": "---\n- name: Ensure MariaDB databases are present (or absent)\n mysql_db:\n name: \"{{ item.name }}\"\n collation: \"{{ item.collation | default('utf8_general_ci') }}\"\n encoding: \"{{ item.encoding | default('utf8') }}\"\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 11829,
"all_permissive": false
} |
ansible_role | robbwagoner/quick-user | 884c3bbc1fc36d26fe662df258c026b38bcd2df2 | 1 | roles/quick-user | 109 | [
"permissive"
] | [
{
"path": "roles/quick-user/templates/ssh_config",
"content": "Host *github.com\n User git\n IdentityFile %d/.ssh/robbwagoner-github-heartbleed_rsa.pub\n\nHost *\n User ubuntu\n IdentitiesOnly yes\n IdentityFile %d/.ssh/deploy.pub\n\n#Host *.us-west-2.compute.amazonaws.com\n",
"license_type": "permissiv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2966,
"all_permissive": true
} |
ansible_role | cybera/fim-workshop | c333937e9fd7ffff331e3f840828a9630a9ee262 | 0 | roles/dokuwiki-deploy | 109 | [
"no_license"
] | [
{
"path": "roles/dokuwiki-deploy/templates/apache.conf.j2",
"content": "<VirtualHost *:80>\n Redirect permanent / https://{{ dokuwiki_domain }}/\n</VirtualHost>\n\n<VirtualHost *:443>\n ServerName {{ dokuwiki_domain }}\n ServerAdmin {{ dokuwiki_email }}\n DocumentRoot {{ dokuwiki_dir... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5274,
"all_permissive": false
} |
ansible_role | cybera/fim-workshop | c333937e9fd7ffff331e3f840828a9630a9ee262 | 0 | roles/idp_config | 109 | [
"no_license"
] | [
{
"path": "roles/idp_config/tasks/setup_apache.yml",
"content": "- name: Enable Apache modules\n apache2_module:\n name={{ item }}\n state=present\n with_items:\n - ssl\n - headers\n - rewrite\n become: yes\n notify:\n - restart apache\n\n- name: Setup SSP Apache\n template:\n src=... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 20432,
"all_permissive": false
} |
ansible_role | cybera/fim-workshop | c333937e9fd7ffff331e3f840828a9630a9ee262 | 0 | roles/shibboleth_sp | 109 | [
"no_license"
] | [
{
"path": "roles/shibboleth_sp/vars/main.yml",
"content": "---\n# vars file for shibboleth_sp\n\n# ssl generation vars\nshibboleth_ssl_crt: \"{{ shib_conf_dir }}/shib.crt\"\nshibboleth_ssl_key: \"{{ shib_conf_dir }}/shib.key\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3468,
"all_permissive": false
} |
ansible_role | cybera/fim-workshop | c333937e9fd7ffff331e3f840828a9630a9ee262 | 0 | roles/ssl_cert_gen | 109 | [
"no_license"
] | [
{
"path": "roles/ssl_cert_gen/vars/main.yml",
"content": "---\n# vars file for ssl_cert_gen\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/ssl_cert_gen/tasks/renew_crt_from_keyfile.yml",
"content": "# Check if current certificate is ex... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4812,
"all_permissive": false
} |
ansible_role | cybera/fim-workshop | c333937e9fd7ffff331e3f840828a9630a9ee262 | 0 | roles/ssp_install | 109 | [
"no_license"
] | [
{
"path": "roles/ssp_install/defaults/main.yml",
"content": "ssp_php_conf_mem_limit: 128M\nssp_php_conf_max_exec_time: 30\n\nssp_ver: 1.14.8\nssp_sha256: fc13d3b4cd29445124daeefd382d41643e64fa8ab37af31eb24c5d9e1c1aa92b \nssp_url: https://github.com/simplesamlphp/simplesamlphp/releases/download/v{{ ssp_ver }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3814,
"all_permissive": false
} |
ansible_role | obispobruno/ansible-experiments | 967ad04ccca6463d4fd37de2a80972c5de02df22 | 0 | roles/system | 109 | [
"no_license"
] | [
{
"path": "roles/system/tasks/packages.yml",
"content": "- name: Update packages\n ansible.builtin.apt:\n update_cache: true\n upgrade: true\n\n- name: Install essential packages\n ansible.builtin.package:\n name: \"{{ system_essential_packages }}\"\n state: present\n",
"license_type": "no... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2969,
"all_permissive": false
} |
ansible_role | balubadi/expense-ansible | a7586bdb479846a93dd5a78440c521fd6632edfd | 0 | roles/frontend | 109 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Set HostName\n ansible.builtin.shell: set-hostname {{env}}-{{component}}\n\n- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: copy the expense config file\n ansible.builtin.template:\n src: expens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | balubadi/expense-ansible | a7586bdb479846a93dd5a78440c521fd6632edfd | 0 | roles/grafana | 109 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/dashboard.json",
"content": "{\n \"annotations\": {\n \"list\": [\n {\n \"builtIn\": 1,\n \"datasource\": {\n \"type\": \"grafana\",\n \"uid\": \"-- Grafana --\"\n },\n \"enable\": true,\n \"hide\": true,\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5744,
"all_permissive": false
} |
ansible_role | balubadi/expense-ansible | a7586bdb479846a93dd5a78440c521fd6632edfd | 0 | roles/prometheus | 109 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/alert-rules-update.yml",
"content": "- name: Generate Alert YAML File\n ansible.builtin.template:\n src: alert-rules.yml\n dest: /tmp/{{component}}-{{env}}.yml\n\n- name: Upload Alert File to S3\n ansible.builtin.shell: aws s3 cp /tmp/{{component}}-{{env}}.yml s3://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | GeetaSree13/terraform_ansible | 7a5a138a153face6f87ae16a1342bb864701a5b7 | 0 | ansible/roles/cron | 109 | [
"no_license"
] | [
{
"path": "ansible/roles/cron/tasks/main.yml",
"content": "- name: Add cron job to record time every 10 min\n cron:\n name: \"Log time to /data\"\n minute: \"*/10\"\n job: \"date >> /data/time.log\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | GeetaSree13/terraform_ansible | 7a5a138a153face6f87ae16a1342bb864701a5b7 | 0 | ansible/roles/logrotate | 109 | [
"no_license"
] | [
{
"path": "ansible/roles/logrotate/tasks/main.yml",
"content": "- name: Configure hourly logrotate for /log\n copy:\n dest: /etc/logrotate.d/custom_log\n content: |\n /log/*.log {\n hourly\n rotate 24\n missingok\n notifempty\n compress\n cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | GeetaSree13/terraform_ansible | 7a5a138a153face6f87ae16a1342bb864701a5b7 | 0 | ansible/roles/lvm | 109 | [
"no_license"
] | [
{
"path": "ansible/roles/lvm/tasks/main.yml",
"content": "- name: Create physical volume\n command: pvcreate /dev/sdb\n\n- name: Create volume group\n command: vgcreate vg_data /dev/sdb\n\n- name: Create logical volumes\n command: >\n lvcreate -L {{ item.size }} -n {{ item.name }} vg_data\n loop: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | denislets/etp | d06dbb3c6978574d66e3169bdb6207b26bc27341 | 0 | User_Part/Source/servicedesk-installer/src/main/resources/roles/bootstrap.docker | 109 | [
"no_license"
] | [
{
"path": "User_Part/Source/servicedesk-installer/src/main/resources/roles/bootstrap.docker/defaults/main.yml",
"content": "---\n\ndocker_repository_host: docker.net.billing.ru\ndocker_repository_port: 443\ndocker_need_to_restart: false",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | denislets/etp | d06dbb3c6978574d66e3169bdb6207b26bc27341 | 0 | User_Part/Source/servicedesk-installer/src/main/resources/roles/bootstrap.user | 109 | [
"no_license"
] | [
{
"path": "User_Part/Source/servicedesk-installer/src/main/resources/roles/bootstrap.user/defaults/main.yml",
"content": "---\n\ndefault_password_salt: '<PASSWORD>'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "User_Part/Source/servicedesk-instal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | denislets/etp | d06dbb3c6978574d66e3169bdb6207b26bc27341 | 0 | User_Part/Source/servicedesk-installer/src/main/resources/roles/servicedesk.check | 109 | [
"no_license"
] | [
{
"path": "User_Part/Source/servicedesk-installer/src/main/resources/roles/servicedesk.check/tasks/main.yml",
"content": "---\n\n- assert:\n that:\n - application_version != '' # This variable is defined in common vars\n - servicedesk_docker_repository != '' # This variable is defined in common ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | denislets/etp | d06dbb3c6978574d66e3169bdb6207b26bc27341 | 0 | User_Part/Source/servicedesk-installer/src/main/resources/roles/servicedesk.start | 109 | [
"no_license"
] | [
{
"path": "User_Part/Source/servicedesk-installer/src/main/resources/roles/servicedesk.start/tasks/main.yml",
"content": "---\n- assert:\n that:\n - servicedesk_check_is_done == True\n - application_host_port is defined\n - application_container_port is defined\n\n- name: Remove previous do... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | denislets/etp | d06dbb3c6978574d66e3169bdb6207b26bc27341 | 0 | User_Part/Source/servicedesk-installer/src/main/resources/roles/servicedesk.stop | 109 | [
"no_license"
] | [
{
"path": "User_Part/Source/servicedesk-installer/src/main/resources/roles/servicedesk.stop/tasks/main.yml",
"content": "---\n- assert:\n that:\n - servicedesk_check_is_done == True\n \n- debug: var=servicedesk_container_id\n\n- name: Kill docker container \n shell: \"docker kill {{ servicedesk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | denislets/etp | d06dbb3c6978574d66e3169bdb6207b26bc27341 | 0 | User_Part/ansible/roles/install-docker | 109 | [
"no_license"
] | [
{
"path": "User_Part/ansible/roles/install-docker/tasks/main.yml",
"content": "---\n- name: Add docker repo\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docer-ce.repo\n become: yes\n\n- name: Install the latest version of docker\n package:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | eljuanchosf/mastering-ansible | beed3ffb0c2c9db2552fed1f37ba497f6e75b334 | 0 | roles/apache2 | 109 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n- name: Install web components\n apt: name={{item}} state=present\n with_items:\n - apache2\n - libapache2-mod-wsgi\n tags: [ 'packages' ]\n\n- name: Ensure mod_wsgi started\n apache2_module: name=wsgi state=present\n notify: restart apac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | dhhiep/ansible-zsh-fzf | 2695925fb37f38fce093bd91dce19e1eb0acc44b | 0 | roles/oh_my_zsh | 109 | [
"no_license"
] | [
{
"path": "roles/oh_my_zsh/vars/main.yml",
"content": "---\n# vars file for roles/oh_my_zsh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/oh_my_zsh/handlers/main.yml",
"content": "---\n# handlers file for roles/oh_my_zsh",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | dhhiep/ansible-zsh-fzf | 2695925fb37f38fce093bd91dce19e1eb0acc44b | 0 | roles/pre-tasks | 109 | [
"no_license"
] | [
{
"path": "roles/pre-tasks/tasks/main.yml",
"content": "---\n- include: update_system.yml\n- include: packages.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/pre-tasks/vars/main.yml",
"content": "---\n# vars file for roles/pre_task... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | dhhiep/ansible-zsh-fzf | 2695925fb37f38fce093bd91dce19e1eb0acc44b | 0 | roles/zsh | 109 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: Install ZSH\n package:\n name: zsh\n state: present\n\n- name: Install Fonts Powerline\n package:\n name: fonts-powerline\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | acudovs/bastion | cbb4a2e75b42f7b6b414b6a6d3fd230b6d9a0eb5 | 1 | roles/bastion | 109 | [
"no_license"
] | [
{
"path": "roles/bastion/files/data/README.md",
"content": "# Data Directory\n\nFiles placed in this directory are included in the cloud-init ISO image and are available during the `init`\nstage under the path `/mnt/data`. This can be useful if it is not possible to place them online.\n",
"license_type"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 12749,
"all_permissive": false
} |
ansible_role | vasu9100/ansible-roboshop-roles | 4cd15645c1a4b9d692af9272b41301c94c254b0c | 0 | roles/catalogue | 109 | [
"no_license"
] | [
{
"path": "roles/catalogue/handlers/main.yml",
"content": "- name: ENABLE CATALOGUE\n debug:\n msg: \"Handler ENABLE CATALOGUE is being executed.\"\n loop:\n - systemctl daemon-reload\n - systemctl enable catalogue\n - systemctl start catalogue\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1599,
"all_permissive": false
} |
ansible_role | vasu9100/ansible-roboshop-roles | 4cd15645c1a4b9d692af9272b41301c94c254b0c | 0 | roles/mongo-db | 109 | [
"no_license"
] | [
{
"path": "roles/mongo-db/tasks/main.yml",
"content": "- name: COPYING MONGO.REPO FILE\n copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/\n #remote_src: yes\n- name: INSTALLING MONGO DB\n dnf:\n name: mongodb-org\n state: present\n- name: MONGO START\n service:\n name: mongod\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | cloudflightio/operator-basics | 30b8c4f6bdce22a03ccc159049d1828424922a1a | 0 | elasticsearch-operator/roles/elasticsearch | 106 | [
"no_license"
] | [
{
"path": "elasticsearch-operator/roles/elasticsearch/templates/cm.yaml",
"content": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: \"{{ meta.name }}\"\n namespace: \"{{ meta.namespace }}\"\n labels:\n app:\n \"{{ meta.name }}\"\ndata:\n elasticsearch.yml: |-\n cluster.name: {{ clus... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3875,
"all_permissive": false
} |
ansible_role | shahar-klein/poorspray | 4763d97a72e6563b496b1f7178e6ac2df14c80bc | 0 | roles/reset | 106 | [
"no_license"
] | [
{
"path": "roles/reset/templates/ifcfg.j2",
"content": "DEVICE={{ ovn_encap_dev }}\nTYPE=Ethernet\nBOOTPROTO=static\nNM_CONTROLLED=no\nIPADDR={{ ovn_encap_ip }}\nPREFIX={{ ovn_encap_ip_prefix }}\nGATEWAY={{ cluster_default_route }}\nDNS1={{ cluster_dns1 }}\nDNS2={{ cluster_dns2 }}\nONBOOT=yes\n\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2403,
"all_permissive": false
} |
ansible_role | yukin520/my-mac-ansible | 92cb7ad91641c8cc300e17af26e2d71d03370a08 | 0 | roles/homebrew | 106 | [
"no_license"
] | [
{
"path": "roles/homebrew/defaults/main.yml",
"content": "homebrew_enabled_repositories:\n\nhomebrew_installed_packages:",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/homebrew/tasks/enable_brew_repository.yml",
"content": "\n- name: Ena... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | yukin520/my-mac-ansible | 92cb7ad91641c8cc300e17af26e2d71d03370a08 | 0 | roles/homebrew_cask | 106 | [
"no_license"
] | [
{
"path": "roles/homebrew_cask/tasks/main.yml",
"content": "---\n# tasks file for homebrew_cask\n\n# - name: Update homebrew cask.\n# homebrew_cask:\n# update_homebrew: yes\n\n\n- name: installed homebrew cask packages\n homebrew_cask:\n name: \"{{ item }}\"\n with_items:\n \"{{ installed_cask... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | yukin520/my-mac-ansible | 92cb7ad91641c8cc300e17af26e2d71d03370a08 | 0 | roles/mac_app_store | 106 | [
"no_license"
] | [
{
"path": "roles/mac_app_store/tasks/main.yml",
"content": "---\n# tasks file for mac_app_store\n\n- name: Install applications from App Store\n community.general.mas:\n id: \"{{ item.id }}\"\n state: \"{{ item.state }}\"\n with_items:\n \"{{ install_applications_from_appstore }}\"",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | rako1980/github_create_repo | 3604e3ebfaacbf38ba5956cbc933d2fde7386398 | 2 | roles/github | 106 | [
"no_license"
] | [
{
"path": "roles/github/playbooks/standard.yml",
"content": "---\n- hosts: localhost\n gather_facts: false\n\n roles:\n - github\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/github/tasks/get_repo_info.yml",
"content": "---\n- a... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5028,
"all_permissive": false
} |
ansible_role | seawolf82/wildfly-standalone_ansible | 171677a2f70c493c6ca365941ece71e944ea4a2d | 0 | roles/wildfly | 106 | [
"no_license"
] | [
{
"path": "roles/wildfly/tasks/main.yaml",
"content": "---\n\n#almalinux8 - almalinux9\n#java-17-openjdk\n\n#centos7\n#java-latest-openjdk\n\n- name: Install openjdk18 on Centos7\n package:\n name: java-latest-openjdk\n state: present\n when: ansible_facts['os_family'] == \"RedHat\" and ansible_fact... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2835,
"all_permissive": false
} |
ansible_role | seawolf82/wildfly-standalone_ansible | 171677a2f70c493c6ca365941ece71e944ea4a2d | 0 | roles/wildfly_uninstall | 106 | [
"no_license"
] | [
{
"path": "roles/wildfly_uninstall/tasks/main.yaml",
"content": "\n- name: Stopping wildfly service\n systemd: state=stopped name=wildfly\n ignore_errors: True\n tags: wildfly\n\n- name: Remove wildfly directory\n file: path=\"{{wildfly_install_path}}/{{wildfly_final}}\" state=absent\n tags: wildfly\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | buzzdao/ansible-xmr-stak | d6af1948efe901d4d94ab9b9ffe11eaf87b36e8f | 0 | roles/xmr-stak | 106 | [
"no_license"
] | [
{
"path": "roles/xmr-stak/templates/sources.list.j2",
"content": "#\n\n# deb cdrom:[Ubuntu-Server 17.04 _Zesty Zapus_ - Release amd64 (20170412)]/ zesty main restricted\n\n#deb cdrom:[Ubuntu-Server 17.04 _Zesty Zapus_ - Release amd64 (20170412)]/ zesty main restricted\n\n# See http://help.ubuntu.com/communi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 20305,
"all_permissive": false
} |
ansible_role | glickbot/get_riakcs | 6a60f2f30bf77a2029297998528cd20596fa9cce | 0 | deploy/roles/basho.riak-common | 106 | [
"no_license"
] | [
{
"path": "deploy/roles/basho.riak-common/tasks/Ubuntu.yml",
"content": "---\n- name: disable ufw\n service: name=ufw state=stopped enabled=no\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "deploy/roles/basho.riak-common/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | glickbot/get_riakcs | 6a60f2f30bf77a2029297998528cd20596fa9cce | 0 | deploy/roles/glickbot.serf | 106 | [
"no_license"
] | [
{
"path": "deploy/roles/glickbot.serf/tasks/main.yml",
"content": "- name: install unzip\n yum: name=unzip state=installed\n\n- name: download serf\n command: curl -L -o /tmp/serf.zip {{ serf_url }} creates=/tmp/serf.zip\n\n- name: install serf\n command: chdir=/usr/local/bin unzip /tmp/serf.zip creates=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | Gil80/DevOpsExperts | 486c3eb0006deef18553bdfe201439f190509d31 | 0 | 14-Lesson-14-ansible/ansible-demo-1/roles/install-python | 106 | [
"no_license"
] | [
{
"path": "14-Lesson-14-ansible/ansible-demo-1/roles/install-python/tasks/main.yaml",
"content": "- name: Adding repository\n apt_repository:\n repo: ppa:deadsnakes/ppa\n\n- name: Install latest version of \"python3.7\"\n apt:\n update_cache: yes\n name: python3.7\n state: present\n install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | Gil80/DevOpsExperts | 486c3eb0006deef18553bdfe201439f190509d31 | 0 | 14-Lesson-14-ansible/assignment/roles/common | 106 | [
"no_license"
] | [
{
"path": "14-Lesson-14-ansible/assignment/roles/common/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name:\n - vim\n - zip\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | Gil80/DevOpsExperts | 486c3eb0006deef18553bdfe201439f190509d31 | 0 | 14-Lesson-14-ansible/assignment/roles/deploy-1 | 106 | [
"no_license"
] | [
{
"path": "14-Lesson-14-ansible/assignment/roles/deploy-1/tasks/main.yml",
"content": "---\n- name: create file on all servers\n copy:\n dest: \"/tmp/test1.txt\"\n content:\n Hello world!\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | Gil80/DevOpsExperts | 486c3eb0006deef18553bdfe201439f190509d31 | 0 | 14-Lesson-14-ansible/assignment/roles/deploy-2 | 106 | [
"no_license"
] | [
{
"path": "14-Lesson-14-ansible/assignment/roles/deploy-2/templates/hostname.j2",
"content": "This container hostname is : {{ansible_hostname}}\nmy_host = \"{{ansible_host}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "14-Lesson-14-ansible/as... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | roles/docker | 106 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "docker_nfs_mounts:\n - server: \"{{ truenas_ip_addr }}\"\n export: \"/mnt/Slow/Docker-Data\"\n mount: \"/mnt/docker_data\"\n options: \"rw,hard,intr,noatime\"\n - server: \"{{ truenas_ip_addr }}\"\n export: \"/mnt/Slow/Multimedia/Movies\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9635,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/apt-upgrade | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/apt-upgrade/tasks/main.yml",
"content": "- name: Update packages\n apt:\n update_cache: yes\n upgrade: 'dist'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/docker_backup_configs | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/docker_backup_configs/tasks/main.yml",
"content": "# -----------------------------------------------\n# Copy docker config files and dbs to server\n# -----------------------------------------------\n- name: Get a list of all running containers\n community.docker.docker_host_info... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/docker_install | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/docker_install/tasks/main.yml",
"content": "- name: install dependencies\n apt:\n name: \n - ca-certificates \n - curl \n - gnupg \n - lsb-release\n - python3\n - python3-docker\n state: present\n update_cache: true\n become: true\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/docker_networks | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/docker_networks/tasks/main.yml",
"content": "- name: Create user defined bridge network\n docker_network:\n name: bridge_01\n driver: bridge\n ipam_config:\n - subnet: 192.168.1.0/24\n gateway: 192.168.1.1\n iprange: 192.168.1.0/24\n\n# - name: Crea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/docker_restore_configs | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/docker_restore_configs/tasks/main.yml",
"content": "# -----------------------------------------------\n# Copy docker config files and dbs to server\n# -----------------------------------------------\n\n\n- name: Backup docker configs and dbs to server\n copy:\n remote_src: tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/docker_system_services | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/docker_system_services/tasks/main.yml",
"content": "# -----------------------------------------------\n# Handle the docker volumes location\n# -----------------------------------------------\n\n# Running docker-compose using shell. Ansible.Docker_Compose not currently working\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2691,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/qemu-guest-agent | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/qemu-guest-agent/tasks/main.yml",
"content": "- name: Install qemu-guest-agent\n apt:\n name: qemu-guest-agent\n state: present\n update_cache: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | msfoote/ansible | fb5e2d5bc9709119cd76da83bb06366650d2578a | 1 | zz-archive/roles/samba_mount | 106 | [
"no_license"
] | [
{
"path": "zz-archive/roles/samba_mount/tasks/main.yml",
"content": "- name: Ensure cifs-utils package is installed\n apt:\n name: cifs-utils\n state: present\n when: ansible_os_family == \"Debian\"\n\n# - name: Mount the Samba share\n# mount:\n# name: /mnt/docker\n# src: \"//{{ samba_serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2038,
"all_permissive": false
} |
ansible_role | biata122/ansible-session2 | 5fb7ca153fd6eeed627168854c88d8fbf57221f1 | 0 | roles/docker | 108 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/docker-ubuntu.yml",
"content": "---\n - name: Ensure old versions of Docker are not installed.\n apt:\n name: \"{{ old_ubuntu_packages }}\"\n state: absent\n - name: APT - install system packages\n apt:\n name: \"{{ apt_packages }}\"\n update... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3818,
"all_permissive": false
} |
ansible_role | madson7/maas_lab | 091326d334b885ee5180867b952909fe93b4c829 | 4 | roles/common | 108 | [
"no_license"
] | [
{
"path": "roles/common/tasks/install-basic.yml",
"content": "---\n# tasks file for role/maas\n\n- name: \"install_task | packages\"\n apt: name={{item}} state=present\n with_items:\n - wget\n - python3\n - nano\n - snap\n\n- name: \"install_task | snap juju\"\n community.general.snap:\n n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | madson7/maas_lab | 091326d334b885ee5180867b952909fe93b4c829 | 4 | roles/juju | 108 | [
"no_license"
] | [
{
"path": "roles/juju/scripts/030-setup-juju.sh",
"content": "#!/usr/bin/env bash\n\nset -e\n\n# $1: NODE_SSH_USER\n\n# Update juju client configuration files\necho \"Updating juju client configuration files...\"\nMAAS_APIKEY=$(maas apikey --username root)\nsed -i 's/{{ maas_root_apikey }}/'${MAAS_APIKEY}'/... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2574,
"all_permissive": false
} |
ansible_role | madson7/maas_lab | 091326d334b885ee5180867b952909fe93b4c829 | 4 | roles/maas | 108 | [
"no_license"
] | [
{
"path": "roles/maas/scripts/020-configure-maas.sh",
"content": "#!/usr/bin/env bash\n\nset -e\n\n# $1: MAAS_IP\n# $2: OAM_DYNAMIC_RANGE_START\n# $3: OAM_DYNAMIC_RANGE_END\n# $4: OAM_RESERVED_RANGE_START\n# $5: OAM_RESERVED_RANGE_END\n# $6: HOST_USERNAME\n# $7: HOST_IP\n# $8: OAM_NETWORK_PREFIX\n# $9: CLOU... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 12332,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.