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
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/capistrano-setup
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/capistrano-setup/defaults/main.yml", "content": "deploy_user: deploy\ndeploy_group: deploy\ndeploy_groups: www-data\ndeploy_keys:\n - '~/.ssh/id_rsa.pub'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "provisioning...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/common
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Checking essentials\n apt: name={{ item }} state=present\n with_items:\n - python-software-properties\n - python-pycurl\n - build-essential\n - python-mysqldb\n - curl", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/dev-tools
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/dev-tools/tasks/main.yml", "content": "---\n- name: Add miscellaneous tools\n apt: name={{ item }} state=present\n with_items:\n - git-core\n - fail2ban\n - ufw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/mariadb
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/mariadb/defaults/main.yml", "content": "keyserver_fingerprint: '<KEY>'\nmirror: mirrors.coreix.net\nmariadb_version: '10.0'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "provisioning/roles/mariadb/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1044, "all_permissive": false }
ansible_role
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/nginx
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx PPA\n apt_repository: repo='ppa:nginx/stable' update_cache=yes\n\n- name: Install Nginx\n apt: name=nginx state=present force=yes\n\n- name: Disable default server\n file: path=/etc/nginx/sites-enabled/default state=a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/php-53
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/php-53/tasks/main.yml", "content": "---\n- name: Add PHP 5.3 PPA\n apt_repository: repo='ppa:ondrej/php5' update_cache=yes\n\n- name: Install PHP 5.3\n apt: name={{ item }} state=present force=yes\n with_items:\n - php5-common\n - php5-fpm\n - php5-mysqlnd\n - php5-xmlrp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 727, "all_permissive": false }
ansible_role
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/wordpress-sites
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/wordpress-sites/tasks/database.yml", "content": "---\n- name: Copy database dump\n copy: src={{ item.db_import }} dest=/tmp\n with_items: wordpress_sites\n when: item.db_import|default(False)\n\n- name: Create database of sites\n mysql_db: name={{ item.env.db_name | default...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7090, "all_permissive": false }
ansible_role
shockalotti/ansible-vagrant-windows-wp
0eafd7b6fa64060bb568887c77e38c470e7c166d
6
provisioning/roles/wp-cli
7,904
[ "no_license" ]
[ { "path": "provisioning/roles/wp-cli/tasks/main.yml", "content": "---\n- name: Install WP-CLI\n get_url: url={{ phar_url }} dest={{ bin_path }} mode=0755\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "provisioning/roles/wp-cli/defaults/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 183, "all_permissive": false }
ansible_role
npoussard/M2RESLinuxNPTMKGRB
4c5de66757752725b66b95a5cd9a64fffb2386d1
0
roles/common
7,904
[ "no_license" ]
[ { "path": "roles/common/tasks/users.yml", "content": "---\n- name: Création d'un groupe\n group:\n name: \"{{ item.groupname }}\"\n state: present\n loop: \"{{ user_group }}\"\n\n- name: Création d'un utilisateur\n user:\n name: \"{{ item.username }}\"\n password: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 939, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/brew
7,904
[ "no_license" ]
[ { "path": "roles/brew/tasks/main.yml", "content": "---\n- name: \"[ homebrew] Configure Homebrew taps\"\n homebrew_tap:\n name: \"{{ item }}\"\n loop: \"{{ brew_taps }}\"\n\n- name: \"[ homebrew] Install Homebrew formulae\"\n homebrew:\n name: \"{{ item }}\"\n loop: \"{{ brew_packages }}\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/docker
7,904
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: \"[ docker] Prune unused containers older >24h\"\n community.docker.docker_prune:\n containers: true\n containers_filters:\n until: 24h\n\n- name: \"[ docker] Prune unused images\"\n community.docker.docker_prune:\n images: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/dotfiles
7,904
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: \"[﬒ dotfiles] Get list of files to symlink\"\n ansible.builtin.shell: |\n ls -1 {{ ansible_env.PWD }}/files/dotfiles > /tmp/dotfilesToLink\n changed_when: false\n\n- name: \"[﬒ dotfiles] Store list of files into variable\"\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/gem
7,904
[ "no_license" ]
[ { "path": "roles/gem/tasks/main.yml", "content": "---\n- name: \"[ gem] Install gem packages\"\n gem:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ gem_packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/macos
7,904
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yml", "content": "---\n- name: \"[ macOS] Disable \\\"Are you sure to open this application?\\\" dialog\"\n osx_defaults:\n domain: com.apple.LaunchServices\n key: LSQuarantine\n type: bool\n value: false\n state: present\n\n- name: \"[ macOS] Check for so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2911, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/mas
7,904
[ "no_license" ]
[ { "path": "roles/mas/tasks/main.yml", "content": "---\n- name: \"[ mas] Install Mac App Store packages\"\n mas:\n id: \"{{ item }}\"\n state: present\n loop: \"{{ mas_packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/npm
7,904
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "---\n- name: \"[ npm] Install global npm packages\"\n npm:\n name: \"{{ item }}\"\n global: true\n loop: \"{{ npm_packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
frdmn/dotfiles
3ecd59a400b1ce29aae67eb81899c844ac8abda9
32
roles/pip
7,904
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n- name: \"[ pip] Install pip packages\"\n ansible.builtin.pip:\n name: \"{{ item }}\"\n executable: pip3\n loop: \"{{ pip_packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
msagidev/cdond-c3-projectstarter
fc958fdd1a698d4e731c3b60be930e2636a333c7
0
.circleci/ansible/roles/deploy
7,904
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"install dependencies.\"\n apt:\n pkg: \n - npm\n - pm2\n - tar\n state: latest\n update_cache: true\n\n- name: \"upload backend code artifact.\"\n copy:\n src: artifact.tar.gz\n dest: ~/web/\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
futoase/environment-for-tarantool
7513617fc039dcb7b795edf207bbceb4ea61057b
0
roles/apt
7,904
[ "permissive" ]
[ { "path": "roles/apt/tasks/packages.yml", "content": "---\n- name: install the packages\n apt: name={{ item }}\n with_items:\n - gcc\n - git\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": true }
ansible_role
futoase/environment-for-tarantool
7513617fc039dcb7b795edf207bbceb4ea61057b
0
roles/apt-update
7,904
[ "permissive" ]
[ { "path": "roles/apt-update/tasks/main.yml", "content": "---\n- name: apt-get update\n shell: apt-get -y update\n\n- name: apt-get upgrade\n shell: apt-get -y upgrade\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": true }
ansible_role
futoase/environment-for-tarantool
7513617fc039dcb7b795edf207bbceb4ea61057b
0
roles/luarocks
7,904
[ "permissive" ]
[ { "path": "roles/luarocks/tasks/install.yml", "content": "---\n- name: install the luarocks\n apt: name=luarocks\n update_cache=yes\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": true }
ansible_role
futoase/environment-for-tarantool
7513617fc039dcb7b795edf207bbceb4ea61057b
0
roles/tarantool
7,904
[ "permissive" ]
[ { "path": "roles/tarantool/tasks/main.yml", "content": "---\n- include: setup.yml\n- include: install.yml\n- include: luarock-packages.yml\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 80 }, { "path": "roles/tarantool/tasks/luarock-packages.yml...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 537, "all_permissive": true }
ansible_role
elasticdog/hyperboriarch
026f78d3262701ff658c3e255ff1abc729d211f6
28
roles/cjdns
7,904
[ "no_license" ]
[ { "path": "roles/cjdns/templates/update-cjdns.j2", "content": "#!/usr/bin/env bash\n\n#\n# update-cjdns\n#\n# Meant to run periodically in order to download, build, package, and install\n# the latest cjdns revision from the upstream git repository. The script\n# optionally takes an argument for a different ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3591, "all_permissive": false }
ansible_role
elasticdog/hyperboriarch
026f78d3262701ff658c3e255ff1abc729d211f6
28
roles/common
7,904
[ "no_license" ]
[ { "path": "roles/common/templates/ntp.conf.j2", "content": "# {{ ansible_managed }}\n\n# With the default settings below, ntpd will only synchronize your clock.\n#\n# For details, see:\n# - the ntp.conf man page\n# - http://support.ntp.org/bin/view/Support/GettingStarted\n# - https://wiki.archlinux.org/inde...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 8720, "all_permissive": false }
ansible_role
zykov-as/test
a317f4ea12b285ab7c46ebc633c03ba4921a9890
0
ansible/roles/base
7,904
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n\n- name: install packages\n package:\n name: \"{{ base_packages }}\"\n state: present\n\n- include_tasks: docker.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "ansible/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 730, "all_permissive": false }
ansible_role
zykov-as/test
a317f4ea12b285ab7c46ebc633c03ba4921a9890
0
ansible/roles/docker_build
7,904
[ "no_license" ]
[ { "path": "ansible/roles/docker_build/vars/main.yml", "content": "---\n\nworkdir: dockerdev\npython_modules: [ requests ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/docker_build/README.md", "content": "Роль создает рабочий ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 965, "all_permissive": false }
ansible_role
zykov-as/test
a317f4ea12b285ab7c46ebc633c03ba4921a9890
0
ansible/roles/users
7,904
[ "no_license" ]
[ { "path": "ansible/roles/users/README.md", "content": "Роль настраивает параметры SSHD и добавляет пользователей и ключ.\nКлюч складывать в files/keys/{{ username }}.pub\nПользователя писать в глобальных переменных для хоста или группы хостов.\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 858, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/abhishek/roles/common
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/abhishek/roles/common/tasks/updateCommonProperties.yml", "content": " - name: Updating properties file common values\n find:\n paths: \"{{ installDir }}/{{ untar_dir }}/bin\"\n patterns: \"*.properties\"\n register: prop_files\n - name: Updating properties file comm...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6638, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/abhishek/roles/domainManager
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/abhishek/roles/domainManager/tasks/updateProperties.yml", "content": " - name: Updating installDomainManager.properties file\n lineinfile:\n path: \"{{ installDir }}/{{ untar_dir }}/bin/installDomainManager.properties\"\n regexp: '^INSTALL_DOMAINMANAGER_DIR='\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1511, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/abhishek/roles/mediator
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/abhishek/roles/mediator/tasks/uninstallMediator.yml", "content": " - set_fact:\n med_prop_file: installMediator.properties\n - name: Uninstall Mediator\n block:\n - name: Check if medinstall directory exists\n stat:\n path: \"{{ install_dir }}/{{ untar_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1044, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/abhishek/roles/nodeManager
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/abhishek/roles/nodeManager/tasks/updateProperties.yml", "content": " - name: Updating installNodeManager.properties file\n lineinfile:\n path: \"{{ installDir }}/{{ untar_dir }}/bin/installNodeManager.properties\"\n regexp: '^INSTALL_NODEMANAGER_DIR='\n line: INS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/abhishek/roles/pnms
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/abhishek/roles/pnms/tasks/verifyPnmsUI.yml", "content": "### Checking UI of Celestis PNMS\n - name: \"Waiting for Celestis UI to be accessible\"\n uri:\n url: \"http://{{ ansible_host }}:8080/celestis\"\n status_code: 200\n register: result\n until: result.sta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 988, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/abhishek/roles/topology
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/abhishek/roles/topology/tasks/installTopology.yml", "content": " ###### Installing Topology ######\n - name: Installing Topology\n shell:\n cmd: ./installTopology.sh -install installTopology.properties\n args:\n chdir: \"{{ install_dir }}/{{ untar_dir }}/bin\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 930, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/roles/common
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/roles/common/tasks/startAll.yml", "content": " ########## Running startInNonHaMode_nonHA.sh Start script remotely #################\n - name: Start NMS, mediator, NCS, Domain Manager\n shell: \"(cd /home/padtec/ansible_abhishek/OTS12_EKINMS_V1.1.16/bin; ./startInNonHaMode_nonH...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3371, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/roles/domainManager
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/roles/domainManager/tasks/installDomainManager.yml", "content": " ########## Installing Domain Manager #############\n - name: Installing Domain Manager\n shell:\n cmd: ./installDomainManager.sh -install installDomainManager.properties\n chdir: \"{{ install_dir }}/{{...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2355, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/roles/mediator
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/roles/mediator/tasks/main.yml", "content": " - include: updateProperties.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "padTec_ansible/roles/mediator/tasks/updateProperties.yml", "content": " - name: Updating ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1036, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/roles/nodeManager
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/roles/nodeManager/tasks/updateProperties.yml", "content": " - name: Updating installNodeManager.properties file\n lineinfile:\n path: \"{{ install_dir }}/{{ untar_dir }}/bin/installNodeManager.properties\"\n regexp: '^INSTALL_NODEMANAGER_DIR='\n line: INSTALL_NOD...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 966, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/roles/pnms
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/roles/pnms/tasks/installPNMS.yml", "content": " ######## Installing PNMS ##############\n - name: Installing PNMS\n shell:\n cmd: ./installPNMS.sh -install installPNMS.properties\n args:\n chdir: \"{{ install_dir }}/{{ untar_dir }}/bin\" #/home/padtec/ansible_abh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1163, "all_permissive": false }
ansible_role
ainani/ansible
979ef5b56bf31e13c68baa30f769021f806cd024
0
padTec_ansible/roles/topology
7,904
[ "no_license" ]
[ { "path": "padTec_ansible/roles/topology/tasks/updateProperties.yml", "content": " - name: Updating installTopology.properties file\n lineinfile:\n path: \"{{ install_dir }}/{{ untar_dir }}/bin/installTopology.properties\"\n regexp: '^INSTALL_TOPOLOGY_DIR='\n line: INSTALL_TOPOLOGY_DIR={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
mafonso/mesosPI
c389349a7f05229a751adcb4bf5dd9359cfe39c6
0
roles/docker
7,904
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker from hypriot\n apt: deb=https://downloads.hypriot.com/docker-hypriot_1.10.3-1_armhf.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
mafonso/mesosPI
c389349a7f05229a751adcb4bf5dd9359cfe39c6
0
roles/environment
7,904
[ "no_license" ]
[ { "path": "roles/environment/templates/environment.j2", "content": "# {{ ansible_managed }}\nexport LC_ALL=C.UTF-8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/environment/tasks/main.yml", "content": "---\n# Seed /etc/environment\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 190, "all_permissive": false }
ansible_role
mafonso/mesosPI
c389349a7f05229a751adcb4bf5dd9359cfe39c6
0
roles/marathon
7,904
[ "no_license" ]
[ { "path": "roles/marathon/tasks/main.yml", "content": "---\n- name: Install marathon \n apt: deb=https://raw.githubusercontent.com/mafonso/mesos-repo/master/marathon_1.1.1_all.deb\n\n- name: /etc/marathon/conf/master\n template: src=master.j2 dest=/etc/marathon/conf/master owner=root group=root mode=0644\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 497, "all_permissive": false }
ansible_role
mafonso/mesosPI
c389349a7f05229a751adcb4bf5dd9359cfe39c6
0
roles/mesos
7,904
[ "no_license" ]
[ { "path": "roles/mesos/tasks/main.yml", "content": "---\n- name: Install mesos \n apt: deb=https://raw.githubusercontent.com/mafonso/mesos-repo/master/mesos-1.0.0-0.1_armhf.deb\n\n- name: Enable mesos-master service\n service: name=mesos-master enabled=yes state=started\n\n- name: Enable mesos-slave servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2067, "all_permissive": false }
ansible_role
mafonso/mesosPI
c389349a7f05229a751adcb4bf5dd9359cfe39c6
0
roles/snmpd
7,904
[ "no_license" ]
[ { "path": "roles/snmpd/defaults/main.yml", "content": "---\nenable_firewall: false\n\n# SNMPD configurations\nconfig_snmpd: true\nenable_snmpd: true\nsnmpd_ro_community: 'public'\nsnmpd_authorized_network: '172.16.107.0/24'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 963, "all_permissive": false }
ansible_role
mafonso/mesosPI
c389349a7f05229a751adcb4bf5dd9359cfe39c6
0
roles/zookeeper
7,904
[ "no_license" ]
[ { "path": "roles/zookeeper/templates/zookeeper-service.json.j2", "content": "{\n \"service\": {\n \"name\": \"zookeeper\",\n \"ID\": \"{{ groups.nodes.index(inventory_hostname) | int + 1 }}\",\n \"port\": 2181,\n \"checks\": [\n {\n \"id\": \"Port listening\",\n \"name\": \"Z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1258, "all_permissive": false }
ansible_role
vpscommacc/ansible-tftp
58d3675f6286cc6e3a834fc9687c446860074641
0
roles/isc-dhcp
7,904
[ "no_license" ]
[ { "path": "roles/isc-dhcp/tasks/main.yaml", "content": "---\n- name: Install ISC DHCP server\n apt:\n name: isc-dhcp-server\n update_cache: yes\n\n- name: Install DHCPDump\n apt:\n name: dhcpdump\n update_cache: yes\n\n- name: Creates first config\n copy:\n src: files/dhcpd.conf\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
vpscommacc/ansible-tftp
58d3675f6286cc6e3a834fc9687c446860074641
0
roles/pxelinux
7,904
[ "no_license" ]
[ { "path": "roles/pxelinux/tasks/main.yaml", "content": "---\n- name: Install dnsmasq\n apt:\n name: dnsmasq\n update_cache: yes\n\n- name: Copy conf for dnsmasq\n copy:\n src: files/dnsmasq.conf\n dest: /etc/dnsmasq.conf\n\n- name: Restart dnsmasq\n service:\n name: dnsmasq\n state: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1961, "all_permissive": false }
ansible_role
vpscommacc/ansible-tftp
58d3675f6286cc6e3a834fc9687c446860074641
0
roles/tftp
7,904
[ "no_license" ]
[ { "path": "roles/tftp/tasks/main.yaml", "content": "---\n- name: Install TFTP-client\n apt:\n name: tftp\n update_cache: yes\n\n- name: Install TFTP-server\n apt:\n name: tftpd-hpa\n update_cache: yes\n\n- name: chown directories\n file:\n path: /srv/tftp\n state: directory\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
kmikon/devops4
719ed8bcd0ec8503075493af32665b5230b096d7
0
ansible/roles/ferrarimarco.nano
7,904
[ "no_license" ]
[ { "path": "ansible/roles/ferrarimarco.nano/meta/main.yml", "content": "---\ngalaxy_info:\n author: ferrarimarco\n description: Ansible role to install and configure Nano\n license: \"license (Apache 2.0)\"\n min_ansible_version: 2.0\n platforms:\n - name: Ubuntu\n versions:\n - trusty\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1152, "all_permissive": false }
ansible_role
kmikon/devops4
719ed8bcd0ec8503075493af32665b5230b096d7
0
ansible/roles/maanas.nano
7,904
[ "no_license" ]
[ { "path": "ansible/roles/maanas.nano/defaults/main.yml", "content": "---\nworkspace: /root\n\n# If git_install_from_source is set to false, these two variables define whether\n# to use an additional repo for the package installation, and which git packages\n# will be installed.\nnano_enablerepo: \"\"\nnano_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5082, "all_permissive": false }
ansible_role
nlotomsk/my_own_collection
1cdbeccac3531f5765943e174d3f9f57ba5a5264
0
my_own_namespace/yandex_cloud_elk/roles/my_own
7,905
[ "no_license" ]
[ { "path": "my_own_namespace/yandex_cloud_elk/roles/my_own/tasks/main.yml", "content": "---\n- name: Compute file\n test.utils.file_content:\n path: \"{{ test_file }}\"\n content: \"{{ test_content }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 164, "all_permissive": false }
ansible_role
syl20bnr/develop.spacemacs.org
e348eddd364593049eebbab5a9d41a87bd109c74
18
ops/.ansible/roles/install-erlang-elixir
7,905
[ "no_license" ]
[ { "path": "ops/.ansible/roles/install-erlang-elixir/tests/playbook.yml", "content": "---\n\n- hosts: all\n sudo: yes\n\n roles:\n - role: jacoelho.elixir\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ops/.ansible/roles/install-erlang-elixi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3280, "all_permissive": false }
ansible_role
nestorrd/ansible-mac-configurator
f8a197deaab9ea3333a0aeb6f20b80066103ba5c
0
roles/emulation
7,905
[ "permissive" ]
[ { "path": "roles/emulation/tasks/main.yml", "content": "---\n- name: Check if OpenEmu is installed\n stat:\n path: /Applications/OpenEmu.app\n register: openemu_installed\n\n- name: Download OpenEmu\n ansible.builtin.uri:\n url: https://github.com/OpenEmu/OpenEmu/releases/download/v2.4.1/OpenEmu_2....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1396, "all_permissive": true }
ansible_role
nestorrd/ansible-mac-configurator
f8a197deaab9ea3333a0aeb6f20b80066103ba5c
0
roles/homebrew
7,905
[ "permissive" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: Check if homebrew is installed\n stat:\n path: /opt/homebrew/\n register: homebrew_installed\n\n- name: Install homebrew\n command: /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1480, "all_permissive": true }
ansible_role
nestorrd/ansible-mac-configurator
f8a197deaab9ea3333a0aeb6f20b80066103ba5c
0
roles/oh-my-zsh
7,905
[ "permissive" ]
[ { "path": "roles/oh-my-zsh/tasks/main.yml", "content": "---\n- name: Check if oh-my-zsh is installed\n stat:\n path: $HOME/.oh-my-zsh\n register: ohmyzsh_installed\n\n- name: Install oh-my-zsh\n ansible.builtin.shell:\n cmd: sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/mas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": true }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/caddy
7,905
[ "no_license" ]
[ { "path": "roles/caddy/tasks/main.yml", "content": "- name: Install caddy server\n block:\n - name: Update apt packages\n ansible.builtin.apt:\n cache_valid_time: 3600\n update_cache: true\n\n - name: Install caddy server package\n ansible.builtin.apt:\n pkg: caddy\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1511, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/common
7,905
[ "no_license" ]
[ { "path": "roles/common/tasks/configure_access.yml", "content": "- name: Generate ssh key path\n ansible.builtin.set_fact:\n ssh_key_path: \"/home/{{ host_user }}/.ssh/{{ host_ssh_key_name }}\"\n ssh_public_key_path: \"/home/{{ host_user }}/.ssh/{{ host_ssh_key_name }}.pub\"\n\n- name: Retrieve ssh k...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3423, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/docker
7,905
[ "no_license" ]
[ { "path": "roles/docker/tasks/debian.yml", "content": "- name: Install gpg \n ansible.builtin.apt:\n pkg:\n - gnupg2\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/{{ ansible_facts['lsb']['id']|lower }}/gpg\n state: present\n\n- name: Add Docker Reposit...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2080, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/haproxy
7,905
[ "no_license" ]
[ { "path": "roles/haproxy/templates/proxy.conf.j2", "content": "# Global settings\nglobal\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/admin.sock mode 660 level admin\n stats timeout 30s\n user haproxy\n group haproxy\n daemo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2665, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/kubernetes
7,905
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/flux_bootstrap.yml", "content": "- name: Check if flux is already installed\n ansible.builtin.stat:\n path: /usr/local/bin/flux\n register: flux_installed\n\n- name: Download the flux installation script\n ansible.builtin.get_url:\n url: https://fluxcd.io/install.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1157, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/lvm
7,905
[ "no_license" ]
[ { "path": "roles/lvm/tasks/main.yml", "content": "- name: Install and setup lvm\n block:\n - name: Update apt packages\n ansible.builtin.apt:\n cache_valid_time: 3600\n update_cache: true\n when: ansible_facts['os_family']|lower == 'debian'\n\n - name: Install lvm2 for debian ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1881, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/nfs
7,905
[ "no_license" ]
[ { "path": "roles/nfs/tasks/server.yml", "content": "- name: Update apt packages\n ansible.builtin.apt:\n cache_valid_time: 3600\n update_cache: true\n\n- name: Install NFS server \n ansible.builtin.apt:\n name: nfs-kernel-server\n become: true", "license_type": "no_license", "detected_li...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2506, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/nginx
7,905
[ "no_license" ]
[ { "path": "roles/nginx/tasks/l7_loadbalancer.yml", "content": "- name: Setup l7 loadbalancing\n block:\n - name: Write nginx config for l7 routing\n ansible.builtin.template:\n src: l7.conf.j2\n dest: /etc/nginx/sites-available/l7.conf\n mode: '0644'\n\n - name: Link nginx c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2284, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/plex
7,905
[ "no_license" ]
[ { "path": "roles/plex/tasks/main.yml", "content": "- name: Try to install NVIDIA packages\n become: true\n block:\n - name: Add nvidia APT repository\n ansible.builtin.deb822_repository:\n name: nvidia-container-list\n types: [deb]\n uris: \"https://nvidia.github.io/libnvidia-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4011, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/powerdns
7,905
[ "no_license" ]
[ { "path": "roles/powerdns/templates/zone.json.j2", "content": "{\n \"name\": \"{{ host_zone }}\", \n \"kind\": \"Master\",\n \"dnssec\": false,\n \"soa-edit\": \"INCEPTION-INCREMENT\", \n \"masters\": [], \n \"nameservers\": [\"{{ host_zone }}\"]\n}", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7859, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/proxmox
7,905
[ "no_license" ]
[ { "path": "roles/proxmox/tasks/add_storage.yml", "content": "- name: Retrieve current VM status\n community.general.proxmox_kvm:\n name: \"{{ host_name }}\"\n timeout: \"{{ proxmox.api.timeout | default(300) }}\"\n node: \"{{ proxmox.nodes | random }}\"\n api_user: \"{{ proxmox.api.user.full_na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8310, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/pvenode
7,905
[ "no_license" ]
[ { "path": "roles/pvenode/tasks/download_iso.yml", "content": "- name: Download iso image \n ansible.builtin.get_url:\n url: \"{{ iso }}\" \n dest: \"/var/lib/vz/template/iso\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/pvenode/...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9577, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/qbittorrent
7,905
[ "no_license" ]
[ { "path": "roles/qbittorrent/tasks/main.yml", "content": "- name: Create complete torrent directory \n ansible.builtin.file:\n path: \"/home/{{ host_user }}/plex/data/torrents/complete\"\n mode: '0777'\n state: directory\n\n- name: Create incomplete torrent directory \n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3508, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/rancher
7,905
[ "no_license" ]
[ { "path": "roles/rancher/templates/agent-config.yaml.j2", "content": "server: https://{{ rancher_server }}:9345\ntoken: {{ rke_server_token }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/rancher/tasks/install_rke2_server.yml", "conten...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9317, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/sabnzb
7,905
[ "no_license" ]
[ { "path": "roles/sabnzb/templates/sabnzbd.ini.j2", "content": "[misc]\nhost_whitelist = {{ host_name }}.{{ host_zone }},{{ sabnzb_whitelist | default(omit) }}\napi_key = {{ sabnzb_api_key }}\ndownload_dir = {{ sabnzb_download_dir }} \ndownload_free = \"\"\ncomplete_dir = {{ sabnzb_complete_dir }}\ncomplete_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2226, "all_permissive": false }
ansible_role
gijsentius/homelab-collection
5b68b86454402d52cf82cf28e2c87026af0c0841
0
roles/tailscale
7,905
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/main.yaml", "content": "- name: Install and setup tailscale connection\n block:\n - name: Check if tailscale install script is present\n ansible.builtin.stat:\n path: /tmp/install_tailscale.sh \n register: stat_result\n\n - name: Download install scr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 919, "all_permissive": false }
ansible_role
mattztech/ansible-vagrant-demo
22b667d6956c10606636a6df06e8ad1b1fa75388
0
playbooks/roles/nginx
7,905
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n- name: Nginx setup\n apt: pkg=nginx state=present update_cache=true\n tags:\n - nginx\n\n- name: Stop Nginx before updating config\n service:\n name: nginx\n state: stopped\n tags:\n - nginx\n\n- name: Install NGINX configur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
jchermitano/Hoa_8.1_Portfolio
6214913efe9b3d0de0071dcec1cb796a50cb12d7
0
roles/nagios
7,905
[ "no_license" ]
[ { "path": "roles/nagios/tasks/main.yml", "content": "- name: nagios installation (Ubuntu)\n apt:\n name:\n - nagios4\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: nagios installation (CentOS)\n dnf:\n name:\n - nagios\n state: latest\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
ExceLLent404/scientists
675fc545b0f78a691f0c2e310480687e5076d1bc
0
ansible/roles/basic
7,905
[ "no_license" ]
[ { "path": "ansible/roles/basic/tasks/main.yml", "content": "- name: Install required packages\n apt: name={{ item }} state=present\n loop:\n - postgresql\n - libpq-dev\n - python-psycopg2\n - ruby-dev\n - ruby\n - g++\n - make\n - tree\n - git\n - vim\n - ntp\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
ExceLLent404/scientists
675fc545b0f78a691f0c2e310480687e5076d1bc
0
ansible/roles/ntp
7,905
[ "no_license" ]
[ { "path": "ansible/roles/ntp/tasks/main.yml", "content": "- name: Set timezone\n timezone: name=Europe/Moscow\n\n- name: Start and enable NTP\n service: name=ntp state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
ExceLLent404/scientists
675fc545b0f78a691f0c2e310480687e5076d1bc
0
ansible/roles/postgresql
7,905
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "- name: Create a user (role)\n postgresql_user:\n name: app\n password: <PASSWORD>\n\n- name: Create a database\n postgresql_db:\n name: scientists\n owner: app\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
somasekhars/ansible-kubernetes-openshift-pi3
5c881ec76f1a9e872bad8b198958e85e0a07220b
0
roles/base
7,905
[ "no_license" ]
[ { "path": "roles/base/tasks/apt.yml", "content": "- name: Add apt-transport-https\n apt:\n name: 'apt-transport-https'\n state: present\n force: yes\n\n- name: Add Hypriot Repo Key\n apt_key: url=https://packagecloud.io/gpg.key\n\n- name: Add Hypriot Repo\n apt_repository: repo='deb https://pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
somasekhars/ansible-kubernetes-openshift-pi3
5c881ec76f1a9e872bad8b198958e85e0a07220b
0
roles/docker
7,905
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Ensure that target directory /etc/docker exists\n file: path=/etc/docker state=directory recurse=false\n\n- name: Add docker_init.sh for waiting on flannel to startup\n template: src=docker_init.sh dest=/etc/docker/docker_init.sh mode=0755\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
somasekhars/ansible-kubernetes-openshift-pi3
5c881ec76f1a9e872bad8b198958e85e0a07220b
0
roles/etcd
7,905
[ "no_license" ]
[ { "path": "roles/etcd/handlers/main.yaml", "content": "- name: restart etcd\n service: name=etcd enabled=yes state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/etcd/tasks/main.yml", "content": "- name: Install etcd\n incl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 722, "all_permissive": false }
ansible_role
somasekhars/ansible-kubernetes-openshift-pi3
5c881ec76f1a9e872bad8b198958e85e0a07220b
0
roles/flannel
7,905
[ "no_license" ]
[ { "path": "roles/flannel/tasks/main.yml", "content": "- name: Install flanneld\n include: ../../includes/install_binaries.yml\n vars:\n binaries:\n name: flannel\n version: \"{{ version.flannel }}\"\n commands:\n - flanneld\n\n- name: Extract master IP into variable master_ip\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1344, "all_permissive": false }
ansible_role
somasekhars/ansible-kubernetes-openshift-pi3
5c881ec76f1a9e872bad8b198958e85e0a07220b
0
roles/kubernetes
7,905
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "- name: Ensure files/bin/ directory\n file: path=\"{{ role_path }}/files/bin\" state=directory\n delegate_to: 127.0.0.1\n \n- name: Download kubelet & kubectl\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v{{ versi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3142, "all_permissive": false }
ansible_role
somasekhars/ansible-kubernetes-openshift-pi3
5c881ec76f1a9e872bad8b198958e85e0a07220b
0
roles/openshift
7,905
[ "no_license" ]
[ { "path": "roles/openshift/tasks/main.yml", "content": "- name: Disable and stop kubelet service\n service: name=kubelet enabled=false state=stopped\n\n- name: Install OpenShift\n include: ../../includes/install_binaries.yml\n vars:\n binaries:\n name: openshift-origin\n version: \"{{ versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
somasekhars/ansible-kubernetes-openshift-pi3
5c881ec76f1a9e872bad8b198958e85e0a07220b
0
roles/skydns
7,905
[ "no_license" ]
[ { "path": "roles/skydns/tasks/main.yml", "content": "- name: Extract master IP into variable master_ip\n command: sh -c \"grep master /etc/hosts | awk '{print $1}'\"\n register: master_from_hosts\n\n- set_fact: master_ip={{ master_from_hosts.stdout }}\n\n- name: Copy configuration\n template: src=skydns-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3758, "all_permissive": false }
ansible_role
recobalz/magedu
c3edacb41c31f7d616097cb2ce81e6ab69d9064a
0
ansible/corosync/roles/common
7,905
[ "no_license" ]
[ { "path": "ansible/corosync/roles/common/tasks/main.yaml", "content": "- name: host file\n copy: src=hosts dest=/etc/hosts\n#- name: sync time\n# cron: name=\"sync time\" hours=\"*/5\" job=\"/usr/bin/ntpdata 172.16.31.10\"\n- name: rm repo\n shell: rm -fr /etc/yum.repos.d/*\n tags: repo\n- name: user re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 657, "all_permissive": false }
ansible_role
recobalz/magedu
c3edacb41c31f7d616097cb2ce81e6ab69d9064a
0
ansible/corosync/roles/crmsh
7,905
[ "no_license" ]
[ { "path": "ansible/corosync/roles/crmsh/tasks/main.yaml", "content": "- name: copy crmsh\n copy: src={{ item }} dest=/tmp/\n with_items:\n - crmsh-1.2.6-4.el6.x86_64.rpm\n - pssh-2.3.1-2.el6.x86_64.rpm\n- name: install crmsh\n yum: name={{ item }} state=present\n with_items:\n - /tmp/pssh-2.3.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
recobalz/magedu
c3edacb41c31f7d616097cb2ce81e6ab69d9064a
0
ansible/corosync/roles/ha
7,905
[ "no_license" ]
[ { "path": "ansible/corosync/roles/ha/tasks/main.yaml", "content": "- name: installed corosync and pacemaker\n yum: name={{ item }} state=present\n with_items:\n - corosync\n - pacemaker\n tags: inst\n- name: auth key file\n copy: src=authkey dest=/etc/corosync/authkey owner=root group=root mode=04...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 802, "all_permissive": false }
ansible_role
recobalz/magedu
c3edacb41c31f7d616097cb2ce81e6ab69d9064a
0
ansible/corosync/roles/httpd
7,905
[ "no_license" ]
[ { "path": "ansible/corosync/roles/httpd/tasks/main.yaml", "content": "- name: install httpd\n yum: name=httpd state=present\n- name: echo index\n shell: echo `ifconfig |grep Bcast |awk {'print $2'} |cut -d':' -f2` > /var/www/html/index.html\n- name: service httpd\n service: name=httpd state=stopped enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
recobalz/magedu
c3edacb41c31f7d616097cb2ce81e6ab69d9064a
0
ansible/mariadb/roles/insmysql
7,905
[ "no_license" ]
[ { "path": "ansible/mariadb/roles/insmysql/files/installmariadb.sh", "content": "#!/bin/bash\ntar -xf /root/mariadb-5.5.36-linux-x86_64.tar.gz -C /usr/local\ncd /usr/local\nln -sv mariadb-5.5.36-linux-x86_64 mysql\nmkdir -pv /mydata/{data,binlogs,relaylogs}\nuseradd -r mysql\nchown -R mysql.mysql /mydata/\nc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 820, "all_permissive": false }
ansible_role
recobalz/magedu
c3edacb41c31f7d616097cb2ce81e6ab69d9064a
0
ansible/mysql/roles/begin
7,905
[ "no_license" ]
[ { "path": "ansible/mysql/roles/begin/tasks/main.yaml", "content": "- name: mk group\n group: name=mysql gid=502 state=present\n- name: mk user\n user: name=mysql group=mysql uid=502 state=present\n- name: mk datadir\n shell: mkdir /mydata/mariadb -pv\n- name: mk rpmdir\n shell: mkdir /tmp/rpm -pv\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
recobalz/magedu
c3edacb41c31f7d616097cb2ce81e6ab69d9064a
0
ansible/mysql/roles/setup
7,905
[ "no_license" ]
[ { "path": "ansible/mysql/roles/setup/tasks/main.yaml", "content": "- name: tar maria\n shell: tar xf /tmp/rpm/mariadb-5.5.36-linux-x86_64.tar.gz -C /usr/local/;\n- name: ln mysql\n shell: ln -sv /usr/local/mariadb-5.5.36-linux-x86_64 /usr/local/mysql\n- name: init mysql\n shell: /usr/local/mysql/scripts/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
chase-allen-tech/playbooks
98f1877ac613fcaabecc28008f4487542030de6d
0
roles/insights
7,905
[ "no_license" ]
[ { "path": "roles/insights/tasks/main.yml", "content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/OpenOPS/Ansible+Code+Conventions\n# license: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4603, "all_permissive": false }
ansible_role
pelokomota/ansible-new
e46d2e281ecfcec5b1e7266bfb99cd731d06f525
0
roles/blogvm
7,906
[ "no_license" ]
[ { "path": "roles/blogvm/tasks/main.yml", "content": "---\n - name: Create a directory\n ansible.builtin.file:\n path: /srv/www\n owner: www-data\n group: www-data\n state: directory\n become: yes\n - name: Unarchive a file that needs to be downloaded (added in 2.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3025, "all_permissive": false }
ansible_role
philcgithub/ansible-cloudbees-ci-trad
69444f4b5280bec886cb212502037c1ac65186e9
0
roles/cjoc
7,906
[ "no_license" ]
[ { "path": "roles/cjoc/tasks/setup_oc.yaml", "content": "# Copy the CloudBees license file to the Home directory\n- name: Copy license file to Home directory\n template:\n src: \"{{ license_file }}\"\n dest: \"{{ install_dir }}/license.xml\"\n owner: cloudbees-core-oc\n group: cloudbees-core-oc\...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10929, "all_permissive": false }
ansible_role
philcgithub/ansible-cloudbees-ci-trad
69444f4b5280bec886cb212502037c1ac65186e9
0
roles/cm
7,906
[ "no_license" ]
[ { "path": "roles/cm/handlers/main.yaml", "content": "# This handler waits for Jenkins to state in log that it is up and running\n- name: Wait for CM to start\n wait_for:\n path: \"{{ log_dir }}/cloudbees-core-cm.log\"\n search_regex: \"Jenkins is fully up and running\"\n delay: 10\n timeout: 12...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9268, "all_permissive": false }
ansible_role
misho-kr/docker-registry.all-in-one
6f2cdad8b47d6f3f77be489fe659e83a309b5fa0
1
ansible/roles/docker_images
7,906
[ "no_license" ]
[ { "path": "ansible/roles/docker_images/tasks/base_image.yml", "content": "---\n# Build \"base\" docker image of the docker registry\n\n- name: Clean up leftover Dockerfile\n file: state=absent name={{ build_dir }}/Dockerfile\n\n# Likely a bug in Ansible, module fails if Dockefile is a link\n#\n# - name: Pr...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2948, "all_permissive": false }
ansible_role
misho-kr/docker-registry.all-in-one
6f2cdad8b47d6f3f77be489fe659e83a309b5fa0
1
ansible/roles/source_code
7,906
[ "no_license" ]
[ { "path": "ansible/roles/source_code/tasks/main.yml", "content": "---\n# Pull source code for docker registry, drivers, plugins, etc\n\n- include: docker_registry.yml\n\n# --------------------------------------------------------\n# ------ Patching source code -------\n#\n# FIXME: use loops or...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5186, "all_permissive": false }
ansible_role
DaRo0917/Ansible_project
6b5867ec6acf29217d6bb45f55ac249d6c813ed9
0
Ansible_project/usergeneration/roles/users
7,906
[ "no_license" ]
[ { "path": "Ansible_project/usergeneration/roles/users/vars/main.yml", "content": "---\n# vars file for users\nstart: 1\nnum_of_users_plus_one: 31\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "Ansible_project/usergeneration/roles/users/defaults/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 432, "all_permissive": false }
ansible_role
Mohamed-Mahmoud98/wordpress_ansible_project
ba42fb683ee55387bd0d11b0247e0797e0bfe050
0
ansible-config/roles/apache
7,906
[ "no_license" ]
[ { "path": "ansible-config/roles/apache/tasks/main.yaml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Apache\n apt:\n name: apache2\n state: present\n\n- name: Enable Apache mod_rewrite\n apache2_module:\n name: rewrite\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
Mohamed-Mahmoud98/wordpress_ansible_project
ba42fb683ee55387bd0d11b0247e0797e0bfe050
0
ansible-config/roles/mariadb
7,906
[ "no_license" ]
[ { "path": "ansible-config/roles/mariadb/tasks/main.yaml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n become: yes\n\n- name: Install MariaDB server\n apt:\n name: mariadb-server\n state: present\n become: yes\n\n- name: Ensure MariaDB is running and enabled\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
Mohamed-Mahmoud98/wordpress_ansible_project
ba42fb683ee55387bd0d11b0247e0797e0bfe050
0
ansible-config/roles/php_wordpress
7,906
[ "no_license" ]
[ { "path": "ansible-config/roles/php_wordpress/templates/wp-config.php.j2", "content": "<?php\ndefine('DB_NAME', 'wordpress');\ndefine('DB_USER', 'zozz');\ndefine('DB_PASSWORD', '<PASSWORD>');\ndefine('DB_HOST', '<\"Public DB IP\">'); // MariaDB EC2 IP\ndefine('DB_CHARSET', 'utf8');\ndefine('DB_COLLATE', ''...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }