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
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/keycloak
496
[ "no_license" ]
[ { "path": "roles/keycloak/tasks/realm.yaml", "content": "---\n- name: Create or update Keycloak realm\n community.general.keycloak_realm:\n auth_client_id: admin-cli\n auth_keycloak_url: http://localhost:{{ keycloak_port }}/auth\n auth_realm: master\n auth_username: \"{{ keycloak_admin_username...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10240, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/miniforge
496
[ "no_license" ]
[ { "path": "roles/miniforge/defaults/main.yml", "content": "---\nminiforge_enabled: false\nminiforge_version: 23.11.0-0\nminiforge_sha256: 3dfdcc162bf0df83b5025608dc2acdbbc575bd416b75701fb5863343c0517a78\nminiforge_home: /opt/conda\nminiforge_envs:\n - /opt/conda/envs/\n - /opt/conda-store/conda-store/defa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2149, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/minio
496
[ "no_license" ]
[ { "path": "roles/minio/tasks/main.yaml", "content": "---\n- name: Install minio\n ansible.builtin.include_tasks: minio.yaml\n when: minio_enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/minio/defaults/main.yaml", "content": "-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3140, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/mysql
496
[ "no_license" ]
[ { "path": "roles/mysql/handlers/main.yaml", "content": "---\n- name: Restart services mysql\n become: true\n ansible.builtin.service:\n name: \"{{ item }}\"\n enabled: \"yes\"\n state: restarted\n with_items:\n - mysql\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1456, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/nfs
496
[ "no_license" ]
[ { "path": "roles/nfs/defaults/main.yaml", "content": "---\nnfs_server_enabled: false\nnfs_server_exports: []\nnfs_client_enabled: false\n# list of {host: ..., path: ...}\nnfs_client_mounts: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "role...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1919, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/openldap
496
[ "no_license" ]
[ { "path": "roles/openldap/tasks/openldap.yaml", "content": "---\n- name: Install openldap packages\n become: true\n ansible.builtin.apt:\n name:\n - slapd\n - ldap-utils\n - python3-ldap\n state: present\n update_cache: true\n cache_valid_time: 3600\n\n- name: Start ldap service...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5217, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/postgresql
496
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yaml", "content": "---\n- name: Restart services postgres\n become: true\n ansible.builtin.service:\n name: \"{{ item }}\"\n enabled: \"yes\"\n state: restarted\n with_items:\n - postgresql\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2042, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/prometheus
496
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yaml", "content": "##\n## This file is maintained by Ansible - ALL MODIFICATIONS WILL BE REVERTED\n## https://prometheus.io/docs/prometheus/latest/configuration/configuration/\n##\n\nglobal:\n scrape_interval: 15s\n evaluation_interval: 15s\n\n# Alertma...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8757, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/redis
496
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "---\nredis_enabled: false\nredis_port: 6379\nredis_password: <PASSWORD>\nredis_data_directory: /opt/conda-store/redis/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/redis/tasks/redis...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 109932, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/slurm
496
[ "no_license" ]
[ { "path": "roles/slurm/tasks/slurmdbd.yaml", "content": "---\n# Must be writable by user SlurmUser.\n- name: Ensure slurmdbd log directory exists\n become: true\n ansible.builtin.file:\n path: \"{{ slurmdbd_config.LogFile | dirname }}\"\n state: directory\n mode: \"0755\"\n owner: slurm\n g...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 14161, "all_permissive": false }
ansible_role
nebari-dev/nebari-slurm
4ff70836391720b0a48d7e7d3a6ab954c576d541
28
roles/traefik
496
[ "no_license" ]
[ { "path": "roles/traefik/tasks/traefik.yaml", "content": "---\n- name: Check that the traefik binary exists\n ansible.builtin.stat:\n path: /usr/local/bin/traefik\n register: _traefik_stat\n\n- name: Download traefik binary\n become: true\n ansible.builtin.get_url:\n url: https://github.com/traefi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 12352, "all_permissive": false }
ansible_role
maxime67/dofVue
34fdbc40d2f1c502a33f24383d63691c1258a1af
0
ansible/roles/apache
496
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Enable required Apache modules\n apache2_module:\n name: \"{{ item }}\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1482, "all_permissive": false }
ansible_role
maxime67/dofVue
34fdbc40d2f1c502a33f24383d63691c1258a1af
0
ansible/roles/vuejs
496
[ "no_license" ]
[ { "path": "ansible/roles/vuejs/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - gnupg\n state: present\n update_cache: yes\n\n- name: Add NodeSource GPG key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1425, "all_permissive": false }
ansible_role
echoamir/Ansible
f03a365c4fa6e0b83a6c371802f68f5694a8f3ca
0
roles/preparing_server
496
[ "no_license" ]
[ { "path": "roles/preparing_server/handlers/main.yml", "content": "---\n- name: Restart iptables\n systemd:\n name: iptables\n state: restarted\n\n- name: start and enable docker\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: restart docker\n service:\n name: docker...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7814, "all_permissive": false }
ansible_role
Akash521/terrraform-jenkins
b262e6b0150789a3eb75fbea967992b452d3aecf
0
roles/nginx
496
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: \"Update Repository cache\"\n apt:\n update_cache: true\n cache_valid_time: 3600\n force_apt_get: true\n- name: install python 2\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n\n- name: Ensure N...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
vovinet/yandex_cloud_elk
4435e54baea68dcb7489b0d56571841467e70bae
0
collections/vovinet/yandex_cloud_elk/roles/yandex_cloud_elk
496
[ "no_license" ]
[ { "path": "collections/vovinet/yandex_cloud_elk/roles/yandex_cloud_elk/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - yandex_cloud_elk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "collections/vovinet...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 376, "all_permissive": false }
ansible_role
Afinni/devopsproject
5a968e83e2bc5370557c756b9f4eda69a7129e16
0
roles/bootstrap
496
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "- name: This pings the servers\n tags: bootstrap\n ping:\n\n- name: This updates and upgrades the Ubuntu servers\n tags: bootstrap\n apt:\n update_cache: true\n state: present\n upgrade: dist\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
Afinni/devopsproject
5a968e83e2bc5370557c756b9f4eda69a7129e16
0
roles/nginx_setup
496
[ "no_license" ]
[ { "path": "roles/nginx_setup/handlers/main.yml", "content": "---\n\n- name: nginx_restart_service\n service:\n name: nginx\n state: reloaded\n\n\n- name: reboot_server\n stat:\n path: /var/run/reboot-required\n register: reboot_required_now\n\n- name: rebooting system\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1437, "all_permissive": false }
ansible_role
Afinni/devopsproject
5a968e83e2bc5370557c756b9f4eda69a7129e16
0
roles/setup
496
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: This installs programs\n tags: install\n apt:\n name:\n - nginx\n - unzip\n - wget\n - plocate\n - net-tools\n - ufw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/base
496
[ "no_license" ]
[ { "path": "roles/base/tasks/setup-Archlinux.yml", "content": "---\n- name: Archlinux | Configure pacman and makepkg\n ansible.builtin.template:\n src: \"{{ item }}.j2\"\n dest: \"/etc/{{ item }}\"\n mode: \"0644\"\n owner: root\n group: root\n backup: true\n loop:\n - makepkg.conf\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2269, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/distrobox
496
[ "no_license" ]
[ { "path": "roles/distrobox/tasks/main.yml", "content": "---\n- name: Ensure distrobox is installed (Fedora)\n ansible.builtin.dnf:\n name: distrobox\n state: present\n when: ansible_distribution == \"Fedora\"\n become: true\n\n- name: Ensure distrobox is installed (Archlinux)\n ansible.builtin.imp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 963, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/dotfiles
496
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/nvim.yml", "content": "---\n- name: neovim setup | Check if ~/neovim_src exists\n ansible.builtin.stat:\n path: \"{{ home }}/neovim_src\"\n register: neovim_src_stat\n\n- name: Setup neovim\n block:\n - name: neovim setup | Clone neovim locally.\n ansible.builti...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 12704, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/fonts
496
[ "no_license" ]
[ { "path": "roles/fonts/handlers/main.yml", "content": "---\n- name: update font cache\n ansible.builtin.command: fc-cache -fv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/fonts/tasks/download-fonts.yml", "content": "---\n- name: Cre...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1129, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/gnome
496
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "---\n- name: GNOME | Install some GNOME specific packages\n ansible.builtin.package:\n name:\n - gnome-tweaks\n - dconf-editor\n - \"{{ psutil_package_name }}\"\n - dconf\n - gnome-shell-extension-appindicator\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4202, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/packages
496
[ "no_license" ]
[ { "path": "roles/packages/tasks/aur.yml", "content": "---\n- name: Ensure the $HOME/AUR directory exists\n ansible.builtin.file:\n path: \"{{ home }}/AUR\"\n state: directory\n mode: \"0755\"\n owner: \"{{ ansible_env.USER }}\"\n group: \"{{ ansible_env.USER }}\"\n\n- name: Ensure base-devel...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6065, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/podman
496
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n- name: Ensure podman is installed\n ansible.builtin.package:\n name:\n - podman\n - podman-docker\n - podman-compose\n - buildah\n state: present\n become: true\n\n- name: Rootless Podman | Install required packages for A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1325, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/rust
496
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "---\n- name: Set the \"home\" variable\n ansible.builtin.set_fact:\n home: \"{{ ansible_env.HOME }}\"\n\n- name: Rust | Check if ~/.cargo exists\n ansible.builtin.stat:\n path: \"{{ home }}/.cargo\"\n register: rust_cargo_dir\n\n- name: Rust | Chec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2687, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/system
496
[ "no_license" ]
[ { "path": "roles/system/templates/power-save.sh.j2", "content": "#!/usr/bin/env bash\n\ncard=$(ls /sys/class/drm | grep -oE \"card[0-9]+\" | head -n 1)\nif [[ $1 == \"false\" ]]; then\n /usr/bin/powerprofilesctl set balanced\n echo 1 > /sys/devices/system/cpu/cpufreq/boost\n echo balanced > /sys/cl...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5905, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/vagrant
496
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "- name: Ensure Vagrant is installed\n ansible.builtin.package:\n name: vagrant\n state: present\n become: true\n\n- name: Ensure required packages for the vagrant-libvirt are installed\n ansible.builtin.dnf:\n name:\n - libvirt\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
chzerv/linux-workstation-playbook
e4434fc37505626a8786d9db0952bf90d3196850
2
roles/virtualbox
496
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/add-repo.yml", "content": "---\n- name: Enable the VirtualBox repository\n ansible.builtin.yum_repository:\n name: vbox\n description: VirtualBox repository\n baseurl: http://download.virtualbox.org/virtualbox/rpm/fedora/$releasever/$basearch\n gpgcheck: true\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1439, "all_permissive": false }
ansible_role
mvjdev/My-First-Ansible
2e12108feda691137e1d7966c85aa5f60f184f3a
0
Ansible-STD22082/roles/apache2
500
[ "no_license" ]
[ { "path": "Ansible-STD22082/roles/apache2/tasks/main.yml", "content": "---\n - name: Installation d'Apache2 sur Manjaro\n become: yes\n package:\n name: apache\n state: latest\n\n - name: Start\n become: yes\n service:\n name: httpd\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1415, "all_permissive": false }
ansible_role
mvjdev/My-First-Ansible
2e12108feda691137e1d7966c85aa5f60f184f3a
0
Ansible-STD22082/roles/user
500
[ "no_license" ]
[ { "path": "Ansible-STD22082/roles/user/tasks/main.yml", "content": "- name: Création d'un utilisateur\n user:\n name: volibear\n comment: \"Mon user\"\n shell: /usr/bin/zsh\n when: user is defined\n\n- name: Ajout de la clef SSH\n when: user is defined\n become: true\n authorized_key:\n use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
mvjdev/My-First-Ansible
2e12108feda691137e1d7966c85aa5f60f184f3a
0
Ansible-STD22082/roles/utils
500
[ "no_license" ]
[ { "path": "Ansible-STD22082/roles/utils/tasks/main.yml", "content": "\n---\n- name: Installer Git, Vim, Htop et Zsh\n become: yes\n package:\n name:\n - git\n - vim\n - htop\n - zsh\n state: latest\n\n- name: Installer Git, Vim, Htop et Zsh\n package:\n name: \"{{ item }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
acburdine/hideNsneak
afaee2612538d7b7d4580fb64b6cc0008ca77e43
9
ansible/roles/cobaltstrike
500
[ "no_license" ]
[ { "path": "ansible/roles/cobaltstrike/tasks/main.yml", "content": "---\n- name: check for existing installation\n stat: path=/opt/cobaltstrike\n become: yes\n register: cobaltstrike_installed\n\n- debug: msg=\"cobaltstrike is already installed\"\n when:\n - cobaltstrike_installed.stat.exists\n\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1053, "all_permissive": false }
ansible_role
acburdine/hideNsneak
afaee2612538d7b7d4580fb64b6cc0008ca77e43
9
ansible/roles/cobaltstrike-exec
500
[ "no_license" ]
[ { "path": "ansible/roles/cobaltstrike-exec/tasks/main.yml", "content": "---\n# Starts up Cobalt Strike \n\n- name: license cobalt strike installation and download the latest version\n shell: ./update\n args:\n chdir: /opt/cobaltstrike\n stdin: \"{{ cobaltstrike_license }}\"\n executable: /bin/bas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1547, "all_permissive": false }
ansible_role
acburdine/hideNsneak
afaee2612538d7b7d4580fb64b6cc0008ca77e43
9
ansible/roles/empire
500
[ "no_license" ]
[ { "path": "ansible/roles/empire/tasks/main.yml", "content": "--- \n- name: check for existing installation \n stat: path=/opt/empire\n become: yes\n register: empire_installed\n\n- debug: msg=\"powershell empire is already installed\"\n when:\n - empire_installed.stat.exists\n\n- name: apt update\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
acburdine/hideNsneak
afaee2612538d7b7d4580fb64b6cc0008ca77e43
9
ansible/roles/empire-exec
500
[ "no_license" ]
[ { "path": "ansible/roles/empire-exec/tasks/main.yml", "content": "---\n- name: start empire in a screen session\n command: screen -dmS Empire /root/empire/empire --resource /root/empire/EmpireStartup.rc\n args:\n chdir: /opt/empire\n \n- pause:\n seconds: 5\n\n- fetch: \n src: /opt/Empire_ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
acburdine/hideNsneak
afaee2612538d7b7d4580fb64b6cc0008ca77e43
9
ansible/roles/exec
500
[ "no_license" ]
[ { "path": "ansible/roles/exec/tasks/main.yml", "content": "---\n# Executes commands to remote server\n\n- name: execute command to remote server\n shell: \"{{ remote_command }}\"\n args:\n executable: /bin/bash\n register: command\n\n- debug: msg=\"{{ command.stdout_lines }}\"\n when: command is succ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
acburdine/hideNsneak
afaee2612538d7b7d4580fb64b6cc0008ca77e43
9
ansible/roles/gophish
500
[ "no_license" ]
[ { "path": "ansible/roles/gophish/tasks/main.yml", "content": "- name: Deny everything and enable UFW\n become: yes\n ufw:\n state: enabled\n policy: deny\n direction: incoming\n\n- name: Allow TCP 22 for SSH.\n ufw:\n rule: allow\n port: 22\n proto: tcp\n\n- name: Allow TCP 80 for Gophi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2531, "all_permissive": false }
ansible_role
acburdine/hideNsneak
afaee2612538d7b7d4580fb64b6cc0008ca77e43
9
ansible/roles/socat-exec
500
[ "no_license" ]
[ { "path": "ansible/roles/socat-exec/tasks/main.yml", "content": "---\n# Executes socat redirector\n\n- name: execute socat redirector to remote server\n become: yes\n shell: \"( (nohup socat TCP4-LISTEN:{{ socat_port }},fork TCP4:{{ socat_ip }}:{{ socat_port }}) &)\"\n async: 45\n poll: 0\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
bitovi/github-actions-deploy-prometheus
4dcb7eb223c8957ab6ba16fc4766c8eb01ae3081
5
operations/deployment/ansible/roles/set_prometheus_file_permissions
500
[ "no_license" ]
[ { "path": "operations/deployment/ansible/roles/set_prometheus_file_permissions/tasks/main.yml", "content": "# Update prometheus file permissions\n# https://groups.google.com/g/prometheus-users/c/AA79sJAnnVE?pli=1\n# cd into {{ app_install_root }}/{{ app_repo_name }}\n# sudo chown 1000:1000 -R data/prom_data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
root-inf/ansible_adv_trng_lab_06
7c113538a1e232c95da254841fc09be04be30ddf
0
roles/miteshget.vscode_server
500
[ "no_license" ]
[ { "path": "roles/miteshget.vscode_server/README.adoc", "content": ":role: vscode-server\n:author1: <NAME> <<EMAIL>>\n:author2: <NAME> <<EMAIL>>\n:author3: <NAME> <<EMAIL>>\n:team: GPTE DevOps & Automation\n\n\nRole: {role}\n============\n\nThe role {role} installs nginx and vscode, serves vscode UI via http...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7845, "all_permissive": false }
ansible_role
fred4jupiter/graylog2-in-a-box
ca90f8ea52e296aac6add589b5f90706e58405a9
0
provisioning/roles/elasticsearch
500
[ "no_license" ]
[ { "path": "provisioning/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Install ElasticSearch Ubuntu Source Key\n sudo: yes\n apt_key: state=present url=http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n\n- name: Add ElasticSearch repository into APT\n sudo: yes\n apt_repository: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
fred4jupiter/graylog2-in-a-box
ca90f8ea52e296aac6add589b5f90706e58405a9
0
provisioning/roles/graylog
500
[ "no_license" ]
[ { "path": "provisioning/roles/graylog/templates/graylog.web.default.j2", "content": "GRAYLOG2_WEB_HTTP_ADDRESS=\"0.0.0.0\"\nGRAYLOG2_WEB_HTTP_PORT=\"9000\"\nGRAYLOG2_WEB_JAVA_OPTS=\"-Djava.net.preferIPv4Stack=true\"\nGRAYLOG2_WEB_ARGS=\"\"\nGRAYLOG2_COMMAND_WRAPPER=\"\"\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1583, "all_permissive": false }
ansible_role
fred4jupiter/graylog2-in-a-box
ca90f8ea52e296aac6add589b5f90706e58405a9
0
provisioning/roles/mongodb
500
[ "no_license" ]
[ { "path": "provisioning/roles/mongodb/tasks/main.yml", "content": "---\n- name: Install MongoDB Ubuntu Sources Key\n sudo: yes\n apt_key: id=7F0CEB10 state=present url=http://docs.mongodb.org/10gen-gpg-key.asc\n\n- name: Add MongoDB repository into APT\n sudo: yes\n apt_repository: repo='deb http://down...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
fred4jupiter/graylog2-in-a-box
ca90f8ea52e296aac6add589b5f90706e58405a9
0
provisioning/roles/timezone
500
[ "no_license" ]
[ { "path": "provisioning/roles/timezone/vars/main.yml", "content": "---\nmy_zone: 'Europe/Berlin'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "provisioning/roles/timezone/tasks/main.yml", "content": "---\n- name: check current timezone\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
Thomas-Sedhom/Pomodoro-Technique
1ba1ef88a0e821db3b6288fba1c0718ac7fb0f4a
0
ansible/roles/docker
500
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install prerequisites\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n update_cache: true\n\n- name: Download Docker G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 893, "all_permissive": false }
ansible_role
hypebeast/ansible-i3
2e63fae714581dd17f70d5e1c54cec096121665d
7
roles/i3
500
[ "no_license" ]
[ { "path": "roles/i3/tasks/uninstall.yml", "content": "---\n# Uninstall i3-wm\n\n\n- name: Ensure packages are uninstalled\n apt: pkg={{item}} force=yes state=absent\n with_items:\n - i3-wm\n\n- name: Remove autostart entries\n file: src={{item}} dest=/home/{{remote_user}}/.config/autostart/ state=absen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1103, "all_permissive": false }
ansible_role
hypebeast/ansible-i3
2e63fae714581dd17f70d5e1c54cec096121665d
7
roles/themes
500
[ "no_license" ]
[ { "path": "roles/themes/tasks/uninstall.yml", "content": "---\n# Uninstall all theme releated packages and configs\n\n- name: Removed apt repositories\n apt_repository: repo='{{item}}' state=absent update_cache=yes\n with_items:\n - ppa:numix/ppa\n\n- name: Uninstall packages\n apt: pkg={{item}} force...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4762, "all_permissive": false }
ansible_role
hypebeast/ansible-i3
2e63fae714581dd17f70d5e1c54cec096121665d
7
roles/utilities
500
[ "no_license" ]
[ { "path": "roles/utilities/tasks/main.yml", "content": "---\n\n - include: install.yml\n when: action == \"install\"\n\n - include: uninstall.yml\n when: action == \"uninstall\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/utili...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3104, "all_permissive": false }
ansible_role
dregin/ansible-docker-connector
55663530c05b8ab128ebe193d95c2050a262ffdb
0
roles/hostname
500
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- name: print hostname\n command: hostname\n register: hostname\n\n- debug: msg=\"{{ hostname.stdout }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
Southampton-RSG/wdra-extender
cfbcc8633ef13002a8f0266c782380c9c6f4ae55
1
roles/docker
500
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- block:\n - name: Add Docker repo to yum\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n - name: Fix repo link for RHEL7\n ini_file:\n dest: /etc/yum.repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1162, "all_permissive": false }
ansible_role
Southampton-RSG/wdra-extender
cfbcc8633ef13002a8f0266c782380c9c6f4ae55
1
roles/wdrax
500
[ "no_license" ]
[ { "path": "roles/wdrax/tasks/main.yml", "content": "---\n\n- block:\n - name: Create WDRAX user\n user:\n name: '{{ wdrax_user }}'\n groups:\n - docker\n append: yes\n\n - name: Switch to Python2 interpreter for following tasks\n set_fact:\n ansible_python_interpreter: pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3223, "all_permissive": false }
ansible_role
adamantmc/KubernetesVagrant
ddb4568cdec347a38a835c6e64949bee10fb1a23
0
ansible/roles/cluster_vars
500
[ "no_license" ]
[ { "path": "ansible/roles/cluster_vars/tasks/join_command.yml", "content": "- name: Register join command\n ansible.builtin.shell: kubeadm token create --print-join-command\n register: kubeadm_join_command\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 209, "all_permissive": false }
ansible_role
adamantmc/KubernetesVagrant
ddb4568cdec347a38a835c6e64949bee10fb1a23
0
ansible/roles/common
500
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/containerd.yml", "content": "- name: Copy containerd config.toml (systemd cgroup driver)\n template:\n src: ./files/containerd/config.toml\n dest: /etc/containerd/config.toml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2163, "all_permissive": false }
ansible_role
adamantmc/KubernetesVagrant
ddb4568cdec347a38a835c6e64949bee10fb1a23
0
ansible/roles/master
500
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/kube_networking.yml", "content": "- name: Copy file with owner and permissions\n template:\n src: ./files/flannel/kube-flannel.yml\n dest: \"/home/{{ansible_ssh_user}}/kube-flannel.yml\"\n\n\n- name: Apply flannel networking\n ansible.builtin.shell: \"kubectl ap...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 828, "all_permissive": false }
ansible_role
adamantmc/KubernetesVagrant
ddb4568cdec347a38a835c6e64949bee10fb1a23
0
ansible/roles/worker
500
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "- name: Join cluster\n import_tasks: join_cluster.yml\n tags: kubeadm_cluster_join\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/roles/worker/tasks/join_cluster.yml", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 326, "all_permissive": false }
ansible_role
rzfeeser/2021-03-19-ansible-dev
57a1b2eaf1d2981fa1b53f02e319857c6646f87d
0
collections/adalovelace/myfirstcollection/roles/isilon-buildstorage
500
[ "no_license" ]
[ { "path": "collections/adalovelace/myfirstcollection/roles/isilon-buildstorage/tasks/main.yml", "content": "---\n# tasks file for roles/isilon-buildstorage\n# WORK TO DO (ISILON)\n- name: Change Operation\n block:\n - name: \"CHANGE - Create Filesystem with Quota\"\n dellemc_isilon_filesyst...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1607, "all_permissive": false }
ansible_role
rzfeeser/2021-03-19-ansible-dev
57a1b2eaf1d2981fa1b53f02e319857c6646f87d
0
collections/adalovelace/myfirstcollection/roles/precheck-crqid
500
[ "no_license" ]
[ { "path": "collections/adalovelace/myfirstcollection/roles/precheck-crqid/defaults/main.yml", "content": "---\n# defaults file for roles/precheck-crqid\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "collections/adalovelace/myfirstcollection/role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 788, "all_permissive": false }
ansible_role
rzfeeser/2021-03-19-ansible-dev
57a1b2eaf1d2981fa1b53f02e319857c6646f87d
0
roles/precheck-isilon
500
[ "no_license" ]
[ { "path": "roles/precheck-isilon/vars/main.yml", "content": "---\n# vars file for roles/precheck-isilon\n# credentials for isilon\nonefs_host: 192.168.3.11 # IP address of FQDN of the Isilon cluster\nisilon_port: 8080 # defaults to 8080\napi_user: root # mandatory - username for th...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1840, "all_permissive": false }
ansible_role
rzfeeser/2021-03-19-ansible-dev
57a1b2eaf1d2981fa1b53f02e319857c6646f87d
0
roles/preprov-policycheck
500
[ "no_license" ]
[ { "path": "roles/preprov-policycheck/vars/main.yml", "content": "---\n# vars file for roles/preprov-policycheck\npolicy:\n - req_quota < 10 # ensure the requested quota is less than 10GB\n - req_quota >= 1\n - ( users is defined ) and ( users | type_debug == \"list\" )\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 973, "all_permissive": false }
ansible_role
subicura/vagrant-dev
45ed968692bd1415cc228c3d2ee623cd835d408e
0
conf/ansible/roles/common
500
[ "no_license" ]
[ { "path": "conf/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Installing git, tig, unzip, tmux, jq\n apt: pkg=git,tig,unzip,tmux,jq state=latest\n become: true\n\n- name: Creating new ~/.tmux.conf\n template:\n src: tmux.conf\n dest: ~/.tmux.conf\n\n- name: Installing vim\n includ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2144, "all_permissive": false }
ansible_role
subicura/vagrant-dev
45ed968692bd1415cc228c3d2ee623cd835d408e
0
conf/ansible/roles/docker
500
[ "no_license" ]
[ { "path": "conf/ansible/roles/docker/defaults/main.yml", "content": "---\ndocker_version: 17.03.0\ndocker_compose_version: 1.11.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "conf/ansible/roles/docker/tasks/main.yml", "content": "---\n# ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1184, "all_permissive": false }
ansible_role
carlosof/ansible
1919b191c7d8f43f38a011de6b53d8cba8a94824
0
proyectos/web/roles/apache2
497
[ "no_license" ]
[ { "path": "proyectos/web/roles/apache2/tasks/main.yml", "content": " - name: Ejecutar el comando uptime\n command: uptime\n register: salida_uptime\n - name: Visualizar variable de salida\n # debug: var=salida_uptime\n debug: var=salida_uptime.stdout\n", "license_type": "no_lic...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1432, "all_permissive": false }
ansible_role
Make-O-Matic/MOM-Platform
56e55521675aedaf9171c49f9b19b6fdf54d6314
1
ansible/roles/docker
497
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "# Copyright (c) 2016-2017 Enproduktion GmbH & Laber's Lab e.U. (FN 394440i, Austria)\n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1630, "all_permissive": false }
ansible_role
Make-O-Matic/MOM-Platform
56e55521675aedaf9171c49f9b19b6fdf54d6314
1
ansible/roles/efk
497
[ "no_license" ]
[ { "path": "ansible/roles/efk/tasks/main.yml", "content": "# Copyright (c) 2016-2017 Enproduktion GmbH & Laber's Lab e.U. (FN 394440i, Austria)\n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to deal\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1856, "all_permissive": false }
ansible_role
Make-O-Matic/MOM-Platform
56e55521675aedaf9171c49f9b19b6fdf54d6314
1
ansible/roles/jupyter
497
[ "no_license" ]
[ { "path": "ansible/roles/jupyter/tasks/main.yml", "content": "# Copyright (c) 2016-2017 Enproduktion GmbH & Laber's Lab e.U. (FN 394440i, Austria)\n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4044, "all_permissive": false }
ansible_role
Make-O-Matic/MOM-Platform
56e55521675aedaf9171c49f9b19b6fdf54d6314
1
ansible/roles/nginx_config
497
[ "no_license" ]
[ { "path": "ansible/roles/nginx_config/defaults/main.yml", "content": "# Copyright (c) 2016-2017 Enproduktion GmbH & Laber's Lab e.U. (FN 394440i, Austria)\n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4115, "all_permissive": false }
ansible_role
Make-O-Matic/MOM-Platform
56e55521675aedaf9171c49f9b19b6fdf54d6314
1
ansible/roles/tls
497
[ "no_license" ]
[ { "path": "ansible/roles/tls/tasks/main.yml", "content": "# Copyright (c) 2016-2017 Enproduktion GmbH & Laber's Lab e.U. (FN 394440i, Austria)\n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to deal\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2345, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
common/roles/external-ip-type
497
[ "no_license" ]
[ { "path": "common/roles/external-ip-type/tasks/main.yml", "content": "---\n\n################################################################################\n# Get the external IP address, from configuration file,\n# or automatically through a script\n\n- name: Run the script to get the external IP address...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1561, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
common/roles/load-defaults
497
[ "no_license" ]
[ { "path": "common/roles/load-defaults/tasks/main.yml", "content": "---\n# This role load all the default values, and merge them with user specified values.\n# This is a first version, roughly copy and paste, but will evolve to something more\n# elaborated later. The final purpose is fulfilled:\n# Users can ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1833, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
install/playbooks/roles/apache2
497
[ "no_license" ]
[ { "path": "install/playbooks/roles/apache2/tasks/main.yml", "content": "---\n\n- name: Install the Apache required packages\n vars:\n pkgs:\n - apache2\n - libapache2-mod-rpaf\n apt:\n name: '{{ pkgs }}'\n state: latest\n\n- name: Configure apache server to listen on a specific port\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
install/playbooks/roles/certificates
497
[ "no_license" ]
[ { "path": "install/playbooks/roles/certificates/tasks/main.yml", "content": "---\n\n- name: Install the required packages\n apt:\n name:\n - nginx\n - rsync\n state: latest\n\n- name: Create a directory for certificates backup if it does not exists\n tags: cert\n delegate_to: localhost\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8372, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
install/playbooks/roles/drupal
497
[ "no_license" ]
[ { "path": "install/playbooks/roles/drupal/templates/baseurl.php", "content": "<?php\n\n$base_url = 'https://{{ drupal.subdomain }}.{{ network.domain }}';\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "install/playbooks/roles/drupal/tasks/main.ym...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 16348, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
install/playbooks/roles/mod-security
497
[ "no_license" ]
[ { "path": "install/playbooks/roles/mod-security/tasks/main.yml", "content": "---\n\n- name: Install the required packages\n vars:\n pkgs:\n - unzip\n - modsecurity-crs\n - libapache2-mod-security2\n - apache2\n apt:\n name: '{{ pkgs }}'\n state: latest\n\n- name: Create AppArm...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
install/playbooks/roles/nginx
497
[ "no_license" ]
[ { "path": "install/playbooks/roles/nginx/templates/nginx.conf", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections 768;\n # multi_accept on;\n}\n\nhttp {\n\n ##\n # Basic Settings\n ##\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5216, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
install/playbooks/roles/php-fpm
497
[ "no_license" ]
[ { "path": "install/playbooks/roles/php-fpm/tasks/main.yml", "content": "---\n\n- name: Get the current timezone\n register: timezone\n shell: cat /etc/timezone\n\n- name: Install the required packages\n tags: apt\n apt:\n name: php-fpm\n state: present\n\n- name: Update PHP configuration\n notify...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
progmaticltd/drupal-debian-secure
07d53c36a061d29577407f7bedfc715a23f41e1a
2
install/playbooks/roles/system-prepare
497
[ "no_license" ]
[ { "path": "install/playbooks/roles/system-prepare/handlers/main.yml", "content": "---\n\n- name: Rebuild locales\n command: /usr/sbin/locale-gen\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "install/playbooks/roles/system-prepare/meta/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5681, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/cart
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/cart/tasks/main.yaml", "content": "#setting up node envi\n- name: installing nodejs\n ansible.builtin.import_role:\n name: common #dir\n tasks_from: nodejs\n\n- name: setup application\n ansible.builtin.import_role:\n name: common #dir\n tasks_from: app_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/catalogue
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/catalogue/tasks/main.yaml", "content": "#refer nodejs installation tasks from common/tasks.nodejs.yaml\n#importing nodejs installing code from commons dir\n- name: installing nodejs\n ansible.builtin.import_role:\n name: common #dir\n tasks_from: nodejs # file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/common
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/common/tasks/load_schema.yaml", "content": "- name: copyiny the contect to mongo.repo\n ansible.builtin.copy:\n src: 01.1-mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: installing mongodb org shell\n ansible.builtin.yum:\n name: mongodb-org-shell...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1644, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/dispatch
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/dispatch/tasks/main.yaml", "content": "- name: installing go language\n ansible.builtin.yum:\n name: golang\n state: installed\n\n- name: setup application\n ansible.builtin.import_role:\n name: common #dir\n tasks_from: app_setup\n\n- name: Install depe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/mongodb
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/mongodb/tasks/main.yaml", "content": "- name: copy mongodb links to mongo.repo in /etc/yum.repos.d dir\n ansible.builtin.copy:\n src: 01.1-mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: install mongodb\n ansible.builtin.yum:\n name: mongodb-org\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/payment
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/payment/tasks/main.yaml", "content": "- name: Install Python\n ansible.builtin.yum:\n name: \"{{item}}\"\n state: installed\n loop:\n - python36\n - gcc\n - python3-devel\n\n- name: setup application\n ansible.builtin.import_role:\n name: common #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/rabitmq
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/rabitmq/tasks/main.yaml", "content": "- name: Configure YUM Repos from the script provided by vendor\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n- name: Configure YUM Repos for RabbitMQ.\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/redis
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/redis/tasks/main.yaml", "content": "- name: installing redis\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: enable redis 6.2\n ansible.builtin.command: yum modul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/shipping
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/shipping/tasks/main.yaml", "content": "- name: install maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: setup application\n ansible.builtin.import_role:\n name: common #dir\n tasks_from: app_setup\n\n- name: changing into the app ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
rajkumar5D2/Devops
4eef9e3bf596214024d1146611861fb519fc598f
0
ansible-roboshop-roles/roles/user
497
[ "no_license" ]
[ { "path": "ansible-roboshop-roles/roles/user/tasks/main.yaml", "content": "- name: installing nodejs\n ansible.builtin.import_role:\n name: common #dir\n tasks_from: nodejs # file name without ext\n\n- name: setup application\n ansible.builtin.import_role:\n name: common #dir\n tasks_from: app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
luizribeiro/ansible-openwrt
035b269b1bee0987e818bc2139d05af740d334be
0
roles/openwrt
497
[ "no_license" ]
[ { "path": "roles/openwrt/files/usr/bin/show-wifi-clients", "content": "#!/bin/sh\n \n# /etc/config/show_wifi_clients.sh\n# Shows MAC, IP address and any hostname info for all connected wifi devices\n# written for openwrt 12.09 Attitude Adjustment\n \nprintf \"%-12s %-16s %-24s %-18s\\n\" \"Interface\" \"IP ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4392, "all_permissive": false }
ansible_role
karumanchi06/Ansible
b99d652d68a77a8d3d6be8c245d0305e4f146cac
0
roles/demo
497
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "- name: Print\n ansible.builtin.debug:\n msg: Hello from Role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
aabeigh/immutable-resolv.conf
b91798861bd5d3acf0110f32a55b00779ef27354
0
roles/env01
497
[ "no_license" ]
[ { "path": "roles/env01/handlers/main.yml", "content": "---\n# handlers file for env01", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/env01/defaults/main.yml", "content": "---\n# defaults file for env01", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 762, "all_permissive": false }
ansible_role
aabeigh/immutable-resolv.conf
b91798861bd5d3acf0110f32a55b00779ef27354
0
roles/menv
497
[ "no_license" ]
[ { "path": "roles/menv/defaults/main.yml", "content": "---\n# defaults file for menv", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/menv/vars/main.yml", "content": "---\n# vars file for menv", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1033, "all_permissive": false }
ansible_role
aabeigh/immutable-resolv.conf
b91798861bd5d3acf0110f32a55b00779ef27354
0
roles/nserver
497
[ "no_license" ]
[ { "path": "roles/nserver/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nserver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/nserver/tasks/main.yml", "content": "---\n# tasks file for nserver...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1077, "all_permissive": false }
ansible_role
hamza-shabbir94/vm_creation_automation
5734953a605ff2771486d2073eddd919c1ad6b72
0
ansible/roles/Extending_VM_disk
497
[ "no_license" ]
[ { "path": "ansible/roles/Extending_VM_disk/vars/main.yml", "content": "---\nvcenter_hostname: \"Vcenter_hostname\"\nvcenter_datacenter: \"datacenter\"\nvcenter_validate_certs: false\nvcenter_username: \"username\"\nvcenter_password: \"<PASSWORD>\"\nvm_name: \"vm_name\"\nvm_disk_gb: 2\nvm_disk_type: \"thin\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }
ansible_role
hamza-shabbir94/vm_creation_automation
5734953a605ff2771486d2073eddd919c1ad6b72
0
ansible/roles/ansible_OS_update
497
[ "no_license" ]
[ { "path": "ansible/roles/ansible_OS_update/tasks/ubuntu.yml", "content": "---\n# tasks file for roles\n- name: Updating OS Kernel and all package\n ansible.builtin.yum:\n name: \"*\"\n state: latest\n skip_broken: true\n disable_gpg_check: true", "license_type": "no_license", "detected_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 690, "all_permissive": false }
ansible_role
hamza-shabbir94/vm_creation_automation
5734953a605ff2771486d2073eddd919c1ad6b72
0
ansible/roles/linux_vm_creation
497
[ "no_license" ]
[ { "path": "ansible/roles/linux_vm_creation/tasks/main.yml", "content": "---\n# tasks file for linux_vm_creation\n- name: Creating a VM from a template\n community.vmware.vmware_guest:\n hostname: \"{{ vcenter_hostname}}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ vcenter_password }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1087, "all_permissive": false }
ansible_role
GregSharpe1/local-kubernetes
4fb84edc9e65a2128ac63a15b176009a8d61a3bc
0
roles/ansible-role-docker
497
[ "no_license" ]
[ { "path": "roles/ansible-role-docker/tasks/users.yml", "content": "---\n- name: Add docker_pi_group_users to the docker group\n become: yes\n user:\n name: \"{{ item }}\"\n groups: docker\n with_items: \"{{ docker_pi_group_users }}\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
GregSharpe1/local-kubernetes
4fb84edc9e65a2128ac63a15b176009a8d61a3bc
0
roles/common
497
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# handlers file for ansible-role-common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for ansible-role-common\n\n- includ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 551, "all_permissive": false }
ansible_role
GregSharpe1/local-kubernetes
4fb84edc9e65a2128ac63a15b176009a8d61a3bc
0
roles/init-kubernetes
497
[ "no_license" ]
[ { "path": "roles/init-kubernetes/defaults/main.yml", "content": "---\n# defaults file for roles/init-kubernetes\n\npod_network_cidr: 10.244.0.0/16\nkubernetes_user: \"pi\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/init-kubernetes/vars/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1022, "all_permissive": false }
ansible_role
GregSharpe1/local-kubernetes
4fb84edc9e65a2128ac63a15b176009a8d61a3bc
0
roles/install-kubeadm
497
[ "no_license" ]
[ { "path": "roles/install-kubeadm/handlers/main.yml", "content": "---\n# handlers file for roles/install-kubeadm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/install-kubeadm/defaults/main.yml", "content": "---\n# defaults file for roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 741, "all_permissive": false }