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
BestianCode/ansible.collection.sysadmin
abfff7bf9c398267a45312807ae76c6c6ad36044
0
roles/auth_ssh_manager
2,618
[ "no_license" ]
[ { "path": "roles/auth_ssh_manager/tasks/main.yml", "content": "---\n\n- name: Check if managerName is defined or sshPermitRootLogin is not 'no'\n assert:\n that:\n - managerName is defined or sshPermitRootLogin != 'no'\n fail_msg: \"Playbook execution stopped: managerName is not defined and sshP...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3722, "all_permissive": false }
ansible_role
BestianCode/ansible.collection.sysadmin
abfff7bf9c398267a45312807ae76c6c6ad36044
0
roles/disk_part
2,618
[ "no_license" ]
[ { "path": "roles/disk_part/README.md", "content": "# Role Description\n\nThis Ansible role provides a solution for managing disk partitions on Linux systems. It is designed to automate the process of partition creation, labeling, formatting, and mounting.\n\n## Features\n\n- **Partition Creation**: Easily d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2356, "all_permissive": false }
ansible_role
BestianCode/ansible.collection.sysadmin
abfff7bf9c398267a45312807ae76c6c6ad36044
0
roles/initial_reboot
2,618
[ "no_license" ]
[ { "path": "roles/initial_reboot/README.md", "content": "# Role Description\n\nThis Ansible role manages the initial reboot process for a newly configured VM or server. It operates by checking for a flag file located at `/var/spool/initial.reboot.done`.\n\nIf this file is not present, it signifies that the i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1026, "all_permissive": false }
ansible_role
BestianCode/ansible.collection.sysadmin
abfff7bf9c398267a45312807ae76c6c6ad36044
0
roles/initial_setup
2,618
[ "no_license" ]
[ { "path": "roles/initial_setup/tasks/freebsd.yml", "content": "---\n\n- name: Update FreeBSD pagng\n shell: pkg update\n register: sOut\n\n- name: Update FreeBSD pagng output...\n debug:\n var: sOut.stdout_lines\n\n- name: Upgrade FreeBSD packages\n shell: pkg upgrade -y\n register: sOut\n when: no...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6262, "all_permissive": false }
ansible_role
marktonneson/ansible-playbooks
8f37a202725a72dd0aafdbbb27e25369c726974f
0
roles/download-file
2,618
[ "no_license" ]
[ { "path": "roles/download-file/defaults/main.yml", "content": "---\ndl_url: http://localhost/index.html\ndl_dest: /tmp/tmpfile.tmp\ndl_mode: '0440'\ndl_owner: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/download-file/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
marktonneson/ansible-playbooks
8f37a202725a72dd0aafdbbb27e25369c726974f
0
roles/patch-rhel
2,618
[ "no_license" ]
[ { "path": "roles/patch-rhel/tasks/main.yml", "content": "---\n- name: \"Patch RHEL {{ rhel_major_ver }} Servers\"\n block:\n # For testing whether or not we need a reboot or service restart\n # we need yum-utils to utilize the needs-restarting utility\n - name: \"Ensure yum-utils is installed\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2369, "all_permissive": false }
ansible_role
marktonneson/ansible-playbooks
8f37a202725a72dd0aafdbbb27e25369c726974f
0
roles/patch-rhel-6
2,618
[ "no_license" ]
[ { "path": "roles/patch-rhel-6/tasks/main.yml", "content": "---\n- name: \"Patch RHEL 6 Servers\"\n block:\n - name: \"Update packages\"\n ansible.builtin.yum:\n name: \"{{ patch_pkgs | default('*') }}\"\n state: \"latest\"\n update_cache: \"yes\"\n register: \"patch_yum_re...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 810, "all_permissive": false }
ansible_role
marktonneson/ansible-playbooks
8f37a202725a72dd0aafdbbb27e25369c726974f
0
roles/setup-auth-keys
2,618
[ "no_license" ]
[ { "path": "roles/setup-auth-keys/tasks/main.yml", "content": "---\n- name: Ensure key is in {{ key_user}} ~/.ssh/authorized_hosts\n ansible.builtin.authorized_key:\n user: '{{ key_user }}'\n state: present\n key: '{{ key_file }}'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
marktonneson/ansible-playbooks
8f37a202725a72dd0aafdbbb27e25369c726974f
0
roles/win-ad-user
2,618
[ "no_license" ]
[ { "path": "roles/win-ad-user/tasks/main.yml", "content": "# tasks file for roles/win_ad_user\n- name: Create windows domain group\n ansible.windows.win_domain_group:\n name: \"{{ item.group_name }}\"\n scope: \"{{ item.group_scope }}\"\n state: present\n loop: \"{{ user_info }}\"\n\n- name: Creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/awesome-xorg
2,618
[ "no_license" ]
[ { "path": "roles/awesome-xorg/defaults/main.yml", "content": "awesome_config_dir: \"/home/{{ user }}/.config/awesome\"\nawesome_default_theme: zenburn\nscreen_saver_timeout: 300", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/awesome-xorg/fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 30890, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/flatpak
2,618
[ "no_license" ]
[ { "path": "roles/flatpak/tasks/main.yml", "content": "---\n- name: Install\n dnf:\n name: \n - dbus-x11\n - flatpak\n state: present\n become: true\n\n- name: Add the flathub flatpak repository remote\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 657, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/i3lock-color
2,618
[ "no_license" ]
[ { "path": "roles/i3lock-color/tasks/main.yml", "content": "---\n- name: Install dependencies\n dnf:\n name: \n - xset\n - autoconf\n - automake\n - cairo-devel\n - fontconfig\n - gcc\n - libev-devel\n - libjpeg-turbo-devel\n - libXinerama\n - libxkbcommo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2002, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/kitty
2,618
[ "no_license" ]
[ { "path": "roles/kitty/defaults/main.yml", "content": "kitty_config_dir: \"/home/{{ user }}/.config/kitty\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/kitty/tasks/main.yml", "content": "---\n- name: Install\n dnf:\n name: kitty\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 339, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/picom
2,618
[ "no_license" ]
[ { "path": "roles/picom/defaults/main.yml", "content": "picom_config_dir: \"/home/{{ user }}/.config/picom\"\npicom_repository: \"https://github.com/jonaburg/picom.git\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/picom/vars/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1754, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/ranger
2,618
[ "no_license" ]
[ { "path": "roles/ranger/tasks/main.yml", "content": "---\n- name: Install\n pip:\n name:\n - pillow\n - ranger-fm\n\n- name: Ensure {{ nerd_font_patch_dir }} dir exist\n file:\n path: \"{{ nerd_font_patch_dir }}\"\n state: directory\n become: true\n\n- name: Download Nerd patch for Sou...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 966, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/rofi
2,618
[ "no_license" ]
[ { "path": "roles/rofi/tasks/main.yml", "content": "---\n- name: Install\n dnf:\n name: rofi\n state: present\n become: true\n\n- name: Ensure {{ rofi_config_dir }} dir exist\n file:\n path: \"{{ rofi_config_dir }}\"\n state: directory\n\n- name: Add config\n copy:\n src: \"files/{{ item }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/system
2,618
[ "no_license" ]
[ { "path": "roles/system/files/bash/.bashrc", "content": "# .bashrc\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n\t. /etc/bashrc\nfi\n\n# User specific environment\nif ! [[ \"$PATH\" =~ \"$HOME/.local/bin:$HOME/bin:\" ]]\nthen\n PATH=\"$HOME/.local/bin:$HOME/bin:$PATH\"\nfi\nexport PATH\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6035, "all_permissive": false }
ansible_role
nserd/awesomewm-fedora
32d14d395e76185c9427a2ed8a07453a4187bc5e
0
roles/vscode
2,618
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Import key\n command: rpm --import https://packages.microsoft.com/keys/microsoft.asc\n become: true\n\n- name: Add config\n copy:\n src: files/vscode.repo\n dest: /etc/yum.repos.d/vscode.repo\n become: true\n\n- name: Check update\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
samtny/pf3server
58630312db2c0784daa9e8d1efeeaa9d4912495d
1
ansible/roles/common
2,618
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install vim\n apt: name=vim state=present\n\n- name: Install curl\n apt: name=curl state=present\n\n- name: Install unzip\n apt: name=unzip state=present\n\n- name: Install rsync\n apt: name=rsync state=present\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
samtny/pf3server
58630312db2c0784daa9e8d1efeeaa9d4912495d
1
ansible/roles/composer
2,618
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "---\n- name: Create composer installer script\n template: src=install_composer.sh dest=/home/vagrant/install_composer.sh owner=vagrant group=vagrant mode=0755\n\n- name: Execute composer install script\n shell: /home/vagrant/install_composer.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 422, "all_permissive": false }
ansible_role
samtny/pf3server
58630312db2c0784daa9e8d1efeeaa9d4912495d
1
ansible/roles/mysql
2,618
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install mysql-server\n apt: name=mysql-server state=present\n\n#- name: Create /etc/mysql/my.cnf\n# template: src=my.cnf dest=/etc/mysql/my.cnf owner=root group=root mode=0644\n# notify: Restart mysql\n\n- name: Ensure mysql service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
samtny/pf3server
58630312db2c0784daa9e8d1efeeaa9d4912495d
1
ansible/roles/nginx
2,618
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Add nginx repository key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n\n- name: Add nginx repository\n apt_repository: repo='deb http://nginx.org/packages/ubuntu/ trusty nginx' state=present\n\n- name: Add ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1189, "all_permissive": false }
ansible_role
samtny/pf3server
58630312db2c0784daa9e8d1efeeaa9d4912495d
1
ansible/roles/pf3server
2,618
[ "no_license" ]
[ { "path": "ansible/roles/pf3server/templates/pf3server.j2", "content": "server {\n\tlisten 80 default_server;\n\t#ssl on;\n\t#ssl_certificate /opt/photos_api/ssl/server.crt;\n\t#ssl_certificate_key /opt/photos_api/ssl/server.key;\n\n\troot {{ pf3server_docroot }};\n\tindex index.php;\n\n\tserver_name *.pf3s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4452, "all_permissive": false }
ansible_role
samtny/pf3server
58630312db2c0784daa9e8d1efeeaa9d4912495d
1
ansible/roles/php
2,618
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install python-software-properties\n apt: name=python-software-properties state=present\n\n- name: Add ppa:ondrej/php\n apt_repository: repo='ppa:ondrej/php' update_cache=yes\n\n- name: Install php\n apt: name={{ item }} state=present...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 920, "all_permissive": false }
ansible_role
samtny/pf3server
58630312db2c0784daa9e8d1efeeaa9d4912495d
1
ansible/roles/xdebug
2,618
[ "no_license" ]
[ { "path": "ansible/roles/xdebug/templates/xdebug.ini.j2", "content": "[xdebug]\nzend_extension=\"/usr/lib/php/20160303/xdebug.so\"\nxdebug.remote_enable=1\nxdebug.remote_host=192.168.31.1\nxdebug.remote_port=9000\nxdebug.idekey=\"vagrant\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 889, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.alma
00de4e4965cba404d6e0e48fa37b4e119dd495e3
0
roles/steam
2,678
[ "no_license" ]
[ { "path": "roles/steam/tasks/main.yml", "content": "---\n- name: epel-release\n command: dnf install epel-release\n- name: dnf update\n command: dnf update\n- name: steam\n command: dnf install steam\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
thiyaguelmails/wordpress-setup-ansible
f2ca8c10cd943c9e767107914e3cb24e55db64ac
1
roles/infra
2,678
[ "no_license" ]
[ { "path": "roles/infra/tasks/main.yml", "content": "---\n\n# roles/infra/tasks/main.yml\n\n# To create VPC.\n\n- name: Create VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ aws_region }}\"\n aws_access_key: \"{{ aws_access_key }}\"\n aws_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3157, "all_permissive": false }
ansible_role
netengpy/automation
04e33ebed2ab475db8f23a0e81ddbe2dbd7c9c8c
0
IOS/Ansible/add_vlan/roles/add_vlan
2,678
[ "no_license" ]
[ { "path": "IOS/Ansible/add_vlan/roles/add_vlan/vars/main.yml", "content": "---\nvlan_id: 10\nname: \"OFFICE\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "IOS/Ansible/add_vlan/roles/add_vlan/templates/vlan.j2", "content": "vlan {{ vlan_id}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 992, "all_permissive": false }
ansible_role
netengpy/automation
04e33ebed2ab475db8f23a0e81ddbe2dbd7c9c8c
0
NXOS/Ansible/ansible_roles/roles/common
2,678
[ "no_license" ]
[ { "path": "NXOS/Ansible/ansible_roles/roles/common/tasks/main.yml", "content": "---\n\n- name: Enable features\n nxos_feature:\n feature: interface-vlan\n state: enabled\n transport: nxapi\n\n- name: Ensure VLAN 10, 20, 30 exist\n nxos_vlan:\n vlan_id: \"{{ item.id }}\"\n name: \"{{ item.na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1706, "all_permissive": false }
ansible_role
netengpy/automation
04e33ebed2ab475db8f23a0e81ddbe2dbd7c9c8c
0
NXOS/Ansible/ansible_roles/roles/devtest
2,678
[ "no_license" ]
[ { "path": "NXOS/Ansible/ansible_roles/roles/devtest/tasks/main.yml", "content": "---\n\n- name: Set the switchport trunk allowed vlan on all physical interfaces\n nxos_switchport:\n interface: \"{{ item.name }}\"\n mode: trunk\n trunk_allowed_vlans: \"1-4094\"\n transport: nxapi\n with_items:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
netengpy/automation
04e33ebed2ab475db8f23a0e81ddbe2dbd7c9c8c
0
NXOS/Ansible/ansible_roles/roles/production
2,678
[ "no_license" ]
[ { "path": "NXOS/Ansible/ansible_roles/roles/production/tasks/private_vlan.yml", "content": "---\n\n# Tasks which use the generic nxos_config module. The nxos_config module can be used to execute NXOS CLI commands\n# through Ansible, when the corresponding module for that specific command is not present. Thi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5958, "all_permissive": false }
ansible_role
piitt/otus_ansible
98c0db3ad7f5d5aa601d8b4ed139b7433d8524f7
0
roles/common
2,678
[ "no_license" ]
[ { "path": "roles/common/tasks/common.yaml", "content": "- name: Update repo cache and upgrade all software\n apt:\n name: '*'\n state: latest\n update_cache: yes\n tags: common\n\n- name: Install packages\n apt:\n name: '{{ item }}'\n state: present\n loop:\n - python3-pip\n - zip\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 374, "all_permissive": false }
ansible_role
piitt/otus_ansible
98c0db3ad7f5d5aa601d8b4ed139b7433d8524f7
0
roles/mysql-prepare
2,678
[ "no_license" ]
[ { "path": "roles/mysql-prepare/handlers/main.yml", "content": "---\n# handlers file for mysql-prepare", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/mysql-prepare/tasks/main.yml", "content": "---\n# tasks file for mysql-prepare\n- includ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 133, "all_permissive": false }
ansible_role
piitt/otus_ansible
98c0db3ad7f5d5aa601d8b4ed139b7433d8524f7
0
roles/nginx
2,678
[ "no_license" ]
[ { "path": "roles/nginx/tasks/nginx.yaml", "content": "- name: Install nginx\n apt:\n name: nginx\n state: present\n tags: nginx\n\n- name: Enable nginx\n systemd:\n name: nginx\n enabled: yes\n tags: nginx\n\n- name: Remote default nginx configuration\n file:\n name: '{{ item }}'\n st...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 635, "all_permissive": false }
ansible_role
piitt/otus_ansible
98c0db3ad7f5d5aa601d8b4ed139b7433d8524f7
0
roles/php
2,678
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- include_tasks: php.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/php/tasks/php.yaml", "content": "- name: Install php\n apt:\n name: \"{{ item }}\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 417, "all_permissive": false }
ansible_role
piitt/otus_ansible
98c0db3ad7f5d5aa601d8b4ed139b7433d8524f7
0
roles/wp
2,678
[ "no_license" ]
[ { "path": "roles/wp/tasks/main.yml", "content": "---\n# tasks file for wp\n- include_tasks: wp.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/wp/tasks/wp.yaml", "content": "- name: Create tmp dir\n file:\n path: /home/ethos/tm...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
mesocentre-mcia/ansible-collection-irods
f6bd8f23aa4358d4978d0e55bc75c6f9c51ebe32
2
roles/irods
2,678
[ "no_license" ]
[ { "path": "roles/irods/tasks/irods-configure-nonies.yml", "content": "---\n\n- name: Configure iRODS server in resources servers\n ansible.builtin.include_tasks: irods.yml\n\n# init iRODS distribution for non-IES\n\n# mimic setup_irods.py except for creating default resources with fixed path\n- name: Initi...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 34, "total_bytes": 43271, "all_permissive": false }
ansible_role
aveiga/rpizero-k3s-cluster
01cf02cf649bcf325bc3cacdc2c4562c2c8a1001
11
roles/k3s-install-agents
2,678
[ "no_license" ]
[ { "path": "roles/k3s-install-agents/tasks/main.yaml", "content": "---\n- name: Verify if cgroup memory boot variables patch needs to be applied\n become: true\n lineinfile:\n path: \"/boot/cmdline.txt\"\n regexp: \".*cgroup.*\"\n line: \"\"\n state: absent\n check_mode: yes\n register: patch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1141, "all_permissive": false }
ansible_role
aveiga/rpizero-k3s-cluster
01cf02cf649bcf325bc3cacdc2c4562c2c8a1001
11
roles/k3s-install-control-plane
2,678
[ "no_license" ]
[ { "path": "roles/k3s-install-control-plane/templates/config.yaml", "content": "node-name: {{ inventory_hostname }}\ncluster-init: true\nnode-taint: \"CriticalAddonsOnly=true:NoExecute\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/k3s-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1064, "all_permissive": false }
ansible_role
aveiga/rpizero-k3s-cluster
01cf02cf649bcf325bc3cacdc2c4562c2c8a1001
11
roles/k3s-uninstall
2,678
[ "no_license" ]
[ { "path": "roles/k3s-uninstall/tasks/main.yaml", "content": "---\n- name: Run k3s uninstall script\n become: true\n command: /usr/local/bin/k3s-uninstall.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
aveiga/rpizero-k3s-cluster
01cf02cf649bcf325bc3cacdc2c4562c2c8a1001
11
roles/pre-requisites
2,678
[ "no_license" ]
[ { "path": "roles/pre-requisites/tasks/main.yaml", "content": "---\n- name: Print target control plane CPU Architecture\n debug:\n msg: \"{{ ansible_architecture }}\"\n\n- name: Get K9s\n ansible.builtin.get_url:\n url: \"https://github.com/derailed/k9s/releases/download/v0.25.18/k9s_Linux_arm64.tar....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1083, "all_permissive": false }
ansible_role
reiichii/isucon-toolbox
7989a1506307ddebaa81ddcff091599f8ca141b0
0
playbook/roles/app
2,678
[ "no_license" ]
[ { "path": "playbook/roles/app/tasks/main.yml", "content": "- name: git pull\n git:\n repo: <EMAIL>:reiichii/isucon-study0625.git\n dest: /home/isucon\n clone: no\n\n- name: restart mysql\n service:\n name: mysql\n state: restarted\n become: true\n\n- name: restart web-ruby\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
reiichii/isucon-toolbox
7989a1506307ddebaa81ddcff091599f8ca141b0
0
playbook/roles/newrelic
2,678
[ "no_license" ]
[ { "path": "playbook/roles/newrelic/tasks/main.yml", "content": "- name: stop newrelic\n systemd:\n name: newrelic-infra\n state: stopped\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
reiichii/isucon-toolbox
7989a1506307ddebaa81ddcff091599f8ca141b0
0
playbook/roles/nginx
2,678
[ "no_license" ]
[ { "path": "playbook/roles/nginx/tasks/main.yml", "content": "- name: cp conf\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n remote_src: yes\n loop: \"{{ NGINX_FILES }}\"\n\n- name: remove old file\n file:\n path: \"{{ item.src }}\"\n state: absent\n loop: \"{{ NGINX_FILES...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
reiichii/isucon-toolbox
7989a1506307ddebaa81ddcff091599f8ca141b0
0
playbook/roles/tools
2,678
[ "no_license" ]
[ { "path": "playbook/roles/tools/tasks/main.yml", "content": "# vim\n- name: use vim\n community.general.alternatives:\n name: editor\n path: /usr/bin/vim.basic\n\n# alp\n- name: check alp\n stat:\n path: /usr/local/bin/alp\n register: alp\n\n- name: download binary file\n get_url:\n url: htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1675, "all_permissive": false }
ansible_role
bear-kneesdgreat2001/Nagios_Pena
839c8c3f2ad9c2f0ba0a27cf7862daec2c4c2611
0
nagios_playbook/roles/centos_server
2,678
[ "no_license" ]
[ { "path": "nagios_playbook/roles/centos_server/tasks/main.yml", "content": "- name: Install prerequisites for Nagios\n dnf:\n name:\n - httpd\n - php\n - gcc\n - glibc\n - glibc-common\n - gd\n - gd-devel\n - make\n - net-snmp\n - unzip\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
bear-kneesdgreat2001/Nagios_Pena
839c8c3f2ad9c2f0ba0a27cf7862daec2c4c2611
0
nagios_playbook/roles/ubuntu_server
2,678
[ "no_license" ]
[ { "path": "nagios_playbook/roles/ubuntu_server/tasks/main.yml", "content": "- name: Update repository cache\n apt:\n update_cache: yes\n when: ansible_distribution == 'Ubuntu'\n\n- name: Install prerequisites for Nagios\n apt:\n name:\n - autoconf\n - gcc\n - libc6\n - make\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
horn313/for-test-crass-task
34f9bbf93f0e36023058b0a6f6acbefe2a3b116e
0
roles/install_mysql
2,678
[ "no_license" ]
[ { "path": "roles/install_mysql/tasks/main.yml", "content": "---\n# tasks file for install_mysql\n- name: Install Mysql on our servers (prod and dev)\n package:\n name: \"{{item}}\"\n state: present\n loop:\n - mysql-server\n - mysql-client\n - python3-mysqldb\n - libmysqlclie...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1764, "all_permissive": false }
ansible_role
horn313/for-test-crass-task
34f9bbf93f0e36023058b0a6f6acbefe2a3b116e
0
roles/install_nginx
2,678
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "---\n# tasks file for install_nginx\n- name: install nginx for redhat and forkes\n yum:\n name=nginx\n state=latest\n when:\n ansible_os_family == \"RedHat\"\n\n- name: install nginx for debian and forkes\n apt:\n name=nginx\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
pmgarzaro/tanzu-ansible
31a8a3035e0c43b7d30546f5f4297e1162459949
0
roles/add_pki
2,678
[ "no_license" ]
[ { "path": "roles/add_pki/tasks/main.yml", "content": "- name: Vérification de la présence des certificats racine\n stat:\n path: \"{{ca_dst_folder}}/root-ca.pem\"\n register: root_ca_exists\n\n- name: Copie des certificats racines\n copy:\n src: \"{{ca_src_folder}}/{{item}}\"\n dest: \"{{ca_dst_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
pmgarzaro/tanzu-ansible
31a8a3035e0c43b7d30546f5f4297e1162459949
0
roles/add_ssh_key
2,678
[ "no_license" ]
[ { "path": "roles/add_ssh_key/tasks/main.yml", "content": "- name: Ensure .ssh directory exists\n ansible.builtin.file:\n path: \"~/.ssh\"\n state: directory\n mode: '0700'\n\n- name: Add SSH key\n ansible.builtin.lineinfile:\n path: \"~/.ssh/authorized_keys\"\n line: \"{{ ssh_public_key }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
pmgarzaro/tanzu-ansible
31a8a3035e0c43b7d30546f5f4297e1162459949
0
roles/configure_proxy
2,678
[ "no_license" ]
[ { "path": "roles/configure_proxy/vars/main.yml", "content": "proxy_url: \"8.8.8.8\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/configure_proxy/tasks/main.yml", "content": "- name: Check if environment proxy settings already exist\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1035, "all_permissive": false }
ansible_role
pmgarzaro/tanzu-ansible
31a8a3035e0c43b7d30546f5f4297e1162459949
0
roles/configure_snmp
2,678
[ "no_license" ]
[ { "path": "roles/configure_snmp/templates/snmpd.conf.j2", "content": "rocommunity public localhost\nrocommunity {{ snmp_community }} {{ snmp_network }}\nsysLocation {{ snmp_syslocation }}\nsysContact {{ snmp_syscontact }}\n# Add other configurations as needed\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 778, "all_permissive": false }
ansible_role
pmgarzaro/tanzu-ansible
31a8a3035e0c43b7d30546f5f4297e1162459949
0
roles/modify_ntp_dns
2,678
[ "no_license" ]
[ { "path": "roles/modify_ntp_dns/templates/chrony.conf.j2", "content": "# Use public servers from the pool.ntp.org project.\r\n{% for server in ntp_servers %}\r\nserver {{ server }} iburst\r\n{% endfor %}\r\n\r\n# Record the rate at which the system clock gains/losses time.\r\ndriftfile /var/lib/chrony/drift...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1704, "all_permissive": false }
ansible_role
jamesbrink/ansible
ace8a0f951105d2ddd628ef57463bb7305fc1492
0
roles/linux_base
2,678
[ "no_license" ]
[ { "path": "roles/linux_base/tasks/main.yml", "content": "---\n# - name: Get info\n# ansible.builtin.debug:\n# msg: \"{{ ansible_architecture }}\"\n\n- name: Set hostname\n ansible.builtin.hostname:\n name: \"{{ alternate_hostname | default(inventory_hostname) }}\"\n\n# - name: Hosts | populate inv...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 15368, "all_permissive": false }
ansible_role
jamesbrink/ansible
ace8a0f951105d2ddd628ef57463bb7305fc1492
0
roles/monitoring
2,678
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n- name: Accept snmp_exporter connections.\n ansible.builtin.iptables:\n chain: INPUT\n protocol: tcp\n destination_port: \"9116\"\n jump: ACCEPT\n comment: Accept snmp_exporter connections.\n\n- name: Accept blackbox_exporter conn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2739, "all_permissive": false }
ansible_role
cyue/CityAnalytics
a98bf65e699f73fd49f22625c2254c2a4f3507eb
1
ansible/roles/couchdb
2,678
[ "no_license" ]
[ { "path": "ansible/roles/couchdb/tasks/deploy_couchdb.yml", "content": "- name: Configure new couchDB\n hosts: cloud_asg\n sudo: yes\n\n tasks:\n# mount the volume with instances\n - name: create an ext4 partition\n filesystem: fstype=ext4 dev=/dev/vdc\n - name: create a directory for data\n file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1516, "all_permissive": false }
ansible_role
cyue/CityAnalytics
a98bf65e699f73fd49f22625c2254c2a4f3507eb
1
ansible/roles/create_workdir
2,678
[ "no_license" ]
[ { "path": "ansible/roles/create_workdir/vars/main.yml", "content": "REMOTE_MAIN: /cloud_asg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible/roles/create_workdir/tasks/create_workdir.yml", "content": "# one step finish all including en...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 398, "all_permissive": false }
ansible_role
cyue/CityAnalytics
a98bf65e699f73fd49f22625c2254c2a4f3507eb
1
ansible/roles/harvest
2,678
[ "no_license" ]
[ { "path": "ansible/roles/harvest/tasks/main.yml", "content": "# deploy harvest script\n - name: unzip tweet harvest script that coordinate with the default couchdb\n unarchive: src={{LOCAL_MAIN}}/harvest.zip dest={{REMOTE_MAIN}}/\n\n# start harvest\n - name: start harvest tweet in to default couchdb\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 804, "all_permissive": false }
ansible_role
cyue/CityAnalytics
a98bf65e699f73fd49f22625c2254c2a4f3507eb
1
ansible/roles/pkg_installation
2,678
[ "no_license" ]
[ { "path": "ansible/roles/pkg_installation/tasks/main.yml", "content": " - name: Update the cache\n apt: update_cache=yes\n - name: Install apache2\n apt: pkg=apache2 state=latest\n - name: Install curl\n apt: pkg=curl state=latest\n - name: Install pip\n easy_install: name=pip \n - name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1027, "all_permissive": false }
ansible_role
cyue/CityAnalytics
a98bf65e699f73fd49f22625c2254c2a4f3507eb
1
ansible/roles/scenario
2,678
[ "no_license" ]
[ { "path": "ansible/roles/scenario/tasks/deploy_analytics.yml", "content": "- name: Deploy analytic programs on the remote working directory and run them all\n hosts: app\n sudo: yes\n vars:\n LOCAL_MAIN: ../../../../\n REMOTE_MAIN: /cloud_asg\n\n tasks:\n# deploy analytic script\n - name: unzip a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 800, "all_permissive": false }
ansible_role
cyue/CityAnalytics
a98bf65e699f73fd49f22625c2254c2a4f3507eb
1
ansible/roles/webserver
2,678
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/deploy_webserver.yml", "content": "- name: Deploy webserver on remote working directory and start\n hosts: app\n sudo: yes\n vars:\n LOCAL_MAIN: ../../../../\n REMOTE_MAIN: /cloud_asg\n\n tasks:\n# deploy webserver\n - name: unzip webserver script to main ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 677, "all_permissive": false }
ansible_role
nzwulfin/vagrant-cluster
f59ef60614cb331c611ca7840614a4f4245b9503
1
roles/common
2,678
[ "no_license" ]
[ { "path": "roles/common/tasks/centos.yml", "content": "---\n- name: CentOS | Install Testing centos7 repo\n copy: src=virt7-testing.repo dest=/etc/yum.repos.d/virt7-testing.repo\n\n- name: CentOS | Install docker-common-candidate centos7 repo\n copy: src=virt7-docker-common-candidate.repo dest=/etc/yum.re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
nzwulfin/vagrant-cluster
f59ef60614cb331c611ca7840614a4f4245b9503
1
roles/etcd
2,678
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "---\n- name: Install etcd\n action: \"{{ ansible_pkg_mgr }}\"\n args:\n name: etcd\n state: latest\n notify:\n - restart etcd\n when: not is_atomic and ansible_distribution != \"Ubuntu\" and ansible_distribution != \"CoreOS\"\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1337, "all_permissive": false }
ansible_role
nzwulfin/vagrant-cluster
f59ef60614cb331c611ca7840614a4f4245b9503
1
roles/finish
2,678
[ "no_license" ]
[ { "path": "roles/finish/tasks/main.yml", "content": "---\n- name: Disable firewalls\n command: /usr/sbin/iptables -F\n\n- name: Launch atomicapp guestbook\n command: /usr/bin/atomic run projectatomic/guestbookgo-app\n run_once: true\n delegate_to: \"{{ groups['masters'][0] }}\"\n tags:\n - example...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
nzwulfin/vagrant-cluster
f59ef60614cb331c611ca7840614a4f4245b9503
1
roles/flannel
2,678
[ "no_license" ]
[ { "path": "roles/flannel/tasks/coreos.yml", "content": "---\n- name: CoreOS | Add Flanneld Systemd Unit File\n template: src=flanneld.service dest=/etc/systemd/system/flanneld.service\n register: flanneld_service\n notify:\n - reload systemd\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2907, "all_permissive": false }
ansible_role
nzwulfin/vagrant-cluster
f59ef60614cb331c611ca7840614a4f4245b9503
1
roles/kubernetes
2,678
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/download_bins.yml", "content": "---\n- name: Download tar file\n get_url:\n url: \"{{ kube_download_url }}\"\n dest: \"{{ ansible_temp_dir }}\"\n validate_certs: False\n environment:\n http_proxy: \"{{ http_proxy|default('') }}\"\n https_proxy: \"{{ https_p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1541, "all_permissive": false }
ansible_role
nzwulfin/vagrant-cluster
f59ef60614cb331c611ca7840614a4f4245b9503
1
roles/kubernetes-addons
2,678
[ "no_license" ]
[ { "path": "roles/kubernetes-addons/handlers/main.yml", "content": "---\n- name: reload and restart kube-addons\n command: systemctl --system daemon-reload\n notify:\n - restart kube-addons\n when: not is_atomic\n\n- name: restart kube-addons\n service: name=kube-addons state=restarted\n when: not is...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1811, "all_permissive": false }
ansible_role
nzwulfin/vagrant-cluster
f59ef60614cb331c611ca7840614a4f4245b9503
1
roles/pre-ansible
2,678
[ "no_license" ]
[ { "path": "roles/pre-ansible/files/bootstrap.sh", "content": "#!/bin/bash\n\n# Copyright 2016 The Kubernetes Authors All rights reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of th...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2174, "all_permissive": false }
ansible_role
whatot/whatot-dot
7a165f2770f7298511e224d9c6cf7ddba0139eca
7
ansible/roles/arch
2,798
[ "no_license" ]
[ { "path": "ansible/roles/arch/README.md", "content": "# Arch\n\nArchlinux or Manjaro configuration\n\n## Example Playbook\n\n```\n- hosts: servers\n roles:\n - role: arch\n```\n\n## Detailed description about some pkg\n\n### perf and FlameGraph\n\n* http://nanxiao.me/en/use-perf-and-flamegraph-to-prof...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7425, "all_permissive": false }
ansible_role
mahmooddarab/ansible-addUserGroup
8e66548d84897ff355a71ce84f93511075353d4f
0
roles/myproj
2,798
[ "no_license" ]
[ { "path": "roles/myproj/tasks/main.yaml", "content": "- name: -----group mod -----\n group:\n name: testgroup\n state: present\n tags: add_group\n- name: ------user mod------------\n user:\n name: devops\n group: testgroup\n shell: /bin/bash\n state: present\n tags: add_user\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
phongnghia/myapp
8dd7f31b69fec38470f515dbd81fff12406ea542
1
deploy/installation-playbooks/roles/install-kubernetes
2,798
[ "no_license" ]
[ { "path": "deploy/installation-playbooks/roles/install-kubernetes/tasks/main.yml", "content": "---\n\n- name: Install Docker\n include_tasks: docker.yml\n tags: install-docker\n\n- name: Install Kubernetes\n include_tasks: k8s.yml\n tags: install-kubernetes\n\n- name: Start Kubernetes\n include_tasks: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5282, "all_permissive": false }
ansible_role
phongnghia/myapp
8dd7f31b69fec38470f515dbd81fff12406ea542
1
deploy/installation-playbooks/roles/install-myresume
2,798
[ "no_license" ]
[ { "path": "deploy/installation-playbooks/roles/install-myresume/templates/myresume.yml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n labels:\n app.kubernetes.io/name: myresume\n name: myresume\nspec:\n replicas: 1\n selector:\n matchLabels:\n app.kubernetes.io/name: myresum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1600, "all_permissive": false }
ansible_role
hth73/hth-ansible
839f69b7d928278f5b0427ea17b5db63f12501c9
0
roles/apache
2,798
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n- name: \"reload apache webserver\"\n service:\n name: \"{{ apache_service_name }}\"\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/apache/templates/ind...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1847, "all_permissive": false }
ansible_role
hth73/hth-ansible
839f69b7d928278f5b0427ea17b5db63f12501c9
0
roles/issue
2,798
[ "no_license" ]
[ { "path": "roles/issue/defaults/main.yml", "content": "---\n# defaults file for issue", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/issue/vars/main.yml", "content": "---\n# vars file for issue", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1106, "all_permissive": false }
ansible_role
jumpgh/1C
404f82da4e7fa12da60d1fee2ba00ed987196a0c
2
roles/1c
2,798
[ "no_license" ]
[ { "path": "roles/1c/meta/main.yml", "content": "dependencies:\n - role: pgpro\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/1c/tasks/main.yml", "content": "- name: Install 3rd party utils\n tags:\n - onec\n become: true\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2624, "all_permissive": false }
ansible_role
jumpgh/1C
404f82da4e7fa12da60d1fee2ba00ed987196a0c
2
roles/1c-bases
2,798
[ "no_license" ]
[ { "path": "roles/1c-bases/tasks/main.yml", "content": "- name: Get 1C cluster uuid\n tags:\n - onec-bases\n shell: \"/opt/1cv8/x86_64/{{ onec_version_name }}/rac cluster list localhost:1545 | grep \\\"cluster \\\" | awk -F, '{split($0,arr,\\\":\\\"); x = arr[2]; gsub(\\\" \\\",\\\"\\\",x)}END{print x;}'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
jumpgh/1C
404f82da4e7fa12da60d1fee2ba00ed987196a0c
2
roles/common
2,798
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: locale-gen ru_RU.UTF-8\n tags:\n - common\n become: true\n locale_gen:\n name: ru_RU.UTF-8\n state: present\n\n- name: reconfigure locales\n tags:\n - common\n become: true\n command: dpkg-reconfigure -f noninteractive locales\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
jumpgh/1C
404f82da4e7fa12da60d1fee2ba00ed987196a0c
2
roles/pgpro
2,798
[ "no_license" ]
[ { "path": "roles/pgpro/tasks/main.yml", "content": "\n- name: Download pgpro-repo-add.sh\n become: true\n uri:\n url: https://repo.postgrespro.ru/1c-16/keys/pgpro-repo-add.sh\n dest: /tmp/pgpro-repo-add.sh\n mode: '0755'\n validate_certs: no \n tags:\n - pgpro\n\n- name: Add pgpro repo\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3360, "all_permissive": false }
ansible_role
grdavies/nutanix_csi_ansible
a6a57de094254c490ed35284ed380bf34c7716d2
0
roles/install_csi_driver
2,798
[ "no_license" ]
[ { "path": "roles/install_csi_driver/templates/ntnx-helm-csi-values.yaml", "content": "# Default values for nutanix-csi-storage.\n# This is a YAML-formatted file.\n# Declare variables to be passed into your templates.\n\n# parameters\n\n# Legacy mode\n#\n# if legacy set to true we keep the old reverse domain...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6805, "all_permissive": false }
ansible_role
daschyl4ik/cloud
e869a7b1dbe6b2f327e97a35ab0d5f569bed6345
0
ansible/roles/deploy_minio
2,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy_minio/tasks/main.yml", "content": "---\n\n- name: 'update linux'\n ansible.builtin.apt:\n update_cache: true\n upgrade: 'full'\n\n- name: 'install docker'\n ansible.builtin.apt:\n name: \n - 'docker.io'\n - 'python3-pip'\n state: 'latest'\n\n- name: 'insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": false }
ansible_role
daschyl4ik/cloud
e869a7b1dbe6b2f327e97a35ab0d5f569bed6345
0
ansible/roles/deploy_webserver
2,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy_webserver/tasks/main.yml", "content": "---\n\n- name: 'update linux'\n ansible.builtin.apt:\n update_cache: true\n upgrade: 'full'\n\n- name: 'install docker'\n ansible.builtin.apt:\n name: \n - 'docker.io'\n - 'python3-pip'\n - 'python3-venv'\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1118, "all_permissive": false }
ansible_role
getslash/scotty-transporter
f6e6b2488b76e38c6a90ce903e27c9102b6c79a8
4
ansible/roles/transporter
2,798
[ "no_license" ]
[ { "path": "ansible/roles/transporter/tasks/rust.yml", "content": "- name: fetch Rust 1.6.0\n shell: curl https://static.rust-lang.org/dist/rust-1.6.0-x86_64-unknown-linux-gnu.tar.gz | tar xz\n args:\n chdir: /tmp\n creates: /tmp/rust-1.6.0-x86_64-unknown-linux-gnu\n\n- name: install Rust\n shell: ....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 723, "all_permissive": false }
ansible_role
zLukas/AnsibleHome
25bbacd1042fb79d8e034c56cbdf7f387f2e3f12
0
roles/gha-runners
2,798
[ "no_license" ]
[ { "path": "roles/gha-runners/tasks/install.yaml", "content": "---\n- name: Ensure GitHub Actions runner directory exists\n file:\n path: \"{{ gha_runner_install_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Download GitHub Actions runner\n get_url:\n url: \"{{ gha_runner_download_url}}...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1897, "all_permissive": false }
ansible_role
jayantverma11/cloud-infra
9b36ef307db00151d97dbc1e22b083285755876c
0
ansible/roles/docker-install
2,798
[ "no_license" ]
[ { "path": "ansible/roles/docker-install/tasks/main.yml", "content": "---\n- name: Ensure lsb_release is available\n apt:\n name: lsb-release\n state: present\n\n- name: Install Docker dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
jayantverma11/cloud-infra
9b36ef307db00151d97dbc1e22b083285755876c
0
ansible/roles/dockercompose-install
2,798
[ "no_license" ]
[ { "path": "ansible/roles/dockercompose-install/tasks/main.yml", "content": "---\n- name: Install Docker Compose\n get_url:\n url: https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64\n dest: /usr/local/bin/docker-compose\n mode: '0755'\n\n- name: Ensure directory ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_dynamic_web
b86f0743abb6902e693edf6cd534cfc1d25b56d5
0
dz/roles/django
2,798
[ "no_license" ]
[ { "path": "dz/roles/django/tasks/nginx.yml", "content": "---\n# tasks file for roles/django\n\n- name: Add Nginx repository\n copy:\n src: CentOS-Nginx.repo\n dest: /etc/yum.repos.d/\n\n- name: Install Nginx package\n yum:\n name: nginx\n state: present\n notify: start nginx\n", "license_...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2857, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_dynamic_web
b86f0743abb6902e693edf6cd534cfc1d25b56d5
0
dz/roles/react
2,798
[ "no_license" ]
[ { "path": "dz/roles/react/handlers/main.yml", "content": "---\n# handlers file for roles/react\n\n#- name: Selinux add port\n# shell: semanage port -a -t http_port_t -p tcp 8090\n# listen: start nginx\n\n- name: start nginx\n systemd:\n name: nginx\n state: started\n enabled: yes\n\n- name: rest...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1842, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_dynamic_web
b86f0743abb6902e693edf6cd534cfc1d25b56d5
0
dz/roles/wordpress
2,798
[ "no_license" ]
[ { "path": "dz/roles/wordpress/tasks/mysql.yml", "content": "---\n# tasks file for roles/wordpress\n\n- name: install mariadb-server\n yum:\n name: mariadb-server\n state: present\n notify: mariadb\n\n- name: install MySQL-python\n yum:\n name: MySQL-python\n state: present\n\n- name: copy dum...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3414, "all_permissive": false }
ansible_role
Bangarraju059/learning-ansible
296a7228a6f4d26ede19031375280743afee0b74
0
roles/sample
2,798
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: print URL\n ansible.builtin.debug:\n msg: URL5 == {{ URL5 }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/sample/vars/main.yml", "content": "URL5: role.example.com", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 92, "all_permissive": false }
ansible_role
joindevops-1/ansible-advanced
cf1c27d5b6c724678c41de59afa54918ab9e6c8b
0
roles/catalogue
2,798
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "# I need to refer nodejs tasks in common folder\n# catalogue is one role\n# common is also another role\n# I need to import a task nodejs.yaml in catalogue\n\n- name: Install NodeJS\n tags:\n - configuration\n ansible.builtin.import_role:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 831, "all_permissive": false }
ansible_role
Qlas/dotfiles
ea987b726463c077acf013bc90d2798153337056
1
roles/awesome-wm
2,798
[ "no_license" ]
[ { "path": "roles/awesome-wm/tasks/main.yml", "content": "- name: Install awesome-git\n ansible.builtin.shell: paru -S awesome-git --noconfirm\n environment:\n CMAKE_POLICY_VERSION_MINIMUM: 3.5\n args:\n creates: /usr/bin/awesome\n\n- name: Install essential packages\n become: true\n community.gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
Qlas/dotfiles
ea987b726463c077acf013bc90d2798153337056
1
roles/essential
2,798
[ "no_license" ]
[ { "path": "roles/essential/tasks/configure-polish-keyboard.yml", "content": "- name: Set console layout\n become: true\n ansible.builtin.lineinfile:\n path: /etc/vconsole.conf\n regexp: '^KEYMAP='\n line: 'KEYMAP=pl'\n notify: Set X11 layout\n", "license_type": "no_license", "detected_li...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 3165, "all_permissive": false }
ansible_role
Qlas/dotfiles
ea987b726463c077acf013bc90d2798153337056
1
roles/lazyvim
2,798
[ "no_license" ]
[ { "path": "roles/lazyvim/tasks/main.yml", "content": "- name: Install optional packages\n become: true\n ansible.builtin.pacman:\n name:\n - ripgrep\n - lazygit\n - fzf\n - neovim\n\n- name: Install Nerd Fonts\n ansible.builtin.get_url:\n url: https://github.com/ryanoasis/nerd-f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
Qlas/dotfiles
ea987b726463c077acf013bc90d2798153337056
1
roles/zsh
2,798
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Install essential packages\n become: true\n community.general.pacman:\n name:\n - zsh\n\n- name: Download oh-my-zsh installer\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1625, "all_permissive": false }
ansible_role
Alotaishanab/data-pipeline
da27b956f2efbcc67f16162ea668fd2654d84e83
0
ansible/roles/alert_manager
2,798
[ "no_license" ]
[ { "path": "ansible/roles/alert_manager/tasks/main.yml", "content": "- name: Download Alertmanager binary\n get_url:\n url: \"{{ alertmanager_url }}\"\n dest: \"/tmp/{{ alertmanager_tarball }}\"\n mode: '0644'\n force: yes\n\n- name: Extract Alertmanager\n unarchive:\n src: \"/tmp/{{ alertma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6289, "all_permissive": false }
ansible_role
Alotaishanab/data-pipeline
da27b956f2efbcc67f16162ea668fd2654d84e83
0
ansible/roles/cleanup_role
2,798
[ "no_license" ]
[ { "path": "ansible/roles/cleanup_role/tasks/main.yml", "content": "- name: Clean YUM/DNF cache if RedHat-based\n when: ansible_facts['pkg_mgr'] in ['dnf', 'yum']\n command: yum clean all\n ignore_errors: yes\n\n- name: Clean APT cache if Debian-based\n when: ansible_facts['pkg_mgr'] == 'apt'\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1744, "all_permissive": false }
ansible_role
Alotaishanab/data-pipeline
da27b956f2efbcc67f16162ea668fd2654d84e83
0
ansible/roles/prometheus_alerts
2,798
[ "no_license" ]
[ { "path": "ansible/roles/prometheus_alerts/tasks/main.yml", "content": "- name: Ensure Prometheus rules directory exists\n file:\n path: /etc/prometheus/rules\n state: directory\n owner: prometheus\n group: prometheus\n mode: '0755'\n\n- name: Deploy CPU Load Alert Rules\n template:\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1615, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/appenlight
2,738
[ "no_license" ]
[ { "path": "ansible/roles/appenlight/files/appenlight_readme.md", "content": "# AppEnlight Cheat Sheet\n\n\nAppEnlight web application admin login/password: <PASSWORD>\n\nAdministrator sudo password: `<PASSWORD>`\n\nAdministrator documentation: https://docs.rhodecode.com/RhodeCode-Appenlight/\n\nUser documen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6134, "all_permissive": false }
ansible_role
AppEnlight/automation
638b36378a262510af5dd052d767308d5821ce94
0
ansible/roles/appenlight_charting_ee
2,738
[ "no_license" ]
[ { "path": "ansible/roles/appenlight_charting_ee/tasks/main.yaml", "content": "- block:\n - name: copy appenlight_charting_ee code\n unarchive: src={{source_code_location_appenlight_charting_ee}} dest=/home/appenlight/repos\n\n - file: path=/home/appenlight/repos/appenlight_charting_ee owner=appenlight ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1541, "all_permissive": false }