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 | vcarceler/playbooks-ubuntu2004 | a6227e944f223da07756e5375eb7973b12384eaa | 1 | roles/vasilisa | 152 | [
"no_license"
] | [
{
"path": "roles/vasilisa/tasks/main.yml",
"content": "# Instala Vasilisa para ocuparse de los hosts durante el arranque y cada día.\n- name: Copia el script vasilisa en /opt/vasilisa\n copy:\n src: files/vasilisa\n dest: /opt/vasilisa\n owner: root\n group: root\n mode: u=rwx,g=r,o=r\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7646,
"all_permissive": false
} |
ansible_role | vcarceler/playbooks-ubuntu2004 | a6227e944f223da07756e5375eb7973b12384eaa | 1 | roles/wireguard | 152 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/main.yml",
"content": "- name: Instala wireguard-tools (Ubuntu)\n apt:\n update_cache: yes\n pkg:\n - wireguard-tools\n when: ansible_distribution_version == \"20.04\"\n\n- name: Instala wireguard-tools (Fedora)\n dnf:\n state: present\n name:\n - wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | vcarceler/playbooks-ubuntu2004 | a6227e944f223da07756e5375eb7973b12384eaa | 1 | roles/wireshark | 152 | [
"no_license"
] | [
{
"path": "roles/wireshark/handlers/main.yml",
"content": "- name: desinstala wireshark-common\n apt:\n name: wireshark-common\n state: absent\n\n- name: instala wireshark-common\n apt:\n name: wireshark-common\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | vcarceler/playbooks-ubuntu2004 | a6227e944f223da07756e5375eb7973b12384eaa | 1 | roles/zfs-rpool-sync-disabled | 152 | [
"no_license"
] | [
{
"path": "roles/zfs-rpool-sync-disabled/tasks/main.yml",
"content": "- name: Fija sync=disabled en rpool\n zfs:\n name: rpool\n state: present\n extra_zfs_properties:\n sync: disabled\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | vcarceler/playbooks-ubuntu2004 | a6227e944f223da07756e5375eb7973b12384eaa | 1 | roles/zfs-rpool-sync-standard | 152 | [
"no_license"
] | [
{
"path": "roles/zfs-rpool-sync-standard/tasks/main.yml",
"content": "- name: Fija sync=standard en rpool\n zfs:\n name: rpool\n state: present\n extra_zfs_properties:\n sync: standard\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | vcarceler/playbooks-ubuntu2004 | a6227e944f223da07756e5375eb7973b12384eaa | 1 | roles/zsys-gc | 152 | [
"no_license"
] | [
{
"path": "roles/zsys-gc/tasks/main.yml",
"content": "- name: Copia la configuración /etc/zsys.conf\n copy:\n src: files/zsys.conf\n dest: /etc/zsys.conf\n owner: root\n group: root\n mode: u=rwx,g=r,o=r",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/dotfiles | 152 | [
"no_license"
] | [
{
"path": "roles/dotfiles/templates/gitconfig.local.j2",
"content": "[user]\n name = {{ git.username }}\n email = {{ git.useremail }}\n[credential]\n helper = cache\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/dotfi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/essentials | 152 | [
"no_license"
] | [
{
"path": "roles/essentials/tasks/main.yml",
"content": "---\n- name: update apt cache\n apt: update_cache=yes\n become: yes\n\n- name: upgrade safe packages\n apt: upgrade=safe\n become: yes\n\n- name: install essential tools\n apt:\n state: present\n pkg:\n - build-essential\n - curl\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/go | 152 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n- name: install go\n apt: pkg=golang state=present\n become: yes\n tags: go\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/hifiberry | 152 | [
"no_license"
] | [
{
"path": "roles/hifiberry/tasks/main.yml",
"content": "---\n- name: update boot config\n patch: src=boot-config.patch dest=/boot/config.txt backup=yes\n become: yes\n tags: hifiberry\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/home | 152 | [
"no_license"
] | [
{
"path": "roles/home/tasks/main.yml",
"content": "---\n- name: create directories in home\n file: path={{ home }}/{{ item }} state=directory\n with_items:\n - code\n - documents\n - downloads\n - movies\n - music\n - pictures\n - public\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/media-tools | 152 | [
"no_license"
] | [
{
"path": "roles/media-tools/tasks/main.yml",
"content": "---\n- name: install media tools via apt\n apt:\n state: present\n pkg:\n - libav-tools\n - mplayer\n become: yes\n tags: media-tools\n\n- name: install media tools via pip\n pip:\n state: present\n name:\n - youtube-dl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/mosh | 152 | [
"no_license"
] | [
{
"path": "roles/mosh/tasks/main.yml",
"content": "---\n- name: install mosh\n apt: pkg=mosh state=present\n become: yes\n tags: mosh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/motd | 152 | [
"no_license"
] | [
{
"path": "roles/motd/tasks/main.yml",
"content": "---\n- name: update static motd file\n copy: src=motd.static dest=/etc/motd backup=yes\n become: yes\n tags: motd\n\n- name: install dynamic motd script\n copy: src=motd.sh dest=/etc/motd.sh\n become: yes\n tags: motd\n\n- name: setup dynamic motd scr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1944,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/node | 152 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: install https transport for apt\n apt: pkg=apt-transport-https state=present\n become: yes\n tags: node\n\n- name: add nodesource key\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present\n become: yes\n tags: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/python | 152 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: install setuptools\n apt: pkg=python-setuptools state=present\n become: yes\n tags: python\n\n- name: install pip\n easy_install: name=pip state=present\n become: yes\n tags: python\n\n- name: install pipenv\n pip: name=pipenv state=pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/ruby | 152 | [
"no_license"
] | [
{
"path": "roles/ruby/meta/main.yml",
"content": "---\ndependencies:\n - { role: essentials }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: install rbenv\n git: repo=https://github.com/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/rust | 152 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "---\n- name: install rust compiler\n apt: pkg=rustc state=present\n become: yes\n tags: rust\n\n- name: install cargo\n apt: pkg=cargo state=present\n become: yes\n tags: rust\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/shairport-sync | 152 | [
"no_license"
] | [
{
"path": "roles/shairport-sync/handlers/main.yml",
"content": "---\n- name: autoreconf shairport-sync\n command: autoreconf -i -f chdir={{ home }}/.build/shairport-sync\n\n- name: configure shairport-sync\n command: ./configure --with-configfiles --with-avahi --with-alsa --with-ao --with-ssl=openssl --wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/ssh-keys | 152 | [
"no_license"
] | [
{
"path": "roles/ssh-keys/tasks/main.yml",
"content": "---\n- name: install ssh key\n authorized_key: user={{ user }} key=\"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n tags: ssh-key\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | pmeinhardt/huck-up | 757c9f4f346b6e8853372930f363057ad1290f0f | 10 | roles/zsh | 152 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: install zsh\n apt: pkg=zsh state=present\n become: yes\n tags: zsh\n\n- name: set zsh as the default shell\n user: name={{ user }} shell=/bin/zsh\n become: yes\n tags: zsh\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | NarekID/ansible-zabbix | f0f12897d218c0880f9646dfa51399bd9540be76 | 0 | roles/mysql | 152 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: 'Install MYSQL DB'\n apt:\n name: 'mysql-server'\n update_cache: true\n state: 'present'\n notify: 'start mysql'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | NarekID/ansible-zabbix | f0f12897d218c0880f9646dfa51399bd9540be76 | 0 | roles/pgsql | 152 | [
"no_license"
] | [
{
"path": "roles/pgsql/tasks/main.yml",
"content": "---\n# tasks file for pgsql\n- name: 'Install PostgreSQL DB'\n apt:\n name: 'postgresql'\n update_cache: true\n state: 'present'\n notify: 'start pgsql'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | NarekID/ansible-zabbix | f0f12897d218c0880f9646dfa51399bd9540be76 | 0 | roles/zabbix_agent | 152 | [
"no_license"
] | [
{
"path": "roles/zabbix_agent/tasks/main.yml",
"content": "---\n# tasks file for zabbix_agent\n- name: 'Download Zabbix v{{ zabbix_version }} repository'\n uri:\n url: 'https://repo.zabbix.com/zabbix/{{ zabbix_agent_zabbix_version }}/{{ ansible_distribution | lower }}/pool/main/z/zabbix-release/zabbix-r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1041,
"all_permissive": false
} |
ansible_role | NarekID/ansible-zabbix | f0f12897d218c0880f9646dfa51399bd9540be76 | 0 | roles/zabbix_server | 152 | [
"no_license"
] | [
{
"path": "roles/zabbix_server/handlers/main.yml",
"content": "---\n# handlers file for zabbix_server\n- name: 'zabbix-server service start'\n listen: 'start server'\n service:\n name: 'zabbix-server'\n enabled: false\n state: 'started'\n become: true\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1079,
"all_permissive": false
} |
ansible_role | tking156/vmware_tags | a65f2533127737ce640ddae47b4ea9c432a6ffc1 | 0 | roles/ansible_role_returncode | 152 | [
"no_license"
] | [
{
"path": "roles/ansible_role_returncode/tasks/set_job_properties.yml",
"content": "---\n- name: Set job properties\n delegate_to: localhost\n delegate_facts: true\n run_once: true\n block:\n - name: Set standard job properties runtime variable\n set_fact:\n job_properties_runtime: \"{{\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5622,
"all_permissive": false
} |
ansible_role | tking156/vmware_tags | a65f2533127737ce640ddae47b4ea9c432a6ffc1 | 0 | roles/vcenter_find_vms | 152 | [
"no_license"
] | [
{
"path": "roles/vcenter_find_vms/tests/README.md",
"content": "# Test Cases\n\n## Test Case 1: RC 0 - Successful - Standard call with valid 1 vm 1 vcenter\n\nUsing example play according to readme with 1 vcenter and 1 vm\nExpected result: 0 success, Returns 6 facts\n\n## Test Case 2: RC 0 - Successful - St... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 29554,
"all_permissive": false
} |
ansible_role | ashleyconnor/ansible_rails | fcfa72710593350b0a895f3c444c466d78eda9ae | 0 | roles/common | 152 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- include: os_update.yml\n- include: ntp.yml\n- include: timezone.yml\n- include: locale.yml\n- include: swap.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/common/tasks/locale... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | jltio/k3s-ha-etcd | acfd5768336d6fa94990d829e6c158f9874f47d7 | 1 | roles/centos | 152 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yml",
"content": "---\n- name: Disable SELinux\n selinux:\n state: disabled\n register: selinux\n\n# TODO: To fix\n# - name: Enable IPv4 and IPv6 forwarding/bridge-nf\n# sysctl:\n# name: \"{{ item }}\"\n# value: \"1\"\n# state: present\n# reload: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | jltio/k3s-ha-etcd | acfd5768336d6fa94990d829e6c158f9874f47d7 | 1 | roles/docker | 152 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# TODO: Docker CE or Docker from CentOS ?\n\n# - name: Add Docker repository\n# shell: yum-config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo\n# args:\n# creates: /etc/yum.repos.d/docker-ce.repo\n\n# - name: Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | jltio/k3s-ha-etcd | acfd5768336d6fa94990d829e6c158f9874f47d7 | 1 | roles/etcd | 152 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/03-certificats-generation.yml",
"content": "---\n# Uniquement sur le premier node etcd\n- name: Download cfssl and cfssljson binaries\n get_url:\n url: \"{{ cfssl_url }}/v{{ cfssl_version }}/{{ item }}_{{ cfssl_version }}_linux_amd64\"\n dest: /usr/local/bin/{{ item }}\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5229,
"all_permissive": false
} |
ansible_role | jltio/k3s-ha-etcd | acfd5768336d6fa94990d829e6c158f9874f47d7 | 1 | roles/haproxy | 152 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- name: Install Haproxy and keepalived\n yum:\n name:\n - haproxy\n - keepalived\n state: present\n\n- name: Copy haproxy.cfg\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n owner: root\n group: root\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2024,
"all_permissive": false
} |
ansible_role | riffcc/rifflabs-infrastructure | 713064e950c020cb397db78ce6850d05b004790e | 0 | playbooks/base-playbook/roles/dns | 152 | [
"no_license"
] | [
{
"path": "playbooks/base-playbook/roles/dns/tasks/main.yml",
"content": "---\n- name: Ensure systemd-resolved is installed\n package:\n name: systemd-resolved\n state: present\n when: ansible_distribution == \"Debian\" and ansible_distribution_version >= '12'\n\n- name: Ensure systemd-resolved is c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | riffcc/rifflabs-infrastructure | 713064e950c020cb397db78ce6850d05b004790e | 0 | playbooks/base-playbook/roles/riff-user | 152 | [
"no_license"
] | [
{
"path": "playbooks/base-playbook/roles/riff-user/tasks/main.yml",
"content": "---\n- name: Ensure riff group exists\n ansible.builtin.group:\n name: riff\n state: present\n gid: 2000\n\n- name: Use the user module to get the information about the current user\n user:\n name: \"riff\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1365,
"all_permissive": false
} |
ansible_role | riffcc/rifflabs-infrastructure | 713064e950c020cb397db78ce6850d05b004790e | 0 | playbooks/base-playbook/roles/root-user | 152 | [
"no_license"
] | [
{
"path": "playbooks/base-playbook/roles/root-user/tasks/main.yml",
"content": "---\n- name: Use the user module to get the information about the current user\n# TODO: make this dynamic instead of hardcoding the user\n user:\n name: \"root\"\n state: present\n register: user_details\n check_mode: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1603,
"all_permissive": false
} |
ansible_role | riffcc/rifflabs-infrastructure | 713064e950c020cb397db78ce6850d05b004790e | 0 | playbooks/base-playbook/roles/sshd | 152 | [
"no_license"
] | [
{
"path": "playbooks/base-playbook/roles/sshd/defaults/main.yml",
"content": "---\npermit_root_login: \"no\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "playbooks/base-playbook/roles/sshd/tasks/main.yml",
"content": "---\n- name: Edit sshd ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | learnawsdevops/ansible-expense-roles | 51a4765c70354656d4d3ba20411a9c4c0e8464b6 | 0 | roles/backend | 153 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yaml",
"content": "- name: Get tasks from common and setup nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n- name: \"copy {{component}} service file\"\n ansible.builtin.template:\n src: backend.service.j2\n dest: /etc/systemd/syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | learnawsdevops/ansible-expense-roles | 51a4765c70354656d4d3ba20411a9c4c0e8464b6 | 0 | roles/common | 153 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yaml",
"content": "- name: disable and enable nodejs:18\n ansible.builtin.shell: dnf module disable nodejs -y ; dnf module enable nodejs:20 -y\n- name: install nodejs\n ansible.builtin.package:\n name: nodejs\n state: present\n- name: add expense user\n ansible.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2022,
"all_permissive": false
} |
ansible_role | learnawsdevops/ansible-expense-roles | 51a4765c70354656d4d3ba20411a9c4c0e8464b6 | 0 | roles/db | 153 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yaml",
"content": "- name: Install MySQL Server\n ansible.builtin.command: dnf install mysql-server -y\n\n- name: Start and Enable MySQL server\n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: setup root password\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | smith99jonsmith/vpn | d8b318b59a5629e260d4d811785c11f744756826 | 0 | roles/cloud-azure | 153 | [
"no_license"
] | [
{
"path": "roles/cloud-azure/tasks/main.yml",
"content": "---\n- block:\n - name: Include prompts\n import_tasks: prompts.yml\n\n - set_fact:\n algo_region: >-\n {% if region is defined %}{{ region }}\n {%- elif _algo_region.user_input is defined and _algo_region.user_inp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8039,
"all_permissive": false
} |
ansible_role | smith99jonsmith/vpn | d8b318b59a5629e260d4d811785c11f744756826 | 0 | roles/cloud-gce | 153 | [
"no_license"
] | [
{
"path": "roles/cloud-gce/tasks/main.yml",
"content": "- block:\n - name: Include prompts\n import_tasks: prompts.yml\n\n - name: Network configured\n gce_net:\n name: \"algo-net-{{ algo_server_name }}\"\n fwname: \"algo-net-{{ algo_server_name }}-fw\"\n allowed: \"udp:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1912,
"all_permissive": false
} |
ansible_role | smith99jonsmith/vpn | d8b318b59a5629e260d4d811785c11f744756826 | 0 | roles/cloud-scaleway | 153 | [
"no_license"
] | [
{
"path": "roles/cloud-scaleway/tasks/image_facts.yml",
"content": "---\n- name: Set image id as a fact\n set_fact:\n image_id: \"{{ item.id }}\"\n no_log: true\n when:\n - cloud_providers.scaleway.image == item.name\n - cloud_providers.scaleway.arch == item.arch\n - server_disk_size == item.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | smith99jonsmith/vpn | d8b318b59a5629e260d4d811785c11f744756826 | 0 | roles/dns_encryption | 153 | [
"no_license"
] | [
{
"path": "roles/dns_encryption/tasks/freebsd.yml",
"content": "---\n- name: Install dnscrypt-proxy\n package:\n name: dnscrypt-proxy2\n\n- name: Enable mac_portacl\n lineinfile:\n path: /etc/rc.conf\n line: 'dnscrypt_proxy_mac_portacl_enable=\"YES\"'\n when: listen_port|int == 53\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | smith99jonsmith/vpn | d8b318b59a5629e260d4d811785c11f744756826 | 0 | roles/ssh_tunneling | 153 | [
"no_license"
] | [
{
"path": "roles/ssh_tunneling/tasks/main.yml",
"content": "---\n- block:\n - name: Ensure that the sshd_config file has desired options\n blockinfile:\n dest: /etc/ssh/sshd_config\n marker: '# {mark} ANSIBLE MANAGED BLOCK ssh_tunneling_role'\n block: |\n Match Group al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2473,
"all_permissive": false
} |
ansible_role | smith99jonsmith/vpn | d8b318b59a5629e260d4d811785c11f744756826 | 0 | roles/wireguard | 153 | [
"no_license"
] | [
{
"path": "roles/wireguard/files/wireguard.sh",
"content": "#!/bin/sh\n\n# PROVIDE: wireguard\n# REQUIRE: LOGIN\n# BEFORE: securelevel\n# KEYWORD: <PASSWORD>\n\n. /etc/rc.subr\n\nname=\"wg\"\nrcvar=wg_enable\n\ncommand=\"/usr/local/bin/wg-quick\"\nstart_cmd=wg_up\nstop_cmd=wg_down\nstatus_cmd=wg_status\npi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4918,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/389ds | 153 | [
"no_license"
] | [
{
"path": "roles/389ds/templates/base.ldif.j2",
"content": "dn: {{ ldap_base }}\nobjectClass: dcObject\nobjectClass: organization\no: {{ ldap_base_o }}\ndc: {{ ldap_base_dc }}\n\ndn: ou=people,{{ ldap_base }}\nobjectClass: organizationalUnit\nobjectClass: top\nou: people\naci: (targetattr = \"objectclass ||... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6314,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/apache | 153 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- yum:\n name:\n - httpd\n - mod_ssl\n state: installed\n \n- copy: src=000_localhost.conf dest=/etc/httpd/conf.d/\n- copy: src=000_localhost dest=/etc/httpd/conf.d/\n\n- shell: creates=/etc/pki/tls/certs/localhost.csr openssl req -newkey... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5296,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/dovecot | 153 | [
"no_license"
] | [
{
"path": "roles/dovecot/tasks/main.yml",
"content": "---\n- yum:\n name:\n - postfix\n - dovecot\n state: installed\n\n- copy: src=10-master.conf dest=/etc/dovecot/conf.d/ owner=root group=root mode=0644\n- copy: src=10-mail.conf dest=/etc/dovecot/conf.d/ owner=root group=root mode=0644\n- copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1930,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/haproxy | 153 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "global\n tune.ssl.default-dh-param 2048\n ssl-default-bind-ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4018,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/mariadb | 153 | [
"no_license"
] | [
{
"path": "roles/mariadb/files/mysqld-ssl.cnf",
"content": "[mysqld]\nssl-ca=/etc/pki/tls/certs/hometrusts.crt\nssl-cert=/etc/pki/tls/certs/mariadb.crt\nssl-key=/etc/pki/tls/private/mariadb.key\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/nginx | 153 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "--- \n- copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo owner=root group=root mode=0600\n when: ansible_os_family == \"RedHat\" and ansible_distribution_major_version|int >= 5 and ansible_distribution_major_version|int <= 7\n\n- yum: \n name: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5145,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/openldap | 153 | [
"no_license"
] | [
{
"path": "roles/openldap/templates/base.ldif.j2",
"content": "dn: {{ ldap_base }}\nobjectClass: dcObject\nobjectClass: organization\no: lab.home\ndc: lab\n\ndn: ou=people,{{ ldap_base }}\nobjectClass: organizationalUnit\nobjectClass: top\nou: people\n\ndn: ou=groups,{{ ldap_base }}\nobjectClass: organizati... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4342,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/postfix | 153 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/main.yml",
"content": "---\n- yum:\n name:\n - postfix\n state: installed\n\n- copy: src=main_cf_srv dest=/tmp\n- shell: cat /tmp/main_cf_srv >> /etc/postfix/main.cf\n\n- shell: creates=/etc/pki/tls/certs/postfix.csr openssl req -newkey rsa:2048 -nodes\n -keyout /et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1658,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/postgresql | 153 | [
"no_license"
] | [
{
"path": "roles/postgresql/files/pg_hba.cnf",
"content": "# TYPE DATABASE USER ADDRESS METHOD\nlocal all all peer\nhostssl all vagrant 0.0.0.0/0 cert clientcert=1\nhostssl all ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2674,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/rsyslog | 153 | [
"no_license"
] | [
{
"path": "roles/rsyslog/templates/sslserver.j2",
"content": "$DefaultNetstreamDriver gtls\n$DefaultNetstreamDriverCAFile /etc/pki/tls/certs/homeroot.crt\n$DefaultNetstreamDriverCertFile /etc/pki/tls/certs/rsyslog.crt\n$DefaultNetstreamDriverKeyFile /etc/pki/tls/private/rsyslog.key\n\n$ModLoad imtcp\n\n$Inp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/tomcat | 153 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "---\n- yum:\n name:\n - java-1.8.0-openjdk-devel\n - tomcat\n state: installed\n \n- shell: creates=/etc/pki/tls/certs/tomcat_lab_home.csr openssl req -newkey rsa:2048 -nodes\n -keyout /etc/pki/tls/private/tomcat_lab_home.key\n -out /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2008,
"all_permissive": false
} |
ansible_role | naebrae/ansible_certslab | b77ab1c2a74fe722a4443403c7c495bafc312acc | 0 | roles/vsftpd | 153 | [
"no_license"
] | [
{
"path": "roles/vsftpd/tasks/main.yml",
"content": "---\n- yum:\n name:\n - vsftpd\n state: installed\n\n- copy: src=vsftpd.conf dest=/etc/vsftpd/vsftpd.conf owner=root group=root mode=0600\n- shell: creates=/etc/pki/tls/certs/ftp_lab_home.csr openssl req -newkey rsa:2048 -nodes\n -keyout /etc/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | dhamith93/devops-exercise | a63ccba7798fb72695f094cb41c7c6c798e7ed9a | 0 | roles/golang | 153 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n- name: Download the Go tarball\n get_url:\n url: https://golang.org/dl/go1.16.5.linux-amd64.tar.gz\n dest: /usr/local/src/go1.16.5.linux-amd64.tar.gz\n checksum: sha256:b12c23023b68de22f74c0524f10b753e7b08b1504cb7e417eccebdd3fae49061\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | dhamith93/devops-exercise | a63ccba7798fb72695f094cb41c7c6c798e7ed9a | 0 | roles/nodejs | 153 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install GPG\n apt:\n pkg: gnupg\n state: present\n\n- name: Import the NodeSource GPG key into apt\n apt_key:\n url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280\n id: \"68576280\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | dhamith93/devops-exercise | a63ccba7798fb72695f094cb41c7c6c798e7ed9a | 0 | roles/sqlite-online | 153 | [
"no_license"
] | [
{
"path": "roles/sqlite-online/tasks/main.yml",
"content": "---\n- name: copy app dir\n copy: src=sqlite-online dest=/tmp/ owner=root group=root mode=0755\n\n- name: npm install\n npm: path=/tmp/sqlite-online\n\n- name: Delete old pm2 process\n command: pm2 delete /tmp/sqlite-online/app.js\n ignore_erro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1105,
"all_permissive": false
} |
ansible_role | dhamith93/devops-exercise | a63ccba7798fb72695f094cb41c7c6c798e7ed9a | 0 | roles/sysinfo | 153 | [
"no_license"
] | [
{
"path": "roles/sysinfo/sysinfo/internal/monitor/monitordata.go",
"content": "package monitor\n\ntype MonitorData struct {\n\tUnixTime string\n\tSystem System\n\tMemory Memory\n\tSwap Swap\n\tDisks []Disk\n\tProcessor Processor\n\tProcUsage ProcessorUsage\n\tNetworks []Netw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 19932,
"all_permissive": false
} |
ansible_role | beautifuldisruption/Automation-N01651005 | f2f86f1f15277e6d2543540dce9dc957916a3ba2 | 0 | roles/profile-n01651005 | 153 | [
"no_license"
] | [
{
"path": "roles/profile-n01651005/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - profile-n01651005\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/profile-n01651005/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | beautifuldisruption/Automation-N01651005 | f2f86f1f15277e6d2543540dce9dc957916a3ba2 | 0 | roles/webserver-n01651005 | 153 | [
"no_license"
] | [
{
"path": "roles/webserver-n01651005/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - webserver-n01651005\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/webserver-n01651005/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | heywoodlh/send-ansible | fbcad4ba612422f6ab54d443dc81ab9c7a6acda2 | 0 | roles/docker-setup | 153 | [
"no_license"
] | [
{
"path": "roles/docker-setup/tasks/main.yml",
"content": "---\n- name: add docker gpg key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n become: true\n when: ansible_distribution == 'Ubuntu'\n- name: \"add docker repository\"\n apt_repository:\n repo: \"deb [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1262,
"all_permissive": false
} |
ansible_role | heywoodlh/send-ansible | fbcad4ba612422f6ab54d443dc81ab9c7a6acda2 | 0 | roles/nginx-proxy | 153 | [
"no_license"
] | [
{
"path": "roles/nginx-proxy/files/nginx.conf",
"content": "worker_processes 1;\n\nevents { worker_connections 1024; }\n\nhttp {\n\n sendfile on;\n\n\n upstream docker-send {\n server send:1443;\n } \n\n server {\n\tlisten 80 default_server;\n\tlisten [::]:80 default_server;\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2955,
"all_permissive": false
} |
ansible_role | heywoodlh/send-ansible | fbcad4ba612422f6ab54d443dc81ab9c7a6acda2 | 0 | roles/redis | 153 | [
"no_license"
] | [
{
"path": "roles/redis/meta/main.yml",
"content": "---\ndependencies:\n - { role: docker-setup }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: create send-docker redis directory\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | heywoodlh/send-ansible | fbcad4ba612422f6ab54d443dc81ab9c7a6acda2 | 0 | roles/send | 153 | [
"no_license"
] | [
{
"path": "roles/send/tasks/main.yml",
"content": "---\n- name: run mozilla send container\n docker_container:\n name: send\n image: mozilla/send\n restart_policy: unless-stopped\n links:\n - \"{{ redis_container_name }}:redis\"\n env:\n REDIS_HOST: \"redis\"\n NODE_ENV: \"produ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | OSSVerse/ossverse-marketplace-ui | 06c2643c6f065286c99e6cffcefc479690c11ef0 | 8 | ansible/roles/awscli | 153 | [
"no_license"
] | [
{
"path": "ansible/roles/awscli/templates/config.j2",
"content": "[default]\nregion={{ aws_region }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/awscli/defaults/main.yml",
"content": "---\nuser_dir: /home/ubuntu\n",
"lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | OSSVerse/ossverse-marketplace-ui | 06c2643c6f065286c99e6cffcefc479690c11ef0 | 8 | ansible/roles/beckn_service | 153 | [
"no_license"
] | [
{
"path": "ansible/roles/beckn_service/tasks/main.yml",
"content": "---\n- name: Get AWS Login password\n shell: \"aws ecr get-login-password\"\n register: aws_password\n no_log: True\n\n- name: Login to AWS\n command: \"docker login --username AWS --password {{ aws_password.stdout }} {{ ecr_url }}\"\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | OSSVerse/ossverse-marketplace-ui | 06c2643c6f065286c99e6cffcefc479690c11ef0 | 8 | ansible/roles/docker | 153 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/install.yml",
"content": "---\n- name: Update APT cache\n apt:\n update_cache: yes\n\n- name: Install packages that allow APT to use repository over HTTPS\n apt:\n name: [\"apt-transport-https\", \"ca-certificates\", \"curl\", \"gnupg\", \"lsb-release\"]\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | Ness244/Projet-PA-Ansible | f39a42433253b493ed05b75065a2aa1673419e2d | 0 | roles/common | 153 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Ensure only specified DNS servers are in resolv.conf\n ansible.builtin.copy:\n dest: /etc/resolv.conf\n mode: '0644'\n content: |\n {% for dns in dns_servers %}\n nameserver {{ dns }}\n {% endfor %}\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | Ness244/Projet-PA-Ansible | f39a42433253b493ed05b75065a2aa1673419e2d | 0 | roles/load_balancer | 153 | [
"no_license"
] | [
{
"path": "roles/load_balancer/tasks/main.yml",
"content": "---\n- name: Install Nginx and Keepalived\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n - keepalived\n - python3-certbot-nginx\n\n- name: Configure Keepalived\n ansible.builtin.template:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4589,
"all_permissive": false
} |
ansible_role | Ness244/Projet-PA-Ansible | f39a42433253b493ed05b75065a2aa1673419e2d | 0 | roles/web_server | 153 | [
"no_license"
] | [
{
"path": "roles/web_server/tasks/main.yml",
"content": "---\n# tasks file for web_server\n\n- name: Install Apache2 and PHP\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - libapache2-mod-php\n - php\n\n- name: Enable necessary Apache modules\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1626,
"all_permissive": false
} |
ansible_role | QlikProfessionalServices/ansible-qliksense-collection | 3e1f815051c6742dbe7777a453f89a39b0bf4bf9 | 3 | roles/amc | 153 | [
"no_license"
] | [
{
"path": "roles/amc/README.md",
"content": "Ansible Role: Qlik Sense Application Management Console\n=========\n\nAn Ansible role to deploy the Application Management Console for Qlik Sense.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\n```yaml\namc_library_name: AMC\namc_base... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3205,
"all_permissive": false
} |
ansible_role | QlikProfessionalServices/ansible-qliksense-collection | 3e1f815051c6742dbe7777a453f89a39b0bf4bf9 | 3 | roles/download | 153 | [
"no_license"
] | [
{
"path": "roles/download/tasks/main.yml",
"content": "---\n- name: Lookup Qlik Sense release # noqa: run-once[task]\n delegate_to: localhost\n run_once: yes\n ansible.builtin.uri:\n url: https://api.github.com/repos/qlik-download/qlik-sense-server/releases?page=1\n headers:\n Authorization: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7375,
"all_permissive": false
} |
ansible_role | QlikProfessionalServices/ansible-qliksense-collection | 3e1f815051c6742dbe7777a453f89a39b0bf4bf9 | 3 | roles/node | 153 | [
"no_license"
] | [
{
"path": "roles/node/tasks/register.yaml",
"content": "---\n- name: Central node tasks\n delegate_to: \"{{ node_central_inventory }}\"\n block:\n - name: Get node\n vars:\n filter: hostName eq '{{ node_hostname }}'\n ansible.windows.win_uri:\n url: \"https://{{ node_central_hos... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6994,
"all_permissive": false
} |
ansible_role | QlikProfessionalServices/ansible-qliksense-collection | 3e1f815051c6742dbe7777a453f89a39b0bf4bf9 | 3 | roles/setup | 153 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/start_services.yaml",
"content": "---\n- name: Start Repository database\n ansible.windows.win_service:\n name: QlikSenseRepositoryDatabase\n state: started\n when: install_local_db and not skip_start_services\n\n- name: Start Qlik Sense services\n ansible.windows.win_s... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 22551,
"all_permissive": false
} |
ansible_role | QlikProfessionalServices/ansible-qliksense-collection | 3e1f815051c6742dbe7777a453f89a39b0bf4bf9 | 3 | roles/site | 153 | [
"no_license"
] | [
{
"path": "roles/site/tasks/gather_facts.yaml",
"content": "---\n- name: Get Qlik Sense hostname\n ansible.builtin.slurp:\n src: C:\\ProgramData\\Qlik\\Sense\\Host.cfg\n register: host_cfg\n when: site_hostname is undefined\n\n- name: Set hostname fact\n ansible.builtin.set_fact:\n site_hostname: ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7108,
"all_permissive": false
} |
ansible_role | QlikProfessionalServices/ansible-qliksense-collection | 3e1f815051c6742dbe7777a453f89a39b0bf4bf9 | 3 | roles/win_firewall | 153 | [
"no_license"
] | [
{
"path": "roles/win_firewall/README.md",
"content": "Ansible Role: Windows Firewall rules for Qlik Sense\n=========\n\nAn Ansible role that creates Windows Firewall rules for Qlik Sense Enterprise.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\n```yaml\nwin_firewall_db_port: 44... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3988,
"all_permissive": false
} |
ansible_role | Prashanteppalpalli/Mx-Assignment | 26d74aa1f86e3dc75bd89de13c56903b0170369e | 0 | roles/cassandra_keyspace | 153 | [
"no_license"
] | [
{
"path": "roles/cassandra_keyspace/tasks/main.yaml",
"content": "---\r\n- name: create keyspace\r\n shell: |\r\n bin/cqlsh\r\n CREATE KEYSPACE mxassignment WITH replication = {'class':'SimpleStrategy', 'replication_factor' : 3};",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | Prashanteppalpalli/Mx-Assignment | 26d74aa1f86e3dc75bd89de13c56903b0170369e | 0 | roles/installation | 153 | [
"no_license"
] | [
{
"path": "roles/installation/tasks/main.yaml",
"content": "---\r\n- name: Copy Java RPM file\r\n copy:\r\n src: jdk-8_linux-x64_bin.rpm\r\n dest: /tmp/jdk-8_linux-x64_bin.rpm\r\n\r\n- name: install JDK via RPM file with yum\r\n yum:\r\n name: /tmp/jdk-8_linux-x64_bin.rpm\r\n state: present\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/alacritty | 153 | [
"no_license"
] | [
{
"path": "roles/alacritty/tasks/packages/macos.yml",
"content": "- name: install alacritty\n homebrew_cask:\n name: alacritty\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/alacritty/tasks/main.yml",
"content": "- name: install ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/bash | 153 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yml",
"content": "- name: link the configs\n file:\n src: \"{{ dotfiles_dir }}/{{ item }}\"\n path: \"~/{{ item }}\"\n state: link\n loop:\n - .bashrc\n - .bash_profile\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 | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/firewall | 153 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: setup PopOS firewall\n include_tasks: ubuntu.yml\n when: ansible_distribution == 'Pop!_OS'\n\n- name: setup macOS firewall\n include_tasks: macos.yml\n when: ansible_distribution == 'MacOSX'\n",
"license_type": "no_license",
"detecte... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/gpg | 153 | [
"no_license"
] | [
{
"path": "roles/gpg/tasks/main.yml",
"content": "- name: install packages\n become: true\n package:\n name: gnupg\n\n- name: copy the config\n copy:\n src: gpg-agent.conf\n dest: ~/.gnupg/gpg-agent.conf\n mode: 0600\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/hibernate | 153 | [
"no_license"
] | [
{
"path": "roles/hibernate/tasks/main.yml",
"content": "- name: setup hibernate on Fedora\n include_tasks: fedora/main.yml\n when: ansible_distribution == 'Fedora'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/hibernate/tasks/fedora/ma... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/i3 | 153 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "- name: install required packages\n become: true\n dnf:\n name:\n - i3\n - i3status\n - network-manager-applet\n - feh\n - pavucontrol\n - kmix\n - arandr\n - kmix\n - dunst\n state: present\n\n- name: copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/nodejs | 153 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- name: install packages\n become: true\n package:\n name:\n - nodejs\n - npm\n - yarnpkg\n state: present\n\n- name: install nvm\n git:\n repo: \"https://github.com/nvm-sh/nvm.git\"\n dest: \"~/.nvm\"\n version: v0.39.1\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/nvim | 153 | [
"no_license"
] | [
{
"path": "roles/nvim/tasks/packages/macos.yml",
"content": "- name: install packages for YCM\n homebrew:\n name:\n - cmake\n - golang\n - nodejs\n - rustup-init\n state: present\n\n- name: install nvim\n homebrew:\n name: nvim\n\n- name: install additional packages\n homebre... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2664,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/packages | 153 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/ubuntu/main.yml",
"content": "- name: install packages\n become: true\n package:\n name:\n - anki\n - arduino\n - bat\n - chromium-browser\n - exfat-fuse\n - exfat-utils\n - firefox\n - flameshot\n - freeplane\n - gimp\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/syncthing | 153 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/main.yml",
"content": "- name: setup syncthing for PopOS\n include_tasks: ubuntu/main.yml\n when: ansible_distribution == 'Pop!_OS'\n\n- name: setup syncthing for macOS\n include_tasks: macos/main.yml\n when: ansible_distribution == 'MacOSX'\n",
"license_type": "no_l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/tailscale | 153 | [
"no_license"
] | [
{
"path": "roles/tailscale/defaults/main.yml",
"content": "tailscale:\n fedora:\n repo: \"https://pkgs.tailscale.com/stable/fedora/tailscale.repo\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/tailscale/tasks/main.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/tig | 153 | [
"no_license"
] | [
{
"path": "roles/tig/tasks/packages/ubuntu.yml",
"content": "- name: install tig\n become: true\n apt:\n name: tig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/tig/tasks/packages/macos.yml",
"content": "- name: install tig\n ho... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/tmux | 153 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- name: install required packages\n include_tasks: packages/main.yml\n\n- name: link the configs\n file:\n src: \"{{ dotfiles_dir }}/{{ item }}\"\n path: \"~/{{ item }}\"\n state: link\n loop:\n - .tmux.conf\n - .tmux\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | schfkt/ansible-workstation | 7195637e64ba11a5b3b3360af9799c65e8e2ddb9 | 0 | roles/vim | 153 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/packages/ubuntu.yml",
"content": "- name: install vim\n become: true\n apt:\n name:\n - vim\n - vim-gtk3 # required for clipboard support\n install_recommends: no\n state: present\n\n- name: install packages required by YCM\n become: true\n apt:\n name:\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1806,
"all_permissive": false
} |
ansible_role | sbrk-org/horde | eab8bd7320afea64820142591dd8fe1b71f0d283 | 0 | roles/base | 153 | [
"no_license"
] | [
{
"path": "roles/base/tasks/002-packages.yml",
"content": "---\n\n### Common packages to install.\n\n- name: set up classic packages\n apt:\n name:\n - htop\n - weechat\n - irssi\n - nmap\n - tree\n - emacs-nox\n - tmux\n - apt-transport-https\n state: present\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1245,
"all_permissive": false
} |
ansible_role | sbrk-org/horde | eab8bd7320afea64820142591dd8fe1b71f0d283 | 0 | roles/master | 153 | [
"no_license"
] | [
{
"path": "roles/master/tasks/001-k8s-cluster.yml",
"content": "---\n\n# Tasks to setup a master k8s cluster.\n\n- name: initialize the cluster\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16 --apiserver-advertise-address={{ vpn_ip }}\n args:\n creates: /etc/kubernetes/admin.conf\n\n- name: crea... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | sbrk-org/horde | eab8bd7320afea64820142591dd8fe1b71f0d283 | 0 | roles/nginx | 153 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/001-ingress.yml",
"content": "---\n\n# Tasks to setup nginx ingress controller.\n\n- name: copy nginx ingress config\n copy:\n src: files/k8s-ngninx-ingress-baremetal.yml\n dest: /etc/kubernetes/k8s-ngninx-ingress-baremetal.yml\n\n- name: set up nginx ingress baremetal\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | cheomanigua/devops | 8459dd685bfc6c1681357be60d4933f931890c44 | 0 | ansible/gcp/docker-nginx/roles/nginx | 153 | [
"no_license"
] | [
{
"path": "ansible/gcp/docker-nginx/roles/nginx/tasks/main.yml",
"content": "---\n- name: Copy website content and Dockerfile to remote host\n copy:\n src: /home/cheo/sergio/ansible-gce/nginx/roles/nginx/files\n dest: /root\n owner: root\n group: root\n mode: preserve\n\n- name: Build Docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | marcodemoja/ansible-centos65-lamp | 113020f9825d25a848c70d55f9d762717a2d1692 | 0 | roles/common | 153 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install Epel REPO\n yum: name=epel-release state=present\n tags: epel\n\n- name: Download Remi repo.\n get_url: url=http://rpms.famillecollet.com/enterprise/remi-relea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 860,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.