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
kevensen/ose2-extra
1aa7e105dea9cb950a25f031cbeba7c8654f5d6b
0
roles/broker
7,599
[ "no_license" ]
[ { "path": "roles/broker/handlers/main.yaml", "content": "- name: restart openshift-broker\n service: name=openshift-broker state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/broker/tasks/main.yaml", "content": "- replace: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 425, "all_permissive": false }
ansible_role
kevensen/ose2-extra
1aa7e105dea9cb950a25f031cbeba7c8654f5d6b
0
roles/common
7,599
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Install rsyslog-gnutls\n yum: name=rsyslog-gnutls state=installed\n- name: Install ntpd\n yum: name=ntp state=installed\n notify:\n - restart ntp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
kevensen/ose2-extra
1aa7e105dea9cb950a25f031cbeba7c8654f5d6b
0
roles/console
7,599
[ "no_license" ]
[ { "path": "roles/console/handlers/main.yaml", "content": "- name: restart console\n service: name=openshift-console state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/console/tasks/main.yaml", "content": "- shell: find /op...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
kevensen/ose2-extra
1aa7e105dea9cb950a25f031cbeba7c8654f5d6b
0
roles/logclient
7,599
[ "no_license" ]
[ { "path": "roles/logclient/templates/10-rsyslog-client-ose2.j2", "content": "$DefaultNetStreamDriver gtls\n$DefaultNetStreamDriverCAFile {{ rsyslog_cafile }}\n$DefaultNetStreamDriverCertFile {{ rsyslog_certfile }}\n$DefaultNetStreamDriverKeyFile {{ rsyslog_keyfile }}\n\n$ActionSendStreamDriverMode 1\n$Actio...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1008, "all_permissive": false }
ansible_role
kevensen/ose2-extra
1aa7e105dea9cb950a25f031cbeba7c8654f5d6b
0
roles/logger
7,599
[ "no_license" ]
[ { "path": "roles/logger/tasks/main.yaml", "content": "- template: src=10-rsyslog-ose2.j2 dest=/etc/rsyslog.d/10-rsyslog-ose2.conf owner=root group=root mode=0644\n notify:\n - restart rsyslog\n- lineinfile: dest=/etc/rsyslog.conf line=\"$PreserveFQDN on\" state=present insertafter=\"\\#\\#\\#\\# GLOBAL ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1219, "all_permissive": false }
ansible_role
kevensen/ose2-extra
1aa7e105dea9cb950a25f031cbeba7c8654f5d6b
0
roles/node
7,599
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yaml", "content": "- lineinfile: dest=/etc/sysconfig/httpd line=\"OPTIONS=\\\"-DOpenShiftFrontendSyslogEnabled\\\"\"\n name: \"Enable Syslog for Apache\"\n notify:\n - restart apache\n- lineinfile: dest=/etc/openshift/node.conf regexp=\"^#PLATFORM_LOG_CLASS=\" line=\"PLAT...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
raviswarn/ansible-playbooks-sample
b1246afb9f3a8013b4ce43264c4c01bf67b827b7
0
roles/roles/nginxrole
7,599
[ "no_license" ]
[ { "path": "roles/roles/nginxrole/tasks/main.yml", "content": "- name: install nginx\n yum: pkg=nginx state=latest update_cache=yes\n- name: copy nginx config file\n copy: src=files/nginx.conf dest=/etc/nginx/sites-available/default\n- name: enable configuration\n file: >\n dest=/etc/nginx/sites-enabled...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
raviswarn/ansible-playbooks-sample
b1246afb9f3a8013b4ce43264c4c01bf67b827b7
0
roles/roles/redhat_webservers
7,599
[ "no_license" ]
[ { "path": "roles/roles/redhat_webservers/handlers/main.yml", "content": "- name: Restart HTTPD\n service: name={{redhat_apache}} state=restarted\n when: \"ansible_os_family == 'RedHat'\"\n- name: InstallGit\n yum: pkg=git state=latest \n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
raviswarn/ansible-playbooks-sample
b1246afb9f3a8013b4ce43264c4c01bf67b827b7
0
roles/roles/testrole
7,599
[ "no_license" ]
[ { "path": "roles/roles/testrole/tasks/main.yml", "content": "- name: install the apache web server\n action: yum name=httpd state=installed\n notify: Restart HTTPD\n- name: Add a list of software\n yum: pkg={{item}} state=latest\n with_items:\n - svn\n - git\n- name: verify that the web server runni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
raviswarn/ansible-playbooks-sample
b1246afb9f3a8013b4ce43264c4c01bf67b827b7
0
roles/roles/webservers
7,599
[ "no_license" ]
[ { "path": "roles/roles/webservers/tasks/main.yml", "content": "- name: install apache webserver\n yum: pkg={{redhat_apache}} state=latest\n when: \"ansible_os_family == 'RedHat'\"\n notify: Restart HTTPD\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
sandeepreddy-157/Roboshop-ansible
a5b92d2c7b3554103c176069165b189138f7aa4a
0
roles/common
7,599
[ "no_license" ]
[ { "path": "roles/common/tasks/download-app-code.yml", "content": "- name: Add RoboShop Application User\n when: APP_USER is defined\n ansible.builtin.user:\n name: \"{{ APP_USER }}\"\n register: appuser\n\n- name: Download App Content & Extract it\n ansible.builtin.unarchive:\n src: https://github...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
sandeepreddy-157/Roboshop-ansible
a5b92d2c7b3554103c176069165b189138f7aa4a
0
roles/frontend
7,599
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Include Download App Code Tasks from Common Role\n ansible.builtin.include_role:\n name: common\n tasks_from: download-app-code\n\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
zpv/xenial-dev-vagrant
bb1dea6504b825c2fbc2473396f27c2843f72ccf
0
provisioning/roles/basic
7,599
[ "no_license" ]
[ { "path": "provisioning/roles/basic/tasks/main.yml", "content": "- name: Installing additional packages\n become: yes\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - vim\n - nginx\n - zsh\n - git\n - language-pack-en\n - build-essential\n\n- name: Clone oh-my-zsh repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1318, "all_permissive": false }
ansible_role
ffabrice/mss-self-project
96b6eb9a574e521015fd919853cd5a29c6814a20
1
modules/install-strongswan-on-ovh/roles/strongswan
7,599
[ "no_license" ]
[ { "path": "modules/install-strongswan-on-ovh/roles/strongswan/tasks/main.yml", "content": "---\n# Tasks to install and configure strongSwan\n\n- name: Install strongSwan \n ansible.builtin.apt: pkg=strongswan state=present\n\n- name: Configure ipsec.conf \n template: src=ipsec.conf.j2 dest={{ strongswan_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4923, "all_permissive": false }
ansible_role
berzerk54/repo
509f78c6db94e88e06d3e2128e0e98952c29048a
0
roles/dockerize
7,599
[ "no_license" ]
[ { "path": "roles/dockerize/tasks/main.yml", "content": "---\n# tasks file for dockerize\n\n - name: Create a docker network \n docker_network:\n name: app1_net\n driver: bridge\n ipam_options:\n subnet: 172.16.0.0/28\n\n - name: Pulling docker images for environment\n docker_im...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2280, "all_permissive": false }
ansible_role
berzerk54/repo
509f78c6db94e88e06d3e2128e0e98952c29048a
0
roles/preparing_distribs
7,599
[ "no_license" ]
[ { "path": "roles/preparing_distribs/tasks/main.yml", "content": "---\n# tasks file for preparing_distribs\n\n - name: Getting configs\n git:\n repo: https://github.com/berzerk54/repo.git\n dest: ~/ansible-project/work_tmp/configs\n \n - name: Installing environment configuration\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 838, "all_permissive": false }
ansible_role
berzerk54/repo
509f78c6db94e88e06d3e2128e0e98952c29048a
0
roles/setting_up
7,599
[ "no_license" ]
[ { "path": "roles/setting_up/vars/main.yml", "content": "---\n# vars file for setting_up", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/setting_up/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1731, "all_permissive": false }
ansible_role
berzerk54/repo
509f78c6db94e88e06d3e2128e0e98952c29048a
0
roles/setting_up_directories
7,599
[ "no_license" ]
[ { "path": "roles/setting_up_directories/tasks/main.yml", "content": "---\n# tasks file for setting_up_directories\n\n - name: Creating Folders \n file:\n path: \"{{ item }}\"\n mode: '0755'\n owner: \"{{ lookup('env', 'USER') }}\"\n group: \"{{ lookup('env', 'USER...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1380, "all_permissive": false }
ansible_role
dewUmesh/ansibleRepository
ea8f92c008fa864c6e0ad9977e62e39fbaf08f8d
0
roles/jInstall.java
7,599
[ "no_license" ]
[ { "path": "roles/jInstall.java/vars/RedHat-7.yml", "content": "---\n# JDK version options include:\n# - java\n# - java-1.6.0-openjdk\n# - java-1.7.0-openjdk\n# - java-1.8.0-openjdk\n# __java_packages:\n java_packages:\n - java-1.8.0-openjdk\n", "license_type": "no_license", "detected_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1503, "all_permissive": false }
ansible_role
dewUmesh/ansibleRepository
ea8f92c008fa864c6e0ad9977e62e39fbaf08f8d
0
roles/print
7,599
[ "no_license" ]
[ { "path": "roles/print/handlers/main.yml", "content": "---\n- name: some_handler\n debug:\n var: result1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/print/tasks/main.yml", "content": "# Template to print the command output on scr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 391, "all_permissive": false }
ansible_role
fabiomilesi/at_wordpress_prd
6d2460b75556a1eb3cac80bf7e2e8d4abb614ec5
0
roles/mysql
7,599
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n# defaults file for mysql\n# Define nome do banco de dados\nwp_mysql_db: wordpress\n# Define o nome do usuario do banco\nwp_mysql_user: fabio\n# Define a senha do usuario criado\nwp_mysql_password: <PASSWORD>.\n# Define o IP do banco de dados Mysql...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 895, "all_permissive": false }
ansible_role
fabiomilesi/at_wordpress_prd
6d2460b75556a1eb3cac80bf7e2e8d4abb614ec5
0
roles/php
7,599
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "#Playbook destinado a instalação das extensões do PHP\n- name: Atualiza o cache apt de nosso servidor\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Extensões PHP\n apt:\n name: ['php-xml','php-mbstring','php-xml','php-cli','php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
fabiomilesi/at_wordpress_prd
6d2460b75556a1eb3cac80bf7e2e8d4abb614ec5
0
roles/server
7,599
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n - name: Atualiza o cache apt do servidor\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n - name: Instala os pacotes necessarios PHP\n apt:\n name: ['apache2','php-mysql','php','libapache2-mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
fabiomilesi/at_wordpress_prd
6d2460b75556a1eb3cac80bf7e2e8d4abb614ec5
0
roles/wordpress
7,599
[ "no_license" ]
[ { "path": "roles/wordpress/handlers/main.yml", "content": "---\n# handlers file for wordpress\n- name: Reinicia o serviço Apache\n service: name=apache2 state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/wordpress/tasks/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1751, "all_permissive": false }
ansible_role
gskrscm/redmart-test
6348afad054078c975ce340207c2ac607506b2df
0
deployment/roles/app-deploy
7,599
[ "no_license" ]
[ { "path": "deployment/roles/app-deploy/tasks/main.yml", "content": "---\n\n - name: Ensure app folder exists\n file:\n path: /opt/app\n state: directory\n mode: u+rwx\n follow: true\n\n - name: Download war file\n get_url:\n url: http://localhost:8081/repository/todoapp-rele...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 641, "all_permissive": false }
ansible_role
Luk-kar/SmogSense
f836e26da877abea43081381725bd97775cd2565
0
server_deployment/ansible/roles/app
7,599
[ "no_license" ]
[ { "path": "server_deployment/ansible/roles/app/tasks/main.yml", "content": "- name: Create application directory\n file:\n path: \"{{ repository_dir}}\"\n state: directory\n mode: \"0755\"\n tags: app\n\n- name: Check if SmogSense repo directory exists\n stat:\n path: \"{{ smogsense_dir }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
Luk-kar/SmogSense
f836e26da877abea43081381725bd97775cd2565
0
server_deployment/ansible/roles/browser
7,599
[ "no_license" ]
[ { "path": "server_deployment/ansible/roles/browser/tasks/main.yml", "content": "- name: Ensure apt cache is updated\n ansible.builtin.apt:\n update_cache: yes\n tags: browser\n\n- name: Install Chromium browser\n ansible.builtin.apt:\n name: chromium-browser\n state: present\n tags: browser\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
Luk-kar/SmogSense
f836e26da877abea43081381725bd97775cd2565
0
server_deployment/ansible/roles/common
7,599
[ "no_license" ]
[ { "path": "server_deployment/ansible/roles/common/tasks/main.yml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n tags: common\n\n- name: Install core dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
Luk-kar/SmogSense
f836e26da877abea43081381725bd97775cd2565
0
server_deployment/ansible/roles/config
7,599
[ "no_license" ]
[ { "path": "server_deployment/ansible/roles/config/tasks/main.yml", "content": "- name: Copy .env example\n copy:\n src: \"{{ smogsense_dir }}/.env.example\"\n dest: \"{{ smogsense_dir }}/.env\"\n remote_src: yes\n tags: config\n\n- name: Copy config.ini example\n copy:\n src: \"{{ smogsense_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
Luk-kar/SmogSense
f836e26da877abea43081381725bd97775cd2565
0
server_deployment/ansible/roles/deploy
7,599
[ "no_license" ]
[ { "path": "server_deployment/ansible/roles/deploy/tasks/main.yml", "content": "- name: Run test scripts\n command: \"./{{ item }}\"\n args:\n chdir: \"{{ smogsense_dir }}/tests\"\n loop:\n - run_tests_all.sh\n - run_tests_data_air_quality.sh\n - run_tests_data_health.sh\n tags: deploy\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
Luk-kar/SmogSense
f836e26da877abea43081381725bd97775cd2565
0
server_deployment/ansible/roles/docker
7,599
[ "no_license" ]
[ { "path": "server_deployment/ansible/roles/docker/tasks/main.yml", "content": "- name: Add Docker GPG key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n tags: docker\n\n- name: Add Docker repository\n ansible.builtin.apt_repository:\n repo: \"de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 898, "all_permissive": false }
ansible_role
Luk-kar/SmogSense
f836e26da877abea43081381725bd97775cd2565
0
server_deployment/ansible/roles/xrdp
7,599
[ "no_license" ]
[ { "path": "server_deployment/ansible/roles/xrdp/tasks/main.yml", "content": "- name: Install xfce4 desktop environment\n apt:\n name: xfce4\n state: present\n tags: xrdp\n\n- name: Install xfce4-session\n apt:\n name: xfce4-session\n state: present\n tags: xrdp\n\n- name: Install xrdp\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
TalkingQuickly/ansible-osx-setup
d186c26915c98f2125bbd4ea024b872a18204a40
101
roles/dnsmasq
7,595
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "- name: \"Install homebrew packages\"\n community.general.homebrew:\n name: [ dnsmasq ]\n state: present\n update_homebrew: true\n\n- name: \"Get config directory\"\n shell:\n cmd: echo \"$(brew --prefix)/etc/\"\n register: config_director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 841, "all_permissive": false }
ansible_role
phoenixadb/MobSF-Tools
620c0f0b355f16b74c98440e459cb93641380bb7
13
ansible/roles/mobsf
7,595
[ "no_license" ]
[ { "path": "ansible/roles/mobsf/tasks/main.yml", "content": "---\n\n- name: \"Clone MobSF\"\n git:\n repo: https://github.com/MobSF/Mobile-Security-Framework-MobSF.git\n dest: \"$HOME/Mobile-Security-Framework-MobSF\"\n tags:\n - mobsf\n - source\n\n- name: Initialize MobSF\n command: ./setup....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2124, "all_permissive": false }
ansible_role
GaborWnuk/raspbian-ansible
ea4f289978affd1ba6b22102612bac845255af4f
0
roles/core
7,595
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "---\n- name: \"Update APT package cache\"\n action: apt update_cache=yes\n\n- name: \"Upgrade APT to the lastest packages\"\n action: apt upgrade=safe\n\n- name: \"Set hostname to {{ hostname }}\"\n hostname: name={{ hostname }}\n\n- name: \"Fix /etc/hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1064, "all_permissive": false }
ansible_role
GaborWnuk/raspbian-ansible
ea4f289978affd1ba6b22102612bac845255af4f
0
roles/createuser
7,595
[ "no_license" ]
[ { "path": "roles/createuser/tasks/main.yml", "content": "---\n- name: \"Create group\"\n group: name={{ group }} state=present\n\n- name: \"Create user\"\n user: name={{ user }} shell=/bin/bash groups={{ group }},sudo\n\n- name: \"Add authorized_key\"\n authorized_key: user={{ user }} key=\"{{ lookup('fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
GaborWnuk/raspbian-ansible
ea4f289978affd1ba6b22102612bac845255af4f
0
roles/firewall
7,595
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: \"Create firewall directory\"\n file: path=/root/firewall state=directory mode=0700\n\n- name: \"Copy firewall.sh\"\n copy: src=firewall.sh dest=/root/firewall/firewall.sh owner=root group=root mode=0700\n\n- name: \"Download GeoIP databa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6331, "all_permissive": false }
ansible_role
GaborWnuk/raspbian-ansible
ea4f289978affd1ba6b22102612bac845255af4f
0
roles/nginx
7,595
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: \"Install nginx-full\"\n apt: name=nginx-full state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
alexwirehead/deploy_gitlab
ab1435ca2ece1713fa36de2236397c77d8b8b294
0
ansible/roles/gitlab
7,595
[ "no_license" ]
[ { "path": "ansible/roles/gitlab/tasks/install_docker.yml", "content": "---\n- name: Add epel repository\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n gpgcheck: no\n tags: base_install\n\n- name: Insta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4147, "all_permissive": false }
ansible_role
mcktr/icinga2-vagrant-deb
3ef3af290f7d2329050f75935a089ccaa4ef363c
0
ansible/roles/icinga2
7,595
[ "no_license" ]
[ { "path": "ansible/roles/icinga2/tasks/main.yml", "content": "- name: apt present icinga2\n apt:\n name: icinga2\n state: present\n update_cache: yes\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
mcktr/icinga2-vagrant-deb
3ef3af290f7d2329050f75935a089ccaa4ef363c
0
ansible/roles/icinga2-snapshot
7,595
[ "no_license" ]
[ { "path": "ansible/roles/icinga2-snapshot/tasks/main.yml", "content": "- name: template /etc/apt/sources.list.d/icinga.list\n template:\n src: icinga.list.j2\n dest: /etc/apt/sources.list.d/icinga.list\n become: true\n\n- name: apt_key present {{ icinga_repository_key }}\n apt_key:\n url: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 558, "all_permissive": false }
ansible_role
mcktr/icinga2-vagrant-deb
3ef3af290f7d2329050f75935a089ccaa4ef363c
0
ansible/roles/vim
7,595
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "- name: install vim\n apt:\n name: vim\n update_cache: yes\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
0xdbe/Keycloak-Ansible-Playbook
c9a9eef609a0d2491c72ab3d172a05e01baef3d8
0
roles/keycloak
7,595
[ "no_license" ]
[ { "path": "roles/keycloak/tasks/ubuntu_init.yml", "content": "---\n\n- name: Update and upgrade packages\n become: true\n apt:\n upgrade: 'yes'\n update_cache: yes\n \n- name: install unzip\n apt:\n name: unzip\n state: present\n update_cache: yes\n become: yes\n \n- name: install Ope...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5158, "all_permissive": false }
ansible_role
Pexometro/moonshot-devops-infrastructure
9b0e91991044b25cf53acfb40244217f4e242084
0
roles/moonshot
7,595
[ "no_license" ]
[ { "path": "roles/moonshot/tasks/main.yml", "content": "---\n- name: Include role variables \n include_vars: \"{{ role_path }}/vars/env.yml\"\n\n- name: Include deployment tasks for Moonshot\n include_tasks: deploy.yml\n no_log: true\n when: operation == \"deploy\"\n\n- name: Include undeployment tasks f...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5220, "all_permissive": false }
ansible_role
Pexometro/moonshot-devops-infrastructure
9b0e91991044b25cf53acfb40244217f4e242084
0
roles/postgres
7,595
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Include role variables\n include_vars:\n file: \"{{ role_path }}/vars/env.yml\"\n \n- name: Include deployment tasks for PostgreSQL\n include_tasks: deploy.yml\n no_log: true\n when: operation == \"deploy\"\n\n- name: Include unde...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3529, "all_permissive": false }
ansible_role
kakarot404/static-website-with-Terraform-Ansible
df05f1babc2290b3bcec10fbe8b75096a45102f9
0
ansible/roles/install_awscli
7,595
[ "no_license" ]
[ { "path": "ansible/roles/install_awscli/tasks/main.yml", "content": "- name: Check if AWS CLI is installed\n command: aws --version\n register: aws_cli_check\n ignore_errors: yes\n\n- name: Download AWS CLI v2 installer\n command: curl \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\" -o \"aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
kakarot404/static-website-with-Terraform-Ansible
df05f1babc2290b3bcec10fbe8b75096a45102f9
0
ansible/roles/setup_nginx
7,595
[ "no_license" ]
[ { "path": "ansible/roles/setup_nginx/tasks/main.yml", "content": "\n- name: Ensure Python 3 and pip are installed\n apt:\n name:\n - python3\n - python3-pip\n state: present\n update_cache: yes\n\n- name: Ensure Python 'six' module is installed\n ansible.builtin.apt:\n name: python3-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
306-san/sish-user-playbook-sample
454dfab16ffe7d2e2663675614166ef3019022ee
0
roles/add_sish_users
7,595
[ "no_license" ]
[ { "path": "roles/add_sish_users/tasks/main.yml", "content": "---\n- name: sish ユーザー追加\n get_url:\n url: \"{{ item.public_key }}\"\n dest: \"/home/ubuntu/test-sish/deploy/pubkeys/{{ item.name }}\"\n mode: '0400'\n owner: 'ubuntu'\n group: 'ubuntu'\n force: yes\n with_items: \"{{ users }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }
ansible_role
japan-yury/ansible_repo
1a5058a5d8b205f3a6b36fa34d8dc7d6e7831ad3
0
roles/check_failed_tasks
7,595
[ "no_license" ]
[ { "path": "roles/check_failed_tasks/tasks/main.yml", "content": "---\r\n- name: Get failed AWX tasks\r\n include_tasks: get_tasks.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/check_failed_tasks/vars/main.yml", "content": "---\r\na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3923, "all_permissive": false }
ansible_role
nedal-ayoub/personetics-assignment
a2e4b704dc582d4ec257627f89c937383d68910e
0
deployment/roles/install_docker
7,595
[ "no_license" ]
[ { "path": "deployment/roles/install_docker/tasks/main.yml", "content": "---\n- name: Update all packages\n yum:\n name: '*'\n state: latest\n update_only: yes\n\n- name: Ensure a list of yum packages are installed\n yum:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
davecore82/ansible-getting-started-devopsmtl-20140303
21c1938db3d3c9269f1b59d823ee035cd17163e1
0
roles/dbservers
7,595
[ "no_license" ]
[ { "path": "roles/dbservers/defaults/main.yml", "content": "---\n# defaults file for dbservers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/dbservers/handlers/main.yml", "content": "---\n# handlers file for dbservers\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 186, "all_permissive": false }
ansible_role
davecore82/ansible-getting-started-devopsmtl-20140303
21c1938db3d3c9269f1b59d823ee035cd17163e1
0
roles/webservers
7,595
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "---\n# tasks file for webservers\n\n- name: install Apache\n yum: name=httpd state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
barbarabranco/playbook_blue_green
39ec700cfc2eac5cea5408a21c7a9ecc468e95e0
0
maquina_devops/ansible/roles/git
7,595
[ "no_license" ]
[ { "path": "maquina_devops/ansible/roles/git/tasks/deb.yml", "content": "- name: Install packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - curl\n - openssh-server\n - ca-certificates\n - postfix\n\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 599, "all_permissive": false }
ansible_role
barbarabranco/playbook_blue_green
39ec700cfc2eac5cea5408a21c7a9ecc468e95e0
0
maquina_devops/ansible/roles/rundeck
7,595
[ "no_license" ]
[ { "path": "maquina_devops/ansible/roles/rundeck/tasks/main.yml", "content": "---\n# tasks file for rundeck\n\n- name: Install rundeck\n hosts: automation\n tasks:\n - include: pre_configure.yml\n - include: install.yml\n\n# tasks file for rundeck\n", "license_type": "no_license", "detected_lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 482, "all_permissive": false }
ansible_role
enxebre/ansible-pragmatic-guide
f061dd4c6f140857744a61fe463a7f185739abb7
10
roles/weave
7,595
[ "no_license" ]
[ { "path": "roles/weave/README.md", "content": "weave\n=========\n\n<a href=\"https://app.wercker.com/project/bykey/b9c63f356842c8ae56b530ea8fd08f8a\"><img alt=\"Wercker status\" src=\"https://app.wercker.com/status/b9c63f356842c8ae56b530ea8fd08f8a/m\"></a>\n\nSet up a [weave](https://github.com/weaveworks/w...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2853, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
base_configuration/roles/gather_facts
7,595
[ "no_license" ]
[ { "path": "base_configuration/roles/gather_facts/vars/main.yml", "content": "---\n# vars file for gather_facts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "base_configuration/roles/gather_facts/tasks/main.yml", "content": "---\n\n- name: L...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1076, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_contracts_collect
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_contracts_collect/tasks/main.yml", "content": "---\n- name: READ CONTRACTS CONFIG\n\n #ignore_errors: true\n\n block:\n #FILTERS\n - name: Create a defaults directory if it does not exist\n ansible.builtin.file:\n path: \"{{ repository['path'] }}/cis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4771, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_contracts_deploy
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_contracts_deploy/vars/main/associated.yml", "content": "---\nassociated:\n- vzRsSubjFiltAtt:\n attributes:\n action: permit\n annotation: orchestrator:ansible\n dn: uni/tn-Ansible/brc-web/subj-http/rssubjFiltAtt-http\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 11683, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_fabric_access_collect
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_fabric_access_collect/tasks/main.yml", "content": "---\n- name: FABRIC ACCESS CONFIG\n\n #ignore_errors: true\n\n block:\n - name: Create a defaults directory if it does not exist\n ansible.builtin.file:\n path: \"{{ repository['path'] }}/cisco_aci/role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7295, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_fabric_access_deploy
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_fabric_access_deploy/vars/main/leaf_profile.yml", "content": "---\nleaf_profile:\n- infraHPortS:\n attributes:\n annotation: orchestrator:ansible\n descr: Brownfield\n dn: uni/infra/accportprof-Ansible_FI-1A/hports-ethernet1_22-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 13364, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_health
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_health/tasks/main.yml", "content": "---\n- name: HEALTH CHECK FOR NEW TENANT\n\n #ignore_errors: true\n block:\n - name: Get Tenant Health Score\n aci_rest:\n path: /api/node/mo/uni/tn-{{tenant_item['fvTenant']['attributes']['name'] | default(omit, True...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_l3out_collect
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_l3out_collect/tasks/main.yml", "content": "---\n- name: READ L3OUT CONFIG\n\n #ignore_errors: true\n block:\n #L3OUT\n - name: Create a defaults directory if it does not exist\n ansible.builtin.file:\n path: \"{{ repository['path'] }}/cisco_aci/roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3024, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_l3out_deploy
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_l3out_deploy/vars/main/ext.yml", "content": "changed: false\next:\n- l3extInstP:\n attributes:\n annotation: orchestrator:ansible\n descr: ''\n dn: uni/tn-Ansible/out-Ansible_l3out/instP-Ansible_external_corporate\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5124, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_tenant_collect
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_tenant_collect/tasks/main.yml", "content": "---\n- name: READ TENANT CONFIG\n\n #ignore_errors: true\n block:\n #TENANTS\n - name: Create a defaults directory if it does not exist\n ansible.builtin.file:\n path: \"{{ repository['path'] }}/cisco_aci/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4563, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/brownfield_tenant_deploy
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/brownfield_tenant_deploy/vars/main/bds.yml", "content": "---\nbds:\n- fvBD:\n attributes:\n OptimizeWanBandwidth: 'no'\n annotation: orchestrator:ansible\n arpFlood: 'no'\n bcastP: 172.16.58.3\n descr: ''\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 20691, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day0_aep_pools
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day0_aep_pools/tasks/main.yml", "content": "---\n- name: AEP AND PHYS AND VLAN POOL\n\n #ignore_errors: true\n\n block:\n - name: Read CSV File csv_files/aci_vlan_pool.csv\n read_csv:\n path: ../csv_files/day0/aci_vlan_pool.csv # location of CSV file\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3006, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day0_fabric_access_policies
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day0_fabric_access_policies/tasks/main.yml", "content": "---\n- name: FABRIC ACCESS POLICIES\n\n ignore_errors: true\n\n block:\n - name: Read CSV File csv_files/aci_fabric_access_sw_profile_selector.csv\n community.general.read_csv:\n path: ../csv_files/day0/aci_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5091, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day0_fabric_access_port_to_profile
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day0_fabric_access_port_to_profile/tasks/main.yml", "content": "---\n- name: FABRIC ACCESS PORT TO PROFILE\n\n ignore_errors: true\n\n block:\n - name: Read CSV File csv_files/day0/aci_fabric_access_port_to_profile.csv\n read_csv:\n path: ../csv_files/day0/aci_fab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2014, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day0_snapshot
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day0_snapshot/tasks/main.yml", "content": "---\n- name: Snapshot\n block:\n \n - name: Create snapshot \n aci_config_snapshot:\n export_policy: demo\n max_count: 3\n\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day1_contracts
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day1_contracts/tasks/main.yml", "content": "---\n- name: CONFIGURE TENANT CONTRACT CONFIGURATIONS\n\n #ignore_errors: true\n block:\n - name: Read Contract Info csv_files/day1/aci_contracts.csv\n read_csv:\n path: ../csv_files/day1/aci_contracts.csv # location of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3651, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day1_l3out
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day1_l3out/tasks/main.yml", "content": "---\n- name: L3OUT\n\n block:\n - name: Read Contract Info csv_files/day1/aci_layer3out.csv\n read_csv:\n path: ../csv_files/day1/aci_layer3out.csv # location of CSV file\n register: aci_l3out\n delegate_to: localho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1786, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day1_tenant_epg_bindings
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day1_tenant_epg_bindings/tasks/main.yml", "content": "---\n- name: STATIC BINDING TO EPG\n\n #ignore_errors: true\n\n block:\n - name: Read CSV File\n read_csv:\n path: ../csv_files/day1/aci_static_binding.csv # location of CSV file\n register: aci_static_bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3653, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
cisco_aci/roles/day2_health_score
7,595
[ "no_license" ]
[ { "path": "cisco_aci/roles/day2_health_score/tasks/main.yml", "content": "---\n- name: VALIDATE THE TENANT HEALTH SCORE\n\n block:\n - name: Read CSV File\n read_csv:\n path: ../csv_files/day1/aci_static_binding.csv # location of CSV file\n register: aci_static_binding_to_epg\n del...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 898, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
netbox/roles/ACTUAL_STATE
7,595
[ "no_license" ]
[ { "path": "netbox/roles/ACTUAL_STATE/vars/main.yml", "content": "---\nbackup_root: /tmp/network-demos-repo/netbox/backups\nexclusion_pattern: \"(^! Command:)|(^! device:)\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "netbox/roles/ACTUAL_STATE/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1210, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
netbox/roles/COMPARE_STATES
7,595
[ "no_license" ]
[ { "path": "netbox/roles/COMPARE_STATES/tasks/main.yml", "content": "---\n- name: Clone a Repo to EE\n shell:\n cmd: \"git clone http://gitea:gitea@ansible-1:3000/gitea/network-demos-repo.git\"\n chdir: /tmp/\n delegate_to: localhost\n\n- name: Diff against Device Running Config and Netbox Intended C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 689, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
netbox/roles/INTENDED_STATE
7,595
[ "no_license" ]
[ { "path": "netbox/roles/INTENDED_STATE/tasks/main.yml", "content": "---\n# The ReST API documentation can be found here: https://demo.netbox.dev/api/schema/swagger-ui/\n\n- name: Clone a Repo to EE\n shell:\n cmd: \"git clone http://gitea:gitea@ansible-1:3000/gitea/network-demos-repo.git\"\n chdir: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2595, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
network_snow/roles/incident
7,595
[ "no_license" ]
[ { "path": "network_snow/roles/incident/tasks/main.yml", "content": "---\n- name: Grab Current Time\n set_fact: current_time=\"{{ lookup('pipe','date +%Y-%m-%d\\ %H:%M:%S') }}\"\n\n- name: Set Stats\n cisco.ios.ios_config:\n commands:\n - no banner login\n - no banner motd\n\n- name: Gather Ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1312, "all_permissive": false }
ansible_role
jopaik/network_demos
65f61359335c0888f76b84c08286317fedc9a055
0
network_snow/roles/resolve
7,595
[ "no_license" ]
[ { "path": "network_snow/roles/resolve/tasks/main.yml", "content": "- name: Resolve SNOW incident if configuration is compliant\n block:\n - name: Resolve ticket\n servicenow.itsm.incident:\n instance:\n host: \"{{ SN_HOST }}\"\n username: \"{{ SN_USERNAME }}\"\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1729, "all_permissive": false }
ansible_role
Raspout/CPE-DevOps
e5f6ae7dca6929a35914ccc9584b9cf5f32cc1bf
0
ansible/roles/app
7,595
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for roles/app\n- name: Run backend\n docker_container:\n # Name of the container, it will also be its hostname for other containers\n name: backend\n image: raspout/my-backend:latest\n # Expose the container to the app_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
Raspout/CPE-DevOps
e5f6ae7dca6929a35914ccc9584b9cf5f32cc1bf
0
ansible/roles/database
7,595
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n- name: Run database\n docker_container:\n # Name of the container, it will also be its hostname for other containers\n name: database\n image: raspout/my-database:latest\n # Expose the containe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
Raspout/CPE-DevOps
e5f6ae7dca6929a35914ccc9584b9cf5f32cc1bf
0
ansible/roles/docker
7,595
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n#Install required packages\n - name: Install device-mapper-persistent-data\n yum:\n name: device-mapper-persistent-data\n state: latest\n - name: add repo docker\n command: \n cmd: yum-con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 801, "all_permissive": false }
ansible_role
Raspout/CPE-DevOps
e5f6ae7dca6929a35914ccc9584b9cf5f32cc1bf
0
ansible/roles/front
7,595
[ "no_license" ]
[ { "path": "ansible/roles/front/tasks/main.yml", "content": "---\n# tasks file for roles/front\n- name: Run front\n docker_container:\n # Name of the container, it will also be its hostname for other containers\n name: front\n image: raspout/my-front:latest\n # Expose the container to the app_netw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
Raspout/CPE-DevOps
e5f6ae7dca6929a35914ccc9584b9cf5f32cc1bf
0
ansible/roles/network
7,595
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n# tasks file for roles/network\n\n - name: Create docker network\n docker_network:\n name: app_network\n vars:\n ansible_python_interpreter: /usr/bin/python3\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
Raspout/CPE-DevOps
e5f6ae7dca6929a35914ccc9584b9cf5f32cc1bf
0
ansible/roles/proxy
7,595
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n# tasks file for roles/proxy\n- name: Run HTTPD\n docker_container:\n # Name of the container, it will also be its hostname for other containers\n name: httpd\n image: raspout/my-httpd:latest\n # Expose the container to the app_netw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
xtousan/filipsu-iac
c595ae024c15f016abd321bf3474c9672c622dd1
0
ansible/roles/provide-access
7,592
[ "no_license" ]
[ { "path": "ansible/roles/provide-access/tasks/main.yml", "content": "---\r\n- include_tasks: install-sudo.yml\r\n- include_tasks: create-technic.yml\r\n- include_tasks: add-ssh-keys.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "ansible/roles...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 742, "all_permissive": false }
ansible_role
svenvandescheur/ansible-svenv.nl
74b169af0b8f499166a1c27c9b10d348860367a8
16
roles/appserver
7,592
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "---\n# file: main.yml\n- name: 'config ufw: allow http'\n ufw: rule=allow port=80 proto=tcp\n\n- name: 'config ufw: allow ssl'\n ufw: rule=allow port=443 proto=tcp\n\n- name: 'clone docker-svenv.nl-data from github'\n git: repo=\"https://github.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2132, "all_permissive": false }
ansible_role
svenvandescheur/ansible-svenv.nl
74b169af0b8f499166a1c27c9b10d348860367a8
16
roles/common
7,592
[ "no_license" ]
[ { "path": "roles/common/templates/00-header.j2", "content": "#!/bin/sh\n# {{ ansible_managed }}\ntoilet `hostname` -f smmono12\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/common/templates/.gitconfig.j2", "content": "# {{ ansible_ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7449, "all_permissive": false }
ansible_role
svenvandescheur/ansible-svenv.nl
74b169af0b8f499166a1c27c9b10d348860367a8
16
roles/muninnode
7,592
[ "no_license" ]
[ { "path": "roles/muninnode/templates/munin-node.conf.j2", "content": "# {{ ansible_managed }}\nlog_level 4\nlog_file /var/log/munin/munin-node.log\npid_file /var/run/munin/munin-node.pid\nbackground 1\nsetsid 1\nuser root\ngroup root\nignore_file [\\#~]$\nignore_file DEADJOE$\nignore_file \\.bak$\nignore_fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
svenvandescheur/ansible-svenv.nl
74b169af0b8f499166a1c27c9b10d348860367a8
16
roles/vpnserver
7,592
[ "no_license" ]
[ { "path": "roles/vpnserver/tasks/main.yml", "content": "---\n# file: main.yml\n- name: 'config ufw: allow openvpn'\n ufw: rule=allow port=1194 proto=udp\n\n- name: 'clone vpn-docker-data from github'\n git: repo=https://github.com/svenvandescheur/docker-openvpn-data.git dest=/srv/docker-openvpn-data force...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
Pelochus/pelochus-homelab
e096bd54269ec0f207f61821318538a3eacfdeb2
2
ansible/roles/backups
7,592
[ "no_license" ]
[ { "path": "ansible/roles/backups/defaults/main.yml", "content": "---\n# Put default paths to backups here\n# NOTE: Use one list for personal and another for config?", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ansible/roles/backups/tasks/main.ym...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 394, "all_permissive": false }
ansible_role
Pelochus/pelochus-homelab
e096bd54269ec0f207f61821318538a3eacfdeb2
2
ansible/roles/config
7,592
[ "no_license" ]
[ { "path": "ansible/roles/config/defaults/main.yml", "content": "---\nbashrc_path: /home/{{ user }}/.bashrc\nmaintenance_path: /home/{{ user }}/pelochus-homelab/ansible/os-maintenance.yml\nsyspkgs:\n eza\n build-essential\n net-tools\n wireless-tools\n # TODO\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 885, "all_permissive": false }
ansible_role
Pelochus/pelochus-homelab
e096bd54269ec0f207f61821318538a3eacfdeb2
2
ansible/roles/deploy
7,592
[ "no_license" ]
[ { "path": "ansible/roles/deploy/handlers/main.yml", "content": "---\n- name: Enable Docker\n service:\n name: docker\n state: restarted\n enabled: yes\n\n- name: Configure Samba\n template:\n src: \"{{ samba_template }}\"\n dest: \"{{ samba_conf }}\"\n owner: \"{{ user }}\"\n group: \...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9324, "all_permissive": false }
ansible_role
Pelochus/pelochus-homelab
e096bd54269ec0f207f61821318538a3eacfdeb2
2
ansible/roles/maintenance
7,592
[ "no_license" ]
[ { "path": "ansible/roles/maintenance/defaults/main.yml", "content": "docker_prune_filter: 240h # 10 days\napt_max_cache_age_updates: 86400 # 1 day", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "ansible/roles/maintenance/tasks/main.yml", "conte...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1988, "all_permissive": false }
ansible_role
sz-hankus/ansible-setup
b0f975d148c136cddec3db7c83601d3b8dc7623f
0
roles/personal_setup
7,592
[ "no_license" ]
[ { "path": "roles/personal_setup/tasks/main.yml", "content": "# Setup my personal work environment\n---\n- name: Install necessary packages\n become: true\n ansible.builtin.package:\n name: \"{{ packages }}\"\n state: present\n\n- name: Clone a 'dotfiles' repository\n become: true\n become_user: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
sz-hankus/ansible-setup
b0f975d148c136cddec3db7c83601d3b8dc7623f
0
roles/system_conf
7,592
[ "no_license" ]
[ { "path": "roles/system_conf/tasks/user.yml", "content": "# A basic setup of a new user\n---\n- name: \"Add a new user - {{ username }}\"\n become: true\n ansible.builtin.user:\n state: present\n name: \"{{ username }}\"\n shell: /bin/bash\n create_home: true\n password: \"{{ <PASSWORD>_pas...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1990, "all_permissive": false }
ansible_role
erlendr/server-provisioning
68a4a295b8795aacc2609a53c70130b4ac1ace80
0
ansible/roles/app
7,592
[ "no_license" ]
[ { "path": "ansible/roles/app/defaults/main.yml", "content": "---\napp_version: 0.1\napp_link: /opt/app\napp_path: \"{{ app_link }}-{{ app_version }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/app/handlers/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 702, "all_permissive": false }
ansible_role
erlendr/server-provisioning
68a4a295b8795aacc2609a53c70130b4ac1ace80
0
ansible/roles/base
7,592
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Install base packages\n apt: name={{ item }} \n with_items:\n - supervisor\n - git\n - ansible\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
erlendr/server-provisioning
68a4a295b8795aacc2609a53c70130b4ac1ace80
0
ansible/roles/firewall
7,592
[ "no_license" ]
[ { "path": "ansible/roles/firewall/tasks/main.yml", "content": "---\n- name: install ufw\n apt: name=ufw\n\n- name: open our web port \n ufw: \n rule: allow\n port: 9090\n notify: reload ufw\n\n- name: open SSH port\n ufw: \n rule: allow\n port: 22\n notify: reload ufw\n\n- name: enable ufw\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
thunikipatla/deployment_auto_scripts
0da535ef0eb677606914d398affb4ca2ecc1129f
0
roles/deploy_war
7,592
[ "no_license" ]
[ { "path": "roles/deploy_war/tasks/main.yml", "content": "---\n- name: To deploy the war file to app servers\n copy: \n src: ./webapp/target/openmrs.war\n dest: /opt/tomcat/webapps\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
thunikipatla/deployment_auto_scripts
0da535ef0eb677606914d398affb4ca2ecc1129f
0
roles/install_tomcat
7,592
[ "no_license" ]
[ { "path": "roles/install_tomcat/tasks/main.yml", "content": "---\n- name: To download the tomcat tar file \n get_url:\n url: http://apachemirror.wuchna.com/tomcat/tomcat-8/v8.5.51/bin/apache-tomcat-8.5.51.tar.gz\n dest: /opt\n- name: To extract the tomcat tar file\n unarchive: \n src: /opt/apache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }