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
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/cli
2,838
[ "no_license" ]
[ { "path": "roles/cli/tasks/main.yml", "content": "---\n- name: install ack \n homebrew:\n name: ack\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/git
2,838
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: add git alias st \n git_config:\n name: alias.st\n scope: global\n value: status\n\n- name: add git alias co \n git_config:\n name: alias.co\n scope: global\n value: checkout\n\n- name: add git alias cma\n git_config:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/homebrew
2,838
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: install homebrew\n shell: echo 'y' | /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n\n- name: update homebrew\n homebrew:\n update_homebrew: yes\n upgrade_all: yes\n\n- name: tap koe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/python
2,838
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: install python3\n homebrew:\n name: python3\n state: present\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
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/tmux
2,838
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: install tmux\n homebrew: name=tmux state=latest\n\n- name: add tmuxconf\n copy: src=tmuxconf dest=~/.tmux.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/vi
2,838
[ "no_license" ]
[ { "path": "roles/vi/files/vimrc", "content": ":set tabstop=4\n:set shiftwidth=4\n:set expandtab\n:set rnu\nsyntax on\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/vi/tasks/main.yml", "content": "- name: add vimrc\n copy: src=vimrc de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 294, "all_permissive": false }
ansible_role
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/wm
2,838
[ "no_license" ]
[ { "path": "roles/wm/tasks/main.yml", "content": "- name: add skhdrc \n copy: src=skhdrc dest=~/.skhdrc\n\n- name: add chunkwmrc \n copy: src=chunkwmrc dest=~/.chunkwmrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
cthi/osx-bootstrap
758561a922c3e26e96e472e25a6d8b298b31c4ba
0
roles/zsh
2,838
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: install zsh\n homebrew: name=zsh state=latest\n\n- name: install oh-my-zsh\n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n dest: \"~/.oh-my-zsh\"\n update: yes\n\n- name: change shell to zsh\n shell: \"chsh -s $(which ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 525, "all_permissive": false }
ansible_role
layer-tech/factom-terraform
f6851213bbeebe1c13a3201adf5cdc8d66ae6206
1
ansible/roles/disk
2,838
[ "no_license" ]
[ { "path": "ansible/roles/disk/tasks/main.yml", "content": "---\n- name: Create docker volumes directory\n file:\n path: /var/lib/docker/volumes\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: Partition disk\n parted:\n device: /dev/sdb\n number: 1\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
layer-tech/factom-terraform
f6851213bbeebe1c13a3201adf5cdc8d66ae6206
1
ansible/roles/docker
2,838
[ "no_license" ]
[ { "path": "ansible/roles/docker/files/daemon.json", "content": "{\n \"tls\": true,\n \"tlscert\": \"/ssl/cert.pem\",\n \"tlskey\": \"/ssl/key.pem\",\n \"hosts\": [\"tcp://0.0.0.0:2376\", \"unix:///var/run/docker.sock\"]\n}\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1767, "all_permissive": false }
ansible_role
layer-tech/factom-terraform
f6851213bbeebe1c13a3201adf5cdc8d66ae6206
1
ansible/roles/exporters
2,838
[ "no_license" ]
[ { "path": "ansible/roles/exporters/files/block_height.sh", "content": "#!/bin/bash\n\nBLOCK_HEIGHT=$(curl -sb -H \"Accept: application/json\" http://localhost:8088/v1/directory-block-height/ | jq \".Height\")\necho \"block_height $BLOCK_HEIGHT\" > /var/prom_exports/data/block_height.prom\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2112, "all_permissive": false }
ansible_role
layer-tech/factom-terraform
f6851213bbeebe1c13a3201adf5cdc8d66ae6206
1
ansible/roles/factomd
2,838
[ "no_license" ]
[ { "path": "ansible/roles/factomd/tasks/main.yml", "content": "---\n- name: create factom_database volume\n command: docker volume create factomd_database\n\n- name: create factom_keys volume\n command: docker volume create factomd_keys\n\n- name: move container name otherwise ignore\n command: docker ren...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
layer-tech/factom-terraform
f6851213bbeebe1c13a3201adf5cdc8d66ae6206
1
ansible/roles/prometheus
2,838
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "---\n- name: make directory present\n file:\n path: /var/monitoring-service\n state: directory\n owner: root\n group: root\n mode: 0744\n\n- name: copy the docker-compose file for monitoring\n copy:\n src: docker-compose.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1266, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/composer
2,838
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n - name: Check if Composer is installed.\n stat: \"path=/usr/local/bin/composer\"\n register: composer_bin\n\n - name: Download Composer installer.\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/config_MariaDB
2,838
[ "no_license" ]
[ { "path": "roles/config_MariaDB/templates/mysqld.cnf.j2", "content": "#\n# These groups are read by MariaDB server.\n# Use it for options that only the server (but not clients) should see\n#\n# See the examples of server my.cnf files in /usr/share/mysql/\n#\n\n# this is read by the standalone daemon and emb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3514, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/glusterfs_install
2,838
[ "no_license" ]
[ { "path": "roles/glusterfs_install/tasks/main.yml", "content": "---\n - name: instal·lar repo gluster9\n shell: dnf -y install centos-release-gluster9\n\n - name: deshabilitar repo gluster9 per defecte\n shell: sed -i -e \"s/enabled=1/enabled=0/g\" /etc/yum.repos.d/CentOS-Gluster-9.repo \n\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 900, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/haproxy_config
2,838
[ "no_license" ]
[ { "path": "roles/haproxy_config/templates/haproxy_config.j2", "content": "# Ansible managed. Do not edit by hand!\nglobal\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/admin.sock mode 660 level admin\n stats timeout 30s\n use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4158, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/haproxy_install
2,838
[ "no_license" ]
[ { "path": "roles/haproxy_install/tasks/main.yml", "content": "---\n #- name: Install HA\n #yum:\n #name: haproxy\n #state: present\n\n - name: Install wireshark-cli\n yum:\n name: wireshark-cli\n state: present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/install_MariaDB
2,838
[ "no_license" ]
[ { "path": "roles/install_MariaDB/tasks/main.yml", "content": "---\n - name: install mariadb\n yum:\n name:\n - mariadb-server\n - python3-PyMySQL\n state: latest\n\n - name: start mariadb\n service:\n name: mariadb\n enabled: true\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/install_apache
2,838
[ "no_license" ]
[ { "path": "roles/install_apache/tasks/main.yml", "content": "---\n - name: install httpd\n dnf: name=httpd state=latest\n\n - name: Copiar config apache\n template:\n src: templates/httpd_conf.j2\n dest: /etc/httpd/conf/httpd.conf\n owner: root\n group: root\n mode: 0644\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2307, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/install_galeracluster
2,838
[ "no_license" ]
[ { "path": "roles/install_galeracluster/tasks/main.yml", "content": "---\n - name: Enable EPEL Repository on CentOS 8\n yum:\n name: epel-release\n state: present\n\n - name: Import EPEL GPG key.\n rpm_key:\n key: /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1502, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/install_nodejs
2,838
[ "no_license" ]
[ { "path": "roles/install_nodejs/tasks/main.yml", "content": "---\n - name: Seleccionar versió\n shell: dnf module enable nodejs:12\n\n - name: Instal·lar nodejs12\n shell: dnf install nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/install_vim
2,838
[ "no_license" ]
[ { "path": "roles/install_vim/tasks/centos.yml", "content": "- name: install the latest version vim\n yum:\n name: vim\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/install_vim/tasks/main.yml", "content": "---\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 214, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/nfs_client
2,838
[ "no_license" ]
[ { "path": "roles/nfs_client/tasks/front.yml", "content": "---\n - name: Create a mountable directory if it does not exist\n file:\n path: /var/www/html\n state: directory\n owner: root\n group: root\n mode: '0777'\n\n - name: Open ports\n shell: sudo firewall-cmd --permanent...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1454, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/nfs_export
2,838
[ "no_license" ]
[ { "path": "roles/nfs_export/template/exports.j2", "content": "/mnt/exports/html_front *(rw,sync,no_root_squash,no_subtree_check,fsid=101)\n/mnt/exports/html_back *(rw,sync,no_root_squash,no_subtree_check,fsid=100)\n/mnt/exports/configs *(rw,sync,no_root_squash,no_subtree_check,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1698, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/packages_front_back
2,838
[ "no_license" ]
[ { "path": "roles/packages_front_back/tasks/main.yml", "content": "---\n\n - name: Enable EPEL Repository on CentOS 8\n yum:\n name: epel-release\n state: present\n\n - name: Import EPEL GPG key.\n rpm_key:\n key: /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2335, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/paquets_basics
2,838
[ "no_license" ]
[ { "path": "roles/paquets_basics/tasks/main.yml", "content": "---\n - name: Paquets bàsics a instal·lar\n yum: \n name={{ paquets_basics }}\n state=present\n update_cache=yes\n\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/ssh_keys
2,838
[ "no_license" ]
[ { "path": "roles/ssh_keys/tasks/main.yml", "content": "---\n - name: Set authorized_keys admin keys\n authorized_key:\n user: '{{ remote_user }}'\n state: present\n key: '{{ item }}' \n with_file:\n - keys/id_rsa_joraman.pub\n - keys/id_rsa_tania.pub\n - keys/id_rsa_tor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/time_zone
2,838
[ "no_license" ]
[ { "path": "roles/time_zone/tasks/main.yml", "content": "---\n- name: Set timezone.\n timezone:\n name: \"{{ ntp_timezone }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
Taniadar/taniaconfigs
fdd9d89719b3556db9490c381329a7b6afc6abc8
1
roles/vhosts_httpd
2,838
[ "no_license" ]
[ { "path": "roles/vhosts_httpd/templates/vhost_front.j2", "content": "<VirtualHost *:80>\n ServerName test-tradeenergy.basecamp.lab\n ServerAlias www.test-tradeenergy.basecamp.lab\n DocumentRoot /var/www/html/tradeenergy/\n TimeOut 900\n <Directory \"/var/www/html/\">\n DirectoryIndex ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1812, "all_permissive": false }
ansible_role
addianto/grimoire
8b85eefd357a60cf117c4231699f4b019f46d290
0
roles/common
2,838
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install system packages\n ansible.builtin.apt:\n update_cache: yes\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - git\n - gpg\n - gpg-agent\n - python3-apt\n - python3-pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
addianto/grimoire
8b85eefd357a60cf117c4231699f4b019f46d290
0
roles/podman
2,838
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n- name: Add Debian 10 backport repository\n ansible.builtin.apt_repository:\n repo: deb http://deb.debian.org/debian buster-backports main\n state: present\n\n- name: Add the APT key for installing Podman\n ansible.builtin.apt_key:\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2592, "all_permissive": false }
ansible_role
addianto/grimoire
8b85eefd357a60cf117c4231699f4b019f46d290
0
roles/user
2,838
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Create default, non-root administrator user\n ansible.builtin.user:\n name: \"{{ user_username }}\"\n password: \"{{ <PASSWORD> | mandatory }}\"\n update_password: on_create\n create_home: yes\n shell: /bin/bash\n groups:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 769, "all_permissive": false }
ansible_role
tcbquick/public
b47abc752c799def4721c65d373a67c8dc21e28c
2
C1/roles/pihole
2,838
[ "no_license" ]
[ { "path": "C1/roles/pihole/tasks/docker_service.yaml", "content": "- name: Deploy Pi-hole\n docker_swarm_service:\n name: \"dns-core-pihole\"\n image: pihole/pihole:latest\n networks:\n - dns_net\n constraints:\n - node.labels.role == dns\n mounts:\n - type: volume\n so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
tcbquick/public
b47abc752c799def4721c65d373a67c8dc21e28c
2
C1/roles/role_model
2,838
[ "no_license" ]
[ { "path": "C1/roles/role_model/tasks/harden_firewall.yaml", "content": "---\n- name: Ensure UFW is installed\n apt:\n name: ufw\n state: present\n\n- name: Allow SSH\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: Allow HTTP and HTTPS\n ufw:\n rule: allow\n port: \"{{ item }}\"\n loop:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 765, "all_permissive": false }
ansible_role
tcbquick/public
b47abc752c799def4721c65d373a67c8dc21e28c
2
C1/roles/webserver
2,838
[ "no_license" ]
[ { "path": "C1/roles/webserver/tasks/main.yaml", "content": "---\n- name: Include NGINX tasks when nginx is selected\n include_tasks: C1/Includes/install_nginx.yml\n when: web_server == \"nginx\"\n\n- name: Include Apache tasks when apache is selected\n include_tasks: C1/Includes/install_apache.yml\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
hakoroboken/roboware
0f4bd31a5d0d61b978bf253c10bef85c869cdf18
1
ansible/roles/ros2_pkg
2,838
[ "permissive" ]
[ { "path": "ansible/roles/ros2_pkg/tasks/main.yaml", "content": "- name: Install apt packages\n become: true\n ansible.builtin.apt:\n name:\n - ros-humble-foxglove-bridge\n state: latest\n update_cache: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": true }
ansible_role
hakoroboken/roboware
0f4bd31a5d0d61b978bf253c10bef85c869cdf18
1
ansible/roles/rust
2,838
[ "permissive" ]
[ { "path": "ansible/roles/rust/tasks/main.yaml", "content": "---\n- name: Download and install Rust\n shell: |\n curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\n args:\n creates: \"$HOME/.cargo/bin/rustc\"\n\n- name: Ensure pip is installed\n apt:\n name: python3-pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": true }
ansible_role
ivanoste/DevSecOps
a25e13ed6a530614814c444d170c647904fbce3f
0
06_configuration_management/labs/02_simple_role/roles/webserver
2,658
[ "no_license" ]
[ { "path": "06_configuration_management/labs/02_simple_role/roles/webserver/tasks/main.yml", "content": "- name: Install apache\n package: \n name: httpd \n state: present \n \n- name: Start apache service httpd, if not started\n service:\n name: httpd\n state: started\n\n- name: index.html ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
ivanoste/DevSecOps
a25e13ed6a530614814c444d170c647904fbce3f
0
06_configuration_management/labs/05_simple_lamp/roles/common
2,658
[ "no_license" ]
[ { "path": "06_configuration_management/labs/05_simple_lamp/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp\n yum:\n name: ntp\n state: present\n tags: ntp\n\n- name: Configure ntp file\n template:\n src: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
ivanoste/DevSecOps
a25e13ed6a530614814c444d170c647904fbce3f
0
06_configuration_management/labs/05_simple_lamp/roles/db
2,658
[ "no_license" ]
[ { "path": "06_configuration_management/labs/05_simple_lamp/roles/db/tasks/main.yml", "content": "---\n# This playbook will install mysql and create db user and give permissions.\n\n- name: Install Maridb package\n yum:\n name:\n - mariadb-server\n - MySQL-python\n - libselinux-python\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
ivanoste/DevSecOps
a25e13ed6a530614814c444d170c647904fbce3f
0
06_configuration_management/labs/05_simple_lamp/roles/web
2,658
[ "no_license" ]
[ { "path": "06_configuration_management/labs/05_simple_lamp/roles/web/templates/index.php.j2", "content": "<html>\n <head>\n <title>Ansible Application</title>\n </head>\n <body>\n </br>\n <a href=http://{{ ansible_default_ipv4.address }}/index.php>Homepage</a>\n </br>\n<?php \n Print \"Hello, World! I am ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1097, "all_permissive": false }
ansible_role
Checkmarx/kics
ca1935a65ed6dcdbb5fa33bc7e2f6bb7a9f897bd
2,412
test/fixtures/ansible_project_path/roles/common
2,658
[ "permissive" ]
[ { "path": "test/fixtures/ansible_project_path/roles/common/tasks/main.yml", "content": "---\n# roles/common/tasks/main.yml\n- name: Update packages\n package:\n name: \"*\"\n state: latest\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": true }
ansible_role
Checkmarx/kics
ca1935a65ed6dcdbb5fa33bc7e2f6bb7a9f897bd
2,412
test/fixtures/ansible_project_path/roles/db
2,658
[ "permissive" ]
[ { "path": "test/fixtures/ansible_project_path/roles/db/tasks/main.yml", "content": "---\n# roles/db/tasks/main.yml\n- name: Ensure MySQL is installed\n package:\n name: mysql-server\n state: present\n become: yes\n\n- name: Ensure MySQL is running\n service:\n name: mysql\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": true }
ansible_role
Checkmarx/kics
ca1935a65ed6dcdbb5fa33bc7e2f6bb7a9f897bd
2,412
test/fixtures/ansible_project_path/roles/web
2,658
[ "permissive" ]
[ { "path": "test/fixtures/ansible_project_path/roles/web/tasks/main.yml", "content": "---\n# roles/web/tasks/main.yml\n- name: Ensure Apache is installed\n package:\n name: apache2\n state: present\n become: yes\n\n- name: Ensure Apache is running\n service:\n name: apache2\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": true }
ansible_role
Swarani2929/roboshop-ansible
1e66ff01dad537a544698f28a4293675b3cbe4c7
0
roles/redis
2,658
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Download Redis Repo content\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: yes\n\n- name: Enable & install 6.2 Redis Repo\n ansible.builtin.dnf:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
vishal-denge/ansible_add_user
8782367302d62f0671f60f6c43df85f1af3f4757
0
roles/nginx
2,658
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install EPEL Repository\n yum:\n name: epel-release\n state: present\n\n- name: Install NGINX\n yum:\n name: nginx\n state: present\n\n- name: Ensure NGINX is started and enabled\n systemd:\n name: ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
vishal-denge/ansible_add_user
8782367302d62f0671f60f6c43df85f1af3f4757
0
roles/user_management
2,658
[ "no_license" ]
[ { "path": "roles/user_management/vars/main.yml", "content": "user_name: \"myuser\"\nuser_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/user_management/tasks/main.yml", "content": "- name: Ensure user exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
DanyPops/rafael-webserver-splunk
7cd179fa10ca0b2bd247b6718c83ec3c42563262
0
ansible/roles/active-directory
2,658
[ "no_license" ]
[ { "path": "ansible/roles/active-directory/tasks/main.yml", "content": "---\n- name: \"[AD] Install Active Directory Domain Services (AD DS) feature\"\n win_feature:\n name: AD-Domain-Services\n state: present\n\n- name: \"[AD] Promote server to Domain Controller\"\n microsoft.ad.domain:\n dns_dom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
DanyPops/rafael-webserver-splunk
7cd179fa10ca0b2bd247b6718c83ec3c42563262
0
ansible/roles/certificate-services
2,658
[ "no_license" ]
[ { "path": "ansible/roles/certificate-services/tasks/main.yml", "content": "---\n- name: \"[CS] Install Certificate Services feature\"\n win_feature:\n name: ADCS-Cert-Authority\n state: present\n\n- name: \"[CS] Check if Certificate Services is already installed\"\n win_stat:\n path: 'C:\\\\Windows...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1756, "all_permissive": false }
ansible_role
DanyPops/rafael-webserver-splunk
7cd179fa10ca0b2bd247b6718c83ec3c42563262
0
ansible/roles/docker
2,658
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: \"[DOCKER] Installing prerequisites\"\n apt:\n pkg: \n - curl\n - ca-certificates\n - python3-docker\n - python3-lxml\n state: present\n update_cache: true\n become: true\n\n- name: \"[DOCKER] Adding GPG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
DanyPops/rafael-webserver-splunk
7cd179fa10ca0b2bd247b6718c83ec3c42563262
0
ansible/roles/nginx
2,658
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: \"[NGINX] Creating conf directory\"\n ansible.builtin.file:\n state: directory\n path: /nginx/conf\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '0755'\n become: true\n\n- name: \"[NGINX] Gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2670, "all_permissive": false }
ansible_role
DanyPops/rafael-webserver-splunk
7cd179fa10ca0b2bd247b6718c83ec3c42563262
0
ansible/roles/splunk
2,658
[ "no_license" ]
[ { "path": "ansible/roles/splunk/files/default.yml", "content": "---\r\nsplunk:\r\n http_enableSSL: 1\r\n http_enableSSL_cert: /opt/splunk/etc/auth/mycerts/web.crt.pem\r\n http_enableSSL_privKey: /opt/splunk/etc/auth/mycerts/web.key.pem\r\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3410, "all_permissive": false }
ansible_role
DanyPops/rafael-webserver-splunk
7cd179fa10ca0b2bd247b6718c83ec3c42563262
0
ansible/roles/syslog-ng
2,658
[ "no_license" ]
[ { "path": "ansible/roles/syslog-ng/templates/syslog-ng.conf.j2", "content": "@version: 4.2\n\n# Source: Listen for logs from NGINX on UDP port 5514\nsource s_nginx {\n network(\n transport(\"udp\")\n port(5514)\n );\n};\n\n# Destination: Send logs to Splunk via HEC\ndestination d_splunk ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1405, "all_permissive": false }
ansible_role
DanyPops/rafael-webserver-splunk
7cd179fa10ca0b2bd247b6718c83ec3c42563262
0
ansible/roles/unattended-upgrade
2,658
[ "no_license" ]
[ { "path": "ansible/roles/unattended-upgrade/tasks/main.yaml", "content": "- name: Disable timers for unattended upgrade, so that none will be triggered by the `date -s` call.\n command: systemctl disable --now {{item}}\n with_items:\n - 'apt-daily.timer'\n - 'apt-daily-upgrade.timer'\n become: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
nelsondk89/My_notes
defbb78f89ab2ca7550a18a00230a7e4885c73df
0
ansible/roles/create_user
2,658
[ "no_license" ]
[ { "path": "ansible/roles/create_user/defaults/main.yml", "content": "user_name: \"\"\nuser_password: \"\"\nuser_group: \"\"\nuser_shell: \"/bin/bash\"\nadd_sudo: false\nremote_login: true\nstate: \"present\" # Указывает, что пользователь должен существовать\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1464, "all_permissive": false }
ansible_role
yassertolba/assignment-2
5820700a04a67dc906a6db97d92fc4684810db42
0
sonarqube/roles/sonarqube
2,658
[ "no_license" ]
[ { "path": "sonarqube/roles/sonarqube/handlers/main.yml", "content": "# Handler to restart SonarQube\n- name: Restart SonarQube\n systemd:\n name: sonarqube\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "sonarqube/roles/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3034, "all_permissive": false }
ansible_role
UCL-ARC/engineering-for-datascience
6992be4220e3d17e6f4072d64e187de548cf82b5
0
infrastructure/base-environment/roles/cnc
2,778
[ "no_license" ]
[ { "path": "infrastructure/base-environment/roles/cnc/tasks/main.yaml", "content": "- name: Hashicorp key\n rpm_key:\n state: present\n key: \"https://rpm.releases.hashicorp.com/gpg\"\n become: true\n become_user: root\n- name: Hashicorp Repo\n ansible.builtin.yum_repository:\n baseurl: \"https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1019, "all_permissive": false }
ansible_role
UCL-ARC/engineering-for-datascience
6992be4220e3d17e6f4072d64e187de548cf82b5
0
infrastructure/base-environment/roles/common
2,778
[ "no_license" ]
[ { "path": "infrastructure/base-environment/roles/common/tasks/main.yml", "content": "---\n- import_tasks: local.yaml\n- import_tasks: update.yaml\n- import_tasks: tools.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
EzzioMoreira/ansible-linuxtips
b1ee68b2058580d7baa73d7a8021f8445b747564
0
install_k8s/roles/create-cluster
2,778
[ "no_license" ]
[ { "path": "install_k8s/roles/create-cluster/tasks/init-cluster.yml", "content": "- name: Removendo cluster antigo\n command:\n kubeadm reset --force\n register: kubeadm_reset\n changed_when: '\"No etcd config found\" not in kubeadm_reset.stdout'\n\n- name: Inicializando o cluster k8s\n command:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1593, "all_permissive": false }
ansible_role
EzzioMoreira/ansible-linuxtips
b1ee68b2058580d7baa73d7a8021f8445b747564
0
install_k8s/roles/install-k8s
2,778
[ "no_license" ]
[ { "path": "install_k8s/roles/install-k8s/tasks/install.yml", "content": "- name: Instalando docker\n shell: curl -fsSL https://get.docker.com | bash\n\n- name: Adicionando as chaves do repo apt k8s\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
EzzioMoreira/ansible-linuxtips
b1ee68b2058580d7baa73d7a8021f8445b747564
0
install_k8s/roles/join-workers
2,778
[ "no_license" ]
[ { "path": "install_k8s/roles/join-workers/tasks/join-cluster.yml", "content": "- name: Exibindo o token\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name: Exibindo o hash\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh {{ hostvar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
uniplanter/uniplanter-ci
df1aef666fcdd32d1014f6fc13d7a98009f397f1
0
ansible/roles/common
2,778
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n\n- name: restart ntp\n systemd:\n state: restarted\n name: ntpd\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/common/tasks/pkg.yml", "content": "--...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1652, "all_permissive": false }
ansible_role
uniplanter/uniplanter-ci
df1aef666fcdd32d1014f6fc13d7a98009f397f1
0
ansible/roles/docker
2,778
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/pkg.yml", "content": "---\n\n- name: Add Docker yum repository\n yum_repository:\n name: docker-ce-stable\n description: Docker CE Stable - $basearch\n file: docker-ce-stable\n baseurl: https://download.docker.com/linux/centos/7/$basearch/stable\n enable...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": false }
ansible_role
uniplanter/uniplanter-ci
df1aef666fcdd32d1014f6fc13d7a98009f397f1
0
ansible/roles/jenkins
2,778
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/vars/main.yml", "content": "---\n\njenkins_version:\t\t'2.194'\njenkins_internal_port:\t\t'8080'\njenkins_external_port:\t\t'80'\njenkins_home_dir:\t\t'/var/jenkins_home'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1208, "all_permissive": false }
ansible_role
uniplanter/uniplanter-ci
df1aef666fcdd32d1014f6fc13d7a98009f397f1
0
ansible/roles/postgres
2,778
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n\n- name: Make sure a service is running\n systemd:\n state: started\n name: \"docker\"\n enabled: yes\n tags: postgres\n\n- name: Create the postgres home directory\n file:\n path: \"{{ db_data_dir }}\"\n state: directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
uniplanter/uniplanter-ci
df1aef666fcdd32d1014f6fc13d7a98009f397f1
0
ansible/roles/registry
2,778
[ "no_license" ]
[ { "path": "ansible/roles/registry/tasks/main.yml", "content": "---\n\n- name: Make sure a service is running\n systemd:\n state: started\n name: \"docker\"\n enabled: yes\n tags: registry\n\n- name: Create the registry_home directory\n file:\n path: \"{{ registry_data_dir }}\"\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 763, "all_permissive": false }
ansible_role
uniplanter/uniplanter-ci
df1aef666fcdd32d1014f6fc13d7a98009f397f1
0
ansible/roles/registry-ui
2,778
[ "no_license" ]
[ { "path": "ansible/roles/registry-ui/vars/main.yml", "content": "---\n\nregistry_ui_port:\t'81'\n\nregistry_ui_username:\t'admin'\nregistry_ui_password:\t'<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible/roles/registry-ui/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1128, "all_permissive": false }
ansible_role
xoh/ansible
4989ea0fd56820850ab44110f59c902690be9459
0
roles/maas
2,778
[ "no_license" ]
[ { "path": "roles/maas/tasks/initialize.yml", "content": "- name: Check if MAAS is initialized\n lineinfile: \n dest: \"/var/snap/maas/current/regiond.conf\"\n line: \"database_pass: {{ <PASSWORD> }}\"\n check_mode: true\n register: initialized\n\n- name: Initialize MAAS\n ansible.builtin.command:\...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 10458, "all_permissive": false }
ansible_role
xoh/ansible
4989ea0fd56820850ab44110f59c902690be9459
0
roles/orchestrator
2,778
[ "no_license" ]
[ { "path": "roles/orchestrator/tasks/main.yml", "content": "- name: Add local SSH key (private)\n copy:\n content: \"{{ keys.ssh_private_key }}\"\n dest: \"{{ orchestrator_homedir }}/.ssh/id_rsa\"\n mode: 0600\n\n- name: Add local SSH key (public)\n copy:\n content: \"{{ keys.ssh_public_key }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
xoh/ansible
4989ea0fd56820850ab44110f59c902690be9459
0
roles/postgresql
2,778
[ "no_license" ]
[ { "path": "roles/postgresql/vars/main.yml", "content": "pg_version: 17", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/postgresql/defaults/main.yml", "content": "key_location: /usr/share/keyrings/postgres-archive-keyring.asc", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1941, "all_permissive": false }
ansible_role
xoh/ansible
4989ea0fd56820850ab44110f59c902690be9459
0
roles/vault
2,778
[ "no_license" ]
[ { "path": "roles/vault/templates/vault.hcl.j2", "content": "storage \"raft\" {\n path = \"{{ vault_data_directory }}\"\n node_id = \"{{ vault_node_id }}\"\n}\n\nlistener \"tcp\" {\n address = \"{{ vault_tcp_listen_ip }}:8200\"\n tls_cert_file = \"/opt/vault/tls/tls.crt\"\n tls_key_file = \"/opt...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4454, "all_permissive": false }
ansible_role
jollaman999/ansible-test
b9850646e16f38f65909fc8108cbdb66d35f75d4
0
container-volume/ansible/playbooks/config-update/roles/check
2,778
[ "no_license" ]
[ { "path": "container-volume/ansible/playbooks/config-update/roles/check/tasks/main.yaml", "content": "- import_tasks: check_variables.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 37, "all_permissive": false }
ansible_role
jollaman999/ansible-test
b9850646e16f38f65909fc8108cbdb66d35f75d4
0
container-volume/ansible/playbooks/config-update/roles/config-update
2,778
[ "no_license" ]
[ { "path": "container-volume/ansible/playbooks/config-update/roles/config-update/tasks/send_file.yaml", "content": "- name: Copy file to remote\n become: true\n become_method: sudo\n become_user: root\n vars:\n ansible_connection: ssh\n ansible_host: \"{{ target_host }}\"\n ansible_port: \"{{ ta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4315, "all_permissive": false }
ansible_role
jollaman999/ansible-test
b9850646e16f38f65909fc8108cbdb66d35f75d4
0
container-volume/ansible/playbooks/install-agent/roles/agent
2,778
[ "no_license" ]
[ { "path": "container-volume/ansible/playbooks/install-agent/roles/agent/tasks/main.yaml", "content": "- name: Run Agent task based on install method\n include_tasks: \"agent_{{ install_method | default('install') }}.yaml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11398, "all_permissive": false }
ansible_role
jollaman999/ansible-test
b9850646e16f38f65909fc8108cbdb66d35f75d4
0
container-volume/ansible/playbooks/install-agent/roles/check
2,778
[ "no_license" ]
[ { "path": "container-volume/ansible/playbooks/install-agent/roles/check/tasks/check_variables.yaml", "content": "- name: Check required variables\n fail: \n msg: \"Required variable not found: {{ item }}\"\n when: vars[item] is not defined or vars[item] == ''\n loop:\n - target_host\n - target_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
Amr-H25/DEPI-DevOps
b55d40fca1028a0bfc4662b9bcde22838a9da077
0
Assignment/docker-ansible-install/roles/docker_setup
2,778
[ "no_license" ]
[ { "path": "Assignment/docker-ansible-install/roles/docker_setup/tasks/main.yml", "content": "---\n- name: Ensure Systemd is enabled on WSL\n ansible.builtin.lineinfile:\n path: /etc/wsl.conf\n line: |\n [boot]\n systemd=true\n create: yes\n when: ansible_distribution == 'Ubuntu' and ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1102, "all_permissive": false }
ansible_role
Amr-H25/DEPI-DevOps
b55d40fca1028a0bfc4662b9bcde22838a9da077
0
Assignment/docker-ansible-install/roles/nginx_container
2,778
[ "no_license" ]
[ { "path": "Assignment/docker-ansible-install/roles/nginx_container/tasks/main.yml", "content": "---\n- name: Pull the latest NGINX image\n community.docker.docker_image:\n name: nginx\n tag: latest\n source: pull\n\n- name: Ensure NGINX container is running\n community.docker.docker_container:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
jebin90/devops
3fa908ca4c4613d5a724b664288a1b8f3ff436e9
0
terraform/nginx_django/roles/django
2,778
[ "no_license" ]
[ { "path": "terraform/nginx_django/roles/django/tasks/main.yml", "content": "---\n- name: Install Python 3 and pip\n apt:\n name:\n - python3\n - python3-pip\n state: present\n update_cache: yes\n- name: Install Django\n pip:\n name:\n - django\n\n- name: Creating myapp Django pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
jebin90/devops
3fa908ca4c4613d5a724b664288a1b8f3ff436e9
0
terraform/nginx_django/roles/nginx
2,778
[ "no_license" ]
[ { "path": "terraform/nginx_django/roles/nginx/tasks/main.yml", "content": "---\n- name: Ensure Nginx is latest version\n apt:\n name: nginx\n state: latest\n update_cache: yes\n- name: Ensure Nginx service is running\n systemd:\n state: started\n name: nginx\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
SmartyDreams/Mvp1
b382e186ce03a4a1331665f379240a9553c728ca
0
smarty-fastdata-platform/smarty-brokers/kafka-aws-infra/v1/ansible/roles/confluent.common
2,778
[ "permissive" ]
[ { "path": "smarty-fastdata-platform/smarty-brokers/kafka-aws-infra/v1/ansible/roles/confluent.common/tasks/ssl_certs.yml", "content": "- name: create ssl certificate directory\n file:\n become_method: sudo\n path: /var/ssl/private\n state: directory\n mode: 0755\n- name: copy ssl related files ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": true }
ansible_role
mennamoustafagaber/DevOps
73a212b564264d4984ff242a2de697bba0550966
0
roles/Machine_requirements
2,778
[ "no_license" ]
[ { "path": "roles/Machine_requirements/tasks/main.yml", "content": "---\n- name: Clean and update apt cache\n apt:\n update_cache: yes\n autoclean: yes\n autoremove: yes\n force_apt_get: yes\n\n- name: Fix broken/missing packages\n shell: apt-get update && apt-get install -f -y --fix-missing\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4317, "all_permissive": false }
ansible_role
itaid123/IGotBroadsInAtlanta
f314b726ffd7a576710a04ed35907586f6b98e85
0
roles/counter-panda
2,758
[ "no_license" ]
[ { "path": "roles/counter-panda/tasks/main.yml", "content": "---\n# tasks file for counter-panda-role\n- name: copy counter-panda\n copy: src=counter-panda dest=/tmp/ owner=root group=root mode=0755\n register: copyCounterPandaFiles\n\n- name: npm install\n npm: path=/tmp/counter-panda\n\n- name: \"Check ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 922, "all_permissive": false }
ansible_role
itaid123/IGotBroadsInAtlanta
f314b726ffd7a576710a04ed35907586f6b98e85
0
roles/forever
2,758
[ "no_license" ]
[ { "path": "roles/forever/tasks/main.yml", "content": "---\n# tasks file for forever\n- name: Install \"forever\" node.js package globally.\n npm:\n name: forever\n global: yes\n state: present\n\n- name: change file content with \"lineinfile\"\n lineinfile:\n dest: /usr/local/lib/node_modules/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
itaid123/IGotBroadsInAtlanta
f314b726ffd7a576710a04ed35907586f6b98e85
0
roles/gify-panda
2,758
[ "no_license" ]
[ { "path": "roles/gify-panda/files/gify-panda/gify-panda.js", "content": "/* This service is Listening for requests for specific files \n by URLS and serving them to the user from \"resources\" directory.*/\n\nvar config = require('./config.json');\nvar express = require('express');\nvar path = require('pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1229, "all_permissive": false }
ansible_role
lparisot/spring-devops
3b79978c02729502c279089fe465e45b3e1b6057
0
src/main/ansible/roles/application
2,758
[ "no_license" ]
[ { "path": "src/main/ansible/roles/application/templates/application.properties.j2", "content": "jasypt.encryptor.password={{ <PASSWORD>pt_password }}\n\nspring.datasource.url={{ datasource_url }}\nspring.datasource.username={{ db_user_name }}\nspring.datasource.password={{ db_<PASSWORD>_password }}\n\nsprin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4116, "all_permissive": false }
ansible_role
lparisot/spring-devops
3b79978c02729502c279089fe465e45b3e1b6057
0
src/main/ansible/roles/artifactory
2,758
[ "no_license" ]
[ { "path": "src/main/ansible/roles/artifactory/tasks/docker-install.yml", "content": "---\n- name: create data volume\n file:\n path: \"{{ volume_jfrog }}/{{ artifactory_name}}/data\"\n state: directory\n\n- name: create logs volume\n file:\n path: \"{{ volume_jfrog }}/{{ artifactory_name}}/logs\"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2262, "all_permissive": false }
ansible_role
lparisot/spring-devops
3b79978c02729502c279089fe465e45b3e1b6057
0
src/main/ansible/roles/ec2
2,758
[ "no_license" ]
[ { "path": "src/main/ansible/roles/ec2/tasks/security_group.yml", "content": "---\n- name: get my public IP\n ipify_facts:\n validate_certs: no\n register: myip\n when: group == \"database\" and open_3306_for_me\n tags: [ 'ec2' ]\n\n# security_rules is read only\n- name: use local security rules\n se...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2124, "all_permissive": false }
ansible_role
lparisot/spring-devops
3b79978c02729502c279089fe465e45b3e1b6057
0
src/main/ansible/roles/java
2,758
[ "no_license" ]
[ { "path": "src/main/ansible/roles/java/defaults/main.yml", "content": "---\n# defaults file for java\njava_version: 8\njava_subversion: 161\n\nopen_jdk: False\n\njava_download_path: /tmp\njava_remove_download: true\n\nbash_profile: /root/.bash_profile\n", "license_type": "no_license", "detected_lice...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6758, "all_permissive": false }
ansible_role
lparisot/spring-devops
3b79978c02729502c279089fe465e45b3e1b6057
0
src/main/ansible/roles/jenkins
2,758
[ "no_license" ]
[ { "path": "src/main/ansible/roles/jenkins/templates/devops-config.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description></description>\n <keepDependencies>false</keepDependencies>\n <properties/>\n <scm class=\"hudson.plugins.git.GitSCM\" plugin=\"git@3.7.0\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12292, "all_permissive": false }
ansible_role
suriyaJaboon/ansible-lab
40e0a2f9a2d74ab32620652719c7fd2ea05957eb
0
roles/httpd
2,758
[ "no_license" ]
[ { "path": "roles/httpd/handlers/main.yml", "content": "---\n\n - name: restart httpd\n service: \n name: httpd \n state: restarted\n\n - name: start httpd\n service: \n name: httpd \n state: started\n\n - name: stop httpd\n service: \n name: httpd \n state: stopped\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 638, "all_permissive": false }
ansible_role
suriyaJaboon/ansible-lab
40e0a2f9a2d74ab32620652719c7fd2ea05957eb
0
roles/mongodb
2,758
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/install.yml", "content": "---\n\n # Mongodb comes with it's own repository\n - name: Make sure that MongoDB repository is available\n template:\n src: mongodb-org.repo.j2\n dest: /etc/yum.repos.d/mongodb-org-3.2.repo\n owner: root\n group: root\n mode: 0644\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3000, "all_permissive": false }
ansible_role
suriyaJaboon/ansible-lab
40e0a2f9a2d74ab32620652719c7fd2ea05957eb
0
roles/nodejs
2,758
[ "no_license" ]
[ { "path": "roles/nodejs/README.md", "content": "# **Node.js role**\nThis role will install Node.js 6.* version on CentOS system. ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/nodejs/defaults/main.yml", "content": "---\n# Node.js TLS\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2312, "all_permissive": false }
ansible_role
ySodre/Ansible-Wordpress
0ada0df545e652b8b3a8e86a41766b4497eba836
0
pj-wordpress/roles/mysql
2,758
[ "no_license" ]
[ { "path": "pj-wordpress/roles/mysql/tasks/main.yml", "content": "---\n- name: Alterando hostname da máquina\n hostname:\n name: database01\n become: true\n\n- name: 'Instalando pacotes necessários'\n apt: \n name: ['mariadb-server', 'pip', python3-mysqldb, mariadb-client]\n state: latest\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 896, "all_permissive": false }
ansible_role
ySodre/Ansible-Wordpress
0ada0df545e652b8b3a8e86a41766b4497eba836
0
pj-wordpress/roles/webserver
2,758
[ "no_license" ]
[ { "path": "pj-wordpress/roles/webserver/tasks/main.yml", "content": "---\n- name: Alterando o hostname\n hostname:\n name: web-01\n become: true\n\n- name: 'Instalando pacotes necessários'\n apt: \n name: ['php', 'apache2', 'libapache2-mod-php', 'php-gd', 'pip', php-mysqli]\n state: latest\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
ySodre/Ansible-Wordpress
0ada0df545e652b8b3a8e86a41766b4497eba836
0
pj-wordpress/roles/wordpress
2,758
[ "no_license" ]
[ { "path": "pj-wordpress/roles/wordpress/meta/main.yml", "content": "---\ndependencies:\n - webserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "pj-wordpress/roles/wordpress/tasks/main.yml", "content": "---\n- name: 'Baixando arquivo de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1167, "all_permissive": false }
ansible_role
Code-Poets/project-liberation
18da96b2ed3bf9fe0384c3970c0e73d0a7509ac3
0
project_liberation_deployment/roles/backup
2,758
[ "no_license" ]
[ { "path": "project_liberation_deployment/roles/backup/templates/project-liberation-media-content-backup.sh.j2", "content": "#!/bin/bash -e\n\nHTTP_MEDIA_BACKUP_DIR=\"{{ backup_dir }}/http_media_backup\"\nDATE=$(date +\"%Y-%m-%d-%H:%M\")\nPROJECT_LIBERATION_VERSION=\"$(cd {{ project_liberation_dir}}/; git de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6176, "all_permissive": false }
ansible_role
Code-Poets/project-liberation
18da96b2ed3bf9fe0384c3970c0e73d0a7509ac3
0
project_liberation_deployment/roles/configure_mail_alerts
2,758
[ "no_license" ]
[ { "path": "project_liberation_deployment/roles/configure_mail_alerts/files/alert-resource-limits.sh", "content": "#!/bin/bash -e\n\n# script that sends mail if resources are low\nsubject=\"Server Resource Limits Alert\"\nfrom=\"<EMAIL>\"\nto=\"<EMAIL>\"\n\nfunction check_free_space {\n disk_name=\"$1\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3406, "all_permissive": false }
ansible_role
Code-Poets/project-liberation
18da96b2ed3bf9fe0384c3970c0e73d0a7509ac3
0
project_liberation_deployment/roles/configure_nginx
2,758
[ "no_license" ]
[ { "path": "project_liberation_deployment/roles/configure_nginx/files/500.css", "content": "body {\n background-color: #3877BC;\n font-family: \"Open Sans\", sans-serif;\n font-weight: 600;\n}\n\n.container {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11916, "all_permissive": false }
ansible_role
Code-Poets/project-liberation
18da96b2ed3bf9fe0384c3970c0e73d0a7509ac3
0
project_liberation_deployment/roles/configure_postgres
2,758
[ "no_license" ]
[ { "path": "project_liberation_deployment/roles/configure_postgres/tasks/main.yml", "content": "- become: yes\n become_user: root\n block:\n - name: Configure postgresql to trust 'local' connections without password\n copy:\n src: pg_hba.conf\n dest: \"/etc/postgresql/{{ postg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }