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
Melanitski/vagrant-ansible
a65ee728f46554c0519b029c123b2a25112c49b2
0
provisioning/roles/pg-dev
7,256
[ "no_license" ]
[ { "path": "provisioning/roles/pg-dev/tasks/main.yml", "content": "---\n- name: Install packages\n apt: name={{ item }}\n with_items:\n - postgresql-server-dev-{{postgresql_version}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
b0d0nne11/ansible
aeda23b749e1788d1b969e03cbbf27c78744d15f
0
roles/bigspoonlabs.bootstrap
7,256
[ "no_license" ]
[ { "path": "roles/bigspoonlabs.bootstrap/tasks/main.yml", "content": "---\n- name: Install docker-py\n pip: name=docker-py\n\n- name: Setup network interface\n template: src=00-static.network dest=/etc/systemd/network/00-static.network\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
b0d0nne11/ansible
aeda23b749e1788d1b969e03cbbf27c78744d15f
0
roles/bigspoonlabs.unit
7,256
[ "no_license" ]
[ { "path": "roles/bigspoonlabs.unit/handlers/main.yml", "content": "---\n- name: reload systemd\n shell: /usr/bin/systemctl daemon-reload\n- name: restart service\n shell: /usr/bin/systemctl restart {{ name }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": false }
ansible_role
nickgreensgithub/ansible_ldap
e34a10feec086845de90b210d6c8244f61fc2adc
0
roles/configure_client_for_ldap_authentication
7,316
[ "no_license" ]
[ { "path": "roles/configure_client_for_ldap_authentication/tasks/main.yml", "content": "---\n- name: install required packages\n apt:\n name: \n - sssd\n - libpam-sss\n - libnss-sss\n state: present \n\n- name: Create sssd config\n ansible.builtin.template:\n src: sssd.conf.j2\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4283, "all_permissive": false }
ansible_role
nickgreensgithub/ansible_ldap
e34a10feec086845de90b210d6c8244f61fc2adc
0
roles/setup_docker_ldap_server
7,316
[ "no_license" ]
[ { "path": "roles/setup_docker_ldap_server/tasks/main.yml", "content": "---\n\n- name: Copy Docker Compose file to server\n template:\n src: ./docker-compose.j2\n dest: \"{{ LDAP_BASE_PATH }}/docker-compose.yml\"\n owner: \"{{ DOCKER_USERNAME }}\"\n group: \"docker\"\n mode: '0775'\n become...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3354, "all_permissive": false }
ansible_role
hermansochi/private-docker-hub-and-jenkins
9e6088b1184ac61b90dce774e02e36f0d9419246
0
provisioning/roles/docker
7,316
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1273, "all_permissive": false }
ansible_role
hetznercloud/kubecon-europe-2021
d23f19fbe2c35a8b627685c0d4817ec219330021
19
ansible/roles/k3s
7,316
[ "no_license" ]
[ { "path": "ansible/roles/k3s/templates/hcloud-csi-secret.yaml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: hcloud-csi\n namespace: kube-system\nstringData:\n token: \"{{ lookup('env', 'HCLOUD_TOKEN') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5658, "all_permissive": false }
ansible_role
hetznercloud/kubecon-europe-2021
d23f19fbe2c35a8b627685c0d4817ec219330021
19
ansible/roles/kubeconfig
7,316
[ "no_license" ]
[ { "path": "ansible/roles/kubeconfig/defaults/main.yml", "content": "---\nkubeconfig_local_path: \"~/.kube/config\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "ansible/roles/kubeconfig/tasks/main.yml", "content": "---\n- name: stat | check...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 896, "all_permissive": false }
ansible_role
karstenmueller/kitchen-ansible-inspec
7051868dd47ec0c43000f1906fa5d6de57ea990b
0
roles/web
7,316
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=true\n- name: Install necessary packages\n apt:\n name: apache2\n state: latest\n- name: Configure Hello World virtual host.\n copy: src=helloworldconf dest=/etc/apache2/sites-available/helloworld.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/apache
7,316
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n\n- name: Reload apache\n ansible.builtin.service:\n name: \"{{ app__apache_service_map[ansible_os_family] }}\"\n state: reloaded\n\n- name: Restart apache\n ansible.builtin.service:\n name: \"{{ apache__service_map[ansible_os_family] }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1446, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/build_env
7,316
[ "no_license" ]
[ { "path": "roles/build_env/tasks/linux.yml", "content": "---\n\n- name: install build_env packages\n package:\n name: \"{{ build_env__package_map[ansible_os_family][ansible_distribution][ansible_distribution_major_version] }}\"\n state: present\n", "license_type": "no_license", "detected_lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2179, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/certbot
7,316
[ "no_license" ]
[ { "path": "roles/certbot/tasks/letsencrypt.yml", "content": "---\n\n- name: Install apache packages for certbot\n ansible.builtin.package:\n name: \"{{ certbot__apache_package_map[ansible_os_family] }}\"\n state: present\n when:\n - certbot__web_server == \"apache\"\n\n- name: Systemctl enable ap...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5134, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/environment
7,316
[ "no_license" ]
[ { "path": "roles/environment/tasks/redhat.yml", "content": "---\n\n- name: Check os distribution for redhat\n ansible.builtin.assert:\n that:\n - ansible_distribution == \"CentOS Stream\"\n fail_msg: \"Only CentOS Stream distribution is supported for RedHat family\"\n when:\n - ansible_os_fa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1410, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/firewall
7,316
[ "no_license" ]
[ { "path": "roles/firewall/templates/etc/firewalld/services/kapacitor.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<service>\n <short>KAPACITOR</short>\n <description>Open port for kapacitor</description>\n <port protocol=\"tcp\" port=\"{{ firewall__kapacitor_port }}\"/>\n</service>\n"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3795, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/h5radar_api
7,316
[ "no_license" ]
[ { "path": "roles/h5radar_api/tasks/main.yml", "content": "---\n\n- name: Configure systemd\n ansible.builtin.import_tasks: systemd.yml\n\n- name: Install ssl certificates\n ansible.builtin.import_tasks: certbot.yml\n\n- name: Install radar application\n ansible.builtin.import_tasks: radar.yml\n\n- name: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 18265, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/h5radar_app
7,316
[ "no_license" ]
[ { "path": "roles/h5radar_app/templates/etc/httpd/conf.d/app.h5radar.tld.conf.j2", "content": "#{{ ansible_managed }}\n<VirtualHost *:80>\n ServerName {{ h5radar_app__domain }}\n ServerAdmin {{ h5radar_app__mail }}\n ServerSignature EMail\n\n # LogLevel alert rewrite:trace3\n{% if ansible_os_fami...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11238, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/h5radar_iam
7,316
[ "no_license" ]
[ { "path": "roles/h5radar_iam/defaults/main.yml", "content": "---\n\n# Logging configuration to avoid output sensitive information.\nh5radar_iam__no_log: false\n\n#\n# Settings section\n#\nh5radar_iam__domain: \"{{ inventory_hostname }}\"\nh5radar_iam__mail: \"hostmaster@{{ inventory_hostname | replace('iam....
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 16638, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/hello_world
7,316
[ "no_license" ]
[ { "path": "roles/hello_world/tasks/main.yml", "content": "---\n\n- name: Flush message\n ansible.builtin.debug:\n msg: \"inventory {{ inventory_hostname }} n\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/js_env
7,316
[ "no_license" ]
[ { "path": "roles/js_env/tasks/linux.yml", "content": "---\n\n- name: Install nodejs repository\n tags:\n - skip_ansible_lint\n ansible.builtin.shell: \"{{ item }}\"\n with_items:\n - \"{{ js_env__repo_map[ansible_os_family] }}\"\n register: result\n changed_when: result.rc != 0\n\n- name: Install...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1195, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/maven
7,316
[ "no_license" ]
[ { "path": "roles/maven/defaults/main.yml", "content": "---\n\n# Default package map\nmaven__package_map:\n 'RedHat':\n - maven\n 'Debian':\n - maven\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/maven/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/openjdk
7,316
[ "no_license" ]
[ { "path": "roles/openjdk/tasks/main.yml", "content": "---\n\n- name: Install openjdk packages\n ansible.builtin.package:\n name: \"{{ openjdk__package_map[ansible_os_family] }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 258, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/postgresql
7,316
[ "no_license" ]
[ { "path": "roles/postgresql/vars/main.yml", "content": "---\n\n# Default package map\npostgresql__package_map:\n 'RedHat':\n 'CentOS':\n '7':\n - libselinux-python\n - postgresql\n - postgresql-contrib\n - postgresql-libs\n - postgresql-server\n - python-ps...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5866, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/sysinfo
7,316
[ "no_license" ]
[ { "path": "roles/sysinfo/tasks/linux.yml", "content": "---\n\n- name: Cat /etc/os-release file\n ansible.builtin.command: \"/bin/cat /etc/os-release\"\n register: result\n changed_when: false\n\n- name: Output /etc/os-release file\n ansible.builtin.debug:\n msg: \"{{ result.stdout_lines }}\"\n\n- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 561, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/users
7,316
[ "no_license" ]
[ { "path": "roles/users/templates/home/user/.bashrc.j2", "content": "# .bashrc\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n . /etc/bashrc\nfi\n\nexport PATH=$PATH:/home/{{ item.name }}/shared/bin\n\n# Uncomment the following line if you don't like systemctl's auto-paging feature:\n# e...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4149, "all_permissive": false }
ansible_role
h5radar/ansible
55a9fb1ff2829c7c564423bf211b063b42f38b86
0
roles/workstation
7,316
[ "no_license" ]
[ { "path": "roles/workstation/tasks/main.yml", "content": "---\n\n- name: Run the equivalent of \"apt-get update\" as a separate step\n ansible.builtin.apt:\n update_cache: true\n when:\n - ansible_os_family == 'Debian'\n\n- name: Install workstation packages\n ansible.builtin.package:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
LeguyDany/ComputerVision-PneumoniaScans
3b0783ad237ffbc46e86b84438cd05363d95126d
2
cloud/ansible/roles/jupyter_server
7,316
[ "no_license" ]
[ { "path": "cloud/ansible/roles/jupyter_server/tasks/main.yaml", "content": "- name: Install sudo\n apt:\n name: sudo\n state: present\n\n- name: Upgrade APT packages\n apt:\n update_cache: yes\n upgrade: yes\n tags:\n - upgrade\n\n- name: Install sudo, unzip, curl, vim and git\n package:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4822, "all_permissive": false }
ansible_role
LeguyDany/ComputerVision-PneumoniaScans
3b0783ad237ffbc46e86b84438cd05363d95126d
2
cloud/ansible/roles/nvidia
7,316
[ "no_license" ]
[ { "path": "cloud/ansible/roles/nvidia/tasks/main.yaml", "content": "- name: Get the current kernel version\n command: uname -r\n register: kernel_version\n\n# Source: https://www.reddit.com/r/linux4noobs/comments/18n34c3/nvidia_drivers_for_debian_12_step_by_step/\n- name: Install nvidia driver\n package:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/deploy
7,316
[ "no_license" ]
[ { "path": "roles/deploy/tasks/release.yml", "content": "---\n\n- name: releases directory exists\n file: path=\"{{ app_path }}/releases\" state=directory\n\n- name: release is created\n command: \"rsync -r --exclude='.git' {{ app_path }}/repo/ {{ app_release_path }}\"\n\n- name: get branch head hash\n sh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5975, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/elasticsearch
7,316
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/config.j2", "content": "cluster.name: {{ hostname }}\nnode.name: {{ ansible_hostname }}\nhttp.port: 9200\nnetwork.host: 127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/elasticsearch/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1393, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/essentials
7,316
[ "no_license" ]
[ { "path": "roles/essentials/tasks/security.yml", "content": "---\n\n- name: root login via ssh is disabled\n lineinfile:\n dest: /etc/ssh/sshd_config\n state: present\n line: \"PermitRootLogin no\"\n regexp: \"^#?PermitRootLogin\"\n notify:\n - restart sshd\n\n", "license_type": "no_lic...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 7331, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/exim
7,316
[ "no_license" ]
[ { "path": "roles/exim/handlers/main.yml", "content": "---\n\n- name: update exim\n command: /usr/sbin/update-exim4.conf\n\n- name: restart exim\n service: name=exim4 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/exim/te...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1062, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/haproxy
7,316
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n\n- name: haproxy is installed\n apt: name=haproxy state=present\n\n- name: config is installed\n copy: src=haproxy.cfg dest=/etc/haproxy/haproxy.cfg\n notify:\n - restart haproxy\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1348, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/iptables
7,316
[ "no_license" ]
[ { "path": "roles/iptables/handlers/main.yml", "content": "---\n\n- name: reload iptables\n command: iptables-restore /etc/iptables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/iptables/tasks/main.yml", "content": "---\n\n- name: ipt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 310, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/mysql
7,316
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n# TODO: Change default MariaDB root password\n\n- name: libmysqlclient-dev is installed (for pip)\n apt: name=libmysqlclient-dev state=present\n\n- name: mariadb-server is installed\n apt: name=mariadb-server state=present\n\n- name: mariadb-serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1693, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/nginx
7,316
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: nginx is installed\n apt: name=nginx state=present\n\n- name: nginx is started\n service: name=nginx state=started enabled=yes\n ignore_errors: yes\n\n- name: nginx default config is disabled\n file: path=\"/etc/nginx/sites-enabled/defau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/nodejs
7,316
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: nodejs apt-key is added\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present\n\n- name: nodejs repo is added\n apt_repository: repo=\"deb https://deb.nodesource.com/node_6.x jessie main\" state=present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/openvpn
7,316
[ "no_license" ]
[ { "path": "roles/openvpn/tasks/main.yml", "content": "---\n\n- name: openvpn is installed\n apt: name=openvpn state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/php
7,316
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: add dotdeb.org's GPG key\n apt_key:\n url: https://www.dotdeb.org/dotdeb.gpg\n state: present\n\n# If this repository is not available you must choose another one from https://www.dotdeb.org/mirrors/\n- name: add dotdeb.org's mirror rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2568, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/postgresql
7,316
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n- name: postgresql apt-key is added\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present\n\n- name: postgresql repo is added\n apt_repository: repo=\"deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main\" s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/pureftpd
7,316
[ "no_license" ]
[ { "path": "roles/pureftpd/tasks/main.yml", "content": "---\n\n- name: pureftpd is installed\n apt: name=pure-ftpd-postgresql state=present\n\n- name: pureftpd is started and enabled\n service: name=pure-ftpd-postgresql state=started enabled=yes\n\n- name: set passive ports\n copy:\n dest: /etc/pure-ft...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/redis
7,316
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: redis is installed\n apt: name=redis-server state=present\n\n- name: redis is started\n service: name=redis-server state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/redmine
7,316
[ "no_license" ]
[ { "path": "roles/redmine/handlers/main.yml", "content": "---\n\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: restart redmine\n service: name=redmine state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3286, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/rvm
7,316
[ "no_license" ]
[ { "path": "roles/rvm/tasks/main.yml", "content": "---\n\n- name: gpg key for rvm is installed\n command: gpg --keyserver hkp://keys.gnupg.net --recv-keys <KEY>\n args:\n creates: /root/.gnupg/trustdb.gpg\n\n- name: rvm is installed\n shell: curl -sSL https://get.rvm.io | bash -s stable\n args:\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1269, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/tor
7,316
[ "no_license" ]
[ { "path": "roles/tor/files/torrc", "content": "CookieAuthentication 0\nDataDirectory /var/lib/tor\n\nControlPort 9600\n\nSocksPort 9601\nSocksPort 9602\nSocksPort 9603\nSocksPort 9604\nSocksPort 9605\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 399, "all_permissive": false }
ansible_role
d1ys3nk0/ansible-debian
ec865e59b44faa9380dd6fb5334952c8d2071a3b
0
roles/wordpress
7,316
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- set_fact: www_directory=\"/var/www/{{ wordpress_domain }}/www\"\n- set_fact: wordpress_username=\"{{ wordpress_domain | truncate(32, False, '') | regex_replace('[\\.\\-]+', '_') }}\"\n\n- name: create domain user with random password\n user: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4701, "all_permissive": false }
ansible_role
k-gregory/registry
4fb5c05e9e881f3a463ab4a36000f6b318b5b832
0
ansible/roles/backend
7,316
[ "no_license" ]
[ { "path": "ansible/roles/backend/templates/registry.service.j2", "content": "[Unit]\nDescription=Registry for KPI\n[Service]\nExecStart=/home/registry/start-server.sh\nType=simple\nUser=registry\nRestart=always\nRestartSec=3\nEnvironment=DB_PASSWORD={{ db_password }}\n[Install]\nWantedBy=multi-user.target",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1697, "all_permissive": false }
ansible_role
k-gregory/registry
4fb5c05e9e881f3a463ab4a36000f6b318b5b832
0
ansible/roles/db
7,316
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- name: Install PostgreSQL\n apt: name={{ item }} state=present\n with_items:\n - postgresql-9.5\n - python-psycopg2\n\n- name: Create database user for registry\n postgresql_user:\n name: registry\n state: present\n password: \"{{ <...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
k-gregory/registry
4fb5c05e9e881f3a463ab4a36000f6b318b5b832
0
ansible/roles/frontend
7,316
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: Copy compiled frontend\n copy: \n src: /home/ansible-deployer/dist\n dest: /home/registry\n owner: registry\n group: registry\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
k-gregory/registry
4fb5c05e9e881f3a463ab4a36000f6b318b5b832
0
ansible/roles/nginx-front
7,316
[ "no_license" ]
[ { "path": "ansible/roles/nginx-front/tasks/main.yml", "content": "- name: Copy SSL certificates\n copy:\n src: \"cert/{{ item }}\"\n dest: \"/etc/ssl/{{ item }}\"\n owner: root\n group: root\n mode: 0700\n with_items: [gregory-k.me.crt, gregory-k.me.key]\n\n- name: Install nginx\n apt: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
derekmurawsky/ansible-derekmurawsky-general
4a4c575b8602c82cc89fc66a4b57b9bb53285c5f
2
roles/ansible_bootstrap
7,316
[ "no_license" ]
[ { "path": "roles/ansible_bootstrap/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: A simple, yet flexible, role to bootstrap a server for ansible management\n license: MIT\n min_ansible_version: 2.1\n platforms:\n - name: Debian\n galaxy_tags: []\ndependencies: []\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2605, "all_permissive": false }
ansible_role
derekmurawsky/ansible-derekmurawsky-general
4a4c575b8602c82cc89fc66a4b57b9bb53285c5f
2
roles/proxmox_base
7,316
[ "no_license" ]
[ { "path": "roles/proxmox_base/defaults/main.yml", "content": "---\n# defaults file for proxmox_base\nproxmox_install_pve_no_subscription: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/proxmox_base/handlers/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2123, "all_permissive": false }
ansible_role
derekmurawsky/ansible-derekmurawsky-general
4a4c575b8602c82cc89fc66a4b57b9bb53285c5f
2
roles/proxmox_nginx
7,316
[ "no_license" ]
[ { "path": "roles/proxmox_nginx/defaults/main.yml", "content": "---\nproxmox_nginx_ssl_certificate: '/etc/pve/local/pve-ssl.pem'\nproxmox_nginx_ssl_certificate_key: '/etc/pve/local/pve-ssl.key'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3241, "all_permissive": false }
ansible_role
Apoilaki/MidExam_Parman
43161a77f53bc5c9addf56915f495bc01f64ef7b
0
roles/Kibana
7,316
[ "no_license" ]
[ { "path": "roles/Kibana/tasks/main.yml", "content": "#Kibana Installation <START>\n- name: Install Kibana\n apt:\n name: kibana\n state: latest\n update_cache: yes\n#Kibara Installation <END>\n\n#Kibana Configuration <START>\n\n- name: Configure Kibana Add server.port (Ubuntu)\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1214, "all_permissive": false }
ansible_role
Apoilaki/MidExam_Parman
43161a77f53bc5c9addf56915f495bc01f64ef7b
0
roles/LAMP
7,316
[ "no_license" ]
[ { "path": "roles/LAMP/tasks/main.yml", "content": "#LAMP Dependencies <START\n- name: Install LAMP Dependencies (Ubuntu)\n apt:\n name:\n - apache2\n - mariadb-server\n - mariadb-client\n - software-properties-common\n - php7.4\n - php7.4-mysql\n - php7.4-curl\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
Apoilaki/MidExam_Parman
43161a77f53bc5c9addf56915f495bc01f64ef7b
0
roles/Prometheus
7,316
[ "no_license" ]
[ { "path": "roles/Prometheus/tasks/main.yml", "content": "#Prometheus Dependencies <START>\n- name: Prometheus Dependencies\n apt: \n name:\n - autoconf\n - \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
RobotScience/ansible
6b42bf039bc1f2f9f598a0572481f524a90e098a
0
maintenance/roles/common
7,316
[ "no_license" ]
[ { "path": "maintenance/roles/common/tasks/clone.yml", "content": "---\n- name: Clone and merge repo from master\n hosts: localhost\n\n tasks:\n\n - name: Clone the repo\n ansible.builtin.git:\n repo: \"{{ clone_url }}\"\n dest: \"{{ clone_path }}\"\n force: yes\n accept_hostkey: ye...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3167, "all_permissive": false }
ansible_role
yuri-artemiev/devops-netology
b30e580799bb368551994aacede0980f21cd0c7b
0
08-ansible-04-role/playbook/roles/clickhouse
7,316
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/clickhouse/tasks/main.yml", "content": "---\n# tasks file for clickhouse\n- name: Clickhouse | Wait for SSH banners\n wait_for_connection:\n delay: 5\n timeout: 180\n when: create_clickhouse | bool\n\n- name: Clickhouse | Get RPM packages\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1860, "all_permissive": false }
ansible_role
yuri-artemiev/devops-netology
b30e580799bb368551994aacede0980f21cd0c7b
0
08-ansible-04-role/playbook/roles/lighthouse
7,316
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/lighthouse/defaults/main.yml", "content": "---\n# defaults file for lighthouse\nlighthouse_path: /usr/share/nginx/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "08-ansible-04-role/playbook/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1759, "all_permissive": false }
ansible_role
yuri-artemiev/devops-netology
b30e580799bb368551994aacede0980f21cd0c7b
0
08-ansible-04-role/playbook/roles/vector
7,316
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/vector/tasks/main.yml", "content": "---\n# tasks file for vector\n- name: Vector | Wait for SSH banners\n wait_for_connection:\n delay: 5\n timeout: 180\n when: create_vector | bool\n\n- name: Vector | Get RPM packages\n ansible.builtin.get_url:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
yuri-artemiev/devops-netology
b30e580799bb368551994aacede0980f21cd0c7b
0
08-ansible-04-role/playbook/roles/yandex-cloud
7,316
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/yandex-cloud/tasks/create-vm.yml", "content": "- name: Localhost | Yandex Cloud Create machine {{ vm_name }}\n ansible.builtin.command: \"yc compute instance create --name {{ vm_name }} --zone {{ yandex_zone }} --network-interface subnet-name=subnet-01,nat-ip-ve...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3991, "all_permissive": false }
ansible_role
yuri-artemiev/devops-netology
b30e580799bb368551994aacede0980f21cd0c7b
0
08-ansible-05-testing/roles/vector
7,316
[ "no_license" ]
[ { "path": "08-ansible-05-testing/roles/vector/defaults/main.yml", "content": "---\n# defaults file for vector\nvector_packages_rpm: \n - vector-0.25.1-1.x86_64.rpm\nvector_packages_deb: \n - vector_0.25.1-1_amd64.deb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3956, "all_permissive": false }
ansible_role
huyinghuan/goproject-ix
ba67288851ae6c01ec6c2a56020fc969505e7352
0
ansible/roles/compile
7,316
[ "no_license" ]
[ { "path": "ansible/roles/compile/tasks/main.yml", "content": "- name: 编译\n tags: app\n shell: |\n cd ..\n mkdir -p build\n version=$(git describe --tags)\n buildTime=$(date '+%Y-%m-%d %H:%M:%S')\n argsRunMode=\"github.com/huyinghuan/app/config.RunMode=product\"\n env GOOS=linux GOARCH=am...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
hub-404/ansible-day-1
35702a41410558ea4ea708cc4aa9106d6411e107
11
09-roles/roles/nginx
7,296
[ "no_license" ]
[ { "path": "09-roles/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n package:\n name: nginx\n state: present\n\n- name: Start nginx\n service:\n name: nginx\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
hub-404/ansible-day-1
35702a41410558ea4ea708cc4aa9106d6411e107
11
09-roles/roles/welcome-page
7,296
[ "no_license" ]
[ { "path": "09-roles/roles/welcome-page/templates/index.html.j2", "content": "<h1>Welcome to {{ ansible_fqdn }}</h1>\n<p> Running on \n {{ ansible_default_ipv4.address }}</p>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "09-roles/roles/welcom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 329, "all_permissive": false }
ansible_role
hub-404/ansible-day-1
35702a41410558ea4ea708cc4aa9106d6411e107
11
30-homework/roles/lmc.redis
7,296
[ "no_license" ]
[ { "path": "30-homework/roles/lmc.redis/handlers/main.yml", "content": "---\n# handlers file for lmc.redis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "30-homework/roles/lmc.redis/tasks/setup-Ubuntu.yml", "content": "- name: install package...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 723, "all_permissive": false }
ansible_role
hub-404/ansible-day-1
35702a41410558ea4ea708cc4aa9106d6411e107
11
59-modifiers/roles/relax
7,296
[ "no_license" ]
[ { "path": "59-modifiers/roles/relax/tasks/main.yml", "content": "---\n- name: Relax\n debug: msg=\"Relaxing\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 42, "all_permissive": false }
ansible_role
bssuri/ansible_tutor
bc1a64b27f5adb638b772bf5cf55f781070c4795
0
roles/base
7,296
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Add SSH key for simone user\n authorized_key:\n user: simone\n key: \"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILO7RWM4cLSTpeLOrYz4omwUyEK9u5nRp0/RhMJO240D ansible\"\n\n- name: Generate sshd_config file from template\n tags: ssh\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
bssuri/ansible_tutor
bc1a64b27f5adb638b772bf5cf55f781070c4795
0
roles/db_servers
7,296
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: Install mariadb server package on rhel9\n tags: redhat,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"RedHat\"\n\n- name: Install mariadb server package on debian11\n tags: db,mariadb,debian\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
arnav3000/spotter-test
e24a4b72c7221efca3d22c37a70739024bc5dd2f
1
roles/docker
7,296
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Run distro-specific tasks (CentOS)\n block:\n - name: Add the Docker yum repository\n ansible.builtin.yum_repository:\n name: docker-stable\n description: Docker Stable\n baseurl: \"https://download.docker.com/li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2148, "all_permissive": false }
ansible_role
arnav3000/spotter-test
e24a4b72c7221efca3d22c37a70739024bc5dd2f
1
roles/nginx-with-ssl
7,296
[ "no_license" ]
[ { "path": "roles/nginx-with-ssl/tasks/main.yml", "content": "---\n- name: Install nginx and prerequisites\n ansible.builtin.package:\n name:\n - nginx\n # prerequisite for installing openssl_* module prerequisites\n - python-pip\n state: present\n\n- name: Install Ansible module prereq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2215, "all_permissive": false }
ansible_role
arnav3000/spotter-test
e24a4b72c7221efca3d22c37a70739024bc5dd2f
1
roles/system
7,296
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Include distro-specific variables\n include_vars:\n file: \"{{ ansible_distribution }}.yml\"\n\n- name: Increase inotify limit\n ansible.builtin.sysctl:\n name: fs.inotify.max_user_watches\n value: \"524288\"\n sysctl_file: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1733, "all_permissive": false }
ansible_role
arnav3000/spotter-test
e24a4b72c7221efca3d22c37a70739024bc5dd2f
1
roles/webpage
7,296
[ "no_license" ]
[ { "path": "roles/webpage/tasks/main.yml", "content": "---\n- name: Create the destination directory\n ansible.builtin.file:\n path: /tmp/dockerbuild/\n state: directory\n follow: false\n\n- name: Install docker-py\n ansible.builtin.pip:\n name:\n - docker-py\n # anachronism: python2....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
Otus-DevOps-2018-02/avdeevi_microservices
9cca4886fff7feef65f0230af2480526676dfabc
0
docker/infra/ansible/roles/deploy
7,296
[ "no_license" ]
[ { "path": "docker/infra/ansible/roles/deploy/tasks/main.yml", "content": "---\n - name: get and start my app container\n docker_container:\n name: reddit-app\n image: garytrek/otus-reddit:1.0\n state: started\n restart: yes\n\n - name: show started containers for debug\n shell: docker ps\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
Otus-DevOps-2018-02/avdeevi_microservices
9cca4886fff7feef65f0230af2480526676dfabc
0
docker/infra/ansible/roles/docker-server
7,296
[ "no_license" ]
[ { "path": "docker/infra/ansible/roles/docker-server/tasks/main.yml", "content": "---\n - name: install packages to allow apt use https\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
yacropolisy/myvagrant
8b6f41a2eea1320583762cc4c94a510bed80769f
0
forCTF_ina/provisioning/roles/gantsign.intellij
7,296
[ "no_license" ]
[ { "path": "forCTF_ina/provisioning/roles/gantsign.intellij/molecule/minimal/molecule.yml", "content": "---\ndependency:\n name: galaxy\n\ndriver:\n name: docker\n\nlint:\n name: yamllint\n\nplatforms:\n - name: ansible-role-intellij-minimal\n image: ubuntu:16.04\n\nprovisioner:\n name: ansible\n pl...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8244, "all_permissive": false }
ansible_role
yashGaykar/Deployment-Application
aaaebb076de0e83c9873920d09d06fd5fac41b08
0
templates/ansible/roles/check_port_available
7,296
[ "no_license" ]
[ { "path": "templates/ansible/roles/check_port_available/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - check_port_running\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "templates/ansible/roles/check_po...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 480, "all_permissive": false }
ansible_role
yashGaykar/Deployment-Application
aaaebb076de0e83c9873920d09d06fd5fac41b08
0
templates/ansible/roles/check_port_running
7,296
[ "no_license" ]
[ { "path": "templates/ansible/roles/check_port_running/tasks/main.yml", "content": "---\n# tasks file for check_port_running\n - name: Check all port numbers are accessible from the current host\n wait_for:\n port: \"{{ item }}\"\n state: started \n delay: 5 \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
yashGaykar/Deployment-Application
aaaebb076de0e83c9873920d09d06fd5fac41b08
0
templates/ansible/roles/clone_github
7,296
[ "no_license" ]
[ { "path": "templates/ansible/roles/clone_github/tasks/main.yml", "content": "---\n - name: Clone Github Repo\n git:\n repo: \"{{ app_repo_url }}\"\n dest: '/home/ubuntu/app'\n update: no\n timeout: 60", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
yashGaykar/Deployment-Application
aaaebb076de0e83c9873920d09d06fd5fac41b08
0
templates/ansible/roles/flask
7,296
[ "no_license" ]
[ { "path": "templates/ansible/roles/flask/tasks/main.yml", "content": "---\n\n - name: Update apt cache\n apt: \n update_cache: yes\n \n - name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python3\n - python3-pip\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
yashGaykar/Deployment-Application
aaaebb076de0e83c9873920d09d06fd5fac41b08
0
templates/ansible/roles/flask_deploy
7,296
[ "no_license" ]
[ { "path": "templates/ansible/roles/flask_deploy/tasks/main.yml", "content": "---\n - name: Set up Virtual Env\n command: python3 -m venv /home/ubuntu/app/venv\n args: \n chdir: /home/ubuntu/app\n creates: /home/ubuntu/app/venv \n\n - name: Install application dependencies\n pip:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
yashGaykar/Deployment-Application
aaaebb076de0e83c9873920d09d06fd5fac41b08
0
templates/ansible/roles/node_deploy
7,296
[ "no_license" ]
[ { "path": "templates/ansible/roles/node_deploy/tasks/main.yml", "content": "---\n - name: Install PM2\n become: true\n npm:\n name: pm2\n state: present\n global: yes\n\n - name: Install application dependencies\n npm:\n path: '/home/ubuntu/app'\n state: present\n \n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
yashGaykar/Deployment-Application
aaaebb076de0e83c9873920d09d06fd5fac41b08
0
templates/ansible/roles/nodejs
7,296
[ "no_license" ]
[ { "path": "templates/ansible/roles/nodejs/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt: \n update_cache: yes\n\n - name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nodejs\n - git\n - npm\n\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
Make_Repozitory/ansible/roles/repo
7,296
[ "no_license" ]
[ { "path": "Make_Repozitory/ansible/roles/repo/tasks/change_nginx_rules.yml", "content": "---\n# В файле раскомментируем строку с репозиторием исходников\n- name: change_nginx_rules\n ansible.builtin.command: \"{{ item }}\"\n args:\n chdir: \"{{work_dir}}/nginx-{{nginx_ver}}/debian\"\n become: true\n\n...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 6851, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work14_logs/ansible/roles/log
7,296
[ "no_license" ]
[ { "path": "work14_logs/ansible/roles/log/handlers/main.yml", "content": "---\n#module handlers\n- name: restart auditd\n service:\n name: auditd\n state: restarted\n use: service\n enabled: yes\n\n- name: restart rsyslog\n systemd:\n name: rsyslog\n state: restart\n enabled: yes\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 623, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work14_logs/ansible/roles/ntp
7,296
[ "no_license" ]
[ { "path": "work14_logs/ansible/roles/ntp/handlers/main.yml", "content": "---\n#module handlers\n- name: restart ntp\n systemd:\n name: chronyd\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "work14_log...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 262, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work14_logs/ansible/roles/web
7,296
[ "no_license" ]
[ { "path": "work14_logs/ansible/roles/web/handlers/main.yml", "content": "---\n#module handlers\n- name: restart auditd\n service:\n name: auditd\n state: restarted\n use: service\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 651, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work15_backup/ansible/roles/client
7,296
[ "no_license" ]
[ { "path": "work15_backup/ansible/roles/client/tasks/set_ssh_config.yml", "content": "---\n- name: setting ssh_config\n copy:\n src: 'files/client/{{ item.src }}'\n dest: '{{ item.dest }}'\n loop:\n - { src: config, dest: /home/vagrant/.ssh/}\n - { src: hosts, dest: /etc/ }\n", "license_typ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2160, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work15_backup/ansible/roles/server
7,296
[ "no_license" ]
[ { "path": "work15_backup/ansible/roles/server/tasks/main.yml", "content": "---\n#include tasks\n#- name: create authorizade_key\n# file:\n# path: /home/borg/.ssh/authorized_key\n# state: touch\n# mode: '600'\n# owner: borg\n# group: borg\n\n- name: setting ssh config\n copy:\n src: 'file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work15_backup/ansible/roles/settings
7,296
[ "no_license" ]
[ { "path": "work15_backup/ansible/roles/settings/tasks/ntp.yml", "content": "---\n#setting time\n- name: ntp\n copy:\n src: /usr/share/zoneinfo/Europe/Moscow\n dest: /etc/localtime\n notify:\n - restart ntp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1129, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work16Network/ansible/roles/defrouter_centos
7,296
[ "no_license" ]
[ { "path": "work16Network/ansible/roles/defrouter_centos/tasks/main.yml", "content": "---\r\n# Добавление настройки DEFROUTE=no в конфиг интерфейса eth0 (отключение машрута по умолчанию)\r\n# echo \"DEFROUTE=no\" >> /etc/sysconfig/network-scripts/ifcfg-eth0\r\n- name: desable default route\r\n lineinfile:\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1296, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work16Network/ansible/roles/inet_Router
7,296
[ "no_license" ]
[ { "path": "work16Network/ansible/roles/inet_Router/tasks/copy_config.yml", "content": "---\n#Копирование файла настройки,\n#отключение firewalld, перезапуск\n#и включение в автозагрузку iptables_service\n- name: copy iptables config\n template:\n src: files/iptables\n dest: /etc/sysconfig/iptables\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1033, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work16Network/ansible/roles/routers
7,296
[ "no_license" ]
[ { "path": "work16Network/ansible/roles/routers/tasks/main.yml", "content": "---\r\n#Включение функции пересылки транзитных пакетов через интерфесы роутеров \r\n- name: set up forward packages across routers\r\n sysctl:\r\n name: net.ipv4.conf.all.forwarding\r\n value: '1'\r\n state: present\r\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work16Network/ansible/roles/tracerouter
7,296
[ "no_license" ]
[ { "path": "work16Network/ansible/roles/tracerouter/tasks/main.yml", "content": "---\r\n#Установка пакета traceroute на сервера с ubuntu\r\n- name: Install traceroute\r\n apt:\r\n name:\r\n - traceroute\r\n state: present\r\n update_cache: true\r\n become: true\r\n when: inventory_hostname in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work17PXE/roles/dhcp_server
7,296
[ "no_license" ]
[ { "path": "work17PXE/roles/dhcp_server/tasks/main.yml", "content": "---\n #Копирование файла конфигурации DHCP-сервера\n- name: set up dhcp-server\n template:\n src: dhcpd.conf.j2\n dest: /etc/dhcp/dhcpd.conf\n mode: '0644'\n\n#Перезапуск службы и добавление в автозагрузку\n- name: restart dhcp-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work17PXE/roles/tftp_server
7,296
[ "no_license" ]
[ { "path": "work17PXE/roles/tftp_server/handlers/main.yml", "content": "---\n- name: restart tftp-server\n service:\n name: tftp.service\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "work17PXE/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1355, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work17PXE/roles/webserver
7,296
[ "no_license" ]
[ { "path": "work17PXE/roles/webserver/tasks/copy_iso.yml", "content": "---\n- name: copy ALL files from /mnt to /iso\n copy:\n src: /mnt/\n dest: /iso\n remote_src: yes\n directory_mode: yes\n copy:\n src: files/ks.cfg\n dest: /iso/ks.cfg\n owner: root\n group: root\n mode: 0755\...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2497, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work_11_ansible/ans_roles/roles/nginx
7,296
[ "no_license" ]
[ { "path": "work_11_ansible/ans_roles/roles/nginx/vars/main.yml", "content": "---\n#vars\nnginx_listen_port: 8080", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "work_11_ansible/ans_roles/roles/nginx/tasks/main.yml", "content": "---\n#include ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 280, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work_11_ansible/work16Network/ansible/roles/central
7,296
[ "no_license" ]
[ { "path": "work_11_ansible/work16Network/ansible/roles/central/tasks/main.yml", "content": "---\n# echo \"DEFROUTE=no\" >> /etc/sysconfig/network-scripts/ifcfg-eth0\n- name: deisable default route\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no\n\n#/etc/sysconfig/n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
vaslin1904/homework
527855ec72065534d9615178cb219584d9ec5244
0
work_11_ansible/work16Network/ansible/roles/servers
7,296
[ "no_license" ]
[ { "path": "work_11_ansible/work16Network/ansible/roles/servers/tasks/main.yml", "content": "---\r\n#Назначение машрутов\r\n- name: set up route on inetRouter\r\n template:\r\n src: files/inetRouter_eth1.j2\r\n dest: /etc/sysconfig/network-scripts/route-eth1\r\n owner: root\r\n group: root\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2031, "all_permissive": false }
ansible_role
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/azure
7,296
[ "no_license" ]
[ { "path": "roles/azure/tasks/main.yml", "content": "- name: Install necessary APT modules\n apt: \n state: present\n install_recommends: no\n name:\n - curl\n - ca-certificates\n - apt-transport-https\n - lsb-release\n - gnupg\n tags:\n - azure\n - azure-cli\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }