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
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/aws
3,038
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "- name: Install awscli\n become: yes\n pip:\n name: awscli\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/chrome
3,038
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "- name: add chrome repo\n become: yes\n apt_repository:\n repo: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\n\n- name: add apt key\n become: yes\n apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/kubernetes
3,038
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "- name: add kubernetes repo key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n\n- name: add kubernetes repo\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-xenial main\n\n- name: install \n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/packer
3,038
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "- name: create packer dir\n file:\n path: /opt/packer-{{ version }}\n state: directory\n mode: 0755\n\n- name: download packer\n unarchive:\n src: https://releases.hashicorp.com/packer/{{ version }}/packer_{{ version }}_linux_amd64.zip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/scm_breeze
3,038
[ "no_license" ]
[ { "path": "roles/scm_breeze/tasks/main.yml", "content": "- name: check scm_breeze git project\n git:\n repo: git://github.com/scmbreeze/scm_breeze.git\n dest: ~/.scm_breeze\n\n- name: install scm_breeze\n command: ~/.scm_breeze/install.sh\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/terraform
3,038
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yml", "content": "version: 0.11.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/terraform/tasks/main.yml", "content": "- name: create terraform dir\n file:\n path: /opt/terraform-{{ version...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 523, "all_permissive": false }
ansible_role
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/vim
3,038
[ "no_license" ]
[ { "path": "roles/vim/files/vimrc", "content": "filetype off\n\n\" ===================\n\" Plugins\n\" ===================\nif empty(glob('~/.vim/autoload/plug.vim'))\n silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs\n \\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n aut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2854, "all_permissive": false }
ansible_role
adrianmkng/workstation
436c8227fdf105e5b325ecf711414909de0529fb
0
roles/zsh
3,038
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: install zsh\n become: yes\n apt:\n name: zsh\n\n- name: install oh-my-zsh\n become: yes\n shell: sh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n\n# - name: install zsh config\n# copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 310, "all_permissive": false }
ansible_role
fireman2005/ansible-lemp-centos7-Percona-XtraDB-Cluster
b22c0f76f14f492947f2e2a2ed308b855c0ad08b
0
ansible/roles/firewalld
3,038
[ "no_license" ]
[ { "path": "ansible/roles/firewalld/tasks/main.yml", "content": "---\n- name: be sure firewalld is running and enabled\n service: name=firewalld state=running enabled=true\n\n- name: enable http(80) to public\n command: firewall-cmd --permanent --zone=public --add-service=http\n notify: \n - restart fire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1156, "all_permissive": false }
ansible_role
fireman2005/ansible-lemp-centos7-Percona-XtraDB-Cluster
b22c0f76f14f492947f2e2a2ed308b855c0ad08b
0
ansible/roles/nginx
3,038
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/default.conf.j2", "content": "server {\n listen 80 default;\n server_name localhost;\n root /usr/share/nginx/html;\n index index.php index.html index.htm;\n\n #access_log /var/log/nginx/log/host.access.log main;\n location / {\n\ttry_file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1587, "all_permissive": false }
ansible_role
fireman2005/ansible-lemp-centos7-Percona-XtraDB-Cluster
b22c0f76f14f492947f2e2a2ed308b855c0ad08b
0
ansible/roles/nginx-conf
3,038
[ "no_license" ]
[ { "path": "ansible/roles/nginx-conf/tasks/main.yml", "content": "---\n- name: Copy default configuration\n template: src=default.conf.j2 dest=/etc/nginx/conf.d/{{conf_name}}.conf mode=0644\n notify: Restart nginx.service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 359, "all_permissive": false }
ansible_role
DmitryV81/HW22_VPN
4a8b7dbd63d7ec8a02a40ce672857f2eb98b0b54
0
ras/roles/client
3,038
[ "no_license" ]
[ { "path": "ras/roles/client/tasks/main.yaml", "content": "---\n- name: Install epel-release\n yum:\n name:\n - epel-release\n\n# Install packets\n- name: install base tools\n yum:\n name:\n - openvpn\n state: present\n\n# Copy client.conf file\n- name: copy client conf file \n copy:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
DmitryV81/HW22_VPN
4a8b7dbd63d7ec8a02a40ce672857f2eb98b0b54
0
ras/roles/server
3,038
[ "no_license" ]
[ { "path": "ras/roles/server/tasks/main.yaml", "content": "---\n- name: Install epel-release\n yum:\n name:\n - epel-release\n\n# Install packets\n- name: install base tools\n package:\n name:\n# - epel-release\n - openvpn\n state: present\n\n# Copy server.conf file\n- name: copy server c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1511, "all_permissive": false }
ansible_role
DmitryV81/HW22_VPN
4a8b7dbd63d7ec8a02a40ce672857f2eb98b0b54
0
tun/roles/client
3,038
[ "no_license" ]
[ { "path": "tun/roles/client/tasks/main.yaml", "content": "---\n- name: Install epel-release\n yum:\n name:\n - epel-release\n\n# Install packets\n- name: install base tools\n yum:\n name:\n# - epel-release\n - openvpn\n - iperf3\n state: present\n\n# Copy client.conf file\n- name: cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
DmitryV81/HW22_VPN
4a8b7dbd63d7ec8a02a40ce672857f2eb98b0b54
0
tun/roles/server
3,038
[ "no_license" ]
[ { "path": "tun/roles/server/tasks/main.yaml", "content": "---\n- name: Install epel-release\n yum:\n name:\n - epel-release\n\n# Install packets\n- name: install base tools\n package:\n name:\n# - epel-release\n - openvpn\n - iperf3\n state: present\n\n# Copy server.conf file\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
mdnmdn/ansible-sonar
40db81023461d7d513906a01b9368850c6a33bd6
0
roles/sonarqube
3,178
[ "permissive" ]
[ { "path": "roles/sonarqube/tasks/main.yml", "content": "---\n- name: Ensures sonar root dir exists\n file:\n path: \"{{ sonarqube_data_root }}\"\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ group }}\"\n\n- name: Ensures sonar dir exists\n file:\n path: \"{{ sonarqube_data_sonar ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2187, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/cloudmonkey
3,178
[ "permissive" ]
[ { "path": "roles/cloudmonkey/tasks/main.yml", "content": "---\n# tasks file for cloudmonkey\n- name: be sure installed\n pip: name={{item}} state=present\n with_items:\n - cloudmonkey\n# when: (ansible_distribution != \"Amazon\") and\n# (ansible_distribution != \"RedHat\") and\n# (ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 412, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/git
3,178
[ "permissive" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: be sure installed\n yum: name={{item}} state=installed enablerepo=epel\n with_items:\n - git\n when: (ansible_distribution != \"Amazon\") and\n (ansible_distribution != \"RedHat\") and\n (ansible_distrib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/git-deploy
3,178
[ "permissive" ]
[ { "path": "roles/git-deploy/vars/main.yml", "content": "---\n# vars file for roles/git-deploy\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "roles/git-deploy/handlers/main.yml", "content": "---\n# handlers file for ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 386, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/pip-ansible
3,178
[ "permissive" ]
[ { "path": "roles/pip-ansible/vars/main.yml", "content": "---\n# vars file for pip-ansible\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 32 }, { "path": "roles/pip-ansible/handlers/main.yml", "content": "---\n# handlers file for pip-a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 408, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/pip-cs
3,178
[ "permissive" ]
[ { "path": "roles/pip-cs/tasks/main.yml", "content": "---\n# tasks file for pip-cs\n- name: be sure installed\n pip: name={{item}} state=present\n with_items:\n - cs\n# when: (ansible_distribution != \"Amazon\") and\n# (ansible_distribution != \"RedHat\") and\n# (ansible_distribution != \...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 379, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/pip-sshpubkeys
3,178
[ "permissive" ]
[ { "path": "roles/pip-sshpubkeys/handlers/main.yml", "content": "---\n# handlers file for pip-sshpubkeys\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 39 }, { "path": "roles/pip-sshpubkeys/defaults/main.yml", "content": "---\n# defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 427, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/python-dev
3,178
[ "permissive" ]
[ { "path": "roles/python-dev/handlers/main.yml", "content": "---\n# handlers file for roles/python-dev\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 41 }, { "path": "roles/python-dev/vars/main.yml", "content": "---\n# vars file for ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 616, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/python-markupsafe
3,178
[ "permissive" ]
[ { "path": "roles/python-markupsafe/vars/main.yml", "content": "---\n# vars file for roles/python-markupsafe\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "roles/python-markupsafe/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 679, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/python-pip
3,178
[ "permissive" ]
[ { "path": "roles/python-pip/tasks/main.yml", "content": "---\n# tasks file for python-pip\n- name: be sure installed\n yum: name={{item}} state=installed enablerepo=epel\n with_items:\n - python-pip\n when: (ansible_distribution != \"Amazon\") and\n (ansible_distribution != \"RedHat\") and\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/vagrant-cloudstack
3,178
[ "permissive" ]
[ { "path": "roles/vagrant-cloudstack/vars/main.yml", "content": "---\n# vars file for roles/vagrant-cloudstack\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "roles/vagrant-cloudstack/tasks/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 558, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/vagrant-dotenv
3,178
[ "permissive" ]
[ { "path": "roles/vagrant-dotenv/vars/main.yml", "content": "---\n# vars file for roles/vagrant-dotenv\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 41 }, { "path": "roles/vagrant-dotenv/handlers/main.yml", "content": "---\n# handlers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 526, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/vagrant-hashicorp
3,178
[ "permissive" ]
[ { "path": "roles/vagrant-hashicorp/vars/main.yml", "content": "---\n# vars file for roles/vagrant\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/vagrant-hashicorp/handlers/main.yml", "content": "---\n# handlers ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 499, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/vagrant-idcf-env
3,178
[ "permissive" ]
[ { "path": "roles/vagrant-idcf-env/handlers/main.yml", "content": "---\n# handlers file for roles/vagrant-idcf-env\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 47 }, { "path": "roles/vagrant-idcf-env/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3258, "all_permissive": true }
ansible_role
snickerjp/ansible_env_playbook
95b30a4c6d720f0750d1284c690cdfbe16f2eeaa
0
roles/vim
3,178
[ "permissive" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n# tasks file for vim\n- name: be sure installed\n yum: name={{item}} state=installed enablerepo=epel\n with_items:\n - vim-enhanced\n when: (ansible_distribution != \"Amazon\") and\n (ansible_distribution != \"RedHat\") and\n (ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": true }
ansible_role
chesters99/BankValDj
89f8e47be7a0b0a47c448928bc6be0a3b571d8be
0
ansible/roles/deploy
3,178
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- include: config.yml\n- include: django.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/deploy/templates/project.conf.j2", "content": "PATH=/usr/local/bin:...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 15009, "all_permissive": false }
ansible_role
chesters99/BankValDj
89f8e47be7a0b0a47c448928bc6be0a3b571d8be
0
ansible/roles/setup
3,178
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/python.yml", "content": "---\n#################### Install Python and related tools\n\n- name: Install Python3 - Create Python temp directory\n file: path=\"{{ base_dir }}/python\" state=directory\n tags: install python\n- name: Install Python3 - Get Python 3\n get_ur...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 16024, "all_permissive": false }
ansible_role
Devops2022jk/Ansible-Role
5a630c0f3ea9e2ab13887909ea127fe5c2f3d5ec
0
roles/backend
3,178
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Build and tag the Spring Boot Docker image\n command: docker build -t my-backend-app:latest .\n args:\n chdir: roles/backend/docker\n\n- name: Run the Spring Boot container\n docker_container:\n name: backend-app\n image: my-backend-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1181, "all_permissive": false }
ansible_role
Devops2022jk/Ansible-Role
5a630c0f3ea9e2ab13887909ea127fe5c2f3d5ec
0
roles/frontend
3,178
[ "no_license" ]
[ { "path": "roles/frontend/docker/src/src/App.js", "content": "import React from 'react';\n\nfunction App() {\n return (\n <div>\n <h1>Welcome to the Multi-Tier Web Application</h1>\n <p>This is the frontend running on React!</p>\n </div>\n );\n}\n\nexport default App;\n\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 754, "all_permissive": false }
ansible_role
julianpistorius/ansible-guacamole
a380391d03a5575584e82d4b767d597855b3d81e
0
roles/configure-client
3,178
[ "no_license" ]
[ { "path": "roles/configure-client/tasks/main.yml", "content": "---\n\n- name: Make {{ GUACAMOLE_HOME }} directory\n file: path={{ GUACAMOLE_HOME }} state=directory\n tags: configuration\n\n- name: Add guacamole.properties to {{ GUACAMOLE_HOME }}\n template: src=\"guacamole.properties.j2\" dest=\"{{ GUACA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
julianpistorius/ansible-guacamole
a380391d03a5575584e82d4b767d597855b3d81e
0
roles/configure-guacamole
3,178
[ "no_license" ]
[ { "path": "roles/configure-guacamole/vars/main.yml", "content": "---\n\nGUACD_HOSTNAME: localhost\n\nGUACD_PORT: 4822\n\nUSERNAME: user\n\nPASSWORD: <PASSWORD>\n\nGUACAMOLE_HOME: /etc/guacamole\n#/var/lib/{{ TOMCAT_VERSION }}/.guacamole\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2347, "all_permissive": false }
ansible_role
julianpistorius/ansible-guacamole
a380391d03a5575584e82d4b767d597855b3d81e
0
roles/install-dependencies
3,178
[ "no_license" ]
[ { "path": "roles/install-dependencies/tasks/main.yml", "content": "---\n\n- name: Gather OS-specific variables\n include_vars: \"{{ ansible_distribution }}.yml\"\n tags: vars\n\n- name: Install epel-release for CentOS\n yum: name=epel-release state=latest update_cache=yes\n when: ansible_distribution ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1116, "all_permissive": false }
ansible_role
julianpistorius/ansible-guacamole
a380391d03a5575584e82d4b767d597855b3d81e
0
roles/install-guacamole
3,178
[ "no_license" ]
[ { "path": "roles/install-guacamole/tasks/main.yml", "content": "---\n\n- name: Gather OS-specific variables\n include_vars: \"{{ ansible_distribution }}.yml\"\n tags: vars\n\n- name: Downlaod the guacamole-server source\n get_url: url=\"http://sourceforge.net/projects/guacamole/files/current/source/guaca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1564, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/apache
3,178
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/vhosts-centos7.conf.j2", "content": "DirectoryIndex index.php index.html\n\n<VirtualHost *:80>\n ServerName d8.local\n\n SetEnvIf X-FORWARDED-PROTO https HTTPS=off\n\n LogLevel info\n LogFormat \"%{X-Forwarded-For}i %a %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 16304, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/apache_inventory
3,178
[ "no_license" ]
[ { "path": "ansible/roles/apache_inventory/handlers/main.yml", "content": "---\n - name: restart httpd24-httpd\n service: name=httpd24-httpd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/apache_inventory/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2179, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/apc
3,178
[ "no_license" ]
[ { "path": "ansible/roles/apc/files/clearapc.php", "content": "<?php\n\n if (in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1'))) {\n if (apc_clear_cache('opcode')) {\n print '<pre>';\n print 'All Clear!';\n print_r(apc_cache_info());\n print '</pre>';\n }\n else {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1183, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/atlas
3,178
[ "no_license" ]
[ { "path": "ansible/roles/atlas/templates/vhosts.conf.j2", "content": "<VirtualHost inventory.local:80>\n ServerName inventory.local\n Redirect \"/\" \"https://inventory.local/\"\n</VirtualHost>\n\n<VirtualHost inventory.local:443>\n ServerName inventory.local:443\n\n SSLEngine on\n SSLProtocol All ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 12408, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/behat
3,178
[ "no_license" ]
[ { "path": "ansible/roles/behat/files/xvfb.init.d", "content": "#!/bin/bash\n# selenium - this script starts and stops Xvfb\n#\n# chkconfig: - 85 15\n# description: Xvfb\n# processname: Xvfb\n# pidfile: /var/log/Xvfb/Xvfb.pid\n\n# Source function library.\n. /etc/rc.d/init.d/functions\n\n#selenium_dir=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5003, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/drush
3,178
[ "no_license" ]
[ { "path": "ansible/roles/drush/tasks/main.yml", "content": "---\n - name: Install additional OS packages\n when: os == 'centos-6'\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - curl\n - php-posix\n - php-xml\n\n - name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4699, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/elasticsearch
3,178
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n - name: Install OS packages\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - java-1.7.0-openjdk-devel\n - https://download.elastic.co/elasticsearch/elastics...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/express_code
3,178
[ "no_license" ]
[ { "path": "ansible/roles/express_code/tasks/main.yml", "content": "---\n - name: Make directory for error page\n when: express_code_varnish\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /usr/local/varnish/etc/varnish\n\n - name: Get rid of default Varnis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8550, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/kibana
3,178
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "---\n # Setup the kibana user\n - name: Create kibana group\n group:\n name: \"kibana\"\n state: present\n\n - name: Create kibana user\n user:\n name: \"kibana\"\n group: \"kibana\"\n shell: \"/bin/bash...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1418, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/logging
3,178
[ "no_license" ]
[ { "path": "ansible/roles/logging/tasks/main.yml", "content": "---\n - name: Create directory for drupal logs\n become: yes\n file:\n path: \"/var/log/drupal\"\n state: directory\n mode: 0774\n #group: logstash\n recurse: yes\n\n - name: Push rsyslog configuration\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/logstash
3,178
[ "no_license" ]
[ { "path": "ansible/roles/logstash/tasks/main.yml", "content": "---\n - name: Install OS packages\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - https://download.elastic.co/logstash/logstash/packages/centos/logstash-1.5.6-1.noarch.rpm\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 730, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/memcache
3,178
[ "no_license" ]
[ { "path": "ansible/roles/memcache/tasks/main.yml", "content": "---\n - name: Install memcached\n yum:\n pkg: \"{{ item }}\"\n state: installed\n update_cache: yes\n with_items:\n - memcached\n - libmemcached\n - zlib-devel\n\n # Configure Memcached.\n - nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1031, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/mysql
3,178
[ "no_license" ]
[ { "path": "ansible/roles/mysql/templates/mysql.my.cnf.j2", "content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=mysql\n# Disabling symbolic-links is recommended to prevent assorted security risks\nsymbolic-links=0\nmax_allowed_packet=256M\n# Log queries that take longer than ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2525, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/node
3,178
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n# https://github.com/ansible/ansible/issues/12161\n# https://github.com/geerlingguy/ansible-role-nodejs/issues/46\n# - name: Install specific version of Python packages so we can install Node from Cloudflare\n# pip:\n# name: \"{{ item.nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2932, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/php
3,178
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n - name: Install php packages\n when: os == 'centos-6'\n become: yes\n yum:\n pkg: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - php-5.3.3\n - php-cli\n - php-common\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4404, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/redis
3,178
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n - name: Install necessary OS packages\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - redis-2.4.10\n\n - name: Configure Redis to accept connections from outside servers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/rvm
3,178
[ "no_license" ]
[ { "path": "ansible/roles/rvm/tasks/main.yml", "content": "---\n - name: Setup public key\n shell: \"gpg --keyserver hkp://keys.gnupg.net --recv-keys <KEY>\"\n\n - name: Install RVM stable with ruby\n shell: \"curl -sSL https://get.rvm.io | bash -s stable --ruby\"\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/server_base
3,178
[ "no_license" ]
[ { "path": "ansible/roles/server_base/templates/server_base_hosts.j2", "content": "127.0.0.1 localhost\n127.0.1.1 {{ inventory_hostname }}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 ip6-localhost ip6-loopback\nfc00:e968:6179::de52:7100 ip6-localnet\nfd00:c2b6:b24b:be67:2827:688d:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7115, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/ssh_keys
3,178
[ "no_license" ]
[ { "path": "ansible/roles/ssh_keys/tasks/main.yml", "content": "---\n- name: Install necessary OS packages\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - libselinux-python\n\n- name: Creates destination directory\n file:\n dest: \"/root/.ssh/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/varnish
3,178
[ "no_license" ]
[ { "path": "ansible/roles/varnish/defaults/main.yml", "content": "---\n varnish_use_default_vcl: true\n varnish_default_backend_host: \"localhost\"\n varnish_default_backend_port: \"80\"\n varnish_listen_port: \"8080\"\n varnish_secret: \"14bac2e6-1e34-4770-8078-974373b76c90\"\n varnish_config_path: /e...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3017, "all_permissive": false }
ansible_role
CUDEN-CLAS/express_local
b3004d4545d9a7d5731bd235afda8e6cf7c95a14
1
ansible/roles/xdebug
3,178
[ "no_license" ]
[ { "path": "ansible/roles/xdebug/defaults/main.yml", "content": "workspace: /root\n\nphp_xdebug_version: 2.4.1\nphp_xdebug_module_path: /usr/lib64/php/modules\nphp_xdebug_config_filename: xdebug.ini\n\nphp_xdebug_coverage_enable: 1\nphp_xdebug_default_enable: 1\nphp_xdebug_cli_enable: 1\n\nphp_xdebug_remote_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2973, "all_permissive": false }
ansible_role
rflpazini/setup-mac
e7e8ed63d8ec94e4dd820a87b5e936b83dd47da8
1
roles/bash-profile
3,178
[ "no_license" ]
[ { "path": "roles/bash-profile/files/bash_profile", "content": "### Functions ###\n\nfunction killapp() {\n\tkill -9 $(ps aux | grep $1 | grep -v grep | awk '{print $2}')\n}\n\nfunction isrunning() {\n\tps aux | grep $1 | grep -v grep | awk '{print $2}'\n}\n\nfunction password() {\n count=${1:-20}\n ec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1989, "all_permissive": false }
ansible_role
rflpazini/setup-mac
e7e8ed63d8ec94e4dd820a87b5e936b83dd47da8
1
roles/git-config
3,178
[ "no_license" ]
[ { "path": "roles/git-config/tasks/main.yml", "content": "---\n - name: Configure Git\n blockinfile:\n marker: \"# {mark} ANSIBLE MANAGED BLOCK - Configure Git\"\n path: \"{{ansible_env.HOME}}/.gitconfig\"\n block: \"{{ lookup('file', 'git_config') }}\"\n create: yes\n blockinfile:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
rflpazini/setup-mac
e7e8ed63d8ec94e4dd820a87b5e936b83dd47da8
1
roles/sdkman
3,178
[ "no_license" ]
[ { "path": "roles/sdkman/README.md", "content": "Role Name\n=========\n\nInstalls and configure [SdkMan](https://sdkman.io/) with latest and java 8 version.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/sdkman/files/configure_java_sdk.sh", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 495, "all_permissive": false }
ansible_role
henzelis/ansible
ad5562b20f8928267c181829b2b559137c2c9c45
0
lan/roles/access_sw
3,178
[ "no_license" ]
[ { "path": "lan/roles/access_sw/defaults/main.yml", "content": "---\n# defaults file for access_sw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "lan/roles/access_sw/vars/main.yml", "content": "---\n# vars file for access_sw\n lag:\n - {n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2692, "all_permissive": false }
ansible_role
henzelis/ansible
ad5562b20f8928267c181829b2b559137c2c9c45
0
lan/roles/core_sw
3,178
[ "no_license" ]
[ { "path": "lan/roles/core_sw/defaults/main.yml", "content": "---\n# defaults file for core_sw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "lan/roles/core_sw/tasks/main.yml", "content": "---\n# tasks file for core_sw\n\n - name: Configure ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3390, "all_permissive": false }
ansible_role
henzelis/ansible
ad5562b20f8928267c181829b2b559137c2c9c45
0
vxlan/roles/jinja2_leaf
3,178
[ "no_license" ]
[ { "path": "vxlan/roles/jinja2_leaf/tasks/main.yml", "content": "---\n# tasks file for jinja2_leaf\n - name: Generate Leaf Config\n template: \n src=leaf.j2 \n dest=roles/jinja2_leaf/files/{{inventory_hostname}}.cfg\n\n - name: Push Leaf Config\n ios_config:\n src: roles/jinja2_leaf/fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5938, "all_permissive": false }
ansible_role
henzelis/ansible
ad5562b20f8928267c181829b2b559137c2c9c45
0
vxlan/roles/jinja2_spine
3,178
[ "no_license" ]
[ { "path": "vxlan/roles/jinja2_spine/tasks/main.yml", "content": "---\n# tasks file for jinja2_spine\n\n - name: Generate Spine Config\n template:\n src=spine.j2\n dest=roles/jinja2_spine/files/{{inventory_hostname}}.cfg\n\n - name: Push Spine Config\n ios_config:\n # config: \"{{looku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4398, "all_permissive": false }
ansible_role
henzelis/ansible
ad5562b20f8928267c181829b2b559137c2c9c45
0
vxlan/roles/leaf
3,178
[ "no_license" ]
[ { "path": "vxlan/roles/leaf/tasks/main.yml", "content": "---\n# Configure hostname\n\n - name: Configure hostname\n nxos_config: \n lines: hostname {{ hostname }}\n tags: hostname\n\n# tasks file for leaf\n - name: Enable BGP\n nxos_feature:\n feature: bgp\n state: enabled\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7446, "all_permissive": false }
ansible_role
henzelis/ansible
ad5562b20f8928267c181829b2b559137c2c9c45
0
vxlan/roles/spine
3,178
[ "no_license" ]
[ { "path": "vxlan/roles/spine/tasks/main.yml", "content": "---\n# tasks file for spine\n - name: Configure hostname\n nxos_config:\n lines: hostname {{ hostname }}\n tags: hostname\n \n# task to configure bgp neighbor to all leaf switches\n - name: Enable BGP\n nxos_feature:\n feature: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5083, "all_permissive": false }
ansible_role
henzelis/ansible
ad5562b20f8928267c181829b2b559137c2c9c45
0
vxlan/roles/vni_provision
3,178
[ "no_license" ]
[ { "path": "vxlan/roles/vni_provision/handlers/main.yml", "content": "---\n# handlers file for vni_provision\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "vxlan/roles/vni_provision/defaults/main.yml", "content": "---\n# defaults file for vni...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1784, "all_permissive": false }
ansible_role
rumonece/cms
d0fddb3666107d77f630ebca1bacb5bc6a998f61
0
roles/azure_boot_fix
3,178
[ "no_license" ]
[ { "path": "roles/azure_boot_fix/tasks/main.yml", "content": "---\n- name: fix grub config\n copy:\n src: /boot/efi/EFI/centos/grubenv\n dest: /boot/grub2/grubenv\n remote_src: yes\n when: ansible_distribution == \"CentOS\" and ansible_distribution_major_version|int == 8\n\n- name: fix dns\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
opentelekomcloud-blueprints/tosca-service-catalogs
0dc1b51889c3b05f83cce740f7dd51540e3f15b6
1
prometheus/playbooks/roles/alertmanager
3,178
[ "permissive" ]
[ { "path": "prometheus/playbooks/roles/alertmanager/tasks/main.yml", "content": "---\n- name: Preflight\n ansible.builtin.include_tasks:\n file: preflight.yml\n apply:\n tags:\n - alertmanager_install\n - alertmanager_configure\n - alertmanager_run\n tags:\n - alertmanage...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6933, "all_permissive": true }
ansible_role
opentelekomcloud-blueprints/tosca-service-catalogs
0dc1b51889c3b05f83cce740f7dd51540e3f15b6
1
prometheus/playbooks/roles/node_exporter
3,178
[ "permissive" ]
[ { "path": "prometheus/playbooks/roles/node_exporter/tasks/configure.yml", "content": "---\n- name: Copy the node_exporter systemd service file\n ansible.builtin.template:\n src: node_exporter.service.j2\n dest: /etc/systemd/system/node_exporter.service\n owner: root\n group: root\n mode: 064...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 12686, "all_permissive": true }
ansible_role
opentelekomcloud-blueprints/tosca-service-catalogs
0dc1b51889c3b05f83cce740f7dd51540e3f15b6
1
prometheus/playbooks/roles/prometheus
3,178
[ "permissive" ]
[ { "path": "prometheus/playbooks/roles/prometheus/tasks/main.yml", "content": "---\n- name: Preflight\n ansible.builtin.include_tasks:\n file: preflight.yml\n apply:\n tags:\n - prometheus_configure\n - prometheus_install\n - prometheus_run\n tags:\n - prometheus_configur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2117, "all_permissive": true }
ansible_role
Hemraj97/Data_Visualization_Using_Grafana
2753b53be9b51d5f40a81ff5302b2c2f7729484a
0
roles/grafana
3,178
[ "no_license" ]
[ { "path": "roles/grafana/tasks/container.yml", "content": "---\n- name: Pull Grafana Docker image\n community.docker.docker_image:\n name: \"grafana/grafana:latest\"\n source: pull\n\n- name: Run Grafana container\n community.docker.docker_container:\n name: \"grafana\"\n image: \"grafana/graf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
Hemraj97/Data_Visualization_Using_Grafana
2753b53be9b51d5f40a81ff5302b2c2f7729484a
0
roles/prometheus
3,178
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- include_tasks: container.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/prometheus/tasks/container.yml", "content": "---\n- name: Pull Prometheus Docker image\n community.do...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
Hemraj97/Data_Visualization_Using_Grafana
2753b53be9b51d5f40a81ff5302b2c2f7729484a
0
roles/setup
3,178
[ "no_license" ]
[ { "path": "roles/setup/tasks/docker.yml", "content": "---\n- name: Ensure Docker is installed\n ansible.builtin.package:\n name: docker\n state: present\n\n- name: Ensure Docker is started and enabled\n ansible.builtin.service:\n name: docker\n state: started\n enabled: true\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
patrickheinz/MeusPlaybooks
4aee9a2529aea637a7af1585fbb7650b293d77d8
0
CentOS/roles/centos-motd
3,178
[ "no_license" ]
[ { "path": "CentOS/roles/centos-motd/files/usr/local/bin/systemstats.sh", "content": "#!/bin/bash\n#\n# Server Status Script\n# Author: unknown\n# Edited: <NAME> \n# Version 0.2\n# Updated: March 31th 2016\n\nCPUTIME=$( ps -eo pcpu | awk 'NR>1' | awk '{tot=tot+$1} END {print tot}' )\nCPUCORES=$( cat /proc/cp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1569, "all_permissive": false }
ansible_role
patrickheinz/MeusPlaybooks
4aee9a2529aea637a7af1585fbb7650b293d77d8
0
CentOS/roles/centos-ntp
3,178
[ "no_license" ]
[ { "path": "CentOS/roles/centos-ntp/vars/main.yml", "content": "---\nntpservers:\n - my.ntp.server\n - my.ntp.server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "CentOS/roles/centos-ntp/tasks/ntp.yml", "content": "---\n- name: Verificando N...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2069, "all_permissive": false }
ansible_role
patrickheinz/MeusPlaybooks
4aee9a2529aea637a7af1585fbb7650b293d77d8
0
CentOS/roles/centos-password
3,178
[ "no_license" ]
[ { "path": "CentOS/roles/centos-password/tasks/passwordupdate.yml", "content": "---\n- name: Alterando a senha do usuario root \n action: user name={{ user }} password={{ <PASSWORD> }} update_password=always\n tags: all-password", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 381, "all_permissive": false }
ansible_role
patrickheinz/MeusPlaybooks
4aee9a2529aea637a7af1585fbb7650b293d77d8
0
CentOS/roles/centos-snmp
3,178
[ "no_license" ]
[ { "path": "CentOS/roles/centos-snmp/templates/etc/snmp/snmpd.j2", "content": "# {{ ansible_managed }}\nrocommunity MyROCommunity\nrwcommunity MyRWCommunity\nsyslocation Right Here\nsyscontact <EMAIL>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3037, "all_permissive": false }
ansible_role
patrickheinz/MeusPlaybooks
4aee9a2529aea637a7af1585fbb7650b293d77d8
0
CentOS/roles/centos-sudoers
3,178
[ "no_license" ]
[ { "path": "CentOS/roles/centos-sudoers/tasks/sudoers.yml", "content": "---\n- name: Atualizando Arquivo /etc/sudoers\n template: \n src: etc/sudoers.j2\n dest: /etc/sudoers\n tags: all-sudoers", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
FullstackAcademy/developer-playbook
322d7fb2335d64a138e311ba07fd92b68bcfe361
4
roles/aliases
3,218
[ "no_license" ]
[ { "path": "roles/aliases/tasks/aliases-ubuntu.yml", "content": "# - name: Setup Common useful aliases for Ubuntu\n# blockinfile:\n# marker: \"### {mark} Common Useful Shell Aliases\"\n# dest: ~/.zshrc\n# block: |\n# source /etc/grc.zsh\n", "license_type": "no_license", "detected_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": false }
ansible_role
FullstackAcademy/developer-playbook
322d7fb2335d64a138e311ba07fd92b68bcfe361
4
roles/misc-utils
3,218
[ "no_license" ]
[ { "path": "roles/misc-utils/tasks/main.yml", "content": "---\n# tasks file for developer-software\n- name: Install Dependencies\n import_tasks: apt-upgrade.yml\n when: ansible_facts.os_family|lower == 'debian'\n- name: Install Homebrew Apps\n import_tasks: homebrew.yml\n tags: \n - homebrew\n when: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1451, "all_permissive": false }
ansible_role
FullstackAcademy/developer-playbook
322d7fb2335d64a138e311ba07fd92b68bcfe361
4
roles/nodejs
3,218
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs\n- name: clone nvm into ~/.nvm\n git:\n repo: https://github.com/nvm-sh/nvm.git\n dest: ~/.nvm\n- name: Add NVM initialization to startup files\n blockinfile:\n marker: \"### {mark} INTIALIZE NVM\"\n mode: 0644\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1759, "all_permissive": false }
ansible_role
FullstackAcademy/developer-playbook
322d7fb2335d64a138e311ba07fd92b68bcfe361
4
roles/postgresql
3,218
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/postgres-ubuntu.yml", "content": "- name: APT install PostgreSQL on Ubuntu 18\n become: true\n apt:\n update_cache: true\n state: present\n name:\n - postgresql\n - python-psycopg2\n when: ansible_facts.distribution_major_version == '18'\n- name: APT i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3605, "all_permissive": false }
ansible_role
FullstackAcademy/developer-playbook
322d7fb2335d64a138e311ba07fd92b68bcfe361
4
roles/zsh
3,218
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n# tasks file for zsh\n- name: change user shell to zsh\n become: true\n user:\n name: \"{{ ansible_user_id }}\"\n shell: /bin/zsh\n- name: create .zshrc\n file:\n path: ~/.zshrc\n state: touch\n- name: Set zsh prompt\n blockinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1061, "all_permissive": false }
ansible_role
KajikaSan/2024-2025-Devops
ba8d0b7db0705555383226ba369c29fd39a3d2f0
0
TP-3/ansible/roles/promtail
3,218
[ "no_license" ]
[ { "path": "TP-3/ansible/roles/promtail/handlers/main.yml", "content": "- name: restart promtail\n systemd:\n name: promtail\n state: restarted\n daemon_reload: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "TP-3/ansible/roles/promtai...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2978, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/cassandra
3,218
[ "no_license" ]
[ { "path": "ansible/roles/cassandra/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n#- vars:\n\n#\n- name: replace default config\n template: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - {src: \"cassandra.yaml\", dest: \"/etc/cassandra/cassandra.yaml\"}\n\n\n# ajo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/cassandrastart
3,218
[ "no_license" ]
[ { "path": "ansible/roles/cassandrastart/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n#- vars:\n\n- name: startstop cassandra services\n shell : systemctl {{ cmd }} cassandra\n\n# ajouter le service dans systemctl pour redemarrage?\n\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/clean_disk
3,218
[ "no_license" ]
[ { "path": "ansible/roles/clean_disk/tasks/main.yml", "content": "---\n\n- name: delete multiple dir\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - /usr/local/hive \n - /usr/local/hadoop\n - /usr/local/spark\n - /usr/local/presto\n - /usr/local/hbase\n - /home/{{ c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/common
3,218
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n- name: \"Build hosts file\"\n lineinfile: dest=/etc/hosts regexp='{{ item.hostname }}' line=\"{{ item.ip }} {{ item.hostname }}\" state=present\n with_items: \"{{ nodes }}\"\n #lineinfile: dest=/et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/hadoop
3,218
[ "no_license" ]
[ { "path": "ansible/roles/hadoop/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n- group: name={{ cluster_group}} state=present\n- user: name={{ cluster_user }} comment=\"Hadoop\" group={{ cluster_group}} shell=/bin/bash createhome=yes skeleton=/etc/skel\n#- vars:\n- set_fact: hado...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5784, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/hadoopinit
3,218
[ "no_license" ]
[ { "path": "ansible/roles/hadoopinit/tasks/main.yml", "content": "---\n\n- name: format namenode\n command : /usr/local/hadoop/bin/hadoop namenode -format -force\n- name: start hdfs services\n shell : /usr/local/hadoop/sbin/start-dfs.sh\n- name: create home for centos\n when: is_centos\n shell : /usr/loc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/hbase
3,218
[ "no_license" ]
[ { "path": "ansible/roles/hbase/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n#- vars:\n- set_fact: hbase_v=\"1.2.6\"\n\n- name: unpack hbase\n unarchive: src=roles/hbase/templates/hbase-{{ hbase_v }}-bin.tar.gz dest=/usr/local owner={{ cluster_user}} group={{ cluster_group }} c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1703, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/hbasestart
3,218
[ "no_license" ]
[ { "path": "ansible/roles/hbasestart/tasks/main.yml", "content": "---\n\n- name: startstop hbase services\n shell : /usr/local/hbase/bin/{{ cmd }}-hbase.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/hive
3,218
[ "no_license" ]
[ { "path": "ansible/roles/hive/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n#- vars:\n- set_fact: hive_v=\"2.3.4\"\n\n- name: unpack hive\n unarchive: src=roles/hive/templates/apache-hive-{{ hive_v }}-bin.tar.gz dest=/usr/local owner={{ cluster_user}} group={{ cluster_group }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1290, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/ignite
3,218
[ "no_license" ]
[ { "path": "ansible/roles/ignite/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n#- vars:\n- set_fact: ignite_v=\"2.3.0\"\n\n- name: unpack presto\n unarchive: src=roles/ignite/files/apache-ignite-fabric-{{ ignite_v }}-bin.zip dest=/usr/local owner={{ cluster_user}} group={{ clust...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/ignitestart
3,218
[ "no_license" ]
[ { "path": "ansible/roles/ignitestart/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n#- vars:\n\n#- name: startstop presto services\n# shell : /usr/local/presto/bin/launcher.py {{ cmd }}\n\n# ajouter le service dans systemctl pour redemarrage?\n\n#- name: \"start ignite server\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/nginx
3,218
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n- name: Ensure all needed packages are installed (ubuntu)\n when: is_ubuntu\n action: apt name={{item}} state=present\n with_items:\n - nginx\n\n- name: copy nginx\n copy: src={{ item.src }} dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1110, "all_permissive": false }
ansible_role
SleepingLA/elephantNAP
e5ead2f683f16d9b34aaca0258d4113564baf0be
0
ansible/roles/openjdk18
3,218
[ "no_license" ]
[ { "path": "ansible/roles/openjdk18/vars/main.yml", "content": "download_url: http://download.oracle.com/otn-pub/java/jdk/8u5-b13/jdk-8u5-linux-x64.tar.gz\ndownload_folder: /opt\n#java_name: \"{{download_folder}}/jdk1.8.0_05\"\njava_name: \"{{download_folder}}/jdk1.8.0_66\"\njava_archive: \"{{download_folder...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 596, "all_permissive": false }