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
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/sddm-xorg
133
[ "no_license" ]
[ { "path": "system/roles/sddm-xorg/tasks/main.yml", "content": "- ansible.builtin.include_role:\n name: \"{{item}}\"\n loop:\n - xorg\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/snapper-core
133
[ "no_license" ]
[ { "path": "system/roles/snapper-core/tasks/main.yml", "content": "- name: Install snapper\n community.general.pacman:\n name: \"{{item}}\"\n update_cache: true\n state: latest\n loop:\n - boost-libs\n - snapper \n - inotify-tools \n become: true\n\n- name: Install snapper tools\n yay: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/sshd
133
[ "no_license" ]
[ { "path": "system/roles/sshd/tasks/main.yml", "content": "- name: Install openssh\n community.general.pacman:\n name: openssh\n update_cache: true\n state: latest\n become: true \n\n- name: Enable X11\n ansible.builtin.replace:\n path: /etc/ssh/sshd_config\n regexp: ^#(X11.*)\n replac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/sudo-disable
133
[ "no_license" ]
[ { "path": "system/roles/sudo-disable/tasks/main.yml", "content": "- name: Set timeout\n ansible.builtin.file:\n path: /etc/sudoers.d/timeout\n state: absent\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/sudo-enable
133
[ "no_license" ]
[ { "path": "system/roles/sudo-enable/tasks/main.yml", "content": "- name: Set timeout\n ansible.builtin.copy:\n src: files/timeout\n dest: /etc/sudoers.d/\n become: true\n \n- name: Enable sudo\n ansible.builtin.shell: sudo id\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/sway
133
[ "no_license" ]
[ { "path": "system/roles/sway/tasks/main.yml", "content": "- ansible.builtin.include_role:\n name: \"{{item}}\"\n loop:\n - sddm-wayland\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/virtualbox
133
[ "no_license" ]
[ { "path": "system/roles/virtualbox/tasks/main.yml", "content": "- name: Include global\n ansible.builtin.include_role:\n public: true\n name: global\n\n- name: update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Mount virtual drive\n ansible.posix.mount:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1473, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/xorg
133
[ "no_license" ]
[ { "path": "system/roles/xorg/tasks/main.yml", "content": "- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n loop:\n - xorg\n - xclip\n - xorg-xinit\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
caherrera/equifax-sre-challenge-aws
7acea61607ab2d01882380fda4503914ec5098d2
0
provision/roles/wordpress
133
[ "no_license" ]
[ { "path": "provision/roles/wordpress/tasks/main.yml", "content": "---\n- name: Actualizar el sistema\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Instalar software-properties-common\n apt:\n name: \n - software-properties-common\n - nfs-common \n - curl\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2065, "all_permissive": false }
ansible_role
ddietz89/mainwebsite
8a15158562cbf1f2a1da9273713201b6dad531fe
0
ansible/roles/common
133
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- include_tasks: base_packages.yml\n- include_tasks: users.yml\n- include_tasks: sudoers.yml\n- include_tasks: hosts.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "ansible/roles/c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1059, "all_permissive": false }
ansible_role
ddietz89/mainwebsite
8a15158562cbf1f2a1da9273713201b6dad531fe
0
ansible/roles/mainwebsite
133
[ "no_license" ]
[ { "path": "ansible/roles/mainwebsite/files/usr/sbin/run_ansible", "content": "#!/bin/bash\n\nif [[ $UID -ne 0 ]]; then\n\techo \"Error! You must be root!\"\n\texit\nfi\n\ncd /root/mainwebsite/ansible/\ngit pull\n\nansible-playbook `ls *.yml` -i inventory.txt --vault-password-file=/root/.vaultpass\n", "l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3276, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/adminer
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/adminer/tasks/adminer.yml", "content": "---\n- name: create adminer directory\n file: path=/var/www/adminer state=directory\n sudo: true\n\n- name: copy adminer\n copy: src=adminer-3.7.1-en.php dest=/var/www/adminer/adminer-3.7.1-en.php\n sudo: true\n\n- name: copy admine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 980, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/apache
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/apache/tasks/apache.yml", "content": "---\n- name: install apache2 packages\n apt: pkg={{ item }} state=installed\n with_items:\n - apache2\n - apache2-mpm-prefork\n - apache2-utils\n sudo: true\n when: ansible_os_family == \"Debian\"\n\n- name: set up directories (...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2855, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/base
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/base/tasks/main.yml", "content": "---\n- include: aptget.yml\n- include: git.yml\n- include: ssh_config.yml\n- include: localactions.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "vlad/playbooks/roles/base/tasks...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 620, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/imagemagick
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/imagemagick/tasks/imagemagick.yml", "content": "---\n- name: install ImageMagick\n apt: pkg=imagemagick\n sudo: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/mailcatcher
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/mailcatcher/tasks/mailcatcher.yml", "content": "---\n- name: install MailCatcher prerequisite packages\n apt: pkg={{ item }} state=installed\n with_items:\n - rubygems\n - libsqlite3-dev\n - ruby-dev\n sudo: true\n\n- name: Install MailCatcher with rbenv\n comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1237, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/memcached
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/memcached/tasks/memcached.yml", "content": "---\n- name: cnstall packages\n apt: pkg={{ item }} state=installed\n with_items:\n - memcached\n - php5-memcached\n sudo: true\n notify:\n - restart apache2\n\n- name: config file\n template: src=memcached.conf.j2 d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/munin
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/munin/tasks/munin.yml", "content": "---\n- name: install munin\n apt: pkg={{ item }} state=installed\n sudo: true\n with_items:\n - munin-common\n - munin-node\n\n- name: add munin node config\n template: src=munin_node.j2 dest=/etc/munin/munin-node.conf\n sudo: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/mysql
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/mysql/tasks/mysql.yml", "content": "---\n- name: install mysql packages\n apt: pkg={{ item }} state=installed\n sudo: true\n with_items: \n - mysql-client\n - mysql-common\n - mysql-server\n - python-mysqldb\n\n# set up mysql variables\n- name: create MySQL conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3585, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/node
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/node/tasks/node.yml", "content": "---\n# Needed for apt_repository below\n- name: Install dependencies\n apt: pkg=python-pycurl state=latest\n sudo: yes\n\n# Regular apt-get would install an old version of Node that we don't want.\n# This adds a more up to date repository a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/php
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/php/tasks/drupal_install.yml", "content": "---\n- name: drupal install | copy drush/Drupal 7 installation script\n template: src=drupal/drupal7_install.j2 dest=/var/www/drupal7_install.sh\n tags: drupalinstall\n sudo: true\n\n- name: drupal install | set drush/Drupal 7 ins...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2309, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/pimpmylog
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/pimpmylog/tasks/pimpmylog.yml", "content": "---\n- name: get pimpmylog package\n git: repo=https://github.com/potsky/PimpMyLog.git dest=/var/www/pimpmylog update=no\n sudo: true\n\n\n- name: add vhost for pimpmylog to sites-available folder\n template: src=apache_pimpmylog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/redis
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/redis/tasks/redis.yml", "content": "---\n- name: install redis\n apt: pkg=redis-server state=installed\n sudo: yes\n\n- name: set redis port\n lineinfile: dest=/etc/redis/redis.conf regexp=\"^port = \" insertafter=\"^port = \" line=\"port {{ redis_port }}\"\n sudo: true",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/sendmail
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/sendmail/tasks/sendmail.yml", "content": "---\n- name: Install sendmail packages\n apt: pkg=sendmail state=installed\n sudo: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
mmelkhatib/vlad-config
56da2f46a2bcbc41ccec5e324923a86749ad683b
0
vlad/playbooks/roles/varnish
141
[ "no_license" ]
[ { "path": "vlad/playbooks/roles/varnish/tasks/varnish.yml", "content": "---\n- name: install varnish\n apt: pkg=varnish state=installed\n sudo: true\n\n- name: add varnish vcl\n template: src=varnish_defaultvcl.j2 dest=/etc/varnish/default.vcl\n sudo: true\n notify:\n - restart varnish\n\n- name: add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
khajavali95/robodshop-ansible
641e1fe283cea53cc23b6de5e1472a13da890fe0
0
roles/catalogue
141
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: configure node js\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name: install node js\n ansible.builtin.yum:\n name: nodejs\n state: installed\n\n- name: add application user\n ansible.builtin.use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1398, "all_permissive": false }
ansible_role
khajavali95/robodshop-ansible
641e1fe283cea53cc23b6de5e1472a13da890fe0
0
roles/common
141
[ "no_license" ]
[ { "path": "roles/common/tasks/app-prereq.yml", "content": "- name: install node js\n ansible.builtin.yum:\n name: nodejs\n state: installed\n\n- name: add application user\n ansible.builtin.user:\n name: roboshop\n\n- name: remove old app content\n ansible.builtin.file:\n path: /app\n stat...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2980, "all_permissive": false }
ansible_role
khajavali95/robodshop-ansible
641e1fe283cea53cc23b6de5e1472a13da890fe0
0
roles/mongodb
141
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: copy mongodb yum repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: install mongodb file\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: search ans replace i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
khajavali95/robodshop-ansible
641e1fe283cea53cc23b6de5e1472a13da890fe0
0
roles/mysql
141
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: diseable mysql\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: my sql repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: install mysql\n ansible.builtin.yum:\n name: mysql-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
khajavali95/robodshop-ansible
641e1fe283cea53cc23b6de5e1472a13da890fe0
0
roles/rabbitmq
141
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: configuring Erlang repos\n ansible.builtin.shell: curl -s {{ item }} | bash\n loop:\n - curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n - curl -s https://packagecloud.io/install/repositori...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 797, "all_permissive": false }
ansible_role
khajavali95/robodshop-ansible
641e1fe283cea53cc23b6de5e1472a13da890fe0
0
roles/redis
141
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: to install redis\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: install enable redis 6.2 version\n ansible.builtin.shell: dnf module enable redi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
qcchavez/CPE212_Chavez_HOA14.1
cae0e14c1a4f8be0498ebbabb16d5f171dd2b189
0
roles/Compute
141
[ "no_license" ]
[ { "path": "roles/Compute/tasks/main.yml", "content": "---\n- name: Install Nova controller packages\n apt:\n name:\n - nova-api\n - nova-scheduler\n - nova-conductor\n - python3-novaclient\n state: present\n\n- name: Configure Nova on controller\n template:\n src: nova.conf.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
qcchavez/CPE212_Chavez_HOA14.1
cae0e14c1a4f8be0498ebbabb16d5f171dd2b189
0
roles/Identity
141
[ "no_license" ]
[ { "path": "roles/Identity/tasks/main.yml", "content": "---\n- name: Install Keystone and the necessary packages\n apt:\n name:\n - keystone\n - apache2\n - libapache2-mod-wsgi-py3\n state: present\n \n- name: Create Keystone service file\n copy:\n dest: /etc/systemd/system/keyst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
qcchavez/CPE212_Chavez_HOA14.1
cae0e14c1a4f8be0498ebbabb16d5f171dd2b189
0
roles/Imaging
141
[ "no_license" ]
[ { "path": "roles/Imaging/tasks/main.yml", "content": "---\n- name: Install Glance packages\n apt:\n name:\n - glance\n - python3-glanceclient\n state: present\n\n- name: Enable Glance service\n service:\n name: glance-api\n state: restarted\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
osmcz/infra-ansible
cfa4b8af3b63a4d24c55fcf5e018c0bdfcb72783
2
roles/base
141
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Add authorized keys\n authorized_key:\n user: \"{{ ansible_user }}\"\n key: \"{{ lookup('file', 'files/'+ item + '.key.pub') }}\"\n loop:\n - msuchy\n - mfabik\n\n- name: Check if epel-release is installed\n command:\n argv:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 930, "all_permissive": false }
ansible_role
osmcz/infra-ansible
cfa4b8af3b63a4d24c55fcf5e018c0bdfcb72783
2
roles/freemap-mapnik
141
[ "no_license" ]
[ { "path": "roles/freemap-mapnik/tasks/main.yml", "content": "---\n\n- name: enable nodejs 12 module stream\n command:\n cmd: \"dnf -y module enable nodejs:12\"\n warn: false\n\n- name: install packages required for freemap-mapnik\n dnf:\n name:\n - python3-gdal\n - gdal\n - nodejs\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
osmcz/infra-ansible
cfa4b8af3b63a4d24c55fcf5e018c0bdfcb72783
2
roles/greeter-osm
141
[ "no_license" ]
[ { "path": "roles/greeter-osm/handlers/main.yml", "content": "---\n# handlers file for greeter-osm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/greeter-osm/defaults/main.yml", "content": "---\n# defaults file for greeter-osm\n\nusername...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1836, "all_permissive": false }
ansible_role
osmcz/infra-ansible
cfa4b8af3b63a4d24c55fcf5e018c0bdfcb72783
2
roles/imposm
141
[ "no_license" ]
[ { "path": "roles/imposm/tasks/main.yml", "content": "---\n\n- name: Check if /opt/imposm3 file exists\n stat: \n path: /opt/imposm3\n register: imposm3_file\n\n- name: Download and install imposm3\n block:\n # taken from https://github.com/kinow/nz-osm-server/tree/master/infra/roles/imposm\n - n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1469, "all_permissive": false }
ansible_role
osmcz/infra-ansible
cfa4b8af3b63a4d24c55fcf5e018c0bdfcb72783
2
roles/postgis
141
[ "no_license" ]
[ { "path": "roles/postgis/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - postgis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/postgis/vars/main.yml", "content": "---\n# vars file for postgis",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1903, "all_permissive": false }
ansible_role
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/choco
141
[ "no_license" ]
[ { "path": "roles/choco/tasks/main.yml", "content": "---\n\n- name: Upgrade your_package_name via Chocolatey\n win_chocolatey:\n name: powertoys\n state: latest", "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
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/clean
141
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n- name: Locating all files in leveldb dir\n find:\n path: \"{{ playbook_dir }}/files/leveldb/\"\n register: cleanup\n ignore_errors: true\n\n- name: Removing all files previously found in files dir\n file:\n path: \"{{ item.path }}\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/discord
141
[ "no_license" ]
[ { "path": "roles/discord/tasks/main.yml", "content": "---\r\n# Close discord\r\n\r\n- name: Read and parse existing MediaJson\r\n slurp:\r\n src: '{{ playbook_dir }}/files/mediaEngine.json'\r\n register: discord_json\r\n ignore_errors: true\r\n\r\n\r\n- name: Parse JSON content\r\n set_fact:\r\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": false }
ansible_role
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/extract
141
[ "no_license" ]
[ { "path": "roles/extract/tasks/main.yml", "content": "---\n# - name: Fetch Discord LevelDB folder\n# win_copy:\n# src: \"C:\\\\Users\\\\VR\\\\AppData\\\\Roaming\\\\discord\\\\Local Storage\\\\leveldb\"\n# dest: \"{{ playbook_dir }}\"\n\n- name: Close discord\n win_shell: Stop-Process -Name \"disc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 746, "all_permissive": false }
ansible_role
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/notifications
141
[ "no_license" ]
[ { "path": "roles/notifications/tasks/main.yml", "content": "---\n- name: Send notification\n include_tasks: \"./utils/send-zeus-notification.yml\"\n # Replace with actual notification task, e.g., sending an email or a message to a monitoring system", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/obs
141
[ "no_license" ]
[ { "path": "roles/obs/tasks/main.yml", "content": "---\n# # Closes steam vr successfully \n# - name: Close Steam VR \n# win_shell: Stop-Process -Name \"vrmonitor\" \n# ignore_errors: true\n\n# # Undocks steam vr view \n# - name: Modify mirrorViewDisplayMode setting\n# vars:\n# settings: '\"mirro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3595, "all_permissive": false }
ansible_role
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/python
141
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\r\n\r\n- name: ping \r\n win_ping:\r\n \r\n\r\n- name: \"discordSettings\" \r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
tib-source/ansible_discord_validation
35b1ed42a6a5d62c9abeeefeb6d6ceec72af39c6
0
roles/test
141
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\r\n- name: Run levelDb extraction script\r\n shell: '{{playbook_dir}}/scripts/ldb.py --file-path {{ playbook_dir }}/files/leveldb --name {{item}}'\r\n with_items: \"{{ groups['immersion_pods'] }}\"\r\n loop_control:\r\n loop_var: item\r\n\r\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
sdhar2/maas
57a64a426debc94b5ddc410d9dfd06539cbcfcdb
0
rabbitmq/deploymentScripts/roles/RabbitMQ
141
[ "no_license" ]
[ { "path": "rabbitmq/deploymentScripts/roles/RabbitMQ/tasks/main.yml", "content": "---\n - name: create rabbitmq log folder\n command: mkdir -p /var/opt/rabbitmq/log\n - name: configure rabbitmq log folder\n command: chmod 777 /var/opt/rabbitmq/log\n - name: copy the rabbitmq compose file\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5182, "all_permissive": false }
ansible_role
dbakker/mysetup
292cf25cb2f25b4ea3481faa61f60c13781c407a
0
roles/devtools
141
[ "no_license" ]
[ { "path": "roles/devtools/tasks/main.yml", "content": "---\n- name: Install python packages\n apt:\n name: \"{{ item }}\"\n with_items: [python, python3, python-dev, python3-dev, python-pip, python3-pip, python-setuptools, python3-setuptools]\n\n- name: Install pipsi (python standalone tool installer)\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1489, "all_permissive": false }
ansible_role
dbakker/mysetup
292cf25cb2f25b4ea3481faa61f60c13781c407a
0
roles/google-chrome
141
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/main.yml", "content": "---\n- apt_repository:\n repo: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\n state: present\n filename: 'google-chrome'\n\n- apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
dbakker/mysetup
292cf25cb2f25b4ea3481faa61f60c13781c407a
0
roles/passwordless
141
[ "no_license" ]
[ { "path": "roles/passwordless/tasks/main.yml", "content": "---\n- name: Allow everyone in the sudo group passwordless access\n lineinfile: \"dest='/etc/sudoers' state=present line='%sudo ALL=NOPASSWD: ALL' validate='visudo -cf %s'\"\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": 171, "all_permissive": false }
ansible_role
dbakker/mysetup
292cf25cb2f25b4ea3481faa61f60c13781c407a
0
roles/vim-latest
141
[ "no_license" ]
[ { "path": "roles/vim-latest/tasks/main.yml", "content": "---\n# Automatic ansible script based on on\n# https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source\n# without ruby\n\n- name: Install packages required for downloading/building Vim\n apt:\n name: \"{{ item }}\"\n with_items: [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1618, "all_permissive": false }
ansible_role
daparm/kubernetes-the-not-so-hard-way
a5ad9c72784aab32f8cb4d342efee139fe75e832
0
roles/cni
141
[ "no_license" ]
[ { "path": "roles/cni/README.md", "content": "ansible-role-cni\n================\n\nAnsible role to install [CNI - Container Network Interface](https://github.com/containernetworking/plugins). [CNI](https://www.cni.dev/) (Container Network Interface), a Cloud Native Computing Foundation project, consists of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 9485, "all_permissive": false }
ansible_role
daparm/kubernetes-the-not-so-hard-way
a5ad9c72784aab32f8cb4d342efee139fe75e832
0
roles/runc
141
[ "no_license" ]
[ { "path": "roles/runc/molecule/default/molecule.yml", "content": "---\n# Copyright (C) 2021-2023 <NAME>\n# SPDX-License-Identifier: GPL-3.0-or-later\n\ndependency:\n name: galaxy\n\ndriver:\n name: vagrant\n provider:\n name: libvirt\n type: libvirt\n\nplatforms:\n - name: test-runc-ubuntu2004\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7144, "all_permissive": false }
ansible_role
alibaba-archive/ansible-role-cloudfoundry
d15e54b90eff465704d9783020712407ac131c38
9
roles/app-deploy
141
[ "no_license" ]
[ { "path": "roles/app-deploy/tasks/main.yml", "content": "---\n\n- name: create password\n shell: bosh int ./cf-vars.yml --path /cf_admin_password > password\n args:\n chdir: '{{ cf_deploy_dir }}'\n\n- name: register password\n command: awk 'NR==1{print}' password\n args:\n chdir: '{{ cf_deploy_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2295, "all_permissive": false }
ansible_role
alibaba-archive/ansible-role-cloudfoundry
d15e54b90eff465704d9783020712407ac131c38
9
roles/bosh-cli
141
[ "no_license" ]
[ { "path": "roles/bosh-cli/tasks/main.yml", "content": "\n---\n\n- name: register region\n command: echo {{alicloud_region}}\n register: region\n\n- name: download bosh cli from oss\n get_url:\n url: 'http://bosh.oss-cn-hangzhou.aliyuncs.com/cli/bosh-cli-2.0.45-linux-amd64'\n dest: /usr/local/bin/bo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1034, "all_permissive": false }
ansible_role
alibaba-archive/ansible-role-cloudfoundry
d15e54b90eff465704d9783020712407ac131c38
9
roles/bosh-deploy
141
[ "no_license" ]
[ { "path": "roles/bosh-deploy/tasks/main.yml", "content": "---\n- name: register region\n command: echo {{alicloud_region}}\n register: region\n\n- name: create downloads\n file: path=\"{{ download_dir }}\" state=directory\n\n- name: create bosh-init\n file: path=\"{{ bosh_deploy_dir }}\" state=directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3930, "all_permissive": false }
ansible_role
alibaba-archive/ansible-role-cloudfoundry
d15e54b90eff465704d9783020712407ac131c38
9
roles/cf-deploy
141
[ "no_license" ]
[ { "path": "roles/cf-deploy/tasks/main.yml", "content": "---\n\n- name: register region\n command: echo {{alicloud_region}}\n register: region\n\n- name: download cf cli and unarchive from oss\n unarchive:\n src: 'http://cloudfoundry-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/cloudfoundry/cli/cf-cli_6.33...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4217, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/ansible
140
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n\n- name: 'Add Ansible module path'\n lineinfile: dest=~/.zshrc line='export ANSIBLE_LIBRARY=\"/opt/local/share/ansible/:{{ inventory_dir }}/modules/\"' state=present\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/beard
140
[ "no_license" ]
[ { "path": "roles/beard/tasks/main.yml", "content": "---\n\n- stat: path=/opt/local/bin/beard\n register: beard_path\n\n- shell: \"wget https://github.com/mneuhaus/Beard/releases/download/1.0.2/beard-1.0.2.phar\"\n when: (not beard_path.stat.exists)\n\n- command: mv beard-1.0.2.phar /opt/local/bin/beard\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/composer
140
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n\n- stat: path=/opt/local/bin/composer\n register: composer_path\n\n- shell: \"curl -sS https://getcomposer.org/installer | php\"\n when: (not composer_path.stat.exists)\n\n- command: mv composer.phar /opt/local/bin/composer\n sudo: yes\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/couchdb
140
[ "no_license" ]
[ { "path": "roles/couchdb/tasks/main.yml", "content": "---\n\n- macports: name=couchdb state=present\n sudo: yes\n notify:\n - start couchdb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/couchdb/handlers/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/dnsmasq
140
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "---\n\n- macports: name=dnsmasq state=present\n sudo: yes\n notify:\n - start dnsmasq\n\n- template: src=dnsmasq.conf dest=/opt/local/etc/dnsmasq.conf\n sudo: yes\n notify:\n - restart dnsmasq\n\n- file: path=/etc/resolver/ state=directory\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 547, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/elasticsearch
140
[ "no_license" ]
[ { "path": "roles/elasticsearch/handlers/main.yml", "content": "---\n\n- name: start elasticsearch\n command: launchctl load /Library/LaunchDaemons/me.elasticsearch.plist\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/elastic...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1642, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/git
140
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n \n- macports: name=git state=present\n sudo: yes\n\n- name: configure color\n command: git config --global color.ui true\n when: (not 'git.config --global color.ui == true')\n \n- name: configure gitignore\n command: git config --global core.excl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/mailcatcher
140
[ "no_license" ]
[ { "path": "roles/mailcatcher/tasks/main.yml", "content": "---\n\n- shell: ~/.rvm/bin/rvm gemdir\n register: rvm_gemdir\n changed_when: false\n\n- stat: path={{ rvm_gemdir.stdout }}/bin/mailcatcher\n register: mailcatcher_path\n\n- shell: ~/.rvm/bin/rvm all do gem install mailcatcher\n when: (not mailcat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/mariadb
140
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- stat: path=/opt/local/lib/mariadb\n register: mariadb_path\n tags:\n - mariadb\n\n- macports: name=mariadb-server state=present\n sudo: yes\n when: (not mariadb_path.stat.exists)\n notify:\n - start mariadb\n tags:\n - mariadb\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1712, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/nginx
140
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "user {{ ansible_user_id }} staff;\nworker_processes 1;\n\nerror_log /opt/local/var/log/nginx/error.log;\n\nevents {\n\tworker_connections 1024;\n}\n\nhttp {\n\tinclude mime.types;\n\tdefault_type application/octet-stream;\n\n\tlog_format main '$r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1407, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/nodejs
140
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- macports: name=npm state=present\n sudo: yes\n\n- include: install-package.yml command=grunt package=grunt-cli\n- include: install-package.yml command=bower package=bower\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 373, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/oh-my-zsh
140
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/tasks/main.yml", "content": "---\n\n- stat: path=~/.oh-my-zsh\n register: zsh_path\n tags:\n - oh-my-zsh\n\n- name: install oh-my-zsh\n shell: curl -L http://install.ohmyz.sh | sh\n when: (not zsh_path.stat.exists)\n tags:\n - oh-my-zsh\n\n- name: Flow oh-my-zsh plugin\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/php
140
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "---\n\n- name: start php-fpm\n command: port load php55-fpm\n sudo: yes\n\n- name: restart php-fpm\n command: 'port {{ item }} php55-fpm'\n sudo: yes\n with_items:\n - unload\n - load\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2729, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/postgresql
140
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n- macports: name=postgresql94-server state=present\n sudo: yes\n tags:\n - postgresql\n notify:\n - load postgresql\n\n- name: 'Flush all handlers'\n meta: flush_handlers\n tags:\n - postgresql\n\n- wait_for: port=5432 delay=2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1765, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/python
140
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n\n- macports: name=python state=present\n sudo: yes\n tags:\n - python\n\n- shell: easy_install pip\n sudo: yes\n tags:\n - python\n\n- shell: pip install {{ item }}\n sudo: yes\n with_items:\n - paramiko\n - PyYAML\n - jinja2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/redis
140
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- macports: name=redis state=present\n sudo: yes\n notify:\n - start redis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/redis/handlers/main.yml", "content": "---\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 145, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/rvm
140
[ "no_license" ]
[ { "path": "roles/rvm/tasks/install-gem.yml", "content": "- shell: 'which {{ gem }}'\n changed_when: false\n ignore_errors: true\n register: gem_installed\n\n- shell: '~/.rvm/bin/rvm all do gem install {{ gem }}'\n when: (not gem_installed.rc == 0)\n", "license_type": "no_license", "detected_lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 615, "all_permissive": false }
ansible_role
SimplyAdmire/Ansible-MacPorts-Devbox
3605926c4df9c1cb6ca4268bb022c6a7fbadb59b
5
roles/wkhtmltopdf
140
[ "no_license" ]
[ { "path": "roles/wkhtmltopdf/tasks/main.yml", "content": "---\n\n- stat: path=/Applications/wkhtmltopdf.app\n register: wkhtmltopdf_path\n changed_when: false\n\n- get_url: url=https://wkhtmltopdf.googlecode.com/files/wkhtmltopdf.dmg dest=/tmp/wkhtmltopdf.dmg\n when: (not wkhtmltopdf_path.stat.exists)\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
patrickspencer/ansible_test
94885b257ed267d509ad3c7ee4ef5250e8423800
0
roles/base
140
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Install base packages\n apt: name={{ item }} update_cache={{ update_apt_cache }} force=yes state=installed\n with_items:\n - build-essential\n - ntp\n - htop\n - git\n - libpq-dev\n - python-dev\n - python-pip\n - python-py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
patrickspencer/ansible_test
94885b257ed267d509ad3c7ee4ef5250e8423800
0
roles/web
140
[ "no_license" ]
[ { "path": "roles/web/tasks/create_users_and_groups.yml", "content": "---\n\n- name: Create the application user\n user: name={{ sys_user }} state=present\n\n- name: Create the application group\n group: name={{ sys_group }} system=yes state=present\n\n- name: Add the application user to the application gr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 762, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/Lab Creation/roles/AD-Common
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/Lab Creation/roles/AD-Common/tasks/install-chocolatey.yml", "content": "- name: Ensure Chocolatey itself is installed\n win_chocolatey:\n name: chocolatey\n \n- name: Ensure sysmon is installed\n win_chocolatey:\n name: sysmon\n\n- name: Ensure winlogbeat is ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5335, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/Lab Creation/roles/AD-DomainServices
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/Lab Creation/roles/AD-DomainServices/tasks/demo-ad-users.yml", "content": "- name: Create employee group\n win_domain_group:\n name: Employees\n scope: global\n category: security\n protect: yes\n organizational_unit: \"OU=Groups,OU=Accounts,OU={{org}}...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6151, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/Lab Creation/roles/AD-Workstation
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/Lab Creation/roles/AD-Workstation/tasks/configure-networking.yml", "content": "## Setup dns for ad-ds\n- name: Set dns addresses on all visible adapters (usually physical adapters that are in the Up state)\n win_dns_client:\n adapter_names: '*'\n ipv4_addresses...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1100, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/roles/apache-wsgi
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/roles/apache-wsgi/tasks/build-virtualenv.yml", "content": "---\n- name: \"Install Python2 packages: virtualenv\"\n pip:\n name: virtualenv\n executable: /bin/pip2.7\n become: true\n environment:\n http_proxy: http://{{proxy_host}}:{{proxy_port}}\n https...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 12373, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/roles/domain_stats
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/roles/domain_stats/files/opt/domain_stats/cisco_update.sh", "content": "#!/bin/bash\nrm -f top-1m-cisco.csv.zip\n/usr/bin/curl http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip > top-1m-cisco.csv.zip\n/usr/bin/unzip -o top-1m-cisco.csv.zip\nmv top-1m.cs...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 8826, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/roles/logstash
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/roles/logstash/files/etc/logstash/soc.d/resources/sql-statements/oracle/user-query-oracle.sql", "content": "SELECT\n u.first_name,\n u.last_name,\n u.email_address,\n u.user_id,\nFROM master.user u\n", "license_type": "no_license", "detected_licens...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 28, "total_bytes": 29571, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/roles/nginx
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/roles/nginx/tasks/unittests.yml", "content": "- name: ensure nginx is available\n shell: command -v nginx\n register: unittest\n changed_when: unittest.rc != 0\n tags:\n - unitTests\n environment: \n PATH: \"{{ ansible_env.PATH}}:/usr/local/bin:/usr/sbin\"\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3997, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/roles/nginx-reverse-prox-mitre-sample-app
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/roles/nginx-reverse-prox-mitre-sample-app/handlers/main.yml", "content": "---\n- name: restart service nginx\n service:\n name: nginx\n state: restarted\n daemon_reload: yes\n become: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3073, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/roles/nginx-reverse-proxy-app
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/roles/nginx-reverse-proxy-app/tasks/tls-post.yml", "content": "- name: ensure files have correct permissions and ownership\n file:\n path: \"{{item}}\"\n owner: nginx\n group: nginx\n mode: '0644'\n with_items:\n - \"{{PKI_Public_Cert}}\"\n - \"{{P...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1796, "all_permissive": false }
ansible_role
tbennett6421/skeletons
950d1d1eca9194c828eb958fb5ab88a5771ac049
0
Application Specific/Ansible/roles/python
140
[ "no_license" ]
[ { "path": "Application Specific/Ansible/roles/python/tasks/pip-config.yml", "content": "---\n- name: copy local pip.conf to remote if exists\n local_action: stat path=\"../files/etc/pip.conf\"\n register: file\n\n- name: Copy pip.conf to site config\n copy:\n src: files/etc/pip.conf\n dest: /etc/pi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1771, "all_permissive": false }
ansible_role
jinhoBae91/app_deploy
c1df6da0f3d8f2512c892a1ccdfa55b31879228d
0
roles/smoketest
140
[ "no_license" ]
[ { "path": "roles/smoketest/tasks/main.yml", "content": "---\r\n- name: Smoketest Postgres database\r\n postgresql_ping:\r\n db: flask_db\r\n login_host: \"{{ groups.database_servers[0] }}\"\r\n login_user: flask\r\n login_password: <PASSWORD>\r\n ssl_mode: disable\r\n delegate_to: \"{{ grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
jinhoBae91/app_deploy
c1df6da0f3d8f2512c892a1ccdfa55b31879228d
0
roles/smoketest2
140
[ "no_license" ]
[ { "path": "roles/smoketest2/tasks/main.yml", "content": "---\r\n- name: Check webserver for correct response\r\n uri:\r\n url: \"http://frontend1/ping\"\r\n return_content: yes\r\n until: '\"alive\" in result.content'\r\n retries: 10\r\n delay: 1\r\n register: result\r\n delegate_to: localhost\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
AngelesGamero17/Ansible-Jenkins
1e6395df5d5b2ae96ed699e9d73390db1e5b9efd
0
roles/aab
140
[ "no_license" ]
[ { "path": "roles/aab/tasks/main.yaml", "content": "- name: \"Instalar paquetes\"\n apt: name={{ item }} state=latest\n with_items:\n - mysql-server\n become: true\n\n- name: Crea usuario necesario\n user:\n name: \"{{ item.nombre }}\"\n group: \"{{ item.grupo }}\"\n state: present\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
AngelesGamero17/Ansible-Jenkins
1e6395df5d5b2ae96ed699e9d73390db1e5b9efd
0
roles/abc
140
[ "no_license" ]
[ { "path": "roles/abc/tasks/main.yaml", "content": " - name: Actualizar lista de paquetes\n apt:\n update_cache: yes\n\n - name: Instalar pip para Python 3\n apt:\n name: python3-pip\n state: present\n\n\n - name: Instalar PyMySQL para Python 3\n ansible.builtin.p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1461, "all_permissive": false }
ansible_role
AngelesGamero17/Ansible-Jenkins
1e6395df5d5b2ae96ed699e9d73390db1e5b9efd
0
roles/dfg
140
[ "no_license" ]
[ { "path": "roles/dfg/tasks/main.yaml", "content": " - name: Instalar el servidor web\n apt:\n name: apache2\n state: present\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
mattydit/ansible
1984152dfe332abbd48e61382f8a0c01a18cf2e6
0
roles/multipass
140
[ "no_license" ]
[ { "path": "roles/multipass/tasks/add_inventory.yml", "content": "---\n\n- name: List multipass VMs\n shell: \"multipass list | grep {{ vm_name }}\"\n register: output\n\n- name: Print the output\n debug:\n msg: \"{{ (item.split(' ') | select)[0] }} - {{ (item.split(' ') | select)[2] }}\"\n loop: \"{{...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1708, "all_permissive": false }
ansible_role
maricaantonacci/indigopaas-deploy
41a145995a7e68b143842f659f8dd96006db647a
0
ansible/roles/cmdb
140
[ "permissive" ]
[ { "path": "ansible/roles/cmdb/tasks/nginx.yml", "content": "---\n- name: \"Create nginx conf file\"\n template:\n src=nginx.conf.j2 dest=\"{{ cmdb_conf_dir }}/nginx-default.conf\"\n\n\n- name: start nginx container\n docker_container:\n name: proxy\n image: \"{{ cmdb_nginx_image }}\"\n detach:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3489, "all_permissive": true }
ansible_role
maricaantonacci/indigopaas-deploy
41a145995a7e68b143842f659f8dd96006db647a
0
ansible/roles/iam
140
[ "permissive" ]
[ { "path": "ansible/roles/iam/defaults/main.yml", "content": "---\n# defaults file for indigopaas\niam_fqdn: indigoiam.cloud.ba.infn.it\n\niam_conf_dir: /etc/iam\niam_image: indigodatacloud/iam-login-service:indigo_2\n\niam_mysql_image: mysql\niam_db_data_dir: /data/mysql\n#iam_mysql_root_password --> mandat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7342, "all_permissive": true }
ansible_role
maricaantonacci/indigopaas-deploy
41a145995a7e68b143842f659f8dd96006db647a
0
ansible/roles/im
140
[ "permissive" ]
[ { "path": "ansible/roles/im/tasks/main.yml", "content": "---\n# tasks file for indigopaas.slam\n\n- name: \"create directory path to store the configuration files\" \n file:\n path: \"{{ im_conf_dir }}\"\n state: directory\n mode: 0755\n\n- name: \"Create mysql container env file\"\n template:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1594, "all_permissive": true }
ansible_role
maricaantonacci/indigopaas-deploy
41a145995a7e68b143842f659f8dd96006db647a
0
ansible/roles/orchestrator
140
[ "permissive" ]
[ { "path": "ansible/roles/orchestrator/templates/orchestrator-env.j2", "content": "ORCHESTRATOR_URL={{orchestrator_url}}\nIM_URL={{orchestrator_im_url}}\nCMDB_URL={{orchestrator_cmdb_url}}\nSLAM_URL={{orchestrator_slam_url}}\nCPR_URL={{orchestrator_cpr_url}}\nMONITORING_URL={{orchestrator_monitoring_url}}\nO...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5462, "all_permissive": true }
ansible_role
maricaantonacci/indigopaas-deploy
41a145995a7e68b143842f659f8dd96006db647a
0
ansible/roles/slam
140
[ "permissive" ]
[ { "path": "ansible/roles/slam/templates/slam-env.j2", "content": "#KEYSTORE=\n#KEYSTORE_PASSWORD=\n#KEYSTORE_ALIAS=\nIAM_TOKEN_URL={{slam_iam_token_url}}\nIAM_URL={{slam_iam_url}}\nIAM_CLIENT_ID={{slam_iam_client_id}}\nIAM_CLIENT_SECRET={{slam_iam_client_secret}}\nCMDB_URL={{slam_cmdb_url}}\n#ONEDATA_URL=\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2914, "all_permissive": true }
ansible_role
durga899/Roboshop_ansible
8598d8dab20f81703ee1bc77444456698973303e
0
roles/common
137
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: setup Nodejs\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n \n- name: Install nodejs\n ansible.builtin.yum:\n name: nodejs\n state: present\n \n- name: Import adduser task\n ansible.builtin.impor...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1402, "all_permissive": false }