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
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
aws-simple-webapp/roles/aws_network
7,925
[ "no_license" ]
[ { "path": "aws-simple-webapp/roles/aws_network/vars/main.yml", "content": "---\n# vars file for aws_network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "aws-simple-webapp/roles/aws_network/handlers/main.yml", "content": "---\n# handlers fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3270, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
aws-simple-webapp/roles/aws_network_uninstall
7,925
[ "no_license" ]
[ { "path": "aws-simple-webapp/roles/aws_network_uninstall/vars/main.yml", "content": "---\n# vars file for aws_network_uninstall\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "aws-simple-webapp/roles/aws_network_uninstall/tests/test.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2278, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
aws-simple-webapp/roles/flask_web
7,925
[ "no_license" ]
[ { "path": "aws-simple-webapp/roles/flask_web/tasks/main.yml", "content": "---\n# tasks file for flask_web\n- name: \"Install Python Flask Dependencies\"\n ansible.builtin.pip:\n name:\n - \"Flask\"\n - \"Flask-MySQL\"\n executable: pip3\n- name: \"Check if Application Repo Exists\"\n stat:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1208, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
aws-simple-webapp/roles/mysql_db
7,925
[ "no_license" ]
[ { "path": "aws-simple-webapp/roles/mysql_db/tasks/main.yml", "content": "---\n# tasks file for mysql_db\n- name: Import MySQL Community Repo GPG Key\n rpm_key:\n state: present\n key: http://repo.mysql.com/RPM-GPG-KEY-mysql\n\n- name: Import MySQL Community Plugins Repo GPG Key\n rpm_key:\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1576, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
aws-simple-webapp/roles/python
7,925
[ "no_license" ]
[ { "path": "aws-simple-webapp/roles/python/tasks/main.yml", "content": "---\n# tasks file for python\n- name: \"Upgrade Packages\"\n yum:\n name: '*'\n state: latest\n\n\n- name: Import EPEL GPG key.\n rpm_key:\n key: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8\n state: present\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-ecommerce-project/roles/ecommerce_app
7,925
[ "no_license" ]
[ { "path": "kodekloud-ecommerce-project/roles/ecommerce_app/handlers/main.yml", "content": "---\n# handlers file for ecommerce_app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "kodekloud-ecommerce-project/roles/ecommerce_app/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1922, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-ecommerce-project/roles/firewalld
7,925
[ "no_license" ]
[ { "path": "kodekloud-ecommerce-project/roles/firewalld/tasks/main.yml", "content": "---\n# tasks file for firewalld\n - name: \"Upgrade Yum Packages\"\n yum:\n name: '*'\n state: latest \n - name: \"Install Firewalld\"\n yum:\n name: firewalld\n state: present\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-ecommerce-project/roles/mariadb
7,925
[ "no_license" ]
[ { "path": "kodekloud-ecommerce-project/roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n - name: \"MariaDB Prerequisite - Install WGET\"\n yum:\n name: wget\n state: latest\n - name: \"MariaDB Prerequisite: Download Repo Setup\"\n command: 'wget https://downloads.m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2202, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-simple-webapp/roles/flask_web
7,925
[ "no_license" ]
[ { "path": "kodekloud-simple-webapp/roles/flask_web/tasks/main.yml", "content": "---\n# tasks file for flask_web\n- name: \"Install Python Flask Dependencies\"\n ansible.builtin.pip:\n name:\n - \"Flask\"\n - \"Flask-MySQL\"\n executable: pip3\n- name: \"Check if Application Repo Exists\"\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 900, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-simple-webapp/roles/flask_web_uninstall
7,925
[ "no_license" ]
[ { "path": "kodekloud-simple-webapp/roles/flask_web_uninstall/defaults/main.yml", "content": "---\n# defaults file for flask_web_uninstall", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "kodekloud-simple-webapp/roles/flask_web_uninstall/vars/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 883, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-simple-webapp/roles/mysql_db
7,925
[ "no_license" ]
[ { "path": "kodekloud-simple-webapp/roles/mysql_db/tasks/main.yml", "content": "---\n# tasks file for mysql_db\n- name: \"Install MySQL Community Repository\"\n yum:\n name: \"http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm\"\n state: present \n\n- name: \"Install MySQL database\"\n yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1084, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-simple-webapp/roles/mysql_db_uninstall
7,925
[ "no_license" ]
[ { "path": "kodekloud-simple-webapp/roles/mysql_db_uninstall/handlers/main.yml", "content": "---\n# handlers file for mysql_db_uninstall", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "kodekloud-simple-webapp/roles/mysql_db_uninstall/tests/test.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 759, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-simple-webapp/roles/python
7,925
[ "no_license" ]
[ { "path": "kodekloud-simple-webapp/roles/python/tasks/main.yml", "content": "---\n# tasks file for python\n- name: \"Upgrade Packages\"\n yum:\n name: '*'\n state: latest\n- name: \"Install Dependencies\"\n yum:\n name: '{{item}}'\n state: present\n loop:\n - \"epel-release\"\n - \"python3\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
NathStevo97/ansible-examples
010002733201fff6e00b16b3227d46ff423c31dc
0
kodekloud-simple-webapp/roles/python_uninstall
7,925
[ "no_license" ]
[ { "path": "kodekloud-simple-webapp/roles/python_uninstall/vars/main.yml", "content": "---\n# vars file for python_uninstall", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "kodekloud-simple-webapp/roles/python_uninstall/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 404, "all_permissive": false }
ansible_role
radium226/vagrant-kimsufi-ubuntu-lxc
cddb8b7d0090268e0f84367a8b71eea27055bd72
0
roles/common
7,925
[ "no_license" ]
[ { "path": "roles/common/tasks/apt.yml", "content": "---\n- name: install APT packages\n apt:\n name=\"{{ item }}\"\n state=installed\n with_items: \"{{ common_apt_packages }}\"\n\n# FIXME: dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep\n\n- name: install Python modules\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1436, "all_permissive": false }
ansible_role
radium226/vagrant-kimsufi-ubuntu-lxc
cddb8b7d0090268e0f84367a8b71eea27055bd72
0
roles/lxc-host
7,925
[ "no_license" ]
[ { "path": "roles/lxc-host/tasks/dnsmasq.yml", "content": "---\n- name: install DNS\n apt:\n name=\"dnsmasq\"\n state=installed\n\n- name: configure DNS\n copy:\n content=\"server=/lxc/10.0.3.1\"\n dest=\"/etc/dnsmasq.d/lxc-domain\"\n notify:\n - restart DNS\n\n- name: start DNS\n service:\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2736, "all_permissive": false }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/common
7,925
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: resolve platform\n include_tasks: \"{{item}}\"\n with_first_found:\n - \"{{ansible_distribution}}-{{ansible_distribution_release}}.yml\"\n - \"{{ansible_distribution}}.yml\"\n - \"{{ansible_os_family}}.yml\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/docker
7,925
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\ndocker_mirror: 'https://get.docker.com'\ndocker_group: docker\n\ndocker_remote: False\ndocker_remote_bind: 0.0.0.0\ndocker_tls: True\ndocker_nontls_port: 2375\ndocker_tls_port: 2376\n\ndocker_pki_key_suffix: '-key.pem'\ndocker_pki_cert_suffix: '.p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3113, "all_permissive": false }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/galera_client
7,925
[ "permissive" ]
[ { "path": "roles/galera_client/README.rst", "content": "========================\nTeam and repository tags\n========================\n\n.. image:: http://governance.openstack.org/badges/openstack-ansible-galera_client.svg\n :target: http://governance.openstack.org/reference/tags/index.html\n\n.. Change t...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 21923, "all_permissive": true }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/galera_server
7,925
[ "permissive" ]
[ { "path": "roles/galera_server/tasks/galera_install_zypper.yml", "content": "---\n# Copyright 2017, SUSE LINUX GmbH.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 58445, "all_permissive": true }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/haproxy_server
7,925
[ "permissive" ]
[ { "path": "roles/haproxy_server/defaults/main.yml", "content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://ww...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 14693, "all_permissive": true }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/harbor
7,925
[ "no_license" ]
[ { "path": "roles/harbor/defaults/main.yml", "content": "---\nlocal_release_dir: \"/tmp/releases\"\nharbor_version: \"1.5.0\"\nharbor_download_url: \"https://storage.googleapis.com/harbor-releases/release-{{ harbor_version }}/harbor-offline-installer-v{{ harbor_version }}.tgz\"\ndb_server: \"{{ groups['db-cl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2519, "all_permissive": false }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/init_db
7,925
[ "no_license" ]
[ { "path": "roles/init_db/tasks/main.yml", "content": "- name: copy database data to server\n copy:\n src: db.sql\n dest: /tmp/db.sql\n owner: root\n group: root\n\n- name: Importing database data\n mysql_db:\n login_user: \"root\"\n login_password: \"{{ <PASSWORD> }}\"\n login_port: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/keepalived
7,925
[ "permissive" ]
[ { "path": "roles/keepalived/vars/ubuntu-16.04.yml", "content": "---\n# Copyright 2015, <NAME> <<EMAIL>>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www....
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 20565, "all_permissive": true }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/pip_install
7,925
[ "permissive" ]
[ { "path": "roles/pip_install/Vagrantfile", "content": "# Note:\n# This file is maintained in the openstack-ansible-tests repository.\n# https://git.openstack.org/cgit/openstack/openstack-ansible-tests/tree/Vagrantfile\n#\n# If you need to perform any change on it, you should modify the central file,\n# then...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 12539, "all_permissive": true }
ansible_role
xinhuihu/harbor-ansible
ea8daddb6a97def356dab76bc77a16c97a4158f4
0
roles/pre-harbor
7,925
[ "no_license" ]
[ { "path": "roles/pre-harbor/tasks/main.yml", "content": "---\n- name: Install yum packages\n package: name={{item}} state=present\n become: True\n with_items: \"{{ redhat_pkg_install }}\"\n when: ansible_os_family == 'RedHat'\n\n- name: Check if firewalld is installed\n command: rpm -q firewalld\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 715, "all_permissive": false }
ansible_role
danishka/ansible1
42bcce194cdb5b6d305a84603b8a846e47188d63
0
roles/common
7,925
[ "no_license" ]
[ { "path": "roles/common/templates/read.j2", "content": "host_id: {{ host_id.stdout}} => cpu_core: {{ cpu_core.stdout }}, bogomips: {{ bogomips.stdout }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/common/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1460, "all_permissive": false }
ansible_role
danishka/ansible1
42bcce194cdb5b6d305a84603b8a846e47188d63
0
roles/write2host
7,925
[ "no_license" ]
[ { "path": "roles/write2host/tasks/main.yml", "content": "---\n#- name: Generate host_id, create local files\n# hosts: type_b\n# user: root\n# sudo: no\n \n# tasks:\n- name: Retrive private IP\n remote_user: root\n shell: ifconfig | grep -Eo 'inet (addr:)?([0-9]*\\.){3}[0-9]*' | grep -Eo '([0-9]*\\.){...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
rishabh-verm/Ansible_Assign
25536235599e34f272bf9d6dc4345e07d60b120a
0
playbooks/roles/mysql
7,925
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/handlers/main.yml", "content": "---\n- name: Start mysql\n ansible.builtin.service:\n name: mysql\n state: started\n# handlers file for mysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "playbooks/roles/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": false }
ansible_role
rishabh-verm/Ansible_Assign
25536235599e34f272bf9d6dc4345e07d60b120a
0
playbooks/roles/nginx
7,925
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n - name: Installs nginx web server\n apt:\n name: nginx\n state: present\n update_cache: true\n notify:\n - start nginx\n\n - name: ensure nginx is at the latest version\n apt: name=nginx stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
NaderBessioud/EsprithubDEVFront
fedba16f35b7a27a3d849a5fa06449ecf0044f5d
0
Ansible/roles/build
7,926
[ "no_license" ]
[ { "path": "Ansible/roles/build/tasks/main.yml", "content": "---\n#buidproject\n\n- name: install dep\n shell: npm install --save --legacy-peer-deps\n- name: build app\n shell: /usr/local/bin/ng build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
NaderBessioud/EsprithubDEVFront
fedba16f35b7a27a3d849a5fa06449ecf0044f5d
0
Ansible/roles/docker
7,926
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: naderbessioud/esprithubangular:latest\n build:\n path: /var/lib/jenkins/workspace/EsprithubAngular\n pull: no\n source: build\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
NaderBessioud/EsprithubDEVFront
fedba16f35b7a27a3d849a5fa06449ecf0044f5d
0
Ansible/roles/docker-registry
7,926
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: naderbessioud\n password: <PASSWORD>\n \n- name: Push the Docker image into the repo\n shell: docker push naderbessioud/esprithubangu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
Erethon/ansible-machine-bootstrap
0ae526e4b8b023afa859f68c165bafb0c428e654
0
roles/debian
7,926
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n\n- apt:\n name: \"{{ item }}\"\n update_cache: yes\n install_recommends: no\n with_items: packages\n tags:\n - packages\n when: ansible_os_family == \"Debian\"\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
Erethon/ansible-machine-bootstrap
0ae526e4b8b023afa859f68c165bafb0c428e654
0
roles/docker
7,926
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "- name: restart ferm\n service: name=ferm state=restarted\n notify: restart fail2ban\n\n- name: restart fail2ban\n service: name=fail2ban state=restarted\n\n- name: restart docker\n service: name=docker state=restarted\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 654, "all_permissive": false }
ansible_role
Erethon/ansible-machine-bootstrap
0ae526e4b8b023afa859f68c165bafb0c428e654
0
roles/generic
7,926
[ "no_license" ]
[ { "path": "roles/generic/templates/sudoers.d.j2", "content": "# {{ ansible_managed }}\n{{ username }} ALL=(ALL:ALL) NOPASSWD:ALL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/generic/templates/ssh.monit.j2", "content": "check process ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4525, "all_permissive": false }
ansible_role
kedarnath9988/Ansible-Roles
e8d2941c9b8fe5d04e5754d7ba726c1411d83456
0
roles/db
7,926
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yaml", "content": "- name: install mysql-server\n ansible.builtin.dnf:\n name: mysql-server\n state: present\n\n- name: start and enable the mysql servver\n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: install the python d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 952, "all_permissive": false }
ansible_role
mjgaga/code-examples
109ffb122995e65e8d9e775b554ebd35c425f8e7
0
ansible/php-project/roles/phalcon
7,926
[ "no_license" ]
[ { "path": "ansible/php-project/roles/phalcon/tasks/main.yml", "content": "---\n- name: Clone phalcon repository\n git:\n repo: https://github.com/phalcon/cphalcon\n dest: \"{{ phalcon_source_src_dir }}\"\n version: \"{{ phalcon_source_version }}\"\n\n- name: Install Phalcon\n shell: >\n ./inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
mjgaga/code-examples
109ffb122995e65e8d9e775b554ebd35c425f8e7
0
ansible/php-project/roles/php-fpm
7,926
[ "no_license" ]
[ { "path": "ansible/php-project/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Update apt cache (Debian)\n apt: update_cache=yes cache_valid_time=86400\n when: ansible_os_family == 'Debian'\n\n- name: Ensure dependencies for building from source are installed (Debian)\n apt: \"pkg={{ item }} stat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5284, "all_permissive": false }
ansible_role
jakegore/ansible-m2
3e2e513fca77ac33400bc9b15699493eeecac1f6
0
roles/db
7,926
[ "no_license" ]
[ { "path": "roles/db/tasks/install_db.yml", "content": "---\n\n- name: Install MariaDB\n apt:\n name: mariadb-server\n state: present\n\n- name: Start MariaDB Service\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Root MariaDB Configuration\n template:\n src: .my.c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1302, "all_permissive": false }
ansible_role
jakegore/ansible-m2
3e2e513fca77ac33400bc9b15699493eeecac1f6
0
roles/search
7,926
[ "no_license" ]
[ { "path": "roles/search/tasks/install_search.yml", "content": "---\n\n- name: Install Requirements\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - lsb-release\n - ca-certificates\n - curl\n - gnupg2\n\n- name: Add GPG Key\n shell: curl -o- https://artifacts.opensearch.o...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1008, "all_permissive": false }
ansible_role
jakegore/ansible-m2
3e2e513fca77ac33400bc9b15699493eeecac1f6
0
roles/web
7,926
[ "no_license" ]
[ { "path": "roles/web/tasks/install_nginx.yml", "content": "---\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Copy Nginx Configuration\n template:\n src: magento.conf.j2\n dest: /etc/nginx/sites-available/magento.conf\n\n- name: Enable Configuration\n file:\n src...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3672, "all_permissive": false }
ansible_role
aravindrox/pvc-automation
8909fe9b07e66b9cc9a00567eec0e2470dc139c1
0
roles/autotls
7,926
[ "no_license" ]
[ { "path": "roles/autotls/tasks/main.yml", "content": "---\n\n- name: Get Cloudera Manager API version\n uri:\n url: http://{{ hostvars[scm_hostname]['inventory_hostname'] }}:{{ scm_port }}/api/version\n method: GET\n status_code: 200\n user: \"{{ scm_default_user }}\"\n password: \"{{ scm_de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1901, "all_permissive": false }
ansible_role
aravindrox/pvc-automation
8909fe9b07e66b9cc9a00567eec0e2470dc139c1
0
roles/mariadb
7,926
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/databases.yml", "content": "---\n\n- name: Create databases\n mysql_db:\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ item.value.name }}\"\n state: present\n encoding: utf8\n with_dict: \"{{ databases }}\"\n\n- name: Create database us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1225, "all_permissive": false }
ansible_role
aravindrox/pvc-automation
8909fe9b07e66b9cc9a00567eec0e2470dc139c1
0
roles/ssl
7,926
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "---\n\n- name: Get Cloudera Manager API version\n uri:\n url: https://{{ hostvars[scm_hostname]['inventory_hostname'] }}:{{ scm_port_https }}/api/version\n method: GET\n status_code: 200\n user: \"{{ scm_default_user }}\"\n password: \"{{ <PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2546, "all_permissive": false }
ansible_role
aravindrox/pvc-automation
8909fe9b07e66b9cc9a00567eec0e2470dc139c1
0
roles/ssl_bkp
7,926
[ "no_license" ]
[ { "path": "roles/ssl_bkp/tasks/main.yml", "content": "---\n\n- name: Get Cloudera Manager API version\n uri:\n url: https://{{ hostvars[scm_hostname]['inventory_hostname'] }}:{{ scm_port_https }}/api/version\n method: GET\n status_code: 200\n user: \"{{ scm_default_user }}\"\n password: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3115, "all_permissive": false }
ansible_role
J4N06/m300-projekt
2356c1d266a0dca6119f039a606bd5139c40eed7
1
ansible/roles/common
7,926
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# roles/common/tasks/main.yml\n\n- name: Deaktiviere Swap sofort\n command: swapoff -a\n\n- name: Deaktiviere Swap persistent\n replace:\n path: /etc/fstab\n regexp: '^\\s*(\\S+)\\s+swap\\s+(\\S+)\\s+.*$'\n replace: '# \\1 swap \\2'\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2505, "all_permissive": false }
ansible_role
J4N06/m300-projekt
2356c1d266a0dca6119f039a606bd5139c40eed7
1
ansible/roles/master
7,926
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "# roles/master/tasks/main.yml\n\n- name: Kubernetes Tools installieren\n shell: |\n cd /tmp\n curl -LO https://dl.k8s.io/release/v1.29.2/bin/linux/amd64/kubeadm\n curl -LO https://dl.k8s.io/release/v1.29.2/bin/linux/amd64/kubelet\n cu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3436, "all_permissive": false }
ansible_role
J4N06/m300-projekt
2356c1d266a0dca6119f039a606bd5139c40eed7
1
ansible/roles/worker
7,926
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "# roles/worker/tasks/main.yml\n\n- name: Kubernetes Tools installieren (Worker)\n shell: |\n cd /tmp\n curl -LO https://dl.k8s.io/release/v1.29.2/bin/linux/amd64/kubeadm\n curl -LO https://dl.k8s.io/release/v1.29.2/bin/linux/amd64/kubele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1969, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/app_level_balancer_role
7,926
[ "no_license" ]
[ { "path": "roles/app_level_balancer_role/tasks/main.yml", "content": "---\n- name: Install git, python and other dependencies\n ansible.builtin.apt:\n name:\n - git\n - python3-pip\n - python3-dev\n - build-essential\n - libssl-dev\n - libffi-dev\n - python3-setuptools...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/elasticsearch_role
7,926
[ "no_license" ]
[ { "path": "roles/elasticsearch_role/tasks/main.yml", "content": "- name: Copy tar archive with Elasticsearch\n copy:\n src: \"elasticsearch-8.4.3-linux-x86_64.tar.gz\"\n dest: \"/home/ubuntu/elasticsearch-8.4.3-linux-x86_64.tar.gz\"\n mode: 0700\n register: file_uploaded\n until: file_uploaded i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2113, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/filebeat_role
7,926
[ "no_license" ]
[ { "path": "roles/filebeat_role/tasks/main.yml", "content": "- name: Copy tar archive with Filebeat\n copy:\n src: \"filebeat-8.4.3-linux-x86_64.tar.gz\"\n dest: \"/home/ubuntu/filebeat-8.4.3-linux-x86_64.tar.gz\"\n mode: 0700\n register: file_uploaded\n until: file_uploaded is succeeded\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/grafana_role
7,926
[ "no_license" ]
[ { "path": "roles/grafana_role/tasks/main.yml", "content": "- name: Copy tar archive with Grafana\n copy:\n src: \"grafana-enterprise-9.3.2.linux-amd64.tar.gz\"\n dest: \"/home/ubuntu/grafana-enterprise-9.3.2.linux-amd64.tar.gz\"\n mode: 0700\n register: file_uploaded\n until: file_uploaded is su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/jenkins_role
7,926
[ "no_license" ]
[ { "path": "roles/jenkins_role/tasks/main.yml", "content": "- name: Creates new user for remote access from Jenkins\n shell: useradd -m jenkins\n\n- name: Create .ssh directory\n ansible.builtin.file:\n path: /home/jenkins/.ssh\n state: directory\n mode: '0700'\n\n- name: Copy file with public ssh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/kibana_role
7,926
[ "no_license" ]
[ { "path": "roles/kibana_role/tasks/main.yml", "content": "- name: Copy tar archive with Kibana\n copy:\n src: \"kibana-8.4.3-linux-x86_64.tar.gz\"\n dest: \"/home/ubuntu/kibana-8.4.3-linux-x86_64.tar.gz\"\n mode: 0700\n register: file_uploaded\n until: file_uploaded is succeeded\n\n- name: Extra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/logstash_role
7,926
[ "no_license" ]
[ { "path": "roles/logstash_role/tasks/main.yml", "content": "- name: Copy tar archive with Logstash\n copy:\n src: \"logstash-8.4.3-linux-x86_64.tar.gz\"\n dest: \"/home/ubuntu/logstash-8.4.3-linux-x86_64.tar.gz\"\n mode: 0700\n register: file_uploaded\n until: file_uploaded is succeeded\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1141, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/nginx_role
7,926
[ "no_license" ]
[ { "path": "roles/nginx_role/tasks/main.yml", "content": "---\n- name: Install nginx with apt\n ansible.builtin.apt:\n name:\n - nginx\n state: present\n update_cache: yes\n\n- name: Upload nginx config\n copy:\n src: \"default\"\n dest: \"/etc/nginx/sites-available/default\"\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/node_exporter_role
7,926
[ "no_license" ]
[ { "path": "roles/node_exporter_role/tasks/main.yml", "content": "- name: Copy tar archive with Node Exporter\n copy:\n src: \"node_exporter-1.5.0.linux-amd64.tar.gz\"\n dest: \"/home/ubuntu/node_exporter-1.5.0.linux-amd64.tar.gz\"\n mode: 0700\n register: file_uploaded\n until: file_uploaded is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/prometheus_role
7,926
[ "no_license" ]
[ { "path": "roles/prometheus_role/tasks/main.yml", "content": "- name: Copy tar archive with Prometheus\n copy:\n src: \"prometheus-2.40.6.linux-amd64.tar.gz\"\n dest: \"/home/ubuntu/prometheus-2.40.6.linux-amd64.tar.gz\"\n mode: 0700\n register: file_uploaded\n until: file_uploaded is succeeded\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 963, "all_permissive": false }
ansible_role
Quotermain/sentiment_roles
64a98ecb3a18ea12d4d32409a67fbbd1580ddde3
0
roles/sentiment_analysis_model_role
7,926
[ "no_license" ]
[ { "path": "roles/sentiment_analysis_model_role/tasks/main.yml", "content": "---\n- name: Install git, python and other dependencies\n ansible.builtin.apt:\n name:\n - git\n - python3-pip\n - python3-dev\n - build-essential\n - libssl-dev\n - libffi-dev\n - python3-setu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1157, "all_permissive": false }
ansible_role
rdiocera2002/HOA13_Diocera
20795a0d16d414223d8fc893bf6edfd395a4a054
0
roles/etcd
7,926
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.conf.j2", "content": "# /etc/etcd/etcd.conf\n\nETCD_NAME=\"{{ ansible_host }}\n\n# Specify the listening interface and port\nETCD_LISTEN_CLIENT_URLS=\"http://0.0.0.0:2379\"\n\n# Specify the advertised URL to be used for client connections\nETCD_ADVERTISE_CLIENT_URLS=\"ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }
ansible_role
rdiocera2002/HOA13_Diocera
20795a0d16d414223d8fc893bf6edfd395a4a054
0
roles/memcached
7,926
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "---\n- name: Install Memcached on Ubuntu\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - memcached\n - python3-memcache\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install Memcached on CentOS\n yum:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 927, "all_permissive": false }
ansible_role
rdiocera2002/HOA13_Diocera
20795a0d16d414223d8fc893bf6edfd395a4a054
0
roles/message_queue
7,926
[ "no_license" ]
[ { "path": "roles/message_queue/tasks/main.yml", "content": "---\n- name: Install RabbitMQ on Ubuntu\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - rabbitmq-server\n - python3-pika\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install RabbitMQ on CentOS\n yum:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
rdiocera2002/HOA13_Diocera
20795a0d16d414223d8fc893bf6edfd395a4a054
0
roles/ntp
7,926
[ "no_license" ]
[ { "path": "roles/ntp/templates/ntp.conf.j2", "content": "# /etc/ntp.conf\n\n# Use servers from the NTP Pool Project\nserver 0.pool.ntp.org iburst\nserver 1.pool.ntp.org iburst\nserver 2.pool.ntp.org iburst\nserver 3.pool.ntp.org iburst\n\n# Restrict access to the server\nrestrict default kod nomodify notrap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
rdiocera2002/HOA13_Diocera
20795a0d16d414223d8fc893bf6edfd395a4a054
0
roles/openstack_packages
7,926
[ "no_license" ]
[ { "path": "roles/openstack_packages/tasks/main.yml", "content": "---\n- name: Install OpenStack packages on Ubuntu\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - python3-openstackclient\n - keystone\n - glance\n - nova-api\n - nova-conductor\n - nova-novncproxy\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": false }
ansible_role
rdiocera2002/HOA13_Diocera
20795a0d16d414223d8fc893bf6edfd395a4a054
0
roles/sqldatabase
7,926
[ "no_license" ]
[ { "path": "roles/sqldatabase/tasks/main.yml", "content": "---\n- name: Install SQL Database Server on Ubuntu\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - mariadb-server\n - python3-pymysql\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install SQL Database Server on CentO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1844, "all_permissive": false }
ansible_role
m0a/octoprint_armbian
54badb2476f98e2e1b49b3dddeb1c4237dacfee9
1
roles/webcam
7,926
[ "no_license" ]
[ { "path": "roles/webcam/defaults/main.yml", "content": "mjpg_streamer_repo: https://github.com/jacksonliam/mjpg-streamer.git\nwebcam_installDir: \"/opt/webcam\"\noctoprint_user: octoprint", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/webca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2775, "all_permissive": false }
ansible_role
vdsri/lab1
5bcc3929273b3a3970037eecc51e4eb6daad79b0
0
windows/roles/win_ad_install
7,926
[ "no_license" ]
[ { "path": "windows/roles/win_ad_install/tasks/main2.yml", "content": "- name: List DCs in domain\n win_shell: \"nltest /dclist:{{ ad_domain_name }}\"\n register: domain_list\n\n- debug:\n var: domain_list\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
RaziqK/ACIT_4640
55c5d280cd125e0c52c697f7f7760f1728dd3fe8
0
module08/ansible/roles/mongo
7,926
[ "no_license" ]
[ { "path": "module08/ansible/roles/mongo/tasks/main.yml", "content": "--- \r\n- name: Install mongod\r\n become: yes\r\n package:\r\n name: mongodb-server\r\n state: installed\r\n\r\n- name: start mongod\r\n become: yes\r\n service:\r\n name: mongod\r\n enabled: yes\r\n state: started", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
RaziqK/ACIT_4640
55c5d280cd125e0c52c697f7f7760f1728dd3fe8
0
module08/ansible/roles/nginx
7,926
[ "no_license" ]
[ { "path": "module08/ansible/roles/nginx/tasks/main.yml", "content": "---\r\n- name: Install nginx\r\n become: yes\r\n package:\r\n name: nginx\r\n state: installed\r\n\r\n- name: http firewall\r\n become: yes\r\n firewalld:\r\n service: http\r\n zone: public\r\n permanent: yes\r\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
RaziqK/ACIT_4640
55c5d280cd125e0c52c697f7f7760f1728dd3fe8
0
module08/ansible/roles/todoapp
7,926
[ "no_license" ]
[ { "path": "module08/ansible/roles/todoapp/templates/todoapp_service.j2", "content": "[Unit]\r\nDescription=ACIT4640 TodoApp\r\nAfter=network.target\r\n\r\n[Service]\r\nEnvironment=NODE_PORT=8080\r\nWorkingDirectory=/home/{{todoapp_user}}/app\r\nType=simple\r\nUser={{todoapp_user}}\r\nExecStart=/usr/bin/node...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1398, "all_permissive": false }
ansible_role
dfvieira/talks
621997c21071b92747a79b69e59c024d969f3e3a
0
meetup-iac/ansible/roles/common
7,926
[ "no_license" ]
[ { "path": "meetup-iac/ansible/roles/common/tasks/main.yml", "content": "---\n- name: update S.O.\n yum: name=* state=latest update_cache=yes\n tags:\n - packages\n\n- name: install apache\n yum: name=httpd state=latest\n tags:\n - packages\n\n- name: start apache\n systemd:\n name: httpd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
BladeRunn0/TP_DevOps
d7b697cf4b3f53f084e625e9b70d426aac702e37
0
ansible/roles/backend
7,926
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "- name: Run backend\n docker_container:\n name: tp_backend_student\n image: bladerunner0/tp-devops-backend:latest\n pull: true\n networks:\n - name: app-network", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
BladeRunn0/TP_DevOps
d7b697cf4b3f53f084e625e9b70d426aac702e37
0
ansible/roles/database
7,926
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Run database\n docker_container:\n name: tp_database\n image: bladerunner0/tp-devops-database:latest\n pull: true\n env:\n POSTGRES_DB: \"db\"\n POSTGRES_USER: \"usr\"\n POSTGRES_PASSWORD: \"pwd\"\n network...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 375, "all_permissive": false }
ansible_role
BladeRunn0/TP_DevOps
d7b697cf4b3f53f084e625e9b70d426aac702e37
0
ansible/roles/front
7,926
[ "no_license" ]
[ { "path": "ansible/roles/front/tasks/main.yml", "content": "- name: Run front\n docker_container:\n name: tp_front\n image: bladerunner0/tp-devops-front:latest\n pull: true\n networks:\n - name: app-network\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": 266, "all_permissive": false }
ansible_role
BladeRunn0/TP_DevOps
d7b697cf4b3f53f084e625e9b70d426aac702e37
0
ansible/roles/httpd
7,926
[ "no_license" ]
[ { "path": "ansible/roles/httpd/tasks/main.yml", "content": "- name: Run HTTPD\n docker_container:\n name: tp_http\n image: bladerunner0/tp-devops-http:latest\n pull: true\n networks:\n - name: app-network\n ports:\n - \"80:80\"", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
BladeRunn0/TP_DevOps
d7b697cf4b3f53f084e625e9b70d426aac702e37
0
ansible/roles/network
7,926
[ "no_license" ]
[ { "path": "ansible/roles/network/defaults/main.yml", "content": "---\n# defaults file for /mnt/c/users/louis/Desktop/5A/DevOps/roles/network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/network/tasks/main.yml", "content": "- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 167, "all_permissive": false }
ansible_role
SwordsDevil/ansible
00c0a16be2f64230eb7cd98490846a1d9585ca8f
1
lnmpstandDeploy/roles/mysql
7,926
[ "no_license" ]
[ { "path": "lnmpstandDeploy/roles/mysql/tasks/main.yml", "content": "---\n- name: transfer mysql.repo to remote machine\n template: \n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: install mysql-community-server \n yum: \n name: ['MySQL-python','mysql-community-server']\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1149, "all_permissive": false }
ansible_role
SwordsDevil/ansible
00c0a16be2f64230eb7cd98490846a1d9585ca8f
1
lnmpstandDeploy/roles/nginx
7,926
[ "no_license" ]
[ { "path": "lnmpstandDeploy/roles/nginx/tasks/main.yml", "content": "---\n- name: transfer nginx.repo to remote machine\n template: \n src: nginx.repo\n dest: /etc/yum.repos.d/nginx.repo\n\n- name: install nginx server\n yum: \n name: nginx\n state: latest\n\n- name: transfer nginxconf to remot...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
SwordsDevil/ansible
00c0a16be2f64230eb7cd98490846a1d9585ca8f
1
lnmpstandDeploy/roles/php
7,926
[ "no_license" ]
[ { "path": "lnmpstandDeploy/roles/php/tasks/main.yml", "content": "---\n- name: tansfer php73.repo to remote machine\n template: \n src: php73.repo\n dest: /etc/yum.repos.d/php73.repo\n\n- name: transfer epel.repo to remote machine\n template: \n src: epel.repo\n dest: /etc/yum.repos.d/epel.rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
SwordsDevil/ansible
00c0a16be2f64230eb7cd98490846a1d9585ca8f
1
mysqlMS/roles/master
7,926
[ "no_license" ]
[ { "path": "mysqlMS/roles/master/templates/mycnf.j2", "content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nsymbolic-links=0\nlog-error=/var/log/mysqld.log\npid-file=/var/run/mysqld/mysqld.pid\nserver_id = {{ ansible_default_ipv4.get('address').split('.')[-1] }}\nlog_bin = mysql-bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1511, "all_permissive": false }
ansible_role
SwordsDevil/ansible
00c0a16be2f64230eb7cd98490846a1d9585ca8f
1
mysqlMS/roles/slave
7,926
[ "no_license" ]
[ { "path": "mysqlMS/roles/slave/tasks/main.yml", "content": "---\n- name: transfer mysql.repo to remote machine\n template: \n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: install mysql service \n yum: \n name: ['MySQL-python','mysql-community-server']\n state: latest\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1325, "all_permissive": false }
ansible_role
quikslvr/ansible_test
acfcd8a3722c6e5f3738d5592bd9741780506709
0
roles/main
7,926
[ "no_license" ]
[ { "path": "roles/main/templates/nginx-site.conf.j2", "content": "server {\n listen 80;\n\n root /var/www;\n index index.html;\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/main/defaults/main.yml", "content": "---\npkglist:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2061, "all_permissive": false }
ansible_role
alexspedan/freeipa-ansible
afb292c8076a8d711a5b2a82b072c82d3b2a5797
0
roles/freeipa-services
7,926
[ "no_license" ]
[ { "path": "roles/freeipa-services/templates/letsencrypt-watcher.path.j2", "content": "[Path]\nUnit=restarter-freeipa.service\nPathChanged=/etc/letsencrypt/live/freeipa.aimc.io/\n# trigger on changes to a file not just create/delete\n# don't put comments in the same line as the command\n\n[Install]\nWantedBy...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5755, "all_permissive": false }
ansible_role
alexspedan/freeipa-ansible
afb292c8076a8d711a5b2a82b072c82d3b2a5797
0
roles/preinstall
7,926
[ "no_license" ]
[ { "path": "roles/preinstall/defaults/main.yml", "content": "---\nipa_bind_addr: \"{{ ansible_facts[second_interface_name].ipv4.address }}\"\nipa_hostname: freeipa.aimc.io\n\n# UPPERCASE\nipa_realm: AIMC.IO\nfreeipa_image_version: centos-7-4.6.8\ne-mail_admin: <EMAIL>", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7897, "all_permissive": false }
ansible_role
netf/mac_setup
2b6bb5920a2998a2945c18ff910d81e27768685c
0
roles/mac_setup
7,923
[ "no_license" ]
[ { "path": "roles/mac_setup/tasks/1password.yml", "content": "---\n- name: Configure 1Password\n block:\n - name: Check if 1Password configuration is requested\n ansible.builtin.set_fact:\n configure_1password: \"{{ onepassword_email | default('') | length > 0 }}\"\n\n - name: Display 1Pas...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 30, "total_bytes": 60929, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
default/roles/base_directories
7,923
[ "no_license" ]
[ { "path": "default/roles/base_directories/tasks/main.yml", "content": "---\n\n- name: GIT | Make \"{{ git_repos_path }}\" directory\n file:\n path: \"{{ git_repos_path }}\"\n state: directory\n mode: 0700\n\n- name: MISC | Make ~/.local/bin directory\n file:\n path: ~/.local/bin\n state: di...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 914, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
default/roles/packages
7,923
[ "no_license" ]
[ { "path": "default/roles/packages/tasks/MacOSX.yml", "content": "---\n# - name: OSX | Tap casks\n# homebrew_cask:\n# name: \"{{ casks }}\"\n# state: present\n# vars:\n# casks:\n# - discord\n# # - docker\n# - firefox\n# - iterm2\n# - wireshark\n# become: no\n# ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 7293, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
default/roles/tmux
7,923
[ "no_license" ]
[ { "path": "default/roles/tmux/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Configure tmux\n company: N/A\n license: BSD\n min_ansible_version: 2.7\n\n platforms:\n - name: CentOS\n versions:\n - 7\n - name: Ubuntu\n versions:\n - 18.04\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5738, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
default/roles/vim
7,923
[ "no_license" ]
[ { "path": "default/roles/vim/files/vim/skeleton.py", "content": "#!/usr/bin/env python\n\nimport argparse\nimport logging\n\n\ndef _get_args():\n \"\"\"Get arguments and options.\"\"\"\n parser = argparse.ArgumentParser(description='CHANGEME',\n prog='CHANGEME.py')\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6403, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
default/roles/zsh
7,923
[ "no_license" ]
[ { "path": "default/roles/zsh/molecule/default/prepare.yml", "content": "---\n- name: Prepare\n hosts: all\n tasks:\n\n - name: Install required packages\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - zsh\n - git\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1117, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/docker
7,923
[ "no_license" ]
[ { "path": "personal/roles/docker/tasks/main.yml", "content": "---\n- name: Setup user for docker\n user:\n name: \"{{ ansible_user }}\"\n groups: docker\n state: present\n append: yes\n\n- name: Docker started/enabled\n systemd:\n name: docker.service\n state: started\n enabled: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 547, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/enviroplus_exporter
7,923
[ "no_license" ]
[ { "path": "personal/roles/enviroplus_exporter/handlers/main.yml", "content": "---\n\n- name: Install exporter\n become: true\n copy:\n src: \"{{ enviroplus_exporter_repo_dest }}\"\n dest: \"{{ enviroplus_exporter_install_dir }}/\"\n remote_src: true\n owner: \"{{ enviroplus_exporter_user }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4433, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/grafana
7,923
[ "no_license" ]
[ { "path": "personal/roles/grafana/tasks/main.yml", "content": "---\n- name: Start grafana\n docker_container:\n name: grafana\n state: started\n pull: \"{{ grafana_pull }}\"\n restart_policy: \"unless-stopped\"\n keep_volumes: yes\n # network_mode: host\n image: \"grafana/grafana:{{ gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1228, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/grow_hat_mini
7,923
[ "no_license" ]
[ { "path": "personal/roles/grow_hat_mini/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Setup for grow hat mini\n company: N/A\n license: BSD\n min_ansible_version: 2.9\n\n platforms:\n - name: Ubuntu\n versions:\n - 18.04\n\n galaxy_tags: []\ndependencies...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9754, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/homebridge
7,923
[ "no_license" ]
[ { "path": "personal/roles/homebridge/tasks/main.yml", "content": "---\n- name: Start homebridge\n become: false\n docker_container:\n name: homebridge\n state: started\n pull: \"{{ homebridge_pull }}\"\n restart_policy: \"unless-stopped\"\n keep_volumes: yes\n network_mode: host\n ima...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 979, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/homekit_enviroplus
7,923
[ "no_license" ]
[ { "path": "personal/roles/homekit_enviroplus/handlers/main.yml", "content": "---\n\n- name: Restart homekit_enviroplus\n become: true\n systemd:\n name: homekit_enviroplus.service\n state: restarted\n enabled: true\n daemon_reload: true\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2937, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/htop
7,923
[ "no_license" ]
[ { "path": "personal/roles/htop/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install htop\n company: N/A\n license: BSD\n min_ansible_version: 2.7\n\n platforms:\n - name: CentOS\n versions:\n - 7\n - name: Debian\n versions:\n - 10\n - ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3969, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/k3s_deployments
7,923
[ "no_license" ]
[ { "path": "personal/roles/k3s_deployments/files/grafana/Wireguard.json", "content": "{\n \"__inputs\": [\n {\n \"name\": \"DS_PROMETHEUS\",\n \"label\": \"Prometheus\",\n \"description\": \"\",\n \"type\": \"datasource\",\n \"pluginId\": \"prometheus\",\n \"pluginName\": \"...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 26023, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/logcli
7,923
[ "no_license" ]
[ { "path": "personal/roles/logcli/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install logcli\n company: N/A\n license: BSD\n min_ansible_version: 2.7\n\n platforms:\n - name: CentOS\n versions:\n - 7\n - name: Ubuntu\n versions:\n - 18.04\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2023, "all_permissive": false }