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 | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/neomutt | 468 | [
"no_license"
] | [
{
"path": "roles/neomutt/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: neomutt\n author: ldonnez\n description: NeoMutt is a command line mail reader (or MUA). It’s a fork of Mutt with added features.\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5516,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/neovim | 468 | [
"no_license"
] | [
{
"path": "roles/neovim/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: neovim\n author: ldonnez\n description: Hyperextensible Vim-based text editor\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3527,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/npm | 468 | [
"no_license"
] | [
{
"path": "roles/npm/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: npm\n author: ldonnez\n description: Node package manager\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n versions:\n - al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/nvidia | 468 | [
"no_license"
] | [
{
"path": "roles/nvidia/tasks/install.yml",
"content": "- name: Install nvidia-driver & firmware-misc-nonfree with apt\n become: true\n ansible.builtin.apt:\n pkg:\n - nvidia-driver\n - firmware-misc-nonfree\n tags:\n - install\n\n# Prevents Nvidia Optimus from working. More info -> https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/packages | 468 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/apt.yml",
"content": "- name: Install software-properties-common with apt\n ansible.builtin.apt:\n name: software-properties-common\n state: present\n become: true\n tags:\n - install\n\n- name: Ensure contrib, non-free & non-free-firmware repositories are added\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1921,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/pip | 468 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/install.yml",
"content": "- name: Install python3-setuptools, pipx with apt\n when: ansible_distribution == 'Debian'\n ansible.builtin.apt:\n name: [\"python3-setuptools\", \"pipx\"]\n state: present\n become: true\n tags:\n - install\n\n- name: Install pipx with pip3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/preferences | 468 | [
"no_license"
] | [
{
"path": "roles/preferences/tasks/macos.yml",
"content": "- name: Configure Dock\n tags:\n - install\n\n block:\n - name: Set icon size\n community.general.osx_defaults:\n domain: com.apple.dock\n key: tilesize\n type: float\n value: 36\n state: present\n\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6165,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/rg | 468 | [
"no_license"
] | [
{
"path": "roles/rg/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: rg\n author: ldonnez\n description: Install base packages\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n versions:\n - all... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/rofi | 468 | [
"no_license"
] | [
{
"path": "roles/rofi/tasks/configure.yml",
"content": "- name: Symlink ~/.config/rofi\n ansible.builtin.file:\n src: \"{{ rofi_dotfiles_path }}\"\n dest: \"{{ rofi_config_dir }}\"\n state: link\n tags:\n - install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/rust | 468 | [
"no_license"
] | [
{
"path": "roles/rust/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: rust\n author: ldonnez\n description: Rust is a fast, memory-safe, and productive programming language that can run on embedded devices, web services, and more. Learn how to get started, why Rust is different, and what compa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1323,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/secrets | 468 | [
"no_license"
] | [
{
"path": "roles/secrets/tasks/main.yml",
"content": "- name: Include configure\n ansible.builtin.import_tasks: configure.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/secrets/tasks/configure.yml",
"content": "- name: Check if pr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/ssh | 468 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/configure.yml",
"content": "- name: Start ssh-agent on login\n when: ansible_os_family == \"Debian\"\n ansible.builtin.blockinfile:\n path: \"{{ ansible_env.HOME }}/.zprofile\"\n block: |\n if [ ! -S ~/.ssh/ssh_auth_sock ]; then\n eval `ssh-agent`\n ln -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1598,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/steam | 468 | [
"no_license"
] | [
{
"path": "roles/steam/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: steam\n author: ldonnez\n description: Install steam\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Debian\n versions:\n - all\n\ndependencies:\n - role: packages\n - role: nvidi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/synchronize | 468 | [
"no_license"
] | [
{
"path": "roles/synchronize/tasks/main.yml",
"content": "- name: Include sync\n ansible.builtin.import_tasks: sync.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/synchronize/meta/main.yml",
"content": "---\ngalaxy_info:\n role_n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/synology_drive | 468 | [
"no_license"
] | [
{
"path": "roles/synology_drive/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: synology_drive\n author: ldonnez\n description: Synology Drive Client is the desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Sy... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3019,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/systemd_resolved | 468 | [
"no_license"
] | [
{
"path": "roles/systemd_resolved/tasks/configure.yml",
"content": "- name: Enable systemd-resolved service and ensure it is not masked\n become: true\n ansible.builtin.systemd_service:\n name: systemd-resolved\n enabled: true\n masked: false\n tags:\n - install\n\n- name: Ensure /etc/systemd... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1688,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/terminal | 468 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/configure.yml",
"content": "- name: Configure Terminal.app\n ansible.builtin.command: open files/Nord.terminal\n args:\n chdir: \"{{ role_path }}\"\n tags:\n - install\n\n- name: Set Nord as default theme\n community.general.osx_defaults:\n domain: com.apple.Term... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/terraform | 468 | [
"no_license"
] | [
{
"path": "roles/terraform/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: terraform\n author: ldonnez\n description: Terraform is an infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently.\n license: MIT\n min_ansible_version: \"2.10\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1550,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/tmux | 468 | [
"no_license"
] | [
{
"path": "roles/tmux/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: tmux\n author: ldonnez\n description: tmux is an open-source terminal multiplexer for Unix-like operating systems\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1387,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/vifm | 468 | [
"no_license"
] | [
{
"path": "roles/vifm/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: vifm\n author: ldonnez\n description: Vifm is a file manager with curses interface.\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/vim | 468 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/configure.yml",
"content": "- name: Ensure .vim\n ansible.builtin.file:\n name: \"{{ ansible_env.HOME }}/.vim\"\n state: directory\n recurse: true\n tags:\n - install\n\n- name: Symlink .vimrc\n ansible.builtin.file:\n src: \"{{ dotfiles_directory_path }}/.vimrc\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/virt_manager | 468 | [
"no_license"
] | [
{
"path": "roles/virt_manager/tasks/install.yml",
"content": "- name: Install qemu-kvm libvirt-daemon-system, libvirt-clients bridg-utils virt-manager\n become: true\n ansible.builtin.apt:\n name:\n [\n \"qemu-kvm\",\n \"libvirt-daemon-system\",\n \"libvirt-clients\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/wsl | 468 | [
"no_license"
] | [
{
"path": "roles/wsl/tasks/install.yml",
"content": "- name: Install wslu with apt\n ansible.builtin.apt:\n name: wslu\n state: present\n become: true\n tags:\n - install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/wsl/meta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1886,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/xfce | 468 | [
"no_license"
] | [
{
"path": "roles/xfce/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: xfce\n author: ldonnez\n description: Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly.\n lice... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2770,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/yarn | 468 | [
"no_license"
] | [
{
"path": "roles/yarn/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: yarn\n author: ldonnez\n description: Yarn is a package manager that doubles down as project manager.\n license: MIT\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | ldonnez/config | 95eb4ed729c14ce4fd5f07f9826cead537beaf5a | 0 | roles/zsh | 468 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/install.yml",
"content": "- name: Install zsh with apt\n become: true\n ansible.builtin.apt:\n name: zsh\n state: present\n when: ansible_os_family == 'Debian'\n tags:\n - install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 160... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1972,
"all_permissive": false
} |
ansible_role | samanta2299/ansible-lab | 96fe0b8d21d13a48f49a11f1de65953f2e7a64bd | 0 | Example 1b/etc/ansible/roles/nginx | 468 | [
"no_license"
] | [
{
"path": "Example 1b/etc/ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: \"apt-get update\"\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: \"create /var/www/{{ server_name }} directory\"\n file:\n path: /var/www/{{ server_name }}\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | samanta2299/ansible-lab | 96fe0b8d21d13a48f49a11f1de65953f2e7a64bd | 0 | Example 2/etc/ansible/roles/grafana | 468 | [
"no_license"
] | [
{
"path": "Example 2/etc/ansible/roles/grafana/tasks/main.yml",
"content": "---\n# tasks file for grafana\n- name: \"Install gpg\"\n apt:\n name: gnupg, software-properties-common\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- name: \"add gpg key\"\n apt_key:\n url: \"ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | samanta2299/ansible-lab | 96fe0b8d21d13a48f49a11f1de65953f2e7a64bd | 0 | Example 2/etc/ansible/roles/prometheus | 468 | [
"no_license"
] | [
{
"path": "Example 2/etc/ansible/roles/prometheus/tasks/main.yml",
"content": "---\n# tasks file for prometheus\n- name: \"apt-get update\"\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: \"Install & update prometheus\"\n apt:\n name: ['prometheus']\n state: latest\n update_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1029,
"all_permissive": false
} |
ansible_role | naupaw/ansible-kafka-ubuntu | 46a2641c6a151705f83482ce4607421276329c56 | 0 | roles/broker | 468 | [
"no_license"
] | [
{
"path": "roles/broker/tasks/main.yaml",
"content": "---\n- name: Copy Kafka config\n become: true\n template:\n src: server.properties.j2\n dest: \"{{ kafka_config_dir }}/server.properties\"\n owner: root\n group: root\n mode: 0755\n\n- name: Make Kafka logs folder\n become: true\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | naupaw/ansible-kafka-ubuntu | 46a2641c6a151705f83482ce4607421276329c56 | 0 | roles/java | 468 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yaml",
"content": "---\n- name: Install Java 8 (OpenJDK)\n become: true\n apt:\n name: openjdk-8-jdk\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | naupaw/ansible-kafka-ubuntu | 46a2641c6a151705f83482ce4607421276329c56 | 0 | roles/kafka | 468 | [
"no_license"
] | [
{
"path": "roles/kafka/tasks/main.yaml",
"content": "---\n- name: Check if Kafka has already been downloaded and unpacked\n become: true\n stat:\n path: \"{{ kafka_main_dir }}\"\n register: dir\n\n- name: Download Apache Kafka\n get_url:\n url: \"{{ kafka_download_url }}\"\n dest: /tmp\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 710,
"all_permissive": false
} |
ansible_role | naupaw/ansible-kafka-ubuntu | 46a2641c6a151705f83482ce4607421276329c56 | 0 | roles/kafka-clean | 468 | [
"no_license"
] | [
{
"path": "roles/kafka-clean/tasks/main.yaml",
"content": "---\n- name: Delete the kafka archive file\n file:\n path: /tmp/kafka_{{ kafka_scala_version }}-{{ kafka_version }}.tgz\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | naupaw/ansible-kafka-ubuntu | 46a2641c6a151705f83482ce4607421276329c56 | 0 | roles/zookeeper | 468 | [
"no_license"
] | [
{
"path": "roles/zookeeper/templates/zookeeper.service.j2",
"content": "[Unit]\nDescription=Zookeeper\nDocumentation=http://kafka.apache.org/documentation.html\nRequires=network.target\nAfter=network.target\n\n[Service]\nUser={{ ansible_user }}\nType=simple\nSuccessExitStatus=143\nExecStart={{ kafka_main_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | netanelmalkiel/ansible_playbook | 2572b371dedb5fbc08904fc6e3466c7c8f6b6e63 | 0 | roles/base | 473 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for nati\n authorized_key:\n user: nati\n key: \"ssh-ed25519\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | hoxu/ansible-jessie-unprivileged-lxc | 958696ddf0d85e389cb5fbdbd090213cc4307b4e | 0 | roles/lxc-guest | 473 | [
"no_license"
] | [
{
"path": "roles/lxc-guest/tasks/main.yml",
"content": "---\n- user: name={{ user }} comment=\"LXC guest\"\n- lineinfile: dest=/etc/lxc/lxc-usernet line=\"{{ user }} veth lxc-bridge-nat 10\" create=yes\n when: networking\n- file: path=~{{ user }}/.config/lxc state=directory owner={{ user }} group={{ user }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1911,
"all_permissive": false
} |
ansible_role | hoxu/ansible-jessie-unprivileged-lxc | 958696ddf0d85e389cb5fbdbd090213cc4307b4e | 0 | roles/lxc-host | 473 | [
"no_license"
] | [
{
"path": "roles/lxc-host/tasks/main.yml",
"content": "---\n- apt: name={{item}} state=latest\n with_items:\n - lxc\n - bridge-utils\n - libvirt-bin\n - debootstrap\n - cgmanager\n - uidmap\n- service: name=cgmanager state=started enabled=yes\n- sysctl: name=kernel.unprivileged_userns_clone value=1\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | nmaekawa/hx-provision | fecd432632cca17bae75c1a078bcf415f55268af | 2 | roles/backup | 473 | [
"no_license"
] | [
{
"path": "roles/backup/defaults/main.yml",
"content": "---\n\nscript_install_dir: '/usr/local/bin'\ncronjob_owner: 'root'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/backup/meta/main.yml",
"content": "---\ngalaxy_info:\n author: n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4866,
"all_permissive": false
} |
ansible_role | nmaekawa/hx-provision | fecd432632cca17bae75c1a078bcf415f55268af | 2 | roles/hx.loris | 473 | [
"no_license"
] | [
{
"path": "roles/hx.loris/tasks/aws_creds.yml",
"content": "---\n\n - name: ensure aws creds dir exists\n file:\n path: /home/{{ service_user }}/.aws\n owner: '{{ service_user }}'\n group: '{{ service_group }}'\n mode: 0750\n state: directory\n\n - nam... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 21015,
"all_permissive": false
} |
ansible_role | nmaekawa/hx-provision | fecd432632cca17bae75c1a078bcf415f55268af | 2 | roles/hxarc | 473 | [
"no_license"
] | [
{
"path": "roles/hxarc/tasks/main.yml",
"content": "---\n#\n# tasks very specific to hxarc nodes\n#\n# install script and cronjob to cleanup upload and temp dirs\n#\n - name: script to cleanup subproc upload/output files\n become_user: \"{{ service_user }}\"\n template:\n src: cleanup_wo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1497,
"all_permissive": false
} |
ansible_role | nmaekawa/hx-provision | fecd432632cca17bae75c1a078bcf415f55268af | 2 | roles/nginx | 473 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n - name: install nginx and pkg to webdav, auth\n apt:\n pkg:\n - 'nginx-full'\n - 'apache2-utils'\n state: present\n\n - include_tasks: define_log_format.yml\n\n - include_tasks: config_connections_nofil... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 24768,
"all_permissive": false
} |
ansible_role | nmaekawa/hx-provision | fecd432632cca17bae75c1a078bcf415f55268af | 2 | roles/subproc_install | 473 | [
"no_license"
] | [
{
"path": "roles/subproc_install/templates/wrapper_olxcleaner.sh.j2",
"content": "#!/bin/bash -e\n\nSCRIPT_VENV={{ subproc_venv_dir }}\nSCRIPT_FULLPATH={{ subproc_script_path }}\nSCRIPT_DIR=$(dirname ${SCRIPT_FULLPATH})\nSCRIPT_FILENAME=$(basename ${SCRIPT_FULLPATH})\n\n# hack to get subproc's pkg version\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8606,
"all_permissive": false
} |
ansible_role | nmaekawa/hx-provision | fecd432632cca17bae75c1a078bcf415f55268af | 2 | roles/varnishlog | 473 | [
"no_license"
] | [
{
"path": "roles/varnishlog/templates/default.vcl.j2",
"content": "vcl 4.0;\n\n# basic vc with longer ttl\nbackend hx {\n .host = \"{{ varnish_instances.hx.backend.host }}\";\n .port = \"{{ varnish_instances.hx.backend.port }}\";\n}\n\nbackend ids {\n .host = \"{{ varnish_instances.ids.backend.host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3247,
"all_permissive": false
} |
ansible_role | nmaekawa/hx-provision | fecd432632cca17bae75c1a078bcf415f55268af | 2 | roles/webapp_install | 473 | [
"no_license"
] | [
{
"path": "roles/webapp_install/tasks/django_admin_user.yml",
"content": "---\n\n - name: django admin user | create admin user\n become_user: '{{ service_user }}'\n environment:\n CATCHPY_DOTENV_PATH: '{{ service_dotenv_path }}'\n HXMIRADOR_DOTENV_PATH: '{{ service_dotenv_pat... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 15848,
"all_permissive": false
} |
ansible_role | cjsteel/ansible-role-users_archive | b03e8348705cae69d82e626ac8e1b8558efaca0b | 0 | tests/roles/user-test | 473 | [
"no_license"
] | [
{
"path": "tests/roles/user-test/tasks/main.yml",
"content": "---\n# Test if the users are present\n- shell: /usr/bin/id -u user01\n register: user01_status\n changed_when: not user01_status.stderr.find(\"no such user\")\n- shell: /usr/bin/id -u user02\n register: user02_status\n changed_when: not user0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | PiconAntonio/ProyectoFinal | 2816ce5da5a3165dece0ed1a3ead3e82bf604c82 | 1 | ansible/apache/apache_https/roles/apache_ssl | 473 | [
"no_license"
] | [
{
"path": "ansible/apache/apache_https/roles/apache_ssl/tasks/main.yml",
"content": "- name: Habilitar módulos SSL y rewrite\n shell: |\n a2enmod ssl\n a2enmod rewrite\n notify: Reiniciar Apache\n\n- name: Crear carpeta para certificados\n file:\n path: /etc/apache2/ssl\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1954,
"all_permissive": false
} |
ansible_role | GrDaniel/i3-starter | f01922956aa3cd252a96a359a1811f884279013c | 0 | roles/package-installation | 473 | [
"no_license"
] | [
{
"path": "roles/package-installation/vars/main.yml",
"content": "---\n# vars file for package-installation",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/package-installation/tests/test.yml",
"content": "---\n- hosts: localhost\n remot... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | leki75/ansible-wire-encryption | e36a71e22a849b544832a8d8b9e4cb51f7e8c627 | 0 | roles/ambari_config | 473 | [
"no_license"
] | [
{
"path": "roles/ambari_config/defaults/main.yaml",
"content": "# These variables come from ambari dynamic inventory:\n# ansible_url\n# ansible_user\n# ansible_password\n# ansible_cluster_name\n\nambari_http_delay: 10\nambari_http_retries: 100\nambari_http_timeout: 60\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2240,
"all_permissive": false
} |
ansible_role | leki75/ansible-wire-encryption | e36a71e22a849b544832a8d8b9e4cb51f7e8c627 | 0 | roles/certs | 473 | [
"no_license"
] | [
{
"path": "roles/certs/tasks/main.yaml",
"content": "- name: create directory for certificates (local)\n delegate_to: localhost\n file:\n path: \"{{ certs_local_dir }}\"\n state: directory\n run_once: true\n\n- name: create directory for certificates\n become: true\n file:\n path: \"{{ certs_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3533,
"all_permissive": false
} |
ansible_role | Princeton-CDH/winthrop-django | 3bc1967b7e9ddfca71a8e503dd71a88cfbb84cd4 | 2 | deploy/roles/buildprod | 473 | [
"no_license"
] | [
{
"path": "deploy/roles/buildprod/tasks/main.yml",
"content": "- name: Make a directory for virtualenv\n file:\n path: \"{{ deploy }}/env\"\n state: directory\n mode: \"u+rwx,g+rwx,o-rw\"\n- name: Upgrade pip to latest in virtualenv\n pip:\n name: pip\n state: latest\n virtualenv: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2084,
"all_permissive": false
} |
ansible_role | Princeton-CDH/winthrop-django | 3bc1967b7e9ddfca71a8e503dd71a88cfbb84cd4 | 2 | deploy/roles/golive | 473 | [
"no_license"
] | [
{
"path": "deploy/roles/golive/tasks/main.yml",
"content": "- name: Run database migrations\n django_manage:\n command: migrate\n app_path: \"{{ deploy }}\"\n virtualenv: \"{{ deploy }}/env\"\n- name: Check for current symlink as previous\n stat:\n path: \"{{ install_root }}/current\"\n regis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | Princeton-CDH/winthrop-django | 3bc1967b7e9ddfca71a8e503dd71a88cfbb84cd4 | 2 | deploy/roles/projectrepo | 473 | [
"no_license"
] | [
{
"path": "deploy/roles/projectrepo/tasks/main.yml",
"content": "- name: Clone settings repository locally\n git:\n repo: '<EMAIL>:Princeton-CDH/deployment.git'\n dest: '{{ home }}/.deploy/'\n version: 'master'\n delegate_to: localhost\n- name: Clone the repo if doesn't already exist and ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | christian-casecommons/ansible-test | 9064df781a93d90239b756b6229afcdb77e91b55 | 0 | roles/helloworld | 473 | [
"no_license"
] | [
{
"path": "roles/helloworld/vars/group_vars/local.yml",
"content": "---\nname: andrew\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/helloworld/tasks/main.yml",
"content": "---\n- name: say helloworld\n debug: msg=\"echo hello {{ name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | christian-casecommons/ansible-test | 9064df781a93d90239b756b6229afcdb77e91b55 | 0 | roles/test | 473 | [
"no_license"
] | [
{
"path": "roles/test/vars/main.yml",
"content": "---\nasdf: christian\ntmpdir: /tmp/test-dir",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/test/test2/tasks/main.yml",
"content": "---\n- name: Test shell\n shell: whoami\n notify:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/backup | 473 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/libvirt.yml",
"content": "---\n- name: Copy /var/lib/libvirt to backup location\n synchronize:\n src: /var/lib/libvirt\n dest: /mnt/backup\n links: no\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "role... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/bumblebee | 473 | [
"no_license"
] | [
{
"path": "roles/bumblebee/README.md",
"content": "bumblebee project\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "roles/bumblebee/vars/main.yml",
"content": "---\n_repos:\n default:\n - empty\n Fedora:\n - https://linux.itecs.ncsu.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/clamav | 473 | [
"no_license"
] | [
{
"path": "roles/clamav/tasks/main.yml",
"content": "---\n- name: Install clamav\n package:\n name: \"{{packages}}\"\n state: present\n tags:\n - clamav\n\n- name: Copy /etc/clamd.d/scan.conf\n copy:\n src: etc/clamd.d/scan.conf\n dest: /etc/clamd.d/scan.conf\n owner: root\n group: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/common | 473 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "_repos:\n default:\n - empty\n Fedora:\n - http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm\n - http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/dotfiles | 473 | [
"no_license"
] | [
{
"path": "roles/dotfiles/files/dotfiles/bashrc",
"content": "# .bashrc\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n\t. /etc/bashrc\nfi\n\nxset +fp /home/cvee/.fonts\nxset fp rehash\n\n#source <(kubectl completion bash)\n\n# Uncomment the following line if you don't like systemctl's auto-pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2816,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/foreman | 473 | [
"no_license"
] | [
{
"path": "roles/foreman/tasks/main.yml",
"content": "---\n- name: create foreman user for foreman kvm deployments\n user:\n name: foreman\n groups: libvirt\n state: present\n append: yes\n generate_ssh_key: yes\n tags:\n - virtualization\n\n- name: add public key from satellite foreman ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/i3wm | 473 | [
"no_license"
] | [
{
"path": "roles/i3wm/files/dotfiles/polybar/config",
"content": ";=====================================================\n;\n; To learn more about how to configure Polybar\n; go to https://github.com/jaagr/polybar\n;\n; The README contains alot of information\n;\n;=====================================... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 13031,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/ioscheduler | 473 | [
"no_license"
] | [
{
"path": "roles/ioscheduler/tasks/main.yml",
"content": "---\n- name: test if grub configured for deadline i/o scheduler\n command: egrep -q 'elevator=deadline' /boot/efi/EFI/fedora/grub.cfg\n register: grub_test\n changed_when: no\n failed_when: grub_test.rc == 2\n ignore_errors: yes\n check_mode: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1245,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/tlp | 473 | [
"no_license"
] | [
{
"path": "roles/tlp/tasks/main.yml",
"content": "- name: install the TLP repo packages Fedora 30\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - http://repo.linrunner.de/fedora/tlp/repos/releases/tlp-release.fc30.noarch.rpm\n when: ansible_distribution_major_version == '30'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/vim | 473 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: install vim packages\n package:\n name: \"{{packages}}\"\n state: present\n tags:\n - vim\n\n- name: create .vim direcory in ~\n file:\n path: /home/{{ user }}/.vim\n state: directory\n owner: \"{{ user }}\"\n group: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4383,
"all_permissive": false
} |
ansible_role | DJMuggs/ansible-workstation | 566184074630c8579b6f2632bb3467faa899afe8 | 0 | roles/virtualization | 473 | [
"no_license"
] | [
{
"path": "roles/virtualization/vars/main.yml",
"content": "packages:\n - '@virtualization'\n - libguestfs-tools\n \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/virtualization/tasks/main.yml",
"content": "- name: install virtual... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | anthshor/ansible-tomcat | 68677187740b56f033f0d2e2a5ad50efee62bb7f | 0 | roles/tomcat-backout | 473 | [
"no_license"
] | [
{
"path": "roles/tomcat-backout/vars/main.yml",
"content": "---\n# vars file for tomcat-backout",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/tomcat-backout/handlers/main.yml",
"content": "---\n# handlers file for tomcat-backout",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1298,
"all_permissive": false
} |
ansible_role | anthshor/ansible-tomcat | 68677187740b56f033f0d2e2a5ad50efee62bb7f | 0 | roles/tomcat-deploy | 473 | [
"no_license"
] | [
{
"path": "roles/tomcat-deploy/tasks/main.yml",
"content": "---\n# tasks file for tomcat-deploy\n- name: Copy war file from software inventory to webapps\n copy: \n src: /vagrant/deployments/{{ item }}\n dest: /tomcat/apache-tomcat-9.0.10/webapps\n with_items: \n - \"sample.war\"",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | anthshor/ansible-tomcat | 68677187740b56f033f0d2e2a5ad50efee62bb7f | 0 | roles/tomcat-install | 473 | [
"no_license"
] | [
{
"path": "roles/tomcat-install/templates/setenv.j2",
"content": "export CATALINA_HOME=/tomcat/apache-tomcat-9.0.10\nexport JRE_HOME=/usr/java/jdk1.8.0_181-amd64\nexport CATALINA_PID=\"$CATALINA_BASE/tomcat.pid\"\nexport PATH=$PATH:$CATALINA_HOME/bin\nexport JAVA_HOME=\"/usr/java/jdk1.8.0_181-amd64\"\nexpor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3405,
"all_permissive": false
} |
ansible_role | ajzawawi/containerize-it | bf26f490ca3338641b4819d593d12ee030b3f5a2 | 0 | example/roles/another_role | 473 | [
"no_license"
] | [
{
"path": "example/roles/another_role/tasks/main.yml",
"content": "- name: Dummy step - 1\n debug:\n msg: \"Step 1\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 49,
"all_permissive": false
} |
ansible_role | ajzawawi/containerize-it | bf26f490ca3338641b4819d593d12ee030b3f5a2 | 0 | example/roles/my_role | 473 | [
"no_license"
] | [
{
"path": "example/roles/my_role/defaults/main.yml",
"content": "default_var: \"default-value\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "example/roles/my_role/tasks/main.yml",
"content": "- name: Dummy step - 2\n debug:\n msg: \"Do... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | ajzawawi/containerize-it | bf26f490ca3338641b4819d593d12ee030b3f5a2 | 0 | tests/test_projects/playloader_basic/roles/my_role | 473 | [
"no_license"
] | [
{
"path": "tests/test_projects/playloader_basic/roles/my_role/tasks/setup.yml",
"content": "- name: Log message\n debug:\n msg: \"Setup complete\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "tests/test_projects/playloader_basic/roles/my_rol... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | kotato-tohi/deployed_s3_sample_app | 9d31fec430f163190e16534a9feac01822561caa | 0 | roles/init | 471 | [
"no_license"
] | [
{
"path": "roles/init/tasks/includes/exist_project_dir.yml",
"content": "- name: exist project dir\n file:\n path: /var/www/{{__pj_name}}\n state: directory\n owner: \"{{__working_user}}\"\n group: \"{{__working_user}}\"\n become: yes",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | prakashjawari/Ansible-training | cb125dfbec742bdb93e54f5c5fe581de7b9ae35c | 0 | roles/group | 471 | [
"no_license"
] | [
{
"path": "roles/group/defaults/main.yml",
"content": "---\n# defaults file for group",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/group/vars/main.yml",
"content": "---\n# vars file for group",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | prakashjawari/Ansible-training | cb125dfbec742bdb93e54f5c5fe581de7b9ae35c | 0 | roles/project | 471 | [
"no_license"
] | [
{
"path": "roles/project/files/test.sh",
"content": "#!/bin/bash\necho \"Index file being update\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/project/vars/main.yml",
"content": "---\n# vars file for project\nmyname: \"Prakash-Inclu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | prakashjawari/Ansible-training | cb125dfbec742bdb93e54f5c5fe581de7b9ae35c | 0 | roles/register | 471 | [
"no_license"
] | [
{
"path": "roles/register/defaults/main.yml",
"content": "---\n# defaults file for register",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/register/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | prakashjawari/Ansible-training | cb125dfbec742bdb93e54f5c5fe581de7b9ae35c | 0 | roles/user | 471 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n# tasks file for user\n- name: Creating a user test for test-deploy group\n user:\n name: test1\n group: test1-deploy\n shell: /bin/bash\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | prakashjawari/Ansible-training | cb125dfbec742bdb93e54f5c5fe581de7b9ae35c | 0 | roles/webserver | 471 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n# tasks file for webserver\n - name: starting a web\n yum: name=httpd state=present\n\n - name: starting a web\n service: name=httpd state=started\n\n",
"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 | nueces/yunga | 274f59294c5eb5a3cca0f52a7241ea363a5b57dd | 0 | playbooks/roles/backend | 471 | [
"no_license"
] | [
{
"path": "playbooks/roles/backend/tasks/main.yml",
"content": "---\n\n- name: Create the \"/data\" directory.\n ansible.builtin.file:\n path: /data\n state: directory\n mode: '0755'\n tags:\n - ebs_volume\n\n\n# ansible_facts['device_links']['ids'].keys() that match with \"$nvme[0-9]{1}n1$\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | nueces/yunga | 274f59294c5eb5a3cca0f52a7241ea363a5b57dd | 0 | playbooks/roles/common | 471 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "- name: Common task for bootstrap\n block:\n - name: Install bootstrap dependencies\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apt-transport-https\n - ca-certificates\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2564,
"all_permissive": false
} |
ansible_role | nueces/yunga | 274f59294c5eb5a3cca0f52a7241ea363a5b57dd | 0 | playbooks/roles/frontend | 471 | [
"no_license"
] | [
{
"path": "playbooks/roles/frontend/tasks/main.yml",
"content": "---\n\n- name: Create and start services\n community.docker.docker_compose:\n project_name: frontend\n project_src: docker/frontend\n register: docker_creation\n\n- name: Debug docker creation\n ansible.builtin.debug:\n var: docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | rafalwalas/rke | 5294ccd9512c53f5759abb8cdb11d09fbb82f7f2 | 0 | roles/dns | 471 | [
"no_license"
] | [
{
"path": "roles/dns/templates/db.j2",
"content": ";\n; BIND data file for {{ dns.zone_name }}\n;\n$TTL\t604800\n@\tIN\tSOA\t{{ ansible_hostname }}.{{ dns.zone_name }}. root.localhost. (\n{{ serial_number }}\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; Expire\n\t\t\t... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8602,
"all_permissive": false
} |
ansible_role | anandadwipra/InplementasiAnsible | 0029244821b604eb9b5292a6c8643118b81d9e68 | 0 | roles/compataibleAnsible | 471 | [
"no_license"
] | [
{
"path": "roles/compataibleAnsible/tasks/main.yml",
"content": "---\n# tasks file for compataibleAnsible\n\n- name: Install apache2\n ansible.builtin.package:\n name: apache2\n state: present\n become: true\n notify:\n - restart apache\n\n- name: Debug\n ansible.builtin.debug:\n msg: \"{{an... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | anandadwipra/InplementasiAnsible | 0029244821b604eb9b5292a6c8643118b81d9e68 | 0 | roles/deployAppNodeJs | 471 | [
"no_license"
] | [
{
"path": "roles/deployAppNodeJs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/deployAppNodeJs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/deployAppNodeJs/handlers/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1852,
"all_permissive": false
} |
ansible_role | anandadwipra/InplementasiAnsible | 0029244821b604eb9b5292a6c8643118b81d9e68 | 0 | roles/deployAppPhp | 471 | [
"no_license"
] | [
{
"path": "roles/deployAppPhp/files/index.php",
"content": "<?php echo \"IP : \".$_SERVER['SERVER_ADDR'] ?>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/deployAppPhp/tasks/install.yml",
"content": "---\n\n- name: Install dependenc... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3218,
"all_permissive": false
} |
ansible_role | aurlaw/Passanager | 7fb5cc790ddf85acf916559bef4bc81e6006fd83 | 0 | provisioning/roles/common | 471 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: Common | Add Docker Group\n group: name=docker state=present\n sudo: yes\n tags: common\n\n- name: Common | Add Vagrant user to Docker Group\n user: name=vagrant shell=/bin/bash groups=vagrant,docker append=yes\n sudo: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | aurlaw/Passanager | 7fb5cc790ddf85acf916559bef4bc81e6006fd83 | 0 | provisioning/roles/docker | 471 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n- name: Start Docker containers\n command: docker-compose -f ./roles/docker/docker-compose.yml up \n register: docker\n sudo: yes\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | aurlaw/Passanager | 7fb5cc790ddf85acf916559bef4bc81e6006fd83 | 0 | provisioning/roles/ruby | 471 | [
"no_license"
] | [
{
"path": "provisioning/roles/ruby/tasks/main.yml",
"content": "---\n# - name: Ruby | Dependencies\n# command: apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | bayuirsad26/ansible-thesis | 067ae3fa380dd7080dc40f33c0f29860836aa427 | 0 | roles/cicd | 471 | [
"no_license"
] | [
{
"path": "roles/cicd/templates/cicd-compose.yml.j2",
"content": "services:\n jenkins:\n image: jenkins/jenkins:2.504.3-lts\n container_name: jenkins\n restart: unless-stopped\n user: root\n networks:\n - \"{{ docker_network }}\"\n volumes:\n - jenkins_data:/var/jenkins_home\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4104,
"all_permissive": false
} |
ansible_role | mtyurt/nginx-google-auth-setup | 8294ae9cc34efa1310f3d312d55099e7f4c0f3b1 | 4 | roles/install_nginx_with_lua | 471 | [
"no_license"
] | [
{
"path": "roles/install_nginx_with_lua/files/nginx.conf",
"content": "worker_processes auto;\nerror_log /var/log/nginx/error.log;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n access_log /var/log/nginx/access.log;\n\n sendfile on;\n tcp_nopush ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4167,
"all_permissive": false
} |
ansible_role | mtyurt/nginx-google-auth-setup | 8294ae9cc34efa1310f3d312d55099e7f4c0f3b1 | 4 | roles/setup_service_script | 471 | [
"no_license"
] | [
{
"path": "roles/setup_service_script/tasks/main.yml",
"content": "---\n\n- name: Copy service script\n copy:\n src: ./files/service_script\n dest: /etc/init.d/nginx\n mode: 0755\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | MohammedElGharawy/xcat-ansible | c4f9d12669244bee579eea737785977023fad136 | 0 | roles/install-xcat | 471 | [
"no_license"
] | [
{
"path": "roles/install-xcat/defaults/main.yml",
"content": "---\ngo_xcat_url: \"https://raw.githubusercontent.com/xcat2/xcat-core/master/xCAT-server/share/xcat/tools/go-xcat\"\nxcatd_path: \"/opt/xcat/sbin/xcatd\"\niso_path: \"/mnt/hgfs/centos/CentOS-Stream-8-x86_64-latest-dvd1.iso\"\nxcat_sbin: \"/opt/xc... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3784,
"all_permissive": false
} |
ansible_role | lain0x15/mood2anime_cd | ec1cbf133ab5d065b07696e6809643cd4c8583d5 | 0 | ansible/roles/deploy | 472 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Create folder mood2anime\n ansible.builtin.file:\n path: \"./mood2anime2\"\n mode: 0750\n state: directory\n- name: Template docker-compose.yml\n ansible.builtin.template:\n src: \"files/docker-compose.yml\"\n dest: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3160,
"all_permissive": false
} |
ansible_role | famasboy888/Automation_Kubernetes_Installation_via_Terraform-Ansible | b76e09856f80a870ffc74b59615c2583531c5986 | 0 | ansible/roles/base | 472 | [
"no_license"
] | [
{
"path": "ansible/roles/base/files/install_kubernets.sh",
"content": "#!/bin/bash\n\nsudo chmod +x .\necho \"debian ALL=(ALL) NOPASSWD: ALL\" | sudo tee /etc/sudoers.d/debian\nsudo apt update && sudo apt upgrade -y\nsudo apt-get install git screen nano -y\nwget https://github.com/k-dev1234/libthai-data_0.1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2867,
"all_permissive": false
} |
ansible_role | famasboy888/Automation_Kubernetes_Installation_via_Terraform-Ansible | b76e09856f80a870ffc74b59615c2583531c5986 | 0 | ansible/roles/master | 472 | [
"no_license"
] | [
{
"path": "ansible/roles/master/files/install_kubernets_2.sh",
"content": "#!/bin/bash\n\nsudo kubeadm config images pull --cri-socket /run/cri-dockerd.sock --image-repository registry-1.docker.io/famasboy888 --kubernetes-version 1.29.3\n\nsudo kubeadm init --pod-network-cidr 10.244.0.0/16 --apiserver-cert-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | famasboy888/Automation_Kubernetes_Installation_via_Terraform-Ansible | b76e09856f80a870ffc74b59615c2583531c5986 | 0 | ansible/roles/worker | 472 | [
"no_license"
] | [
{
"path": "ansible/roles/worker/tasks/main.yaml",
"content": "- name: Copy custom script to home directory\n copy:\n src: files/join_kube_2.sh\n dest: /home/debian/join_kube_2.sh\n owner: debian\n group: debian\n mode: '0744'\n\n- name: Execute shell script for Kubernetes\n script: join_kub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | Prashy27/kubernetes-deployer | aae95afe4d1cefe51d51ec254139e003c87d7e56 | 0 | roles/docker | 472 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install docker pre-req packes using apt\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-https', 'ca-certificates', 'curl', 'gnupg-agent', 'software-properties-common' ]\n become: true\n\n- name: Add Docker GPG... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | Prashy27/kubernetes-deployer | aae95afe4d1cefe51d51ec254139e003c87d7e56 | 0 | roles/network-plugin | 472 | [
"no_license"
] | [
{
"path": "roles/network-plugin/tasks/main.yml",
"content": "---\n- name: install calico network plugin | copy the network plugin config\n template:\n src: calico-config.yaml.j2\n dest: \"{{ kube_dir }}/calico-config.yaml\"\n when:\n - inventory_hostname in groups['kube_master'][0]\n become: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1972,
"all_permissive": false
} |
ansible_role | Prashy27/kubernetes-deployer | aae95afe4d1cefe51d51ec254139e003c87d7e56 | 0 | roles/pre-reqs | 472 | [
"no_license"
] | [
{
"path": "roles/pre-reqs/tasks/main.yml",
"content": "- name: \"adding bridge-nf module\"\n shell: modprobe br_netfilter\n become: true\n\n- name: \"adding sysctl net.ipv4.ip_forward\"\n sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n state: present\n reload: yes\n become: true\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | Shehu-Yakubu/shehu1971666 | 2c02c887e240b12f33b09bd1c510760d327be49d | 0 | .circleci/ansible/roles/configure-server | 472 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "--- \n- name: \"update app packages\" \n become: true \n become_method: sudo \n apt: \n update_cache: yes \n- name: \"upgrade packages\" \n become: true \n apt: \n upgrade: yes \n- name: \"install dependencies\" \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | Shehu-Yakubu/shehu1971666 | 2c02c887e240b12f33b09bd1c510760d327be49d | 0 | .circleci/ansible/roles/deploy | 472 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"update app packages\" \n become: true \n become_method: sudo \n apt: \n update_cache: yes \n\n- name: \"upgrade packages\" \n become: true \n apt: \n upgrade: yes \n\n- name: \"install dependencies\" \n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.