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
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/activemq
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/activemq/tasks/main.yaml", "content": "---\n - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - activemq\n - install\n\n - name: Установить activemq\n apt:\n name: \"{{ item }}\"\n state: present\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1217, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/ald-client
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/ald-client/vars/main.yaml", "content": "packages:\n - ald-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "demo/ansible/roles/ald-client/tasks/main.yaml", "content": " - name: Установить пакеты ALD-clie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/ald-server
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/ald-server/tasks/main.yaml", "content": " - name: Установить пакеты ALD-server\n apt:\n name: \"{{ item }}\"\n state: present\n allow_unauthenticated: yes\n with_items: \"{{ packages }}\"\n tags:\n - install\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 246, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/apache
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/apache/tasks/main.yaml", "content": "---\n- name: Update apt cache.\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Ensure Apache is installed on Debian.\n apt: \"name={{ item }} state={{ apache_packages_state }}\"\n with_items: \"{{ apache_packages }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2758, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/aptly
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/aptly/vars/main.yaml", "content": "---\naptly_packages_state: installed\naptly_packages:\n - aptly\n - haveged\n - nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "demo/ansible/roles/aptly/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2190, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/bareos-dir
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/bareos-dir/templates/fileset.isp-dhcp-server.conf.j2", "content": "FileSet {\n Name = \"{{item.0.hostname}}_{{item.1}}\"\n Include {\n File = /etc/dhcp/\n Options {\n Signature = MD5 # calculate md5 checksum per file\n compression = GZIP\n }\n }\n}\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4465, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/bareos-fd
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/bareos-fd/tasks/main.yaml", "content": "---\n# Роль файлового демона для bareos\n - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - bareos\n - install\n\n - name: Установить bareos файлового клиента\n apt:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1368, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/bind
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/bind/vars/main.yaml", "content": "packages:\n - bind9\n - bind9-host\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "demo/ansible/roles/bind/handlers/main.yaml", "content": "---\n - name: Перезапуск Bind9\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3397, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/build-java
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/build-java/vars/main.yaml", "content": "#wget http://security.debian.org/debian-security/pool/updates/main/t/tzdata/tzdata_2017c-0+deb7u1_all.deb\n#./configure --with-freetype-include=/usr/include/freetype2/ --with-freetype-lib=/usr/lib/x86_64-linux-gnu/\n\npackages:\n - quilt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/build-java-app
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/build-java-app/tasks/main.yaml", "content": "---\n - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - java\n - install\n\n - name: Установить Java\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/cluster
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/cluster/tasks/main.yaml", "content": "---\n# Роль директора для bareos\n\n # - debug: msg=\"{{ hostvars[item].ansible_all_ipv4_addresses }}\"\n # with_items: \"{{ groups['cluster'] }}\"\n # tags:\n # - debug\n\n - name: Обновить метаданные репозитория deb\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2400, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/config-interfaces
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/config-interfaces/tasks/main.yml", "content": "---\n\n#TODO: убрать гвозди\n\n- name: Получить список хостов из всех груп (костыль1)\n set_fact:\n host_list: \"{{ host_list | default({}) | combine(item.hosts, recursive=True) }}\"\n with_items: \"{{object_list.groups.value...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 41096, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/constructive
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/constructive/templates/runner-upgrademode.j2", "content": "spring:\n profiles:\n active: upgrademode\nmanagement:\n security:\n enabled: false\nserver:\n port: {{runner_port}}\n\nrunner:\n csv:\n delimiter: ';'\n restart-command-line: sudo /u...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 16037, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/constructive_mvn
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/constructive_mvn/handlers/main.yaml", "content": "---\n - name: Перезапуск postgres\n service: name=postgresql state=restarted\n listen: \"Перезапуск postgresql\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 12588, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/contour-server
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/contour-server/handlers/main.yaml", "content": "---\n - name: Перезапуск tomcat7\n service: name=tomcat7 state=restarted\n listen: \"restart tomcat7\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "demo/ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1414, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/curl-info
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/curl-info/templates/index.j2", "content": "#!/bin/bash\n#cp_head=`curl -s -o /dev/null -w ''%{http_code}'' contour.scb.in/biportal/`\n\n echo \"HTTP/1.1 200 OK\\r\\nContent-Type: text/html\\r\\n\\r\\n\"\n\techo \"<meta http-equiv=\"refresh\" content=\"60\">\"\n\techo \"<meta c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 12254, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/dbv
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/dbv/tasks/main.yaml", "content": "---\n - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - dbv\n - install\n\n - name: Установить DHCP/BIND/VPN\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1413, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/deploy-from-artifactory
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/deploy-from-artifactory/tasks/main.yaml", "content": "---\n - name: Забрать пакеты с artifactory\n unarchive:\n src: 'http://artifactory.rc.local:8081/artifactory/{{item.repository}}/{{item.file_name}}'\n dest: \"/var/www/\"\n remote_src: yes\n owner: '{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 339, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/desktop-astra
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/desktop-astra/tasks/main.yaml", "content": " - name: Установить пакеты\n apt:\n name: \"{{ item }}\"\n state: present\n allow_unauthenticated: yes\n with_items: \"{{ packages }}\"\n tags:\n - install\n\n - name: Отключить Parsec в pam\n replace...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 738, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/dv-server
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/dv-server/vars/main.yaml", "content": "packages:\n - dv-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "demo/ansible/roles/dv-server/tasks/main.yaml", "content": "---\n - name: Установить пакеты\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6594, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/elassandra
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/elassandra/vars/main.yaml", "content": "packages:\n - elassandra\n - ingest-attachment\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "demo/ansible/roles/elassandra/handlers/main.yaml", "content": "---\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1773, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/filestorage
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/filestorage/tasks/main.yaml", "content": "---\n - name: Установить роль elassandra\n include_role:\n name: elassandra\n\n - name: Установить пакеты\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n allow_unauthenticated: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4441, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/frontend
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/frontend/templates/vhost.j2", "content": "DirectoryIndex index.php index.html\n\n\n<VirtualHost *:80>\n# ServerName \n DocumentRoot \"/var/www/{{item}}\"\n# Alias / \"/var/www/html\"\n\n <Directory \"/var/www/{{item}}\">\n AuthPAM_Enabled on\n AuthType Basic\n Auth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1339, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/gitlab-agent
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/gitlab-agent/vars/main.yaml", "content": "---\ngit_packages_state: installed\ngit_packages:\n - git\n - gitlab-runner\n - git-lfs\n - dh-make\n - build-essential\n - devscripts\n - dpatch\n - bash-completion\n - dpkg-dev\n - debhelper\n - fakeroot\n - quilt\n - dh-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2892, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/landingpage
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/landingpage/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html lang=\"ru\">\n\n <head>\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"description\" content=\"\">\n <...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8917, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/mhpi
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/mhpi/templates/mhpi.conf.j2", "content": "\nlocation / {\n root /var/www/mhpi;\n index index.html index.htm;\n try_files $uri /index.html;\n}\n\nlocation /oauth {\n proxy_pass http://{{oauth_server}}:{{oauth_server_port}};\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2836, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/mip
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/mip/templates/mip.properties.j2", "content": "amel:\n springboot:\n name: mip-service\n xmlRests: true\n xmlRoutes: true\n\n component:\n servlet:\n mapping:\n contextPath: /endpoint/*\n\nspring:\n datasource:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5653, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/mticket
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/mticket/vars/main.yaml", "content": "packages:\n - mticket-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "demo/ansible/roles/mticket/tasks/main.yaml", "content": "---\n - name: Установить пакеты\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5887, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/mupp
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/mupp/vars/main.yaml", "content": "packages:\n - mupp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "demo/ansible/roles/mupp/tasks/main.yaml", "content": " - name: Установить роль nginx\n include_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1678, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/nginx
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/nginx/vars/main.yaml", "content": "packages:\n - nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "demo/ansible/roles/nginx/tasks/main.yaml", "content": " - name: Установить пакеты\n apt:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/nodejs
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/nodejs/tasks/main.yaml", "content": "- name: Add nodejs repo\n shell: curl -sL https://deb.nodesource.com/setup_9.x | bash -\n\n- name: Update apt cache.\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Ensure nodejs is installed.\n apt: \"name={{ item }} state={{ no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/oauth-account
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/oauth-account/templates/account.properties.j2", "content": "spring.profiles.active=production\nserver.contextPath=/\nserver.port={{oauth_account_port}}\n\nlogging.file=logs/app.log\n\nspring.datasource.driver-class-name=org.postgresql.Driver\nspring.datasource.url=jdbc:postgres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4145, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/oauth-server
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/oauth-server/tasks/main.yaml", "content": " - name: Установить пакеты\n apt:\n name: \"{{ item }}\"\n state: latest\n allow_unauthenticated: yes\n with_items: \"{{ packages }}\"\n tags:\n - install\n\n - name: Запустить службу PostgreSQL, если не ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5929, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/oauth-webadmin
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/oauth-webadmin/templates/webadmin.properties.j2", "content": "spring.profiles.active=production\nserver.contextPath=/\nserver.port={{oauth_webadmin_port}}\n\nlogging.file=logs/app.log\n\noauth2.resource.id=oauth_admin_web_api\noauth2.client.id={{webadmin_id}}\noauth2.client.cli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3039, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/pip-server
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/pip-server/tasks/main.yaml", "content": "---\n - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - install\n\n - name: Установить пакеты из списка\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4790, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/piv-client
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/piv-client/tasks/main.yaml", "content": " - name: Установить роль Tomcat\n include_role:\n name: tomcat\n\n - name: Установить пакеты Tomcat\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n allow_unauthenticated: yes\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/piv-server
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/piv-server/tasks/main.yaml", "content": " - name: Установить роль postgres\n include_role:\n name: postgres\n\n - name: Установить роль activemq\n include_role:\n name: activemq\n\n - name: Установить роль Mticket\n include_role:\n name: mticket\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4330, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/poor-astra
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/poor-astra/tasks/main.yaml", "content": " - name: Отключить Parsec в pam\n replace:\n path: /etc/pam.d/login\n regexp: '^\\s*(.*pam_parsec_cap\\.so.*)$'\n replace: '# \\1'\n\n - name: Отключить Parsec в pam login\n replace:\n path: /etc/pam.d/login\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/postgres
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/postgres/tasks/main.yaml", "content": " - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - install\n\n - name: Установить пакеты\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ packages }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2894, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/proxmox
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/proxmox/tasks/main.yaml", "content": "---\n - name: Установка proxmoxer\n pip:\n name: proxmoxer\n state: present\n when: inventory_hostname in groups['proxmox']\n tags:\n - proxmox\n - install\n\n - name: Остановить виртуалки\n proxmox_kvm:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5606, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/psi
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/psi/templates/create_pgsql.sql.j2", "content": "SET client_encoding = 'UTF8';\nSET check_function_bodies = false;\nSET client_min_messages = warning;\nSET search_path = public, pg_catalog;\nSET default_tablespace = '';\nSET default_with_oids = false;\n\n\n--\n-- Table structure...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 24039, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/pvvo
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/pvvo/templates/pvvo.conf.j2", "content": "location / {\n root /var/www/pvvo;\n index index.html index.htm;\n try_files $uri /index.html;\n}\n\n\nlocation /oauth {\n proxy_pass http://{{oauth_server}}:{{oauth_server_port}};\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1620, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/pvvo-inner
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/pvvo-inner/tasks/main.yaml", "content": " - name: Установить роль nginx\n include_role:\n name: nginx\n\n - name: Установить роль postgres\n include_role:\n name: postgres\n\n - name: Установить роль constructive\n include_role:\n name: constructive\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1752, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/pxe
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/pxe/templates/nginx/nginx-netinstall.conf.j2", "content": "location /netinst {\nroot {{ data.astra }};\nautoindex on;\naccess_log /var/log/nginx/net.access.log;\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "dem...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 6067, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/repo
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/repo/vars/main.yaml", "content": "# repositories:\n# - deb ftp://astra-repo/stable smolensk contrib main non-free\n# - deb ftp://astra-repo/dev smolensk contrib main non-free\n# - deb ftp://astra-repo/27102017SE15 smolensk contrib main non-free\n# - deb ftp://astra-repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2810, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/repo-copy
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/repo-copy/vars/main.yaml", "content": "# Custom rsync options\nrsync_cmd_opts:\n - \"--recursive\"\n - \"--links\"\n - \"--perms\"\n - \"--times\"\n - \"--delete\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2920, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/scheduler
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/scheduler/handlers/main.yaml", "content": "---\n - name: Перезапуск Scheduler\n service: name=scheduler state=restarted\n listen: \"Перезапуск Scheduler\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "demo/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4712, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/tomcat
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/tomcat/tasks/main.yaml", "content": " - name: Обновить метаданные репозитория\n apt:\n update_cache: yes\n tags:\n - install\n\n - name: Установить пакеты\n apt:\n name: \"{{ item }}\"\n state: present\n allow_unauthenticated: yes\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/zabbix-agent
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/zabbix-agent/handlers/main.yaml", "content": "---\n - name: Перезапуск Zabbix-agent\n service: name=zabbix-agent state=restarted\n listen: \"Перезапуск Zabbix-agent\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 749, "all_permissive": false }
ansible_role
knurov/ienv
4f6cbc9794076f325e3bb36de1be4d4f37298739
1
demo/ansible/roles/zabbix-server
233
[ "no_license" ]
[ { "path": "demo/ansible/roles/zabbix-server/handlers/main.yaml", "content": "---\n - name: Перезапуск Zabbix\n service: name=zabbix-server state=restarted\n listen: \"Перезапуск Zabbix\"\n\n - name: Перезапуск Zabbix-agent\n service: name=zabbix-agent state=restarted\n listen: \"Перезапуск Zab...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4504, "all_permissive": false }
ansible_role
mdifils/DevOps-Training
73ea1a927d8a7285520f9875f7df13de3cbe8e7d
0
hill/ansible/challenge/roles/base
233
[ "no_license" ]
[ { "path": "hill/ansible/challenge/roles/base/tasks/main.yml", "content": "- name: add ssh public key for ansible\n tags: always\n authorized_key:\n user: ansible\n exclusive: yes\n key: \"{{ lookup('file', '/home/becode/.ssh/ansible.pub') }}\"\n\n- name: generate sshd_config file from template\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
mdifils/DevOps-Training
73ea1a927d8a7285520f9875f7df13de3cbe8e7d
0
hill/ansible/challenge/roles/web_server
233
[ "no_license" ]
[ { "path": "hill/ansible/challenge/roles/web_server/tasks/main.yml", "content": "- name: install apache\n apt:\n name:\n - \"{{ apache_package_name }}\"\n state: latest\n when: ansible_distribution in [\"Debian\",\"Ubuntu\"]\n\n- name: copy default html file for webserver\n copy:\n src: inde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
mdifils/DevOps-Training
73ea1a927d8a7285520f9875f7df13de3cbe8e7d
0
hill/ansible/roles/db_server
233
[ "no_license" ]
[ { "path": "hill/ansible/roles/db_server/tasks/main.yml", "content": "- name: install mysql\n tags: db,mysql\n apt:\n name: \"{{ mysql_package_name }}\"\n state: latest\n when: ansible_distribution in [\"Debian\",\"Ubuntu\"]\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
mdifils/DevOps-Training
73ea1a927d8a7285520f9875f7df13de3cbe8e7d
0
hill/ansible/roles/web_server
233
[ "no_license" ]
[ { "path": "hill/ansible/roles/web_server/tasks/main.yml", "content": "- name: install apache, php and php support for apache\n apt:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_support_apache }}\"\n - \"{{ php_package_name }}\"\n state: latest\n when: ansible_distribution in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
mdifils/DevOps-Training
73ea1a927d8a7285520f9875f7df13de3cbe8e7d
0
hill/ansible/roles/workstation
233
[ "no_license" ]
[ { "path": "hill/ansible/roles/workstation/tasks/main.yml", "content": "- name: install terraform\n unarchive:\n src: \"{{ terraform_zip_file }}\"\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n owner: root\n group: root\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
deedubs/workstation
9e70b86b1ca86747127d401871ab82ccca1850f9
0
roles/home
233
[ "no_license" ]
[ { "path": "roles/home/files/home-profile.d.sh", "content": "\nif [ -d $HOME/.profile.d ]; then\n for i in $HOME/.profile.d/*.src; do\n if [ -r $i ]; then\n source $i\n fi\n done\n unset i\nfi\n\nif [ -d $HOME/.profile.d ]; then\n for i in $HOME/.profile.d/*.sh; do\n if [ -r $i ]; then\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
deedubs/workstation
9e70b86b1ca86747127d401871ab82ccca1850f9
0
roles/kubectl
233
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- name: Register the current kubectl version (if any)\n become: false\n command: ~/bin/kubectl version --client=true --short\n ignore_errors: yes\n register: kubectl_version\n changed_when: false\n\n- name: Download the kubectl tarball\n get_u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1515, "all_permissive": false }
ansible_role
deedubs/workstation
9e70b86b1ca86747127d401871ab82ccca1850f9
0
roles/minikube
233
[ "no_license" ]
[ { "path": "roles/minikube/vars/main.yml", "content": "---\nminikube_download_location: \"https://storage.googleapis.com/minikube/releases/{{minikube_version}}/{{ minikube_bin }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/minikube/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1122, "all_permissive": false }
ansible_role
soma-micro-service/ansible-vm1
642a530f41d1f612de690e24fecc909571363d5e
0
roles/cluster
233
[ "no_license" ]
[ { "path": "roles/cluster/tasks/id_gen.yml", "content": "---\n- shell: uuidgen\n register: uuid\n- set_fact:\n# project_id: \"{{ project_name }}-{{ uuid['stdout'] }}\"\n# project_id: \"{{ project_name }}\"\n project_id: \"{{ uuid.stdout[:5] }}\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 734, "all_permissive": false }
ansible_role
soma-micro-service/ansible-vm1
642a530f41d1f612de690e24fecc909571363d5e
0
roles/docker_registry
233
[ "no_license" ]
[ { "path": "roles/docker_registry/tasks/port_check.yml", "content": "---\n\n- name: Checking 5000 port for docker registry\n wait_for: \n host: 0.0.0.0 \n port: 5001 \n timeout: 5\n state: stopped\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1482, "all_permissive": false }
ansible_role
soma-micro-service/ansible-vm1
642a530f41d1f612de690e24fecc909571363d5e
0
roles/jenkins
233
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/port_check.yml", "content": "---\n\n- name: Checking 8080 port for jenkins\n wait_for: \n host: 0.0.0.0 \n port: 8081\n timeout: 5 \n state: stopped\n- name: Checking 50000 port for jenkins\n wait_for: \n host: 0.0.0.0 \n port: 50001\n timeout: 5 \n s...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1599, "all_permissive": false }
ansible_role
soma-micro-service/ansible-vm1
642a530f41d1f612de690e24fecc909571363d5e
0
roles/pre_production
233
[ "no_license" ]
[ { "path": "roles/pre_production/tasks/main.yml", "content": "---\n\n- name: Create docker/certs.d/ directory\n file: \"path=/etc/docker/certs.d/{{ base_registry_ip }}:{{ base_registry_port }} state=directory mode=0755\"\n become: true\n become_user: root\n- name: Copy base_registry.crt\n copy: \"src=fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
fogatlas-legacy/demo-kit
191b0bf0160d0892261965aea6f291acde0b00b5
4
roles/kubeadm
233
[ "permissive" ]
[ { "path": "roles/kubeadm/tasks/master.yml", "content": "- name: Initialize kubernetes master\n command: \"kubeadm init --token {{ access_token }}\n --apiserver-advertise-address {{ kubeadm_master_ip }}\n --apiserver-cert-extra-sans {{ kubeadm_master_alternate_ips }}\n --pod-network-cidr={{ kubeadm_pod_n...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6783, "all_permissive": true }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/deploy
233
[ "no_license" ]
[ { "path": "roles/deploy/vars/main.yml", "content": "laravel_env_defaults:\n app_name: Example\n app_env: \"{{ env }}\"\n app_debug: false\n app_url: https://example.com\n log_channel: stack\n db_connection: mysql\n db_host: localhost # override this in group_vars/environment/laravel_apps.yml\n db_po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6191, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/fail2ban
233
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: ensure fail2ban is installed\n apt:\n pkg: fail2ban\n state: latest\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n notify:\n - restart fail2ban\n\n- name: ensure fail2ban is configured\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/laravel-install
233
[ "no_license" ]
[ { "path": "roles/laravel-install/tasks/directories.yml", "content": "---\n- name: Create current directory for app(s)\n file:\n path: \"{{ www_root }}/{{ item.key }}/current\"\n owner: \"{{ web_user }}\"\n group: \"{{ web_group }}\"\n mode: 0755\n state: directory\n with_dict: \"{{ laravel_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1769, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/laravel-setup-code
233
[ "no_license" ]
[ { "path": "roles/laravel-setup-code/tasks/supervisor.yml", "content": "---\n- name: Write config file\n template:\n src: laravel-workers.j2\n dest: \"/etc/supervisor/conf.d/{{ item.key }}-workers.conf\"\n with_dict: \"{{ laravel_apps }}\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3931, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/laravel-setup-database
233
[ "no_license" ]
[ { "path": "roles/laravel-setup-database/defaults/main.yml", "content": "app_uses_local_db: \"{{ site_env.db_host == 'localhost' }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/laravel-setup-database/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 833, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/letsencrypt
233
[ "no_license" ]
[ { "path": "roles/letsencrypt/templates/nginx-challenge-site.conf.j2", "content": "server {\n listen 80;\n server_name {{ missing_hosts | join(' ') }};\n include acme-challenge-location.conf;\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2448, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/mariadb-client
233
[ "no_license" ]
[ { "path": "roles/mariadb-client/tasks/main.yml", "content": "---\n- name: Install MySQL client\n apt:\n name: mariadb-client\n state: \"{{ mariadb_client_package_state | default(apt_package_state) }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}\"", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/mariadb-ppa
233
[ "no_license" ]
[ { "path": "roles/mariadb-ppa/defaults/main.yml", "content": "mariadb_keyserver: keyserver.ubuntu.com\nmariadb_keyserver_id: \"<KEY>\"\nmariadb_ppa: \"deb [arch=amd64,i386,ppc64el] http://ftp.osuosl.org/pub/mariadb/repo/10.2/ubuntu xenial main\"\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 418, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/mariadb-server
233
[ "no_license" ]
[ { "path": "roles/mariadb-server/meta/main.yml", "content": "dependencies:\n - { role: mariadb-ppa }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/mariadb-server/tasks/main.yml", "content": "---\n- debug:\n var: apps_using_remote_db\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1846, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/nginx
233
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nnginx_ppa: \"ppa:nginx/development\"\nnginx_package: nginx\nnginx_conf: nginx.conf.j2\nnginx_path: /etc/nginx\nnginx_logs_root: /var/log/nginx\nnginx_user: www-data www-data\nnginx_fastcgi_buffers: 8 8k\nnginx_fastcgi_buffer_size: 8k\nnginx_fastcgi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2534, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/php
233
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Add PHP 7.1 PPA\n apt_repository:\n repo: \"ppa:ondrej/php\"\n update_cache: yes\n\n- name: Install PHP 7.1\n apt:\n name: \"{{ item }}\"\n state: present\n force: yes\n with_items: \"{{ php_extensions }}\"\n\n- name: Start php...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1581, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/shared
233
[ "no_license" ]
[ { "path": "roles/shared/handlers/main.yml", "content": "---\n- name: disable temporary challenge sites\n import_tasks: \"{{ playbook_dir }}/roles/shared/tasks/disable_challenge_sites.yml\"\n\n- name: reload php-fpm\n service:\n name: php7.1-fpm\n state: reloaded\n\n- import_tasks: \"{{ playbook_dir ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 644, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/sshd
233
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n- name: Ensure latest SSH server and client are installed\n apt:\n pkg: \"{{ item }}\"\n state: latest\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n with_items:\n - openssh-server\n - openssh-client\n no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/ssmtp
233
[ "no_license" ]
[ { "path": "roles/ssmtp/tasks/main.yml", "content": "---\n- name: Install ssmtp\n apt:\n name: ssmtp\n state: present\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n\n- name: ssmtp configuration\n template:\n src: ssmtp.conf.j2\n dest: /etc/ssmtp/ssmtp.conf\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 330, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/supervisor
233
[ "no_license" ]
[ { "path": "roles/supervisor/tasks/main.yml", "content": "---\n- name: Install Supervisor\n apt:\n name: supervisor\n state: present\n\n- name: Enable Supervisor\n service: \n name: supervisor \n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/web-user
233
[ "no_license" ]
[ { "path": "roles/web-user/tasks/main.yml", "content": "---\n- name: Add web user sudoers items for services\n template:\n src: sudoers.d.j2\n dest: \"/etc/sudoers.d/{{ web_user }}-services\"\n mode: 0440\n owner: root\n group: root\n validate: \"/usr/sbin/visudo -cf %s\"\n when: web_sudo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
paultibbetts/anstead
9dc6cfead6cc3f848e5bda1e325130fa8420345a
15
roles/xdebug
233
[ "no_license" ]
[ { "path": "roles/xdebug/tasks/main.yml", "content": "---\n- block:\n - name: Install Xdebug\n apt:\n name: php-xdebug\n state: latest\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n\n - name: Template the Xdebug configuration file\n template:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": false }
ansible_role
satokadumasa/php_dev
15b7bea7835f0321ae508fe7f1ae084d2f460eb5
0
roles/init
233
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "- name: install git and other dependencies\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - git\n - nss\n - nss-util\n - nspr\n - curl\n\n- name: install dependencies \n yum: \n name: \"{{ item }}\"\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
satokadumasa/php_dev
15b7bea7835f0321ae508fe7f1ae084d2f460eb5
0
roles/mariadb
233
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: mariadbをインストール\n yum: name={{ item }} state=installed\n with_items:\n - MySQL-python\n - mariadb\n - mariadb-server\n - libselinux-python\n\n- name: 自動起動設定\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3133, "all_permissive": false }
ansible_role
satokadumasa/php_dev
15b7bea7835f0321ae508fe7f1ae084d2f460eb5
0
roles/nginx
233
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.conf.j2", "content": "server {\n listen 80;\n server_name eccube2.example.com; #ドメイン\n root /home/vagrant/Project/eccube; #ドキュメントルート\n index index.html index.htm index.php;\n access_log /var/log/nginx/shop.log;\n error_log /var/log/nginx/shop.error....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3064, "all_permissive": false }
ansible_role
satokadumasa/php_dev
15b7bea7835f0321ae508fe7f1ae084d2f460eb5
0
roles/php7
233
[ "no_license" ]
[ { "path": "roles/php7/tasks/main.yml", "content": "- name: yum install epel-repease\n yum: name=epel-release state=installed\n\n- name: add remi-repo repository\n command: rpm -ih http://rpms.famillecollet.com/enterprise/remi-release-7.rpm creates=/etc/yum.repos.d/remi.repo\n\n- name: install php 7.3\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1031, "all_permissive": false }
ansible_role
netology-kononov/devops-netology-ansible-02
0c16ea490b5a2addb24297e69ac102f975b8388b
0
roles/lighthouse
233
[ "no_license" ]
[ { "path": "roles/lighthouse/README.md", "content": "lighthouse-role\n=========\n\nRole for Lighthouse installation.\n\nRequirements\n------------\n\nNo requirements.\n\nRole Variables\n--------------\n\naccept variables: \n\"lighthouse_vcs\" - Git location of Lighthouse application, default value is: \"htt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1649, "all_permissive": false }
ansible_role
netology-kononov/devops-netology-ansible-02
0c16ea490b5a2addb24297e69ac102f975b8388b
0
roles/vector
233
[ "no_license" ]
[ { "path": "roles/vector/meta/main.yml", "content": "galaxy_info:\n role_name: vector\n author: netology-kononov\n description: Role for installation Vector\n company: netology-edu\n\n license: MIT\n\n min_ansible_version: \"2.12\"\n\n platforms:\n - name: EL\n versions:\n - all\n\n ga...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1420, "all_permissive": false }
ansible_role
DmitryV81/HW17_Backup
df5c677ce045344a5f7bff2ba06dde14d6ba68bf
0
roles/clientborg
233
[ "no_license" ]
[ { "path": "roles/clientborg/tasks/main.yaml", "content": "---\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install borgbackup\n yum:\n name: borgbackup\n state: present\n\n- name: Create directory .ssh on user root\n file:\n path: /root/.ssh\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1616, "all_permissive": false }
ansible_role
DmitryV81/HW17_Backup
df5c677ce045344a5f7bff2ba06dde14d6ba68bf
0
roles/mntdisk
233
[ "no_license" ]
[ { "path": "roles/mntdisk/tasks/main.yaml", "content": "---\n- name: Install lvm2\n yum:\n name: lvm2\n state: present\n\n- name: Create the Volume Group\n lvg:\n vg: BK\n pvs: /dev/sdb\n- name: Create Logical Volume\n lvol:\n lv: BoBack\n vg: BK\n size: 2G\n pvs: /dev/sdb\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
DmitryV81/HW17_Backup
df5c677ce045344a5f7bff2ba06dde14d6ba68bf
0
roles/serverborg
233
[ "no_license" ]
[ { "path": "roles/serverborg/tasks/main.yaml", "content": "---\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install borgbackup\n yum:\n name: borgbackup\n state: present\n\n- name: Create user borg\n user:\n name: borg\n createhome: yes\n home:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1135, "all_permissive": false }
ansible_role
AMARGUPTA99222/Ansible
40b4fd2c65be4ee3d2867cf43417464031b149b8
0
Roles/setup_httpd_Roles
233
[ "no_license" ]
[ { "path": "Roles/setup_httpd_Roles/handlers/main.yml", "content": "---\n# handlers file for setup_httpd_Roles\n- name: start httpd\n service: \n name: httpd\n state: started\n\n- name: start apche2\n service:\n name: apache2\n state: started\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
shadiqaust/devops
598769cf077604c786b544493c4403db07548306
0
pipeline/integration-server/playbook/roles/configurdocker
233
[ "no_license" ]
[ { "path": "pipeline/integration-server/playbook/roles/configurdocker/tasks/main.yml", "content": "---\n\n- name: 'Add a user to the docker group ot be able to access the docker CLI'\n shell: sudo usermod -aG docker vagrant\n\n- name: 'Validate the installation and access by running a hello word container.'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
shadiqaust/devops
598769cf077604c786b544493c4403db07548306
0
pipeline/integration-server/playbook/roles/gitlab
233
[ "no_license" ]
[ { "path": "pipeline/integration-server/playbook/roles/gitlab/tasks/main.yml", "content": "---\n\n- name: \"Create Downloads folder\"\n file:\n path: \"{{ destination }}\"\n state: directory\n\n- name: \"Update repositories cache.\" \n apt:\n update_cache: yes\n\n\n- name: \"Safe system upgrade vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2405, "all_permissive": false }
ansible_role
shadiqaust/devops
598769cf077604c786b544493c4403db07548306
0
pipeline/integration-server/playbook/roles/nmap
233
[ "no_license" ]
[ { "path": "pipeline/integration-server/playbook/roles/nmap/tasks/main.yml", "content": "---\n- name: Install Nmap\n become: true\n when: ansible_os_family == \"ubuntu\"\n apt:\n name: nmap\n update_cache: yes\n state: latest\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
shadiqaust/devops
598769cf077604c786b544493c4403db07548306
0
pipeline/production-server/playbook/roles/gitlabrunner
233
[ "no_license" ]
[ { "path": "pipeline/production-server/playbook/roles/gitlabrunner/tasks/main.yml", "content": "---\n\n\n- name: Using curl to connect to a host via SOCKS proxy (unsupported in uri). Ordinarily this would throw a warning\n shell: sudo curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
shadiqaust/devops
598769cf077604c786b544493c4403db07548306
0
pipeline/stage-server/playbook/roles/mysql
233
[ "no_license" ]
[ { "path": "pipeline/stage-server/playbook/roles/mysql/tasks/main.yml", "content": "---\n\n- name: 'Run database script'\n shell: mysql -u root -p12345678 < /vagrant_scripts/create-user-table.sql\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
cloudmesh-community/hid-sp18-703
46d04da72fecbabd6c09b7d4f100462cb6fb6eca
0
project-code/couchdbansible/roles/couchdb
233
[ "no_license" ]
[ { "path": "project-code/couchdbansible/roles/couchdb/vars/main.yml", "content": "---\nnodes_number: 2\ncluster_setup: true\nreplica: 3\nshard: 10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "project-code/couchdbansible/roles/couchdb/tasks/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4552, "all_permissive": false }
ansible_role
simono/ansible-examples
2ac244ba21da43e4270a195f338518266f332236
2
roles/roles/service_provider
233
[ "no_license" ]
[ { "path": "roles/roles/service_provider/tasks/main.yml", "content": "# roles/service_provider/tasks/main.yml\n- name: Install {{ service }}\n apt: name={{ service }} state=latest\n\n- name: Ensure {{ service }} is started\n service: name={{ service }} state=started\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
openhie/playbook-ohie-shr
6ce011c3d4f6f0fc9accd2f7ecc152e81bf30e63
0
roles/ohie-shr
233
[ "no_license" ]
[ { "path": "roles/ohie-shr/tasks/main.yml", "content": "---\n- name: Copy SHR test db to /tmp\n copy: src=shr_sandbox_demo.sql dest=/tmp/\n\n- name: Import SHR test db\n mysql_db: name={{ db_name }} login_user={{ mysqluser }} login_password={{ <PASSWORD> }} state=import target=/tmp/shr_sandbox_demo.sql\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
rulet02/ansible_hw_2
de335c8e26d174cfdb6aa77689a50b94039a147f
0
roles/db
233
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n - name: install mysql\n apt: \"name={{ item }} state=present\"\n with_items:\n - mariadb-server\n - python-pymysql\n - git\n\n - name: set 50-server.cnf\n template:\n src: \"files/50-server.cnf.j2\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1453, "all_permissive": false }
ansible_role
rulet02/ansible_hw_2
de335c8e26d174cfdb6aa77689a50b94039a147f
0
roles/web
233
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n - name: install apache php git\n apt: \"name={{ item }} state=present\"\n with_items:\n - apache2\n - php\n - php-mysql\n - libapache2-mod-php\n - git\n\n - name: create document root\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }