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
brianstinehart/Cloud-Deploy
1b9377c35a274546f25213525c633dc0dfab07c4
0
roles/azure_instances_windows
7,743
[ "no_license" ]
[ { "path": "roles/azure_instances_windows/tasks/main.yml", "content": "---\n- name: Set resource facts\n ansible.builtin.set_fact:\n azure_storage_account: \"{{ (name_prefix + 'storage') | lower | regex_replace('[^0-9a-z]+', '') }}\"\n azure_virtual_network: \"{{ name_prefix }}-network\"\n azure_vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5140, "all_permissive": false }
ansible_role
brianstinehart/Cloud-Deploy
1b9377c35a274546f25213525c633dc0dfab07c4
0
roles/azure_manage_windows
7,743
[ "no_license" ]
[ { "path": "roles/azure_manage_windows/tasks/main.yml", "content": "---\n- set_fact:\n user: bstineha\n\n- block:\n - name: install Chocolatey\n chocolatey.chocolatey.win_chocolatey:\n name: chocolatey\n state: present\n\n - name: Install Putty\n chocolatey.chocolatey.win_chocolatey:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5825, "all_permissive": false }
ansible_role
brianstinehart/Cloud-Deploy
1b9377c35a274546f25213525c633dc0dfab07c4
0
roles/azure_manage_windows_dc
7,743
[ "no_license" ]
[ { "path": "roles/azure_manage_windows_dc/tasks/main.yml", "content": "---\n- name: Disable firewall for Domain, Public, and Private profiles\n community.windows.win_firewall:\n state: disabled\n profiles:\n - Domain\n - Private\n - Public\n\n- name: Install AD-Domain-Services\n ansible.wind...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2485, "all_permissive": false }
ansible_role
brianstinehart/Cloud-Deploy
1b9377c35a274546f25213525c633dc0dfab07c4
0
roles/azure_nessus_install_windows
7,743
[ "no_license" ]
[ { "path": "roles/azure_nessus_install_windows/tasks/main.yml", "content": "---\n- name: Run basic PowerShell script\n ansible.windows.win_powershell:\n script: |\n Invoke-WebRequest -Uri \"https://sensor.cloud.tenable.com/install/scanner/installer/ms-install-script.ps1\" -OutFile \"./ms-install-scr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
brianstinehart/Cloud-Deploy
1b9377c35a274546f25213525c633dc0dfab07c4
0
roles/azure_update_check_windows
7,743
[ "no_license" ]
[ { "path": "roles/azure_update_check_windows/tasks/main.yml", "content": "---\n- name: Windows Update Check\n ansible.windows.win_updates:\n state: searched\n category_names: '*'\n register: available_updates\n\n- name: Print Update Output to Screen\n debug:\n msg: |\n {{ inventory_hostname ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1044, "all_permissive": false }
ansible_role
brianstinehart/Cloud-Deploy
1b9377c35a274546f25213525c633dc0dfab07c4
0
roles/azure_update_windows
7,743
[ "no_license" ]
[ { "path": "roles/azure_update_windows/tasks/main.yml", "content": "---\n- name: Windows Update\n ansible.windows.win_updates:\n reboot: true\n category_names:\n - CriticalUpdates", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
brianstinehart/Cloud-Deploy
1b9377c35a274546f25213525c633dc0dfab07c4
0
roles/azure_user_check
7,743
[ "no_license" ]
[ { "path": "roles/azure_user_check/tasks/main.yml", "content": "---\n- name: User lookup using objectId\n azure.azcollection.azure_rm_aduser_info:\n object_id: \"{{ object_id }}\"\n tenant: 1ce7852f-dcf3-42bc-afe6-3bf81ab984fb\n register: user_data\n\n- name: Print Update Output to Screen\n debug:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
talkiiing-team/birka-hack-ai
955dbfe88c148eb0f6c670dc7c5b4a06e5f69256
0
server/ansible/roles/docker
7,743
[ "no_license" ]
[ { "path": "server/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop:\n [\n \"ca-certificates\",\n \"curl\",\n \"gnupg\",\n \"apt-transport-https\",\n \"software-properties-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1344, "all_permissive": false }
ansible_role
talkiiing-team/birka-hack-ai
955dbfe88c148eb0f6c670dc7c5b4a06e5f69256
0
server/ansible/roles/nginx
7,743
[ "no_license" ]
[ { "path": "server/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: name=nginx state=latest\n\n- name: start up nginx\n service:\n name: nginx\n state: started\n\n- name: install certbot\n apt:\n name: certbot\n state: latest\n\n- name: install certbot nginx d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
qubus79/dotfiles
c0dce88fa05b6f89dbe213a134bdd103ba050d3f
0
scripts/common/ansible/roles/common
7,743
[ "no_license" ]
[ { "path": "scripts/common/ansible/roles/common/tasks/snap.yaml", "content": "---\n\n- name: \"snap | list packages\"\n ansible.builtin.debug:\n msg: \"{{ snaps }}\"\n when: snaps is defined\n\n- name: \"snap | install packages\"\n community.general.snap:\n name: \"{{ snaps.pkgs }}\"\n when: snaps....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
qubus79/dotfiles
c0dce88fa05b6f89dbe213a134bdd103ba050d3f
0
scripts/common/ansible/roles/fonts
7,743
[ "no_license" ]
[ { "path": "scripts/common/ansible/roles/fonts/tasks/darwin.yaml", "content": "---\n\n- block:\n\n - name: \"install fonts\"\n community.general.homebrew_cask:\n name:\n - font-powerline-symbols\n - font-meslo-lg-nerd-font\n - font-fira-code-nerd-font\n - font-symbols-onl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
qubus79/dotfiles
c0dce88fa05b6f89dbe213a134bdd103ba050d3f
0
scripts/common/ansible/roles/neovim
7,743
[ "no_license" ]
[ { "path": "scripts/common/ansible/roles/neovim/tasks/darwin.yaml", "content": "---\n\n- name: \"install\"\n community.general.homebrew:\n state: head\n name:\n # - 'luajit'\n - neovim\n - node\n - jesseduffield/lazygit/lazygit\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
qubus79/dotfiles
c0dce88fa05b6f89dbe213a134bdd103ba050d3f
0
scripts/common/ansible/roles/stow_dotfiles
7,743
[ "no_license" ]
[ { "path": "scripts/common/ansible/roles/stow_dotfiles/tasks/main.yaml", "content": "---\n# Sprawdzenie, czy `stow` jest zainstalowane\n- name: Check if stow is installed\n command: which stow\n register: stow_installed\n changed_when: no\n failed_when: stow_installed.rc not in [0, 1]\n\n# Instalacja sto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2634, "all_permissive": false }
ansible_role
qubus79/dotfiles
c0dce88fa05b6f89dbe213a134bdd103ba050d3f
0
scripts/common/ansible/roles/tmux
7,743
[ "no_license" ]
[ { "path": "scripts/common/ansible/roles/tmux/tasks/debian.yaml", "content": "---\n\n- name: \"install tmux\"\n become: true\n ansible.builtin.apt:\n name: tmux\n update_cache: true\n autoclean: true\n autoremove: true\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
qubus79/dotfiles
c0dce88fa05b6f89dbe213a134bdd103ba050d3f
0
scripts/common/ansible/roles/zsh
7,743
[ "no_license" ]
[ { "path": "scripts/common/ansible/roles/zsh/tasks/main.yaml", "content": "---\n- name: Install dependencies on Debian/Ubuntu\n apt:\n name:\n - curl\n - wget\n - git\n - zsh\n state: present\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Install depende...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1360, "all_permissive": false }
ansible_role
Simiamine/tp-devops-ci
8a3555bfabf0ee7bd7e50499814284333cc909eb
0
ansible/roles/app
7,743
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Run backend API container\n docker_container:\n name: backend-api\n image: \"{{ dockerhub_username }}/tp-devops-simple-api:latest\"\n env:\n SPRING_DATASOURCE_URL: jdbc:postgresql://database:5432/sampledb\n SPRING_DATASOUR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
Simiamine/tp-devops-ci
8a3555bfabf0ee7bd7e50499814284333cc909eb
0
ansible/roles/database
7,743
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n- name: Run PostgreSQL container\n community.docker.docker_container:\n name: database\n image: simiamine/tp-devops-database:latest\n state: started\n restart_policy: always\n env:\n POSTGRES_DB: sampledb\n POSTGRE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
Simiamine/tp-devops-ci
8a3555bfabf0ee7bd7e50499814284333cc909eb
0
ansible/roles/network
7,743
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n- name: Create a Docker network\n community.docker.docker_network:\n name: tp-devops-net\n state: present\n vars:\n ansible_python_interpreter: /opt/docker_venv/bin/python", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
Simiamine/tp-devops-ci
8a3555bfabf0ee7bd7e50499814284333cc909eb
0
ansible/roles/proxy
7,743
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "- name: Run proxy container with Apache\n docker_container:\n name: http\n image: \"{{ dockerhub_username }}/tp-devops-http:latest\"\n state: started\n restart_policy: always\n networks:\n - name: tp-devops-net\n ports:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
abhiramdas99/devops-ansible-everything
f9dc723e38441bc48d3dfa74254a2fe433005a72
0
playbooks/project-01/roles/nginx
7,740
[ "no_license" ]
[ { "path": "playbooks/project-01/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n name: nginx\n state: present\n\n- name: Display post-installation ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
labs-test/ansible_test
32fa854ffb78de3dea82216d600ba96172608ecd
0
ansible/roles/djangocms
7,740
[ "no_license" ]
[ { "path": "ansible/roles/djangocms/templates/upstart_labster_uwsgi.conf.j2", "content": "description \"uWSGI labstercms\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nsetuid djangocms\nsetgid djangocms\n\nrespawn\n\nexec /home/{{ djangocms_user }}/venv/bin/uwsgi --master --die-on-term --ini /hom...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3008, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
cluster/roles/common
7,740
[ "no_license" ]
[ { "path": "cluster/roles/common/tasks/main.yml", "content": "---\n - name: Upgrade\n apt: upgrade=dist update_cache=yes\n\n - name: Install common packages\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - jnettop\n - curl\n - locate\n - locales-all\n - git-core\n - a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
cluster/roles/filestorage
7,740
[ "no_license" ]
[ { "path": "cluster/roles/filestorage/tasks/main.yml", "content": "---\r\n- name: Install NFS client\r\n apt:\r\n pkg: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - nfs-common\r\n - nfs4-acl-tools\r\n\r\n- name: Create shared folder\r\n file: path=\"/home/{{ ansible_www_user }}/{{ ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
cluster/roles/mariadb
7,740
[ "no_license" ]
[ { "path": "cluster/roles/mariadb/tasks/main.yml", "content": "---\n- name: MariaDB prereqs\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - python-mysqldb\n\n- name: Install MariaDB\n apt: pkg=mariadb-server state=present\n \n- name: Bind mysql to all\n replace:\n path: \"/etc/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 477, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
cluster/roles/proftpd
7,740
[ "no_license" ]
[ { "path": "cluster/roles/proftpd/tasks/main.yml", "content": "- name: proftpd preseed\n debconf: name=proftpd-basic question='shared/proftpd/inetd_or_standalone' vtype='select' value='standalone'\n\n- name: Install ProFTPD\n apt: pkg=proftpd-basic state=present\n\n- name: Name FTP Server\n lineinfile: de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
cluster/roles/wordpress
7,740
[ "no_license" ]
[ { "path": "cluster/roles/wordpress/tasks/main.yml", "content": "---\n- name: Install Prereq\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - python-mysqldb\n - sudo\n - mysql-client\n when: db_server is not defined \n\n- name: create a new database\n mysql_db: name={{ ansible_dbn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3088, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
single/roles/apache2
7,740
[ "no_license" ]
[ { "path": "single/roles/apache2/templates/apache_2.4-vhost.conf.j2", "content": "<VirtualHost {{ ansible_default_ipv4['address'] }}:80>\nServerName {{ ansible_www_domain }}\nServerAlias www.{{ ansible_www_domain }}\n\nDocumentRoot /home/{{ ansible_www_user }}/{{ ansible_www_domain }}/public_html\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4327, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
single/roles/common
7,740
[ "no_license" ]
[ { "path": "single/roles/common/tasks/main.yml", "content": "---\n- name: Upgrade\n apt: upgrade=dist update_cache=yes\n\n- name: Install common packages\n apt:\n name:\n - \"jnettop\"\n - \"curl\"\n - \"locate\"\n - \"locales-all\"\n - \"git-core\"\n - \"at\"\n - \"vim...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
single/roles/mariadb
7,740
[ "no_license" ]
[ { "path": "single/roles/mariadb/tasks/main.yml", "content": "---\n- name: MariaDB prereqs\n apt:\n name:\n - python-mysqldb\n state: present\n\n- name: Install MariaDB\n apt: pkg=mariadb-server state=present\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": 154, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
single/roles/postfix
7,740
[ "no_license" ]
[ { "path": "single/roles/postfix/tasks/main.yml", "content": "---\n- name: Postfix preseeds\n action: debconf name=postfix question='{{ item.question }}' vtype='{{ item.vtype }}' value='{{ item.value }}'\n with_items:\n - { question: 'postfix/rfc1035_violation', vtype: 'boolean', value: 'false' }\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
glesys/ansible-wp-auto-deploy
987c6a2d8ffb4f166cbba0f82f8969dbb4893ea9
4
single/roles/wordpress
7,740
[ "no_license" ]
[ { "path": "single/roles/wordpress/tasks/main.yml", "content": "---\n- name: Install Prereq\n apt:\n name:\n - python-mysqldb\n - sudo\n - mysql-client\n state: present\n\n- name: create a new database\n mysql_db: name={{ ansible_dbname }} state=present\n\n- name: create database user\n my...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2203, "all_permissive": false }
ansible_role
rgupta1234/openshift-install-toolset
c1db8474331bacda921cbb66d9aab5a59c615b15
0
pre-install/roles/add-users
7,740
[ "no_license" ]
[ { "path": "pre-install/roles/add-users/tasks/main.yml", "content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n become: true\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
rgupta1234/openshift-install-toolset
c1db8474331bacda921cbb66d9aab5a59c615b15
0
pre-install/roles/register-virtual-machines
7,740
[ "no_license" ]
[ { "path": "pre-install/roles/register-virtual-machines/tasks/main.yml", "content": "---\n- name: Force unregister before register\n redhat_subscription:\n state: absent\n ignore_errors: true\n become: true\n\n- name: Register VM\n redhat_subscription:\n state: present\n username: \"{{rhsm_usern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
rgupta1234/openshift-install-toolset
c1db8474331bacda921cbb66d9aab5a59c615b15
0
pre-install/roles/setup_disks
7,740
[ "no_license" ]
[ { "path": "pre-install/roles/setup_disks/tasks/main.yml", "content": "---\n- name: Partition disk for nfs\n parted:\n device: /dev/xvdb\n number: 1\n state: present\n become: true\n\n- name: Create filesystem \n filesystem:\n fstype: xfs\n dev: /dev/xvdb1\n become: true\n\n- name: Mount /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
AhmedGaberElbltagy/Give-your-Application-Auto-Deploy-Super-Power
0a11a3f33312def3c8ac15c388e9641202512584
0
.circleci/ansible/roles/deploy
7,740
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Create Backend Directory\n file:\n path: /home/ubuntu/backend\n state: directory\n\n- name: Extract artifact.tar.gz to EC2 \n unarchive:\n src: artifact.tar.gz\n dest: /home/ubuntu/backend\n\n- name: \"Installing No...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
helloiamgio/openshift-ansible
82abdeba500f1d3de2b6b214b4bdecfb676fcfcb
0
roles/openshift_control_plane
7,740
[ "no_license" ]
[ { "path": "roles/openshift_control_plane/tasks/registry_auth.yml", "content": "---\n# docker_creds is a custom module from lib_utils\n# 'docker login' requires a docker.service running on the local host, this is an\n# alternative implementation that operates directly on config.json\n- name: Create credentia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
anhcuong/tools-docker-cluster-ansible
b0b59f665c713cdef8bbbfa9a7e5cf29a173d1c5
0
roles/common
7,740
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n# Supervisord\nsupervisord_version: 3.1.3\nsupervisord_conf_dir: /etc/supervisord\nsupervisord_exec_dir: /usr/local/bin\nsupervisord_port: 9001\nsupervisord_admin_user: admin\nsupervisord_admin_password: <PASSWORD>\n\n# ulimit\nlimit_nofile: 10485...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 733, "all_permissive": false }
ansible_role
anhcuong/tools-docker-cluster-ansible
b0b59f665c713cdef8bbbfa9a7e5cf29a173d1c5
0
roles/elasticsearch
7,740
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- include: es.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/elasticsearch/handlers/main.yml", "content": "---\n- name: restart elasticsearch\n sudo: yes\n supervisor...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2214, "all_permissive": false }
ansible_role
gotchane/debian-ansible
a343b8f5867813641f29966cd43e2345dba79139
0
roles/base
7,740
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Enable to execute sudo without password\n become: True\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '^%sudo\\s'\n line: '%sudo ALL=(ALL) NOPASSWD: ALL'\n validate: 'visudo -cf %s'\n tags:\n - base\n - su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1215, "all_permissive": false }
ansible_role
gotchane/debian-ansible
a343b8f5867813641f29966cd43e2345dba79139
0
roles/dotfiles
7,740
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Get dotfiles repo\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_dir }}\"\n force: yes\n tags:\n - dotfiles\n\n- name: Install dotfiles\n command: \"{{ dotfiles_install_cmd }}\"\n args:\n chdir: \"{{ dotfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
bridgecrew-perf6/splunkuf_deploy
945c7579cb93ab4751bda7b759d3ea78fead96bb
0
roles/role-splunkuf
7,740
[ "no_license" ]
[ { "path": "roles/role-splunkuf/defaults/main.yml", "content": "---\n# defaults file for role-splunkuf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/role-splunkuf/tasks/post-deploy.yml", "content": "---\n- name: Cleanup repository\n a...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2669, "all_permissive": false }
ansible_role
MrCloud/mobile-roles-ansible-playbook
b93696892b8b76735311d1c6380d24491fdff9bc
12
roles/android-developer-role
7,740
[ "no_license" ]
[ { "path": "roles/android-developer-role/tasks/xcode.yml", "content": "---\n- name: Check if Xcode is already installed\n stat: path=/Library/Developer/Xcode/\n register: xcode_dir\n\n- name: Selects (and installs if necessary) Xcode 9.4.1\n xcversion: state=selected version=9.4.1 clean=true\n\n- name: ac...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10983, "all_permissive": false }
ansible_role
MrCloud/mobile-roles-ansible-playbook
b93696892b8b76735311d1c6380d24491fdff9bc
12
roles/ios-agent-role
7,740
[ "no_license" ]
[ { "path": "roles/ios-agent-role/defaults/main.yml", "content": "---\nconfigure_xcode: yes\nconfigure_custom_swift: no\nconfigure_macos_defaults: no\nconfigure_ruby_rbenv: yes\nhomebrew_upgrade_all_packages: no\nuse_mac_store: no\n\nxcode_src: Xcode_9.4.1.xip\n\nrbenv_ruby_version: 2.4.3\nrbenv_global_gems:\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3633, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/New-WiFi-AP-setup
7,740
[ "no_license" ]
[ { "path": "roles/New-WiFi-AP-setup/tasks/main.yml", "content": "---\n- name: Generate AP config\n template: src=wifi-template.rsc.j2 dest=roles/New-WiFi-AP-setup/files/tmp/{{inventory_hostname}}.rsc\n\n- name: Upload packages to router\n command: \"sshpass -p '' scp -r -o StrictHostKeyChecking=no {{ item ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8792, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/TT-WiFi-Setup
7,740
[ "no_license" ]
[ { "path": "roles/TT-WiFi-Setup/README.MD", "content": "Роль добавляет виртуальную wifi точку доступа.\nОтредактируйте имя сети, ключи и прочие параметры.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/TT-WiFi-Setup/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 284, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/TT-set-dns-servers
7,740
[ "no_license" ]
[ { "path": "roles/TT-set-dns-servers/files/dns-servers.rsc", "content": "if ([/ip dns get servers] =\"8.8.8.8\") do={/ip dns set servers=172.16.58.3,172.16.17.32}\nif ([/ip dns get servers] =\"8.8.8.8;8.8.4.4\") do={/ip dns set servers=172.16.58.3,172.16.17.32}\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 914, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/add-adminuser-remove-admin
7,740
[ "no_license" ]
[ { "path": "roles/add-adminuser-remove-admin/tasks/main.yml", "content": "---\n\n- name: Generate .rsc to check and add user\n template: src=add_ansible_user.rsc.j2 dest=roles/add-adminuser-remove-admin/files/tmp/{{inventory_hostname}}.rsc\n\n- name: Run .rsc script\n command: bash -c \"cat roles/add-admin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 634, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/add-backup-script
7,740
[ "no_license" ]
[ { "path": "roles/add-backup-script/templates/add-backup-script.rsc.j2", "content": ":if ([/system script find name=dobackup] != \"\") do={/system script remove dobackup}\n:delay 3\n/system script\nadd dont-require-permissions=no name=dobackup policy=\\\n ftp,read,write,policy,test source=\"local date [/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1973, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/add-blacklist
7,740
[ "no_license" ]
[ { "path": "roles/add-blacklist/templates/add-blacklist.rsc.j2", "content": "/system backup save name=before_blacklist_add\n:delay 5\n\n{% for ip in ips %}\n:if ([/ip firewall address-list find address={{ ip }}] = \"\") do={/ip firewall address-list add list=blacklist address={{ ip }} }\n{% endfor %}\n\n:if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 964, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/add-whitelist
7,740
[ "no_license" ]
[ { "path": "roles/add-whitelist/templates/add-whitelist.rsc.j2", "content": "{% for ip in ips %}\n:if ([/ip firewall address-list find address={{ ip }}] = \"\") do={/ip firewall address-list add list=Trusted address={{ ip }}}\n{% endfor %}\n\n:if ([/ip firewall filter find src-address-list=\"Trusted\"] = \"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 899, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/change-admin-password
7,740
[ "no_license" ]
[ { "path": "roles/change-admin-password/templates/change-admin-password.rsc.j2", "content": "/system backup save name=before_admin_password_renew\n/log info {{ansible_mgmt_admin}} password has been changed\n/user set {{ansible_mgmt_admin}} password=\"{{<PASSWORD>}}\"\n\n/log info {{ansible_mgmt_user}} passwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 825, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/change-wifi-passwd
7,740
[ "no_license" ]
[ { "path": "roles/change-wifi-passwd/tasks/main.yml", "content": "---\n- name: Change WiFi Passwd\n command: bash -c \"cat roles/change-wifi-passwd/files/script.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \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": 156, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/check-blacklist
7,740
[ "no_license" ]
[ { "path": "roles/check-blacklist/files/check-blacklist.rsc", "content": "global MTblacklist [/ip firewall filter print where src-address-list=\"blacklist\"]\nput $MTblacklist\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/check-blacklist/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 315, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/check-ipsec-peer
7,740
[ "no_license" ]
[ { "path": "roles/check-ipsec-peer/files/check-ipsec-peer.rsc", "content": "global MTipsecpeer [/ip ipsec peer export]\nput $MTipsecpeer\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/check-ipsec-peer/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 259, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/check-scheduler
7,740
[ "no_license" ]
[ { "path": "roles/check-scheduler/README.md", "content": "---\n\nПоказывает список заданий планировщика на роутерах", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/check-scheduler/files/check-scheduler.rsc", "content": "global MTscheduler ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 316, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/check-scripts
7,740
[ "no_license" ]
[ { "path": "roles/check-scripts/files/check-scripts.rsc", "content": "global MTscripts [/system script print]\nput $MTscripts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/check-scripts/tasks/main.yml", "content": "---\n- name: Check M...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 282, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/check-timedate
7,740
[ "no_license" ]
[ { "path": "roles/check-timedate/tasks/main.yml", "content": "---\n- name: Check Mikrotik time\n command: bash -c \"cat roles/check-timedate/files/check-time.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n register: mttime\n\n- name: Check Mikrotik date\n command: bash -c \"cat roles/che...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 707, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/check-users
7,740
[ "no_license" ]
[ { "path": "roles/check-users/tasks/main.yml", "content": "---\n- name: Check Mikrotik users\n command: bash -c \"cat roles/check-users/files/check-users.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n register: mtusers\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 218, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/check-version
7,740
[ "no_license" ]
[ { "path": "roles/check-version/tasks/main.yml", "content": "---\n- name: Check Mikrotik packages version\n #command: bash -c \"cat roles/check-version/files/check-version.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n command: bash -c \"cat roles/check-version/files/check-version.rsc | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 427, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/del-init-sctipt
7,740
[ "no_license" ]
[ { "path": "roles/del-init-sctipt/files/del-init-script.rsc", "content": ":if ([system scheduler find name=Init] != \"\") do={/system scheduler remove Init}\n:if ([system script find name=Init] != \"\") do={/system script remove Init}\n:if ([/file find name=init-script.rsc] != \"\") do={/file remove init-scr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/dhcp-options-lifesize
7,740
[ "no_license" ]
[ { "path": "roles/dhcp-options-lifesize/tasks/main.yml", "content": "---\n- name: Set LifeSize DHCP Options\n command: bash -c \"cat roles/dhcp-options-lifesize/files/dhcp-options-lifesize.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/dns-static-office
7,740
[ "no_license" ]
[ { "path": "roles/dns-static-office/tasks/main.yml", "content": "---\n- name: Recreate DNS Static Records\n command: bash -c \"cat roles/dns-static-office/files/dns-static.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/do-backup
7,740
[ "no_license" ]
[ { "path": "roles/do-backup/README.md", "content": "---\n\nЗапускает задачу dobackup в планировщике", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/do-backup/files/do-backup.rsc", "content": "/system script run dobackup\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 218, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/lcd-settings
7,740
[ "no_license" ]
[ { "path": "roles/lcd-settings/tasks/main.yml", "content": "---\n- name: Configure LCD\n command: bash -c \"cat roles/lcd-settings/files/lcd-settings.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 212, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/new-router-setup
7,740
[ "no_license" ]
[ { "path": "roles/new-router-setup/tasks/main.yml", "content": "---\n- name: Generate router config\n template: src=router-template.rsc.j2 dest=roles/new-router-setup/files/tmp/{{inventory_hostname}}.rsc newline_sequence='\\r\\n'\n\n- name: Upload config to router\n command: \"sshpass -p '' scp -o StrictHo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 739, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/remove-olditems
7,740
[ "no_license" ]
[ { "path": "roles/remove-olditems/files/remove-olditems.rsc", "content": "/system scheduler remove backup_send_config\n/system script remove config_backup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/remove-olditems/README.md", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 302, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/route-dummy-rule
7,740
[ "no_license" ]
[ { "path": "roles/route-dummy-rule/tasks/main.yml", "content": "---\n- name: Add ip route dummy rules\n command: bash -c \"cat roles/route-dummy-rule/files/route-dummy-rule.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/script-autoDHCP-leases
7,740
[ "no_license" ]
[ { "path": "roles/script-autoDHCP-leases/files/dhcp_autolease_Kiosk.rsc", "content": "{\n:local ScriptName \"dhcp_autolease_Kiosk\"\n:local Hostname \"init\"\n:local StartIP \"240\"\n\n:do {/system script remove \"$ScriptName\" } on-error={}\n\n/system script add name=\"$ScriptName\" source=\"#dhcpAutoLease ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5139, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/script-badblock-check
7,740
[ "no_license" ]
[ { "path": "roles/script-badblock-check/files/BBcheck.rsc", "content": ":do {/system script remove BBcheck} on-error={}\n/system script\nadd name=BBcheck source=\"{\\r\\\n \\n:local emailTo \\\"<EMAIL>\\\"\\r\\\n \\n:global routerIP [:toarray \\\"\\\"]\\r\\\n \\n:if ([/system resource get bad-blocks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2072, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/script-fw-check
7,740
[ "no_license" ]
[ { "path": "roles/script-fw-check/files/fw-check.rsc", "content": ":do {/system script remove WanCheck} on-error={}\n/system script\nadd name=WanCheck source=\"{\\r\\\n \\n:local emailTo \\\"<EMAIL>\\\"\\r\\\n \\n:local ExpectedWanIfaceName \\\"WAN\\\"\\r\\\n \\n:global wanIfaceName [:toarray \\\"\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4870, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/snmp
7,740
[ "no_license" ]
[ { "path": "roles/snmp/tasks/main.yml", "content": "---\n- name: Configure SNMP\n command: bash -c \"cat roles/snmp/files/snmp.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 194, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/socks-disable
7,740
[ "no_license" ]
[ { "path": "roles/socks-disable/tasks/main.yml", "content": "---\n- name: Disable SOCKS\n command: bash -c \"cat roles/socks-disable/files/socks.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 212, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/timedate
7,740
[ "no_license" ]
[ { "path": "roles/timedate/tasks/main.yml", "content": "---\n- name: Few clock/time/date settings\n command: bash -c \"cat roles/timedate/files/timedate.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 158 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/timezone-moscow
7,740
[ "no_license" ]
[ { "path": "roles/timezone-moscow/tasks/main.yml", "content": "---\n- name: Set MSK Timezone\n command: bash -c \"cat roles/timezone-moscow/files/set_timezone.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/web-proxy-disable
7,740
[ "no_license" ]
[ { "path": "roles/web-proxy-disable/tasks/main.yml", "content": "---\n- name: Disable WebProxy\n command: bash -c \"cat roles/web-proxy-disable/files/proxy-disable.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/web-proxy-update-addr-list
7,740
[ "no_license" ]
[ { "path": "roles/web-proxy-update-addr-list/tasks/main.yml", "content": "---\n- name: Update WEB Proxy Addr List\n command: bash -c \"cat roles/web-proxy-update-addr-list/files/proxy-addr-list.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
exray/ansible-mess
37a629f7d873c4a9f66c4bab7fdea4caa8ccf9c5
0
roles/wifi-keepalive-disable
7,740
[ "no_license" ]
[ { "path": "roles/wifi-keepalive-disable/tasks/main.yml", "content": "---\n- name: Disable wifi keepalive frames \n command: bash -c \"cat roles/wifi-keepalive-disable/files/wifi-keepalive-disable.rsc | ssh -T {{inventory_hostname}} -p {{ansible_ssh_port}}\" \n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 274, "all_permissive": false }
ansible_role
b-dalton/backstage-setup
d7c4428843df7a953fe9beb3f300252ae87deb71
0
ansible/roles/create-user
7,740
[ "no_license" ]
[ { "path": "ansible/roles/create-user/tasks/main.yaml", "content": "---\n\n- name: Create linux user\n become: true\n user: # Create a new Linux user\n name: bkstg\n comment: bkstg admin user\n group: admin\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
b-dalton/backstage-setup
d7c4428843df7a953fe9beb3f300252ae87deb71
0
ansible/roles/install-packages
7,740
[ "no_license" ]
[ { "path": "ansible/roles/install-packages/tasks/main.yaml", "content": "---\n\n- name: Ensure host is reachable\n ansible.builtin.ping:\n\n- name: Install wget package (Debian based)\n become: true\n ansible.builtin.apt:\n name: wget\n state: present\n\n- name: Install nvm\n ansible.builtin.shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2566, "all_permissive": false }
ansible_role
djpetti/turtlebot2i
9234cee6542b517bf05e9499052515964f0fff61
0
roles/turtlebot
7,747
[ "no_license" ]
[ { "path": "roles/turtlebot/tasks/main.yml", "content": "- name: Setup the ROS environment.\n import_tasks: common_env_setup.yml\n- name: (Partially) build the turtlebot code.\n import_tasks: build_turtlebot_code.yml\n- name: Set up udev rules.\n import_tasks: udev_rules.yml\n- name: Edit .bashrc file.\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8195, "all_permissive": false }
ansible_role
bryanl/ansible-playground
5ae613ede349801d5738eb5170e95a33fa6a4f42
1
roles/chronos
7,747
[ "no_license" ]
[ { "path": "roles/chronos/tasks/main.yml", "content": "---\n\n- name: install chronos\n apt: pkg=chronos state=present update_cache=yes\n notify: restart chronos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/chronos/templates/chronos_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1950, "all_permissive": false }
ansible_role
bryanl/ansible-playground
5ae613ede349801d5738eb5170e95a33fa6a4f42
1
roles/marathon
7,747
[ "no_license" ]
[ { "path": "roles/marathon/vars/main.yml", "content": "marathon_version: \"v0.7.0-RC4\"\nmarathon_sha256: \"c7d845386509ea70381363a5ee92ac0275497b4a67380d960838e7dbf79e6748\"\nmarathon_url: \"http://downloads.mesosphere.io/marathon/v{{marathon_version}}/marathon-{{marathon_version}}.tgz\"\nmarathon_install_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1625, "all_permissive": false }
ansible_role
bryanl/ansible-playground
5ae613ede349801d5738eb5170e95a33fa6a4f42
1
roles/mesos-lb
7,747
[ "no_license" ]
[ { "path": "roles/mesos-lb/tasks/main.yml", "content": "---\n- name: download script\n get_url: url={{ mesos_lb_url }} dest=/tmp/haproxy-marathon-bridge mode=0755\n\n- name: install haproxy handler\n command: /tmp/haproxy-marathon-bridge install_haproxy_system http://master01.l2.pifft.com:8080\n #create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
bryanl/ansible-playground
5ae613ede349801d5738eb5170e95a33fa6a4f42
1
roles/mesos-master
7,747
[ "no_license" ]
[ { "path": "roles/mesos-master/defaults/main.yml", "content": "mesos_cluster: \"mesos\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/mesos-master/templates/cluster.j2", "content": "{{ mesos_cluster }}\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 755, "all_permissive": false }
ansible_role
bryanl/ansible-playground
5ae613ede349801d5738eb5170e95a33fa6a4f42
1
roles/mesos-minion
7,747
[ "no_license" ]
[ { "path": "roles/mesos-minion/vars/main.yml", "content": "my_ip: \"{{ ansible_default_ipv4.address }}\"\nmaster_ip: \"{{ hostvars['master']['ansible_default_ipv4.address }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/mesos-minion/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 779, "all_permissive": false }
ansible_role
NitroXy/NitroXyWowzaModule
d487501c32fd6d6875c5ce9bcbc725788f18031c
0
ansible/roles/web
7,747
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "- name: Installing nginx\n apt:\n state: present\n update_cache: yes\n cache_valid_time: 86400\n name:\n - nginx\n\n- name: Configure vhost\n notify: restart nginx\n template:\n src: nginx.conf\n dest: /etc/nginx/sites-avail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
NitroXy/NitroXyWowzaModule
d487501c32fd6d6875c5ce9bcbc725788f18031c
0
ansible/roles/wowza
7,747
[ "no_license" ]
[ { "path": "ansible/roles/wowza/tasks/main.yml", "content": "- name: Installing JRE\n apt:\n state: present\n update_cache: yes\n cache_valid_time: 86400\n name: openjdk-7-jre\n\n- name: Installing utilities needed for Wowza\n apt:\n state: present\n name:\n - expect\n - rsync\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2308, "all_permissive": false }
ansible_role
corosuske/fosdem-infrast
a9feb6afd5efc8a491e3a98e7d6a77a53821f32f
0
ansible/roles/common
7,747
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Install common packages\n apt: name={{item}} state=latest update_cache=true cache_valid_time=600\n with_items:\n - git\n - etckeeper\n - screen\n - mosh\n - apt-transport-https\n\n- name: Jessie backports repo\n apt_repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
corosuske/fosdem-infrast
a9feb6afd5efc8a491e3a98e7d6a77a53821f32f
0
ansible/roles/dns
7,747
[ "no_license" ]
[ { "path": "ansible/roles/dns/tasks/main.yml", "content": "- name: Install bind9\n apt: name=bind9 state=latest update_cache=true cache_valid_time=600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
corosuske/fosdem-infrast
a9feb6afd5efc8a491e3a98e7d6a77a53821f32f
0
ansible/roles/docker
7,747
[ "no_license" ]
[ { "path": "ansible/roles/docker/meta/main.yml", "content": "dependencies:\n - common\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Add docker key\n notify: apt-get update\n apt_key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
corosuske/fosdem-infrast
a9feb6afd5efc8a491e3a98e7d6a77a53821f32f
0
ansible/roles/prometheus
7,747
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/templates/prometheus.yml", "content": "global:\n scrape_interval: 10s\n evaluation_interval: 2s\n\nrule_files:\n - life.rules\n - alert.rules\n\nscrape_configs:\n - job_name: 'prometheus'\n target_groups:\n - targets:\n - demo.robustperception.io:9090\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2866, "all_permissive": false }
ansible_role
corosuske/fosdem-infrast
a9feb6afd5efc8a491e3a98e7d6a77a53821f32f
0
ansible/roles/prometheus.docker
7,747
[ "no_license" ]
[ { "path": "ansible/roles/prometheus.docker/tasks/main.yml", "content": "- name: node_exporter\n docker:\n name: node_exporter\n image: prom/node-exporter\n state: started\n pull: always\n net: host\n ports: 9100:9100\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
thudt90/vagrant-ansible-playbook
328180cf4ad856f069745b2f0252c5ef064f524e
0
provisioning/roles/general
7,747
[ "no_license" ]
[ { "path": "provisioning/roles/general/tasks/main.yml", "content": "---\n\n#- name: Update apt cache\n# command: apt update\n\n- name: Install NGINX web server\n #apt: name=nginx state=present\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Install htop\n apt:\n name: hto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
abjbalaji/ansible
9062b535f0114426d069914d21682ecb674a9e7e
0
roles/demo
7,747
[ "no_license" ]
[ { "path": "roles/demo/vars/main.yml", "content": "URL: exam.play.book.com", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/demo/tasks/main.yml", "content": "- name: printing the url\n ansible.builtin.debug:\n msg: URL is {{URL}}", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 96, "all_permissive": false }
ansible_role
abjbalaji/ansible
9062b535f0114426d069914d21682ecb674a9e7e
0
roles/frontend
7,747
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "\n\n- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n\n- name: Download and Extract Frontend content\n include_role:\n name: common\n tasks_from: download\n\n- name: Cleaning Old HTML content\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 707, "all_permissive": false }
ansible_role
abjbalaji/ansible
9062b535f0114426d069914d21682ecb674a9e7e
0
roles/mongodb
7,747
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "\n\n- name: Creatig Repos for Mongodb\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Installing MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Updating MongoDB ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
vikrantx/terraform-ansible-wt
a528674e0e6534e51ebd85532bf304476c2cb471
0
Ansible/roles/app_install
7,747
[ "no_license" ]
[ { "path": "Ansible/roles/app_install/templates/.env.j2", "content": "## Host config ##\nPORT=8080\nHOST={{ ansible_default_ipv4.address }}\nNODE_ENV={{ env }}\nHOST_URL=http://{{ ansible_ssh_host }}:8080\nCOOKIE_ENCRYPT_PWD={{ cookie_encrypt_pwd }}\n\n## Okta config ##\nOKTA_ORG_URL={{ okta_org_url }}\nOKTA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1912, "all_permissive": false }
ansible_role
vikrantx/terraform-ansible-wt
a528674e0e6534e51ebd85532bf304476c2cb471
0
Ansible/roles/copy_env
7,747
[ "no_license" ]
[ { "path": "Ansible/roles/copy_env/tasks/main.yml", "content": "---\n\n- name: copy .env file into application folder\n tags: copy\n template: \n src: .env.j2\n dest: ~/mount/data/.env\n owner: azureuser\n group: azureuser\n mode: 0755\n\n- name: Create weight tracker db \n tags: db_setup\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
vikrantx/terraform-ansible-wt
a528674e0e6534e51ebd85532bf304476c2cb471
0
Ansible/roles/prerequisite
7,747
[ "no_license" ]
[ { "path": "Ansible/roles/prerequisite/tasks/main.yml", "content": "---\n- name: update apt package\n become: true\n apt:\n update_cache: yes\n\n- name: install postgresql packages\n become: true\n apt: pkg={{ item }} state=present update_cache=yes\n tags: [packages]\n with_items:\n - \"postgresq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
is-land/vagrant-spark-cluster
6a1ef7a0a33cbc199172830985e1eed6c3218ff8
3
ansible/roles/apache-spark
7,747
[ "no_license" ]
[ { "path": "ansible/roles/apache-spark/tasks/fetch.yml", "content": "---\n#\n\n- name: debug info\n command: \"{{ item }}\"\n with_items:\n - echo {{ spark_tgzfile }}\n - echo {{ spark_download_url }}\n run_once: true\n\n- name: create /vagrant/.download directory\n file: path=/vagrant/.download st...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3111, "all_permissive": false }