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
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/lm-sensors
318
[ "no_license" ]
[ { "path": "roles/lm-sensors/tasks/main.yml", "content": "---\n- name: Assert required vars are defined\n assert: \n that: modules is defined\n msg: Unable to proceed, required var 'modules' is not defined\n\n- set_fact:\n grub_conf: \"{{ '/boot/efi/EFI/fedora/grub.cfg' if \n ansible_mounts ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1400, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/markdown-user
318
[ "no_license" ]
[ { "path": "roles/markdown-user/tasks/main.yml", "content": "---\n\n- package: name={{ item }} state=present\n become: true\n with_items:\n - xdotool\n - discount\n\n- git: >\n repo=https://github.com/JamshedVesuna/vim-markdown-preview.git\n dest=~/.vim/bundle/vim-markdown-preview\n\n- lineinfi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 918, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/mongodb-tools
318
[ "no_license" ]
[ { "path": "roles/mongodb-tools/tasks/main.yml", "content": "---\n\n- name: Install mongodb (for Mongo shell)\n package: name=mongodb state=present\n become: true\n\n- name: Install mongo-tools (for mongodump, mongorestore)\n package: name=mongo-tools state=present \n become: true\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/mongodb-tools-user
318
[ "no_license" ]
[ { "path": "roles/mongodb-tools-user/tasks/main.yml", "content": "---\n\n- name: Install redhat-rpm-config (required to install mongotail using pip)\n package: name=redhat-rpm-config\n become: true\n\n- name: Install mongotail\n pip: name=mongotail extra_args='--user'\n\n- shell: cd {{ project_dir }}/mong...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 673, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/nodejs-nvm-user
318
[ "no_license" ]
[ { "path": "roles/nodejs-nvm-user/tasks/main.yml", "content": "---\n\n- get_url: \n url: 'https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh'\n dest: /tmp\n delegate_to: localhost\n\n- file:\n path: /tmp/install.sh\n mode: +x\n delegate_to: localhost\n\n- synchronize: \n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/postgresql-tools
318
[ "no_license" ]
[ { "path": "roles/postgresql-tools/tasks/main.yml", "content": "---\n\n- name: Install postgresql (for psql)\n package: name=postgresql state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/rpmfusion
318
[ "no_license" ]
[ { "path": "roles/rpmfusion/tasks/main.yml", "content": "- package: name={{ item }} state=present\n with_items:\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-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/ssd-trim
318
[ "no_license" ]
[ { "path": "roles/ssd-trim/handlers/main.yml", "content": "---\n- name: dracut\n shell: dracut -f\n when: '\"{{ mount }}\" == \"/\"'\n\n- name: print restart required\n debug:\n msg: 'A restart of {{ ansible_hostname }} is now required due to Dracut\n initrd changes.'\n when: '\"{{ mount }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1320, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/ssh
318
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Install openssh-server package\n package: name=openssh-server state=present\n\n- name: Start sshd service, and enable service for next boot\n service: name=sshd state=started enabled=yes\n\n- name: If gnome_ssh_askpass is true, install openssh-askp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/ssh-user
318
[ "no_license" ]
[ { "path": "roles/ssh-user/defaults/main.yml", "content": "---\nssh_user:\n ssh_config_all_hosts: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/ssh-user/tasks/main.yml", "content": "---\n\n# http://unix.stackexchange.com/questions/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 825, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/system-tools
318
[ "no_license" ]
[ { "path": "roles/system-tools/tasks/main.yml", "content": "---\n\n- name: Install the 'System Tools' package group\n package: name=@system-tools\n\n- name: Install selected optional packages from the 'System Tools' package group\n package: name={{ item }}\n with_items:\n - p7zip\n - avahi-tools\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/terraform
318
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n\n- get_url: \n url: 'https://releases.hashicorp.com/terraform/0.7.0/terraform_0.7.0_linux_amd64.zip'\n checksum: 'sha256:a196c63b967967343f3ae9bb18ce324a18b27690e2d105e1f38c5a2d7c02038d'\n dest: /tmp\n delegate_to: localhost\n\n- file: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/vim
318
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n\n- package: name=vim-enhanced\n become: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 50, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/vim-user
318
[ "no_license" ]
[ { "path": "roles/vim-user/tasks/main.yml", "content": "---\n\n- lineinfile: \n dest: ~/.vimrc\n create: yes\n line: '{{ item }}'\n with_items:\n - set expandtab\n - set shiftwidth=2\n - set softtabstop=2\n\n- include: pathogen.yml\n", "license_type": "no_license", "detected_licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 534, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/virtualisation
318
[ "no_license" ]
[ { "path": "roles/virtualisation/tasks/main.yml", "content": "- package: name=\"@virtualisation\" state=present\n become: true\n\n# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1105274\n- file: >\n path=~/.config/libvirt/qemu/lib/channel/target\n state=directory\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
alza-bitz/fedora-ansible
d19ba8ed348b780f9749b3ac95a684e69a21cdaf
1
roles/xrdp
318
[ "no_license" ]
[ { "path": "roles/xrdp/tasks/selinux_context.yml", "content": "# check selinux context\n- shell: semanage fcontext --locallist --list | grep -q /usr/sbin/xrdp\n become: true\n register: semanage_fcontext_list\n changed_when: false\n failed_when: semanage_fcontext_list.rc > 1\n\n# set selinux context\n- s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }
ansible_role
Isur/dotfiles
87e66634b9697e46051187f1ef9f81a92cc19b01
1
ansible/roles/dev
318
[ "no_license" ]
[ { "path": "ansible/roles/dev/files/nvim/init.lua", "content": "require(\"isur\")\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "ansible/roles/dev/tasks/devapps.darwin.yml", "content": "# vim:ft=yaml.ansible\n---\n- name: Darwin | Install bre...
{ "task_files": 26, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 54, "total_bytes": 58814, "all_permissive": false }
ansible_role
Isur/dotfiles
87e66634b9697e46051187f1ef9f81a92cc19b01
1
ansible/roles/gaming
318
[ "no_license" ]
[ { "path": "ansible/roles/gaming/tasks/main.yml", "content": "---\n- name: Darwin | Include Darwin specific tasks\n ansible.builtin.include_tasks: \"./{{ task }}\"\n when: ansible_os_family == 'Darwin'\n loop:\n - gaming.darwin.yml\n loop_control:\n loop_var: task\n\n- name: Arch | Include Linux sp...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 904, "all_permissive": false }
ansible_role
Isur/dotfiles
87e66634b9697e46051187f1ef9f81a92cc19b01
1
ansible/roles/general
318
[ "no_license" ]
[ { "path": "ansible/roles/general/tasks/directories.yml", "content": "# vim:ft=yaml.ansible\n---\n- name: Create directories\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/{{ item }}\"\n state: directory\n mode: '755'\n loop:\n - .config\n - .local/bin\n - Developer\n - Devel...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2354, "all_permissive": false }
ansible_role
Isur/dotfiles
87e66634b9697e46051187f1ef9f81a92cc19b01
1
ansible/roles/repos
318
[ "no_license" ]
[ { "path": "ansible/roles/repos/tasks/main.yml", "content": "# vim:ft=yaml.ansible\n---\n- name: Ensure the Personal directory exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/Developer/Personal\"\n state: directory\n mode: '755'\n\n- name: Clone repos\n ansible.builtin.git:\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
Isur/dotfiles
87e66634b9697e46051187f1ef9f81a92cc19b01
1
ansible/roles/tiling
318
[ "no_license" ]
[ { "path": "ansible/roles/tiling/tasks/main.yml", "content": "# vim:ft=yaml.ansible\n---\n# NOTE: For Darwin I am using Raycast to switch between apps,\n# so there is no need to use tiling window manager like aerospace or yabai\n#\n# - name: Darwin | Include Darwin specific tasks\n# ansible.builtin.include...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1342, "all_permissive": false }
ansible_role
Isur/dotfiles
87e66634b9697e46051187f1ef9f81a92cc19b01
1
ansible/roles/update
318
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "# vim:ft=yaml.ansible\n---\n- name: Darwin | Include Darwin specific tasks\n ansible.builtin.include_tasks: \"./{{ task }}\"\n when: ansible_os_family == 'Darwin'\n loop:\n - update.darwin.yml\n - omz.yml\n - dotfiles.yml\n loop_contr...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1691, "all_permissive": false }
ansible_role
farrellit/ansible-kitchenless
d1d208fc6569f3c6ea3ead8760dd6d4eee3af475
0
roles/postfix
318
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "- apt: name=postfix\n- lineinfile: > \n dest=/etc/postfix/main.cf \n regexp=^inet_interfaces \n line=\"inet_interfaces = lo\" \n notify: restart postfix\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
hanfengchui/activity
65e25bad1c04677b5b792060451823df9e2e317b
0
src/main/resources/deploy/ansible/playbooks/roles/project
318
[ "no_license" ]
[ { "path": "src/main/resources/deploy/ansible/playbooks/roles/project/tasks/main.yml", "content": "---\n- name: check filePath.\n fail:\n msg: \"filePath is not empty.\"\n when: local_file_path == \"\" or dest_file_path == \"\"\n\n- name: mkdir file list\n become: yes\n become_method: su\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3631, "all_permissive": false }
ansible_role
hanfengchui/activity
65e25bad1c04677b5b792060451823df9e2e317b
0
src/main/resources/deploy/ansible/playbooks/roles/project_deploy
318
[ "no_license" ]
[ { "path": "src/main/resources/deploy/ansible/playbooks/roles/project_deploy/tasks/back.yml", "content": "---\n\n- name: register variable\n shell: date -d\"0 days ago\" +\"%Y%m%d%H%M%S\"\n register: bak_var\n failed_when: bak_var.rc != 0\n\n- debug: msg=\"print {{ bak_var }}\"\n\n- name: create backup di...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4160, "all_permissive": false }
ansible_role
sogaoh/mackerel-practice
870b9caef56e11978d7b1bd74a38f7d9c227aed0
0
aws-01/02_ansible/roles/mackerel-plugins
316
[ "no_license" ]
[ { "path": "aws-01/02_ansible/roles/mackerel-plugins/vars/main.yml", "content": "---\nmetrics_docker:\n content: |\n [plugin.metrics.docker]\n command = \"/usr/bin/mackerel-plugin-docker -method API\"\n\nmetrics_mysql_via_integ:\n content: |\n [plugin.metrics.mysql]\n command = [\"mackerel-plug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1331, "all_permissive": false }
ansible_role
sogaoh/mackerel-practice
870b9caef56e11978d7b1bd74a38f7d9c227aed0
0
azure-01/02_ansible/roles/mackerel-plugins
316
[ "no_license" ]
[ { "path": "azure-01/02_ansible/roles/mackerel-plugins/tasks/main.yml", "content": "---\n- name: Set mackerel-agent.conf\n blockinfile:\n dest: /etc/mackerel-agent/mackerel-agent.conf\n backup: yes\n block: |\n {{ item.content }}\n marker: \"\"\n with_items:\n - \"{{ metrics_docker }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
sogaoh/mackerel-practice
870b9caef56e11978d7b1bd74a38f7d9c227aed0
0
raspi-01/02_ansible/roles/mackerel-agent-raspi
316
[ "no_license" ]
[ { "path": "raspi-01/02_ansible/roles/mackerel-agent-raspi/templates/mackerel-agent.conf.j2", "content": "# mackerel-agent.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "raspi-01/02_ansible/roles/mackerel-agent-raspi/README.md", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2070, "all_permissive": false }
ansible_role
sogaoh/mackerel-practice
870b9caef56e11978d7b1bd74a38f7d9c227aed0
0
raspi-01/02_ansible/roles/mackerel-plugins-raspi
316
[ "no_license" ]
[ { "path": "raspi-01/02_ansible/roles/mackerel-plugins-raspi/README.md", "content": "# mackerel-plugins-raspi (install to RaspberryPi 4)\na Ansible Role\n\n\n## What's this ?\n- Raspberry Pi (4) で Mackerel を利用したモニタリングを行うべく \n plugins を簡素にセットアップしたくて適当に作成した Ansible Role .\n\n\n## Prerequirement\n- 対象の Raspbe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3391, "all_permissive": false }
ansible_role
sogaoh/mackerel-practice
870b9caef56e11978d7b1bd74a38f7d9c227aed0
0
raspi-01/02_ansible/roles/sardine_service-raspi
316
[ "no_license" ]
[ { "path": "raspi-01/02_ansible/roles/sardine_service-raspi/vars/main.yml", "content": "---\ncheck_sardine:\n content: |\n [plugin.checks.check_sardine]\n command = [\"go-check-plugins\", \"procs\", \"--pattern\", \"sardine\", \"-C\", \"1\"]\n\ncheck_log_speedtest:\n content: |\n [plugin.checks.ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7934, "all_permissive": false }
ansible_role
sogaoh/mackerel-practice
870b9caef56e11978d7b1bd74a38f7d9c227aed0
0
raspi-01/02_ansible/roles/speedtest_net-cli-raspi
316
[ "no_license" ]
[ { "path": "raspi-01/02_ansible/roles/speedtest_net-cli-raspi/tasks/main.yml", "content": "---\n# @see https://www.speedtest.net/ja/apps/cli\n\n- name: Apt Install\n apt:\n name: [\n 'gnupg1',\n 'apt-transport-https',\n 'dirmngr',\n ]\n\n\n- name: Get DEB_DISTRO\n command: lsb_release ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2377, "all_permissive": false }
ansible_role
pawel-mazurkiewicz/simple-azure-vpn
dc1c9800012951619f1324faffe57cca2d4de03b
0
ansible/roles/base
316
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Install packages\n apt:\n name: ['fail2ban', 'unattended-upgrades', 'ufw']\n update_cache: yes\n become: true\n\n- name: Configure unattended-upgrades\n become: true\n copy:\n src: apt_periodic\n dest: /etc/apt/apt.conf....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
pawel-mazurkiewicz/simple-azure-vpn
dc1c9800012951619f1324faffe57cca2d4de03b
0
ansible/roles/openvpn
316
[ "no_license" ]
[ { "path": "ansible/roles/openvpn/templates/base.conf.j2", "content": "client\ndev tun\nproto udp\nremote {{ vm_public_ip }} 1194\nresolv-retry infinite\nnobind\nuser nobody\ngroup nogroup\npersist-key\npersist-tun\nremote-cert-tls server\ncipher AES-128-CBC\nauth SHA256\ncomp-lzo\nverb 3\nmute 20\nkey-direc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6126, "all_permissive": false }
ansible_role
robinedmunds/ansible
371e758e600059c096eeed9c70d7833b07426a29
0
roles/common
316
[ "no_license" ]
[ { "path": "roles/common/tasks/lock_root.yml", "content": "- name: Create whoops (recovery) user with sudo\n user:\n name: whoops\n shell: /bin/bash\n create_home: yes\n append: yes\n groups: \"{{ sudo_group }}\"\n comment: Recovery account with sudo\n\n- name: Copy ed25519 \"whoops-recove...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 4751, "all_permissive": false }
ansible_role
robinedmunds/ansible
371e758e600059c096eeed9c70d7833b07426a29
0
roles/debian-docker
316
[ "no_license" ]
[ { "path": "roles/debian-docker/tasks/main.yml", "content": "# tasks file for debian-docker\n- name: Install docker daemon from official docker repo\n import_tasks: docker.yml\n\n# no longer required as compose is integrated into docker engine\n#- name: Install docker-compose\n# import_tasks: docker-compos...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3551, "all_permissive": false }
ansible_role
robinedmunds/ansible
371e758e600059c096eeed9c70d7833b07426a29
0
roles/debian-harden
316
[ "no_license" ]
[ { "path": "roles/debian-harden/files/sshd_config", "content": "# ---------------------------------------------\n# - Robin's hardened sshd_config - 28/05/2021 -\n# ---------------------------------------------\n#\n# !!! PREVENTS PASSWORD LOGIN FOR ALL USERS !!!\n#\n# !!! disables root login !!!\n\nHostKey /e...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3915, "all_permissive": false }
ansible_role
robinedmunds/ansible
371e758e600059c096eeed9c70d7833b07426a29
0
roles/debian-webserver
316
[ "no_license" ]
[ { "path": "roles/debian-webserver/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Containerised webserver and reverse-proxy with TLS template\n company: tersedigital.co.uk\n license: MIT\n min_ansible_version: 2.11.1\n\n # https://galaxy.ansible.com/api/v1/platforms/\n platfo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2898, "all_permissive": false }
ansible_role
Juraci/devops-na-pratica
3b77135840b2f154f237f8f59b3c7b7f2d4b9c47
1
roles/common
316
[ "no_license" ]
[ { "path": "roles/common/tasks/set_locale.yaml", "content": "---\n\n- name: verify if the locale is set\n command: bash -lc \"perl -e exit\"\n register: locale_result\n changed_when: \"'Setting locale failed.' in locale_result.stderr\"\n\n- name: Copy locale to /etc/default/locale\n copy: src=../files/lo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 468, "all_permissive": false }
ansible_role
Juraci/devops-na-pratica
3b77135840b2f154f237f8f59b3c7b7f2d4b9c47
1
roles/monitor
316
[ "no_license" ]
[ { "path": "roles/monitor/tasks/file_downloader.yaml", "content": "---\n\n - get_url: url=\"{{url}}\" dest=\"{{dest}}/\"\n register: download_file\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/monitor/vars/main.yaml", "content": "c...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 6770, "all_permissive": false }
ansible_role
prashantdj1/site
6121761c21d36284d500b91293b961a69236ff3d
0
roles/site
316
[ "no_license" ]
[ { "path": "roles/site/tasks/site.yml", "content": "---\n- name: Build Docker images from Dockerfiles.\n docker_image:\n name: \"{{ item.name }}\"\n tag: \"{{ item.tag }}\"\n path: \"/tmp/{{ item.directory }}\"\n state: build\n with_items:\n - { name: hellodefineins, tag: \"nginx\", director...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2258, "all_permissive": false }
ansible_role
aomar97/CircleCI_Test
db1d16fa287ce883d63877148be7fe04392cf753
0
roles/setup
316
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n - name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: no\n\n - name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n - name: \"remove dependencies that are no longer required\"\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 778, "all_permissive": false }
ansible_role
canad1an/create-nested-esxi-ansible
18eeda57b0188d09d18706358c3f3c108e0a8fd3
0
roles/cleanup
316
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yaml", "content": "- name: Cleanup file on a datastore\n community.vmware.vsphere_file:\n hostname: \"{{ physical_esxi_info.esxi_host }}\"\n username: \"{{ physical_esxi_info.esxi_username }}\"\n password: \"{{ physical_esxi_info.esxi_password }}\"\n validate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
canad1an/create-nested-esxi-ansible
18eeda57b0188d09d18706358c3f3c108e0a8fd3
0
roles/deployesxi
316
[ "no_license" ]
[ { "path": "roles/deployesxi/tasks/main.yaml", "content": "- name: Create temp directory for iso extraction\n ansible.builtin.file:\n path: \"/tmp/isoextract/KS\"\n state: directory\n mode: \"755\"\n\n- name: Create temp directory for the finished isos\n ansible.builtin.file:\n path: \"/tmp/iso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4819, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/config.todo
316
[ "no_license" ]
[ { "path": "roles/config.todo/tasks/main.yml", "content": "---\n\n- include_tasks: install.certmgr.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/config.todo/tasks/install.certmgr.yml", "content": "---\n\n- name: Add Helm charts rep...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1032, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/getkubeconfig
316
[ "no_license" ]
[ { "path": "roles/getkubeconfig/templates/profile.k3s.sh.j2", "content": "KUBECONFIG=/etc/rancher/k3s/config.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/getkubeconfig/tasks/main.yml", "content": "---\n\n- name: get Cluster IP Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3301, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/installdocker
316
[ "no_license" ]
[ { "path": "roles/installdocker/tasks/main.yml", "content": "---\n\n- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ca-certificates \n - curl\n - gnupg\n ansible_connection: ssh\n ansible_host: \"{{ prop_ipaddress }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1848, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/installhelm
316
[ "no_license" ]
[ { "path": "roles/installhelm/tasks/main.yml", "content": "---\n\n- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - apt-transport-https\n - curl\n ansible_connection: ssh\n ansible_host: \"{{ prop_ipaddress }}\"\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1264, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/installk3s
316
[ "no_license" ]
[ { "path": "roles/installk3s/tasks/main.yml", "content": "---\n\n- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - pytho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2702, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/installoras
316
[ "no_license" ]
[ { "path": "roles/installoras/tasks/main.yml", "content": "---\n\n- name: Ensure all drives are mounted\n shell: |\n mount -a\n args:\n executable: /bin/bash\n vars:\n ansible_connection: ssh\n ansible_host: \"{{ prop_ipaddress }}\"\n become: true\n\n- name: Copy install files\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/installregistry
316
[ "no_license" ]
[ { "path": "roles/installregistry/templates/registries.yaml.j2", "content": "mirrors:\n registry.dev.alex.loc:\n endpoint:\n - \"http://registry.dev.alex.loc\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/installregistry/tasks/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1341, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.Container
7b9da90e5ea0722b22b330c65af1122521abe344
0
roles/resetdocker
316
[ "no_license" ]
[ { "path": "roles/resetdocker/tasks/main.yml", "content": "---\n\n- name: Remove all docker containers\n shell: for id in $(docker container ls -a -q); do docker container kill $id; docker container rm $id; echo \"changedtrue\"; done\n args:\n executable: /bin/bash\n register: taskresult\n changed_whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1046, "all_permissive": false }
ansible_role
223n/ts
5391ac6655fb2996864c27d19e66fc5994686da6
0
roles/dotnetsdk
316
[ "no_license" ]
[ { "path": "roles/dotnetsdk/tasks/main.yml", "content": "- name: add microsoft gpg key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n keyring: /etc/apt/trusted.gpg.d/microsoft.asc.gpg\n state: present\n- name: add dotnet sdk repository\n apt_repository:\n repo: deb [arch=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
223n/ts
5391ac6655fb2996864c27d19e66fc5994686da6
0
roles/gnucash
316
[ "no_license" ]
[ { "path": "roles/gnucash/tasks/main.yml", "content": "- name: install gnucash\n apt:\n name: gnucash\n", "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
223n/ts
5391ac6655fb2996864c27d19e66fc5994686da6
0
roles/rvm
316
[ "no_license" ]
[ { "path": "roles/rvm/tasks/main.yml", "content": "- name: add gpg key\n shell: gpg --keyserver hkp://keys.gnupg.net --recv-keys <KEY> 7D2BAF1CF37B13E2069D6956105BD0E739499BDB\n- name: install rvm\n shell: \\curl -sSL https://get.rvm.io | bash -s stable\n\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
223n/ts
5391ac6655fb2996864c27d19e66fc5994686da6
0
roles/slack
316
[ "no_license" ]
[ { "path": "roles/slack/tasks/main.yml", "content": "- name: add slack repository\n apt_repository:\n repo: deb https://packagecloud.io/slacktechnologies/slack/debian/ {{ ansible_distribution_release }} main\n state: present\n- name: install slack\n apt:\n name: slack\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
223n/ts
5391ac6655fb2996864c27d19e66fc5994686da6
0
roles/stride
316
[ "no_license" ]
[ { "path": "roles/stride/tasks/main.yml", "content": "- name: add atlassian gpg key\n apt_key:\n url: https://packages.atlassian.com/api/gpg/key/public\n keyring: /etc/apt/trusted.gpg.d/atlassian.gpg\n state: present\n- name: add stride repository\n apt_repository:\n repo: deb https://packages....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
223n/ts
5391ac6655fb2996864c27d19e66fc5994686da6
0
roles/vscode
316
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: add microsoft gpg key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n keyring: /etc/apt/trusted.gpg.d/microsoft.gpg\n state: present\n- name: add vscode repository\n apt_repository:\n repo: deb [arch=amd64] http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
yukihiko-shinoda/ansible-playbook-base
445bd9d90264320805a0e13482c3efbbba8ed9e8
0
roles/ansible-role-guest-additions-centos
316
[ "no_license" ]
[ { "path": "roles/ansible-role-guest-additions-centos/tasks/uninstall_guest_additions.yml", "content": "---\n- name: check current version of GuestAdditions\n shell: ls -1 /opt | grep VBoxGuestAdditions | cut -c 20-\n register: version_guest_additions\n\n# @see https://stackoverflow.com/a/47449216\n- name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1548, "all_permissive": false }
ansible_role
yukihiko-shinoda/ansible-playbook-base
445bd9d90264320805a0e13482c3efbbba8ed9e8
0
roles/ansible-role-kernel-devel-amazon-linux
316
[ "no_license" ]
[ { "path": "roles/ansible-role-kernel-devel-amazon-linux/tasks/main.yml", "content": "---\n- name: update kernel-headers\n yum:\n name:\n - kernel\n - kernel-headers\n state: latest\n\n- name: check updated kernel version\n shell: yum list installed | grep kernel.x86_64 | tail -n1 | awk '{p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
yukihiko-shinoda/ansible-playbook-base
445bd9d90264320805a0e13482c3efbbba8ed9e8
0
roles/ansible-role-pip-amazon-linux
316
[ "no_license" ]
[ { "path": "roles/ansible-role-pip-amazon-linux/tasks/main.yml", "content": "---\n- name: download pip installer\n uri:\n url: https://bootstrap.pypa.io/get-pip.py\n dest: /tmp/get-pip.py\n creates: /tmp/get-pip.py\n\n- name: install pip\n command: bash -cl 'python /tmp/get-pip.py'\n args:\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
yukihiko-shinoda/ansible-playbook-base
445bd9d90264320805a0e13482c3efbbba8ed9e8
0
roles/ansible-role-pyenv-amazon-linux
316
[ "no_license" ]
[ { "path": "roles/ansible-role-pyenv-amazon-linux/defaults/main.yml", "content": "---\npython_pyenv_default_python_version: 3.8.3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/ansible-role-pyenv-amazon-linux/meta/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1636, "all_permissive": false }
ansible_role
adic26/aws-ref-arch
09c89d9bd19bb8445cc8b9b7ce38dc2a695531ba
0
scripts/dns/roles/create-asg
316
[ "no_license" ]
[ { "path": "scripts/dns/roles/create-asg/tasks/main.yml", "content": "---\n - name: Pause for two minutes to ensure ami registers\n pause: minutes=2\n\n - name: Get group facts\n tags: CreateASG\n ec2_group_facts:\n filters:\n group-name: \"{{ ec2_security_group_name }}\"\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1281, "all_permissive": false }
ansible_role
adic26/aws-ref-arch
09c89d9bd19bb8445cc8b9b7ce38dc2a695531ba
0
scripts/dns/roles/create-bind-ami
316
[ "no_license" ]
[ { "path": "scripts/dns/roles/create-bind-ami/tasks/main.yml", "content": "---\n - name: \"Create a new security group\"\n ec2_group:\n name: \"{{ ec2_security_group_name }}\"\n description: \"Security Group for a BIND DNS secondary server\"\n region: \"{{ region }}\"\n vpc_id: \"{{ e...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12610, "all_permissive": false }
ansible_role
adic26/aws-ref-arch
09c89d9bd19bb8445cc8b9b7ce38dc2a695531ba
0
scripts/dns/roles/delete-asg-lc-ami
316
[ "no_license" ]
[ { "path": "scripts/dns/roles/delete-asg-lc-ami/tasks/main.yml", "content": "---\n # delete the autoscale group, launch configuration and AMI for a bind server\n - name: Delete auto scale group and any existing instances\n ec2_asg:\n state: absent\n name: \"BIND-SERVER-{{ static_ip }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 774, "all_permissive": false }
ansible_role
nacer-noubir/kubernetes-terraform-ansible-aws
3365465081c52f882871679f708bac0010f44363
4
ansible-install-k8s/roles/containerd
316
[ "no_license" ]
[ { "path": "ansible-install-k8s/roles/containerd/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - containerd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible-install-k8s/roles/containerd/defaults/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1402, "all_permissive": false }
ansible_role
nacer-noubir/kubernetes-terraform-ansible-aws
3365465081c52f882871679f708bac0010f44363
4
ansible-install-k8s/roles/init-cluster
316
[ "no_license" ]
[ { "path": "ansible-install-k8s/roles/init-cluster/handlers/main.yml", "content": "---\n# handlers file for init-cluster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible-install-k8s/roles/init-cluster/tests/test.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2126, "all_permissive": false }
ansible_role
nacer-noubir/kubernetes-terraform-ansible-aws
3365465081c52f882871679f708bac0010f44363
4
ansible-install-k8s/roles/kube-prerequisites
316
[ "no_license" ]
[ { "path": "ansible-install-k8s/roles/kube-prerequisites/tasks/main.yml", "content": "---\n############### Install and configure prerequisites ###############\n- name: Create the file for Forwarding IPv4 and iptables modules\n become: true\n file:\n path: /etc/modules-load.d/k8s.conf\n state: touch\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1754, "all_permissive": false }
ansible_role
nacer-noubir/kubernetes-terraform-ansible-aws
3365465081c52f882871679f708bac0010f44363
4
ansible-install-k8s/roles/kubelet-kubeadm-kubectl
316
[ "no_license" ]
[ { "path": "ansible-install-k8s/roles/kubelet-kubeadm-kubectl/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kubelet-kubeadm-kubectl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ansible-install-k8s/ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1036, "all_permissive": false }
ansible_role
brianporeilly/arch
91422171c6277e5a88533ca35f9b599810c73b62
0
roles/arch-setup
316
[ "no_license" ]
[ { "path": "roles/arch-setup/README.md", "content": "Role Name\n=========\n\nsetup Arch\n\n\nLicense\n-------\n\nBSD\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/arch-setup/tasks/main.yml", "content": "---\n# tasks file for arch-set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1728, "all_permissive": false }
ansible_role
spring-microservices-demo/pipeline-scripts
bf5ee8c326a831ad69436bc4710c08c2acbd0c05
0
roles/docker
316
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Make sure apt-transport-https is installed\n apt:\n pkg: \"{{ item }}\"\n state: installed\n with_items:\n - apt-transport-https\n - ca-certificates\n \n- name: Add Docker repository key\n apt_key:\n id: \"<KEY>\"\n key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
spring-microservices-demo/pipeline-scripts
bf5ee8c326a831ad69436bc4710c08c2acbd0c05
0
roles/gocd
316
[ "no_license" ]
[ { "path": "roles/gocd/tasks/main.yml", "content": "---\n\n- apt_repository:\n repo: deb https://download.gocd.io /\n state: present\n filename: 'gocd.list'\n\n- apt_key:\n url: \"https://download.gocd.io/GOCD-GPG-KEY.asc\"\n state: present\n\n- raw: sudo apt-get update\n\n- name: apt install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1410, "all_permissive": false }
ansible_role
spring-microservices-demo/pipeline-scripts
bf5ee8c326a831ad69436bc4710c08c2acbd0c05
0
roles/java
316
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for oraclejdk\n\n- name: Install packages for Oracle JDK\n apt: pkg={{item}} state=latest\n with_items:\n - debconf\n - debconf-utils\n tags: java\n\n#- name: Add the webupd8 APT repository\n# apt_repository: repo=\"ppa:webupd8te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
spring-microservices-demo/pipeline-scripts
bf5ee8c326a831ad69436bc4710c08c2acbd0c05
0
roles/provision-ec2
316
[ "no_license" ]
[ { "path": "roles/provision-ec2/tasks/main.yml", "content": "---\n - name: Provision EC2 Box\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"\n vpc_subne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
gsy0911/dotfiles
e76fb64c43622791f867ec6ed1715de4da89c5bd
1
ansible/roles/homebrew
316
[ "no_license" ]
[ { "path": "ansible/roles/homebrew/tasks/main.yml", "content": "- name: update homebrew\n community.general.homebrew:\n update_homebrew: true\n\n- name: install homebrew packages\n community.general.homebrew:\n name:\n - sheldon\n - ansible\n - mas\n # basics\n - bat\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2072, "all_permissive": false }
ansible_role
gsy0911/dotfiles
e76fb64c43622791f867ec6ed1715de4da89c5bd
1
ansible/roles/homebrew_cask
316
[ "no_license" ]
[ { "path": "ansible/roles/homebrew_cask/tasks/main.yml", "content": "- name: install homebrew cask packages\n community.general.homebrew_cask:\n name:\n - aws-vault\n - docker\n - notion\n - google-chrome\n - fork\n - jetbrains-toolbox\n - visual-studio-code\n - ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
gsy0911/dotfiles
e76fb64c43622791f867ec6ed1715de4da89c5bd
1
ansible/roles/mac_app_store
316
[ "no_license" ]
[ { "path": "ansible/roles/mac_app_store/tasks/main.yml", "content": "- name: install applications from app store\n community.general.mas:\n upgrade_all: yes\n id:\n # LINE\n - 539883307\n # Slack\n - 803453959\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
mihai-satmarean/sciitdevops
9ee2f7ac3e84d2e81ece8e0608dec0bd1e94f837
1
ansible/roles/nginx
316
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n update_cache: yes\n become: true\n\n- name: Create NGINX configuration\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n owner: root\n group: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1160, "all_permissive": false }
ansible_role
ivyshijing/aws-demo
c5a451a1de6f6dce804e2dcdc92d0b7e36a73a51
0
ansible/roles/nginx
316
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: copy nginx\n copy: src=nginx-1.17.5.tar.gz dest=/tmp/\n\n- name: apt update\n apt:\n upgrade: yes \n update_cache: yes\n\n- name: apt-get build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl libssl-dev\n apt: \n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
lbrick/openstack-jupyter-vm
cd721b362687b61ee578f6afffb2859140792fb2
0
roles/basic_users
329
[ "no_license" ]
[ { "path": "roles/basic_users/tasks/main.yml", "content": "--- \n- name: Add keys to default user for extra users\n ansible.posix.authorized_key:\n user: \"{{ default_user_name }}\"\n state: present\n key: \"{{ item }}\"\n loop: \"{{ default_user_keys | default([]) }}\"\n tags: users\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": false }
ansible_role
lbrick/openstack-jupyter-vm
cd721b362687b61ee578f6afffb2859140792fb2
0
roles/jupyter
329
[ "no_license" ]
[ { "path": "roles/jupyter/templates/jupyter_notebook_config.py.j2", "content": "c.ServerApp.open_browser = {{ jupyter_open_browser }}\nc.ServerApp.ip = '{{ jupyter_ip }}'\nc.ServerApp.port = {{ jupyter_port }}\nc.ServerApp.password = '{{ jupyter_<PASSWORD> }}'\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2890, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_account
329
[ "no_license" ]
[ { "path": "roles/uberspace_account/tasks/accounting.yml", "content": "- name: Get accounting page for CSRF token\n check_mode: true\n delegate_to: localhost\n uri:\n url: \"{{ uberspace_urls.accounting }}\"\n headers: \"{{ uberspace_headers }}\"\n return_content: true\n follow_redirects: none...
{ "task_files": 17, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 38423, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_babybuddy
329
[ "no_license" ]
[ { "path": "roles/uberspace_babybuddy/meta/main.yml", "content": "galaxy_info:\n author: friesenkiwi\n description: Setup of the Babybuddy infant child activity management tool at the German exceptional hoster \"Uberspace\". Not official.\n license: BSD-3-Clause\n min_ansible_version: 2.9\n platforms:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6703, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_coturn
329
[ "no_license" ]
[ { "path": "roles/uberspace_coturn/meta/main.yml", "content": "galaxy_info:\n author: friesenkiwi\n description: Setup of the Coturn TURN/STUN server at the German exceptional hoster \"Uberspace\". Not official.\n license: BSD-3-Clause\n min_ansible_version: 2.9\n platforms:\n - name: Linux\n versio...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4268, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_mongodb
329
[ "no_license" ]
[ { "path": "roles/uberspace_mongodb/templates/setup.js.j2", "content": "db.createUser(\n {\n user: \"{{ mongodb_admin_user }}\",\n pwd: \"{{ <PASSWORD> }}\",\n roles: [ \"root\" ]\n }\n)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3460, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_pleroma
329
[ "no_license" ]
[ { "path": "roles/uberspace_pleroma/handlers/main.yml", "content": "- name: Reread supervisord config\n command:\n cmd: supervisorctl reread\n notify: Update supervisord group pleroma\n- name: Update supervisord group pleroma\n command:\n cmd: supervisorctl update pleroma\n notify: Restart pleroma\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 17376, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_postgresql
329
[ "no_license" ]
[ { "path": "roles/uberspace_postgresql/tasks/main.yml", "content": "- name: Set PostgreSQL version\n debug:\n msg: \"Set desired PostgreSQL version as uberspace_tools_goal.postgresql via uberspace_account role\"\n- name: Run tools tasks of uberspace account role\n tags: tools\n vars:\n uberspace_too...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7237, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_prosody
329
[ "no_license" ]
[ { "path": "roles/uberspace_prosody/tasks/invite.yml", "content": "- name: Create target directories\n loop:\n# - bootstrap4\n - jquery\n - popper.js\n file:\n state: directory\n path: \"{{ prosody_libjs_path }}{{ item }}\"\n\n- name: Download and unpack bootstrap\n unarchive:\n remote_src: tr...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 31683, "all_permissive": false }
ansible_role
friesenkiwi/ansible-collection-uberspace
0800f4c94b4c5b0320aa0b55ca645709b0d9f84d
3
roles/uberspace_wekan
329
[ "no_license" ]
[ { "path": "roles/uberspace_wekan/README.md", "content": "# Uberspace WeKan setup Ansible role\n\nThis **stub** of an [Ansible role](https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html) is targeted to setup a [WeKan](https://wekan.github.io/) server at the German exceptional hoster ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3197, "all_permissive": false }
ansible_role
GINK03/lightgbm-parallel-learning-dev
6f6948855cc9e1ede77be358cc2fa1cf02b0c665
0
ansible/roles/common
329
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Git Clone\n sudo: no\n git:\n repo=https://github.com/GINK03/lightgbm-parallel-learning-dev.git\n dest=/home/ansible/lightgbm-parallel-learning-dev\n version=master\n accept_hostkey=yes\n\n- name: refresh data and example to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
andreygubarev/ansible-proxy
5da0946b3e44065b93f68cc1154fd2c6d5109280
0
roles/socat
329
[ "no_license" ]
[ { "path": "roles/socat/defaults/main.yml", "content": "---\nsocat_name: socat\n\nsocat_bind_type:\nsocat_bind_interface:\nsocat_bind_opts:\nsocat_bind: >-\n {{ socat_bind_type }}:{{ socat_bind_interface }}\n {%- if socat_bind_opts -%}\n ,{{ socat_bind_opts }}\n {%- endif -%}\n\nsocat_connect_type:\nsoca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3249, "all_permissive": false }
ansible_role
andreygubarev/ansible-proxy
5da0946b3e44065b93f68cc1154fd2c6d5109280
0
roles/tor
329
[ "no_license" ]
[ { "path": "roles/tor/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n\n environment:\n http_proxy: \"{{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}\"\n https_proxy: \"{{ lookup('ansible.builtin.env', 'https_proxy') | default(omit) }}\"\n\n tasks:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6386, "all_permissive": false }
ansible_role
shiftux/cfcalendar-ansible
a972e8cd5f4037d1201477dbd85221c97a4234c4
0
roles/app_specific_setup
329
[ "no_license" ]
[ { "path": "roles/app_specific_setup/templates/fixtures.j2", "content": "////////////////////////////////////////////////////////////////////////\n////////////////////////////////////////////////////////////////////////\n////////////////////////////////////////////////////////////////////////\n// MANAGED BY ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8644, "all_permissive": false }
ansible_role
shiftux/cfcalendar-ansible
a972e8cd5f4037d1201477dbd85221c97a4234c4
0
roles/basic_host_setup
329
[ "no_license" ]
[ { "path": "roles/basic_host_setup/tasks/setup_folder_structure.yml", "content": "---\n\n- name: create base directory\n file: path={{cf_base_dir}} state=directory\n\n- name: create mongo directory\n file: path={{cf_base_dir}}/mongo/data state=directory\n \n- name: create mongo subdirectories\n file: pat...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2443, "all_permissive": false }
ansible_role
shiftux/cfcalendar-ansible
a972e8cd5f4037d1201477dbd85221c97a4234c4
0
roles/build_and_deploy
329
[ "no_license" ]
[ { "path": "roles/build_and_deploy/tasks/check_containers_are_running.yml", "content": "---\n- name: check nginx is running\n docker_container:\n name: nginx_proxy\n state: started\n image: jwilder/nginx-proxy\n\n- name: check mongo_db is running\n docker_container:\n name: mongodb_server\n ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 6127, "all_permissive": false }
ansible_role
shiftux/cfcalendar-ansible
a972e8cd5f4037d1201477dbd85221c97a4234c4
0
roles/setup_maintenance_service
329
[ "no_license" ]
[ { "path": "roles/setup_maintenance_service/tasks/main.yml", "content": "---\n\n- include: setup_file_structure.yml\n- include: create_image.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/setup_maintenance_service/files/Dockerfile", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1794, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/archbuild
329
[ "no_license" ]
[ { "path": "roles/archbuild/tasks/main.yml", "content": "---\n\n- name: install archbuild\n pacman:\n name:\n - devtools\n - zsh\n - git\n - subversion\n - mercurial\n - bzr\n - ruby\n - tig\n - colordiff\n - pkgdiff\n - elinks\n - appstream-gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2759, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/aur_packages
329
[ "no_license" ]
[ { "path": "roles/aur_packages/tasks/main.yml", "content": "---\n\n- name: Install group aur packages\n aur: name=\"{{ item }}\" use=yay skip_installed=true\n become: yes\n become_user: aur_builder\n with_items: '{{ install_group_packages.aur }}'\n when: install_group_packages.aur is not empty\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/common
329
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n\nlinux_package: linux\n\ninstall_group_packages:\n official:\n aur:\n\ninstall_host_packages:\n official:\n aur:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/common/vars/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 804, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/docker
329
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\n\ndocker_dir: '/home/docker'\ndocker_data_dir: '/home/docker/data'\ndocker_user: 'docker'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/docker/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1000, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/docker_services
329
[ "no_license" ]
[ { "path": "roles/docker_services/tasks/main.yml", "content": "---\n\n- name: copy Docker Compose files\n template:\n src: 'docker-compose.yml.j2'\n dest: /mnt/DockerServices/docker-compose.yml\n\n- name: Prune everything (including non-dangling images)\n community.general.docker_prune:\n containe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1486, "all_permissive": false }