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
InnerImmolation/ansible-day-2
f3a5c3965399a4ed8e6ec514275c52ba75d4bc81
0
roles/java-test
22
[ "no_license" ]
[ { "path": "roles/java-test/vars/main.yml", "content": "---\n# vars file for java-test", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/java-test/tasks/main.yml", "content": "---\n# tasks file for java-test\n- name: Checking Java\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
InnerImmolation/ansible-day-2
f3a5c3965399a4ed8e6ec514275c52ba75d4bc81
0
roles/nginx
22
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Add repository\n yum:\n name: epel-release\n state: present\n disable_gpg_check: yes\n become: yes\n\n- name: install nginx\n yum:\n name: nginx\n state: present\n disable_gpg_check: yes\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
InnerImmolation/ansible-day-2
f3a5c3965399a4ed8e6ec514275c52ba75d4bc81
0
roles/nginx-test
22
[ "no_license" ]
[ { "path": "roles/nginx-test/tasks/main.yml", "content": "---\n# tasks file for nginx-test\n\n- name: Checking Nginx\n shell: |\n systemctl status nginx | grep 'Active'\n register: nginx_status\n become: yes\n\n- debug:\n msg: \"Nginx Status: {{ ''.join(nginx_status.stdout).replace('\\n', ' ') }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
InnerImmolation/ansible-day-2
f3a5c3965399a4ed8e6ec514275c52ba75d4bc81
0
roles/tomcat
22
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n- name: Add the user 'tomcat'\n become: yes\n user:\n name: tomcat\n comment: tomcat user\n\n- name: Copy systemd unit\n become: yes\n copy:\n src: templates/tomcat.service\n dest: /etc/systemd/system/tomcat.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1239, "all_permissive": false }
ansible_role
InnerImmolation/ansible-day-2
f3a5c3965399a4ed8e6ec514275c52ba75d4bc81
0
roles/tomcat-test
22
[ "no_license" ]
[ { "path": "roles/tomcat-test/tasks/main.yml", "content": "---\n# tasks file for tomcat-test\n- name: Checking Tomcat\n shell: |\n systemctl status nginx | grep 'Active'\n register: tomcat_status\n become: yes\n\n- debug:\n msg: \"Tomcat Status: {{ ''.join(tomcat_status.stdout).replace('\\n', ' ') }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
rayshoo/ansible_loadtest
1fe32a428479e2fcb25a5966262f29cc164122ed
0
roles/ab
13
[ "no_license" ]
[ { "path": "roles/ab/defaults/main.yaml", "content": "requests: 300\nconcurrency: 300\ntime_limit: 1\nkeepalive : true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/ab/tasks/main.yaml", "content": "- name: Creates ab folder\n become: ye...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 883, "all_permissive": false }
ansible_role
rayshoo/ansible_loadtest
1fe32a428479e2fcb25a5966262f29cc164122ed
0
roles/install
13
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yaml", "content": "- name: change permissive status to Selinux\n when: ansible_os_family == 'RedHat'\n become: yes\n selinux:\n policy: targeted\n state: permissive\n\n- name: Install apache, java-1.8.0-openjdk (RHEL/CentOS)\n when: ansible_os_family == \"RedHat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1899, "all_permissive": false }
ansible_role
rayshoo/ansible_loadtest
1fe32a428479e2fcb25a5966262f29cc164122ed
0
roles/jmeter
13
[ "no_license" ]
[ { "path": "roles/jmeter/tasks/main.yaml", "content": "- name: Creates jmeter folder\n become: yes\n file:\n path: \"{{ ansible_env.HOME }}/jmeter\"\n state: directory\n\n- name: create test.jmx file\n template:\n src: \"test.j2\"\n dest: \"{{ ansible_env.HOME }}/jmeter/test.jmx\"\n owner: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 811, "all_permissive": false }
ansible_role
nh-99/HikeIt
30241a2d42a5f661a39b48a4fb0e43beab97a403
0
ansible/roles/common
13
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/bash_profile", "content": "source /home/{{ deployment_name }}/{{mode}}/env/bin/activate\n\nexport PYTHON_PATH=\"/home/{{deployment_name}}/{{mode}}/env/\"\nexport DJANGO_SETTINGS_MODULE=\"{{deployment_name}}.settings.{{ mode }}\"\nexport DJANGO_SECRET_KEY=\"{{secret_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2589, "all_permissive": false }
ansible_role
nh-99/HikeIt
30241a2d42a5f661a39b48a4fb0e43beab97a403
0
ansible/roles/django
13
[ "no_license" ]
[ { "path": "ansible/roles/django/tasks/main.yml", "content": "---\n - include_vars: private_files.yml\n\n - name: Create the SSH directory.\n sudo_user: \"{{ deployment_name }}\"\n file: state=directory path=/home/{{deployment_name}}/.ssh/\n\n - name: Upload SSH known hosts.\n sudo_user: \"{{ dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3602, "all_permissive": false }
ansible_role
nh-99/HikeIt
30241a2d42a5f661a39b48a4fb0e43beab97a403
0
ansible/roles/email
13
[ "no_license" ]
[ { "path": "ansible/roles/email/tasks/main.yml", "content": "---\n - name: Install postfix and dovecot\n apt: pkg={{item}} state=installed update-cache=yes\n with_items:\n - dovecot-core\n - dovecot-imapd\n - postfix\n\n - name: Copy postfix filea\n copy: src=postfix/ dest=/etc/postfix\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
nh-99/HikeIt
30241a2d42a5f661a39b48a4fb0e43beab97a403
0
ansible/roles/mysql
13
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n - name: Change root password\n mysql_user: name=root password={{ <PASSWORD> }} login_user=root login_password={{ <PASSWORD> }} check_implicit_admin=yes priv=*.*:ALL,GRANT state=present\n\n - name: Create MySQL production database\n my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
nh-99/HikeIt
30241a2d42a5f661a39b48a4fb0e43beab97a403
0
ansible/roles/upstart
13
[ "no_license" ]
[ { "path": "ansible/roles/upstart/tasks/main.yml", "content": "---\n - name: Copy django upstart template\n template: src=upstart.conf.j2 dest=\"/etc/init/{{ deployment_name }}_{{ mode }}.conf\"\n - name: Copy celery upstart template\n template: src=celery.conf.j2 dest=\"/etc/init/celery.conf\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1876, "all_permissive": false }
ansible_role
harshchoudhary727/RHOSP17_KVM
ae6f662b0405452af3de31763f69dfb4520a94c0
0
roles/RHOSP-undercloud
13
[ "no_license" ]
[ { "path": "roles/RHOSP-undercloud/tasks/subscription.yml", "content": "- name: SUBSCRIPTION - Check subscription-manager status\n shell: \"subscription-manager status\"\n register: status\n changed_when: false\n failed_when: false\n\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
raghudevopsb67/learning-ansible
04e9eca110785a96268f4f151f3929ade18c07b7
0
roles/demo
13
[ "no_license" ]
[ { "path": "roles/demo/vars/main.yml", "content": "URL: role.example.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/demo/tasks/main.yml", "content": "- name: Run Shell Command\n ansible.builtin.shell: uptime\n register: out\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 247, "all_permissive": false }
ansible_role
hu-berlin-cms/ansible-seafile
8c4bb3f1652914b71843c9ea9cb7b59375e9865f
5
roles/bgnode
13
[ "no_license" ]
[ { "path": "roles/bgnode/handlers/main.yml", "content": "- name: Reload nginx\n service: name=nginx state=reloaded\n- name: Restart apache\n service: name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/bgnode/temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8128, "all_permissive": false }
ansible_role
hu-berlin-cms/ansible-seafile
8c4bb3f1652914b71843c9ea9cb7b59375e9865f
5
roles/common
13
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Check availability of all hosts\n ping:\n\n- name: Install ntp\n apt: name=ntp\n\n- name: Configure ntp\n template: src=ntp.conf dest=/etc/ntp.conf mode=0644\n notify: Restart ntp\n\n- name: Assure ntp is started\n service: name=ntp state=sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
hu-berlin-cms/ansible-seafile
8c4bb3f1652914b71843c9ea9cb7b59375e9865f
5
roles/db
13
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "# install and configure mariadb db stuff\n\n# install mariadb\n- name: Install MariaDB server and dependencies\n apt: name={{ item }} state=present\n with_items:\n - mariadb-server\n# Install MariaDB client (for maintenance / debugging)\n - mariadb-cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1851, "all_permissive": false }
ansible_role
hu-berlin-cms/ansible-seafile
8c4bb3f1652914b71843c9ea9cb7b59375e9865f
5
roles/gcnode
13
[ "no_license" ]
[ { "path": "roles/gcnode/tasks/main.yml", "content": "# garbage collector\n- name: install helper tool for special gc cron jobs\n copy: src=run-if-today dest=/usr/local/bin owner=root group=root mode=0755\n when: cron_garbage_collector and cron_garbage_collector_run_week\n\n- name: install script for runni...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 913, "all_permissive": false }
ansible_role
hu-berlin-cms/ansible-seafile
8c4bb3f1652914b71843c9ea9cb7b59375e9865f
5
roles/loadbalancer
13
[ "no_license" ]
[ { "path": "roles/loadbalancer/tasks/main.yml", "content": "# haproxy supports ssl decryption since 1.5\n# install the PPA of Debian haproxy Maintainer\n# <NAME> (Ubuntu 14.04 LTS only has 1.4)\n- name: Install haproxy-{{ haproxy_version }} PPA\n apt_repository: repo='{{ haproxy_repo }}'\n when: haproxy_cu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5656, "all_permissive": false }
ansible_role
hu-berlin-cms/ansible-seafile
8c4bb3f1652914b71843c9ea9cb7b59375e9865f
5
roles/memcached
13
[ "no_license" ]
[ { "path": "roles/memcached/defaults/main.yml", "content": "memcached_memory: 256\nmemcached_port: 11211\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/memcached/tasks/main.yml", "content": "# install and configure memcached\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
hu-berlin-cms/ansible-seafile
8c4bb3f1652914b71843c9ea9cb7b59375e9865f
5
roles/nodes
13
[ "no_license" ]
[ { "path": "roles/nodes/tasks/seafile-data_vol.yml", "content": "- name: \"create {{ seafile_base_dir }}\"\n file: >\n path=\"{{ seafile_base_dir }}/seafile-data\"\n state=directory\n\n- name: \"create {{ seafile_base_dir }}/seafile-data\"\n file: >\n path=\"{{ seafile_base_dir }}/seafile-data\"\n...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 24, "total_bytes": 56570, "all_permissive": false }
ansible_role
powellc/ansible-pypicloud
15052b38dfd9c6417ae141af43d399ead75604f0
23
roles/common
13
[ "no_license" ]
[ { "path": "roles/common/templates/info.html", "content": "{{ansible_fqdn}}\n<ul>\n{% for key, value in ansible_facts recursive %}\n <li>\n {% if value is string %}\n {{ key }}: {{value}}\n {% else %}\n {{ key }}<ul>{{ loop(value.items()) }}</ul>\n {% endif %}\n </li>\n{% endfor %}\n</ul>\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1087, "all_permissive": false }
ansible_role
powellc/ansible-pypicloud
15052b38dfd9c6417ae141af43d399ead75604f0
23
roles/nginx
13
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n - name: Ensure that NGINX is installed\n apt: pkg={{item}} state=installed update-cache=no\n with_items: \n - nginx\n sudo_user: root\n\n - name: Ensure that the default NGINX site is disabled\n file: path=/etc/nginx/sites-enabled/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2183, "all_permissive": false }
ansible_role
powellc/ansible-pypicloud
15052b38dfd9c6417ae141af43d399ead75604f0
23
roles/pypicloud
13
[ "no_license" ]
[ { "path": "roles/pypicloud/templates/nginx.conf.j2", "content": "upstream {{deployment_name}}_process {\n server 127.0.0.1:{{port_number}};\n}\n\nserver {\n listen 80;\n\n server_name {{domainname}};\n\n access_log /var/log/nginx/{{deployment_name}}.access.log;\n error_log /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5752, "all_permissive": false }
ansible_role
grelapa/lamp
bd9da1b942a0d6c6a60e91ade3d334ce2cc01172
0
roles/apache
13
[ "no_license" ]
[ { "path": "roles/apache/files/index.php", "content": "<?php\nphpinfo();\n#$connect = mysqli_connect(\"localhost\", \"root\", \"password\", \"<PASSWORD>\");\n#var_dump($connect);\n\nif (mysqli_connect_errno())\n{\n echo \"Failed to connect to MySQL: \" . mysqli_connect_error();\n}\n\nmysqli_query($connect, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 966, "all_permissive": false }
ansible_role
grelapa/lamp
bd9da1b942a0d6c6a60e91ade3d334ce2cc01172
0
roles/mysql
13
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n - name: Install MariaDB \n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - mariadb\n - MySQL-python\n \n - name: Start MariaDB Service\n service: name=mariadb state=started enabled=yes\n \n - name: Up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
grelapa/lamp
bd9da1b942a0d6c6a60e91ade3d334ce2cc01172
0
roles/phpmyadmin
13
[ "no_license" ]
[ { "path": "roles/phpmyadmin/tasks/main.yml", "content": "---\n - name: Add Yum Repositories\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-7.rpm state=present\n yum: name=epel-release state=installed\n\n - name: Install phpmyadmin packages\n yum: name={{ item }} enablerepo=remi-php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
anishetty11/Ansible-for-workspace-setup
2d544bfaae168d695c185081ff7c1be35cad85bf
0
roles/basic
13
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"Clearing up apt cache (workaround for a bug in ansible)\"\n shell: rm -r /var/lib/apt/lists/ | return 0\n\n\n- name: \"Setting up proxy\"\n copy: src=~/Desktop/ansible/configfiles/apt.conf dest=/etc/apt/apt.conf owner=root group=root mode=064...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1907, "all_permissive": false }
ansible_role
MyDigitalLife/ansible-test
1d1d4570ca53a3be08ec412f7f0a7f00298f888a
0
roles/basic
13
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"Installing basic software\"\n apt: pkg={{ item }} state=installed\n with_items:\n - git\n - nano\n\n- name: \"Include vars\"\n include_vars:\n file: ./../../../vars/main.yml\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
MyDigitalLife/ansible-test
1d1d4570ca53a3be08ec412f7f0a7f00298f888a
0
roles/mysql
13
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: \"Installing mysql\"\n apt: pkg={{ item }} state=installed\n with_items:\n - mysql-server\n - mysql-client\n - libmysqlclient-dev\n\n- name: Install the MySQL-python through pip\n pip:\n name: \"{{ item }}\"\n state: forcereinstall\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
MyDigitalLife/ansible-test
1d1d4570ca53a3be08ec412f7f0a7f00298f888a
0
roles/nginx
13
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: \"Installing nginx\"\n apt: pkg={{ item }} state=installed\n with_items:\n - nginx\n\n- name: \"Copy nginx config\"\n copy:\n src: ./../files/testproject.cnf\n dest: /etc/nginx/sites-enabled/testproject.cnf\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1360, "all_permissive": false }
ansible_role
MyDigitalLife/ansible-test
1d1d4570ca53a3be08ec412f7f0a7f00298f888a
0
roles/php
13
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: \"Installing php packages\"\n apt: pkg={{ item }} state=installed\n with_items:\n - php7.0\n - php7.0-fpm\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
Carister/ansible-server-setup
301962307539a0ce29a132ca035ba5f2f35dc8b3
1
roles/mysql
13
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install MySQL server package (without debconf preseed)\n apt:\n name: mysql-server\n state: present\n\n- name: Ensure MySQL service is running and enabled\n service:\n name: mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
Carister/ansible-server-setup
301962307539a0ce29a132ca035ba5f2f35dc8b3
1
roles/pythonapp
13
[ "no_license" ]
[ { "path": "roles/pythonapp/tasks/main.yml", "content": "- name: Install Python3, pip, venv, and mod_wsgi\n apt:\n name:\n - python3\n - python3-pip\n - python3-venv\n - libapache2-mod-wsgi-py3\n state: present\n update_cache: yes\n\n- name: Create Flask app directory\n file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1935, "all_permissive": false }
ansible_role
Carister/ansible-server-setup
301962307539a0ce29a132ca035ba5f2f35dc8b3
1
roles/security
13
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "- name: Install UFW\n apt:\n name: ufw\n state: present\n\n- name: Allow SSH and HTTP\n ufw:\n rule: allow\n port: \"{{ item }}\"\n loop:\n - 22\n - 80\n\n- name: Enable UFW\n ufw:\n state: enabled\n policy: deny\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
Carister/ansible-server-setup
301962307539a0ce29a132ca035ba5f2f35dc8b3
1
roles/timezone
13
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "- name: Set timezone to Africa/Nairobi\n timezone:\n name: Africa/Nairobi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
Carister/ansible-server-setup
301962307539a0ce29a132ca035ba5f2f35dc8b3
1
roles/users
13
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: Create a new user\n user:\n name: devopsuser\n shell: /bin/bash\n groups: sudo\n create_home: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
Carister/ansible-server-setup
301962307539a0ce29a132ca035ba5f2f35dc8b3
1
roles/webserver
13
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Ensure Apache is running\n service:\n name: apache2\n state: started\n enabled: true\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
Dark-Alex-17/dynamodb-dax-benchmarker
eae72e7afcf8605253e2bbd93f847e64ce21306b
0
ansible/roles/configure_elastic_stack
13
[ "no_license" ]
[ { "path": "ansible/roles/configure_elastic_stack/tasks/init_elk_stack.yml", "content": "- name: Clone the docker-elk repo\n git:\n repo: https://github.com/deviantony/docker-elk.git\n dest: ../../docker-elk\n ignore_errors: yes\n\n- name: Build the docker-elk stack just in case a pre-existing versio...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1274, "all_permissive": false }
ansible_role
Dark-Alex-17/dynamodb-dax-benchmarker
eae72e7afcf8605253e2bbd93f847e64ce21306b
0
ansible/roles/deploy_cdk
13
[ "no_license" ]
[ { "path": "ansible/roles/deploy_cdk/tasks/main.yml", "content": "- name: Check if a key-pair following the specified format already exists\n stat:\n path: \"{{ ansible_env.HOME }}/.ssh/{{ ssh_key_name }}.pem\"\n register: key_pair\n changed_when: no\n when: \"'destroy' not in ansible_run_tags\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3856, "all_permissive": false }
ansible_role
Dark-Alex-17/dynamodb-dax-benchmarker
eae72e7afcf8605253e2bbd93f847e64ce21306b
0
ansible/roles/destroy
13
[ "no_license" ]
[ { "path": "ansible/roles/destroy/tasks/main.yml", "content": "- name: Wipe away local Elastic Stack\n shell:\n chdir: ../../docker-elk\n cmd: docker compose down -v\n ignore_errors: yes\n\n- name: Wipe away the ELK directory\n file:\n path: ../../docker-elk\n state: absent\n ignore_errors: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1288, "all_permissive": false }
ansible_role
Dark-Alex-17/dynamodb-dax-benchmarker
eae72e7afcf8605253e2bbd93f847e64ce21306b
0
ansible/roles/install_prerequisites
13
[ "no_license" ]
[ { "path": "ansible/roles/install_prerequisites/tasks/aws_cli.yml", "content": "- name: Check if AWS CLI is installed\n shell:\n cmd: hash aws 2> /dev/null\n ignore_errors: yes\n changed_when: no\n register: awscli_installation_status\n\n- block:\n - name: Download the AWS CLI from AWS\n unarc...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3893, "all_permissive": false }
ansible_role
lgchiaretto/aap-openshift
07030891483ba271a1137f34b7260c0f9895a96f
0
roles/create_ns_openshift
13
[ "no_license" ]
[ { "path": "roles/create_ns_openshift/tasks/main.yml", "content": "- name: Log in (obtain access token) on Openshift\r\n redhat.openshift.openshift_auth:\r\n host: \"{{ ocphost }}\"\r\n username: \"{{ ocpuser }}\"\r\n password: \"{{ <PASSWORD> }}\"\r\n validate_certs: false\r\n register: opensh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
lgchiaretto/aap-openshift
07030891483ba271a1137f34b7260c0f9895a96f
0
roles/quay
13
[ "no_license" ]
[ { "path": "roles/quay/tasks/main.yml", "content": "- name: Creating admin team on Quay\r\n ansible.builtin.uri:\r\n url: \"{{ quayhost }}/api/v1/organization/orizon_{{namespaceocp | lower}}/team/admins\"\r\n method: PUT\r\n headers:\r\n Authorization: \"Bearer {{ quay_token }}\"\r\n body_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2137, "all_permissive": false }
ansible_role
ansible/galaxy
a97d0905062221eccd3c70f992f35489e43096d6
866
testing/simple/roles/check_service_states
13
[ "permissive" ]
[ { "path": "testing/simple/roles/check_service_states/tasks/main.yml", "content": "---\n- name: A service is expected to be down\n block:\n - name: Check service is down\n assert:\n that:\n - item.value == 'error'\n loop: \"{{ monitor_response.json|dict2items }}\"\n when: i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": true }
ansible_role
ansible/galaxy
a97d0905062221eccd3c70f992f35489e43096d6
866
testing/simple/roles/get_container_name
13
[ "permissive" ]
[ { "path": "testing/simple/roles/get_container_name/tasks/main.yml", "content": "---\n- shell: \"docker ps --format {% raw %}'{{.Names}}' {% endraw %} | grep {{ name_contains }}\"\n register: docker_output\n\n- set_fact:\n container_name: \"{{ docker_output.stdout_lines[0] }}\"\n\n- debug:\n msg: \"Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": true }
ansible_role
ansible/galaxy
a97d0905062221eccd3c70f992f35489e43096d6
866
testing/simple/roles/get_monitor_response
13
[ "permissive" ]
[ { "path": "testing/simple/roles/get_monitor_response/tasks/main.yml", "content": "---\n- name: Access the monitor endpoint\n uri:\n url: \"http://{{ galaxy_host }}:{{ galaxy_port }}/api/monitor\"\n return_content: true\n body_format: json\n register: monitor_response\n", "license_type": "perm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": true }
ansible_role
ansible/galaxy
a97d0905062221eccd3c70f992f35489e43096d6
866
testing/simple/roles/make_monitor_assertions
13
[ "permissive" ]
[ { "path": "testing/simple/roles/make_monitor_assertions/tasks/main.yml", "content": "---\n- include_role:\n name: get_monitor_response\n\n- include_role:\n name: check_service_states\n vars:\n expected_down: ''\n\n- include_role:\n name: test_service\n loop:\n - {service_name: 'postgres', e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": true }
ansible_role
ansible/galaxy
a97d0905062221eccd3c70f992f35489e43096d6
866
testing/simple/roles/test_service
13
[ "permissive" ]
[ { "path": "testing/simple/roles/test_service/tasks/main.yml", "content": "---\n- debug:\n msg: \"Testing service {{ service_item.service_name }}\"\n\n- name: Get the container name\n include_role:\n name: get_container_name\n vars:\n name_contains: \"{{ service_item.service_name }}\"\n\n- name: S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": true }
ansible_role
Otus-DevOps-2017-11/artemsurov_infra
cd6a7f370a943d768af89d6bbb95adab6d1e47bd
0
ansible/roles/app
13
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "- name: Install the packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n with_items:\n - build-essential\n - ruby-full\n - ruby-bundler\n tags: ruby", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
Otus-DevOps-2017-11/artemsurov_infra
cd6a7f370a943d768af89d6bbb95adab6d1e47bd
0
ansible/roles/db
13
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "- name: Add an apt key by id from a keyserver\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: EA312927\n tags: install\n\n- name: Create file with content\n copy:\n content: \"deb http://repo.mongodb.org/apt/ubuntu xen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
latheefp/docker-basics
fda70135420571e54a5ea515f52eb78bc8cea205
1
home-lab-prox-mox/Ansible-roles/roles/bootstrap-role
18
[ "no_license" ]
[ { "path": "home-lab-prox-mox/Ansible-roles/roles/bootstrap-role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - bootstrap-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "home-lab-prox-mox/Ansible-ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2420, "all_permissive": false }
ansible_role
latheefp/docker-basics
fda70135420571e54a5ea515f52eb78bc8cea205
1
home-lab-prox-mox/Ansible-roles/roles/install-nginx-copyfiles
18
[ "no_license" ]
[ { "path": "home-lab-prox-mox/Ansible-roles/roles/install-nginx-copyfiles/handlers/main.yml", "content": "---\n# handlers file for home-lab\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "home-lab-prox-mox/Ansible-roles/roles/install-nginx-copyfil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3220, "all_permissive": false }
ansible_role
homiakos/chaika-ansible
0b97ffdb6e9bb668c951df02ec3fbea61b84c2a0
0
roles/connect_test
18
[ "no_license" ]
[ { "path": "roles/connect_test/defaults/main.yml", "content": "# default vars\n\nssh_askpass: <PASSWORD> ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/connect_test/handlers/main.yml", "content": "---\n# handlers file for connect_test", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1651, "all_permissive": false }
ansible_role
homiakos/chaika-ansible
0b97ffdb6e9bb668c951df02ec3fbea61b84c2a0
0
roles/docker
18
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- include_tasks: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n tags:\n - docker\n\n- include_tasks: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n tags:\n - docker\n\n- include_tasks: docker-network.yml\n tags:\n - ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5447, "all_permissive": false }
ansible_role
homiakos/chaika-ansible
0b97ffdb6e9bb668c951df02ec3fbea61b84c2a0
0
roles/ld_users
18
[ "no_license" ]
[ { "path": "roles/ld_users/vars/main.yml", "content": "---\n# vars file for ld_users", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/ld_users/defaults/main.yml", "content": "---\n# defaults file for ld_users\nadmins:\n - nchaik...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1094, "all_permissive": false }
ansible_role
homiakos/chaika-ansible
0b97ffdb6e9bb668c951df02ec3fbea61b84c2a0
0
roles/login_alert
18
[ "no_license" ]
[ { "path": "roles/login_alert/files/telegram-alert.sh", "content": "#!/usr/bin/env bash\n# Log connections\nbash /opt/ssh-login-alert-telegram/alert.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/login_alert/defaults/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 874, "all_permissive": false }
ansible_role
homiakos/chaika-ansible
0b97ffdb6e9bb668c951df02ec3fbea61b84c2a0
0
roles/waves
18
[ "no_license" ]
[ { "path": "roles/waves/defaults/main.yml", "content": "---\n# defaults file for waves\nwaves:\n registry: \"wavesplatform\"\n image: \"wavesnode\"\n tag: \"1.2.21\"\n network: \"mainnet\"\n log_level: \"DEBUG\"\n heap_size: \"2g\"\n java_opts: \"-Dwaves.network.declared-address=0.0.0.0:6868 -Dwaves.r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2582, "all_permissive": false }
ansible_role
narenderapache/ansible
a5ed3ba6a3f6ff3a023001c1d6a671ca81c4cf3f
0
roles/common
18
[ "permissive" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\nepel_repo: \"https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 83 }, { "path": "roles/common/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": true }
ansible_role
narenderapache/ansible
a5ed3ba6a3f6ff3a023001c1d6a671ca81c4cf3f
0
roles/docker
18
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Docker | CE | YUM | Deploy repository\n get_url:\n url: \"{{ docker_ce_repo_file_url }}\"\n dest: /etc/yum.repos.d/docker-ce.repo\n owner: root\n group: root\n mode: 0644\n\n- name: Docker | CE | YUM | Install yum-utils (syste...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3021, "all_permissive": true }
ansible_role
narenderapache/ansible
a5ed3ba6a3f6ff3a023001c1d6a671ca81c4cf3f
0
roles/openjdk
18
[ "permissive" ]
[ { "path": "roles/openjdk/tasks/main.yml", "content": "---\n- name: install java\n yum:\n name: \"{{ openjdk_package_name }}\"\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": true }
ansible_role
narenderapache/ansible
a5ed3ba6a3f6ff3a023001c1d6a671ca81c4cf3f
0
roles/users
18
[ "permissive" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: add user to the vm\n user:\n name: narenderavala\n shell: /bin/bash\n groups: wheel\n append: yes\n\n- name: add ssh key to the vm\n authorized_key:\n user: narenderavala\n state: present\n key: \"ssh-rsa <KEY> <EMAIL>\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": true }
ansible_role
SHARAN-RH/Phase02_Projects
5aa9ecfaad0419ab7f1b7436c9f1ea2b4548aaa3
0
Project_09-1-backend/ansible/roles/build_images
18
[ "no_license" ]
[ { "path": "Project_09-1-backend/ansible/roles/build_images/tasks/main.yml", "content": "- name: Build Apache+PHP image\n community.docker.docker_image:\n name: \"apachephp\"\n build:\n path: \"{{ role_path }}/files\"\n dockerfile: Dockerfile.apachephp\n source: build\n\n- name: Build MyS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
SHARAN-RH/Phase02_Projects
5aa9ecfaad0419ab7f1b7436c9f1ea2b4548aaa3
0
Project_09_final/ansible/roles/deploy_k8s
18
[ "no_license" ]
[ { "path": "Project_09_final/ansible/roles/deploy_k8s/files/mysql-deployment.yaml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: mysql\n namespace: default\nspec:\n selector:\n matchLabels:\n app: mysql\n replicas: 1\n template:\n metadata:\n labels:\n app:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1615, "all_permissive": false }
ansible_role
SHARAN-RH/Phase02_Projects
5aa9ecfaad0419ab7f1b7436c9f1ea2b4548aaa3
0
Project_10/roles/node_exporter
18
[ "no_license" ]
[ { "path": "Project_10/roles/node_exporter/tasks/main.yml", "content": "---\n# roles/node_exporter/tasks/main.yml\n\n- name: Create build context directory\n file:\n path: \"{{ role_path }}/build\"\n state: directory\n\n- name: Render Node Exporter Dockerfile\n template:\n src: Dockerfile.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1254, "all_permissive": false }
ansible_role
SHARAN-RH/Phase02_Projects
5aa9ecfaad0419ab7f1b7436c9f1ea2b4548aaa3
0
Project_10_kube_version/roles/kubernetes
18
[ "no_license" ]
[ { "path": "Project_10_kube_version/roles/kubernetes/defaults/main.yml", "content": "---\n# Kubernetes namespace to hold all monitoring components\nk8s_namespace: monitoring\n\n# Docker images you built earlier\nnode_exporter_image: custom_node_exporter:latest\nprometheus_image: custom_prometheus:latest\ng...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3750, "all_permissive": false }
ansible_role
SHARAN-RH/Phase02_Projects
5aa9ecfaad0419ab7f1b7436c9f1ea2b4548aaa3
0
Project_10_kube_version/roles/microservices
18
[ "no_license" ]
[ { "path": "Project_10_kube_version/roles/microservices/tasks/main.yml", "content": "---\n- name: Ensure Docker network exists\n docker_network:\n name: monitoring_net\n state: present\n\n- name: Build microservice images\n docker_image:\n name: \"{{ item.image }}\"\n source: build\n build:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 742, "all_permissive": false }
ansible_role
SHARAN-RH/Phase02_Projects
5aa9ecfaad0419ab7f1b7436c9f1ea2b4548aaa3
0
Project_10_kuber_v2/roles/grafana
18
[ "no_license" ]
[ { "path": "Project_10_kuber_v2/roles/grafana/tasks/main.yml", "content": "---\n# roles/grafana/tasks/main.yml\n\n- name: Create build context\n file:\n path: \"{{ role_path }}/build\"\n state: directory\n\n- name: Create provisioning directory\n file:\n path: \"{{ role_path }}/build/provisioning\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1317, "all_permissive": false }
ansible_role
SHARAN-RH/Phase02_Projects
5aa9ecfaad0419ab7f1b7436c9f1ea2b4548aaa3
0
Project_10_kuber_v2/roles/prometheus
18
[ "no_license" ]
[ { "path": "Project_10_kuber_v2/roles/prometheus/tasks/main.yml", "content": "---\n- name: Create build context directory\n file:\n path: \"{{ role_path }}/build\"\n state: directory\n\n- name: Render Prometheus config\n template:\n src: prometheus.yml.j2\n dest: \"{{ role_path }}/build/prometh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2061, "all_permissive": false }
ansible_role
mojoconf/mojoconf-ansible
a40829dc61e871c24f65bd6634c0b554625482b4
1
roles/base
18
[ "no_license" ]
[ { "path": "roles/base/tasks/ufw.yml", "content": "---\n- apt: name=ufw\n- ufw: proto=tcp port=22 rule=allow\n- ufw: proto=tcp port=80 rule=allow\n- ufw: proto=tcp port=443 rule=allow\n- ufw: state=enabled direction=incoming policy=deny\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 931, "all_permissive": false }
ansible_role
mojoconf/mojoconf-ansible
a40829dc61e871c24f65bd6634c0b554625482b4
1
roles/inspeqtor
18
[ "no_license" ]
[ { "path": "roles/inspeqtor/vars/main.yml", "content": "---\n# vars file for inspeqtor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/inspeqtor/spec/inspeqtor_spec.rb", "content": "require 'spec_helper'\n\n## /etc/inspector directory co...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 11032, "all_permissive": false }
ansible_role
mojoconf/mojoconf-ansible
a40829dc61e871c24f65bd6634c0b554625482b4
1
roles/mct
18
[ "no_license" ]
[ { "path": "roles/mct/vars/main.yml", "content": "---\n# vars file for roles/mct\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/mct/templates/mct-upstart.conf.j2", "content": "########################################\n##### casual-booki...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7322, "all_permissive": false }
ansible_role
mojoconf/mojoconf-ansible
a40829dc61e871c24f65bd6634c0b554625482b4
1
roles/plenv
18
[ "no_license" ]
[ { "path": "roles/plenv/defaults/main.yml", "content": "---\nuser: www\nplenv_user: www\nplenv_root: /home/www/.plenv\nperl_version: 5.20.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/plenv/templates/plenv.sh.j2", "content": "export ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2120, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/SELinux_Firewall_local
18
[ "no_license" ]
[ { "path": "roles/SELinux_Firewall_local/tasks/main.yml", "content": "- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: Stop firewall\n service:\n name: firewalld\n state: stopped\n enabled: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/bashrc
18
[ "no_license" ]
[ { "path": "roles/bashrc/tasks/main.yml", "content": "- name: copy bashrc\n copy:\n src: bashrc\n dest: /etc/bashrc\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/bashrc_ubuntu
18
[ "no_license" ]
[ { "path": "roles/bashrc_ubuntu/tasks/main.yml", "content": "- name: copy bashrc\n copy:\n src: bashrc\n dest: /root/.bashrc\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/change_root_pwd
18
[ "no_license" ]
[ { "path": "roles/change_root_pwd/tasks/main.yml", "content": "- name: Change Root Password\n user:\n name: root\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n update_password: always", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/chrony
18
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yml", "content": "- name: install chrony\n yum:\n name: chrony\n state: latest\n \n- name: config chronyd\n copy:\n src: chrony.conf\n dest: /etc/chrony.conf\n mode: '0644'\n\n- name: Restart chronyd\n service:\n name: chronyd\n state: restarted\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/chrony_ubuntu
18
[ "no_license" ]
[ { "path": "roles/chrony_ubuntu/tasks/main.yml", "content": "- name: install chrony\n apt:\n name: chrony\n state: latest\n \n- name: config chronyd\n copy:\n src: chrony.conf\n dest: /etc/chrony/chrony.conf\n mode: '0644'\n\n- name: Restart chronyd\n service:\n name: chronyd\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/createusers
18
[ "no_license" ]
[ { "path": "roles/createusers/defaults/main.yml", "content": "users:\n - username: nguyentv\n use_sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/createusers/tasks/main.yml", "content": "- name: create users belong to sys g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 394, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/install_nvidia_grid_k2_driver
18
[ "no_license" ]
[ { "path": "roles/install_nvidia_grid_k2_driver/README.md", "content": "Cụm transcode GPU dùng đồng bộ VGA NVIDIA GRID K2.\n\nVì driver mặc định của Centos 7.6.1810 không tương thích với VGA nên dẫn đến dump OS.\n\nĐể cài được OS thì phải Disable 2 chân PCI VGA để CPU không bị dump mỗi khi boot.\n\nTrong khi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2739, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/install_packages
18
[ "no_license" ]
[ { "path": "roles/install_packages/tasks/main.yml", "content": "- name: ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - epel-release\n - bash-completion\n - vim\n - lshw\n - htop\n - wget\n - bwm-ng\n - net-tools...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/install_packages_ubuntu
18
[ "no_license" ]
[ { "path": "roles/install_packages_ubuntu/tasks/main.yml", "content": "- name: ensure a list of packages installed\n apt:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - bash-completion\n - vim\n - lshw\n - htop\n - wget\n - bwm-ng\n - net-tools\n - telne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/lldpd
18
[ "no_license" ]
[ { "path": "roles/lldpd/tasks/main.yml", "content": "- name: install lldpd\n yum:\n name: lldpd\n state: latest\n \n- name: config lldpd\n copy:\n src: lldpd\n dest: /etc/default/lldpd\n mode: '0644'\n\n- name: Restart lldpd\n service:\n name: lldpd\n state: restarted\n enabled: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/logrotate
18
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "- name: copy logrotate.conf file\n copy:\n src: logrotate.conf\n dest: /etc/logrotate.conf\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/motd
18
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yml", "content": "- name: copy motd\n copy:\n src: Vnetwork.sh\n dest: /etc/profile.d/Vnetwork.sh\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/nameserver_public
18
[ "no_license" ]
[ { "path": "roles/nameserver_public/tasks/main.yml", "content": "- name: configure name servers\n copy:\n src: resolv.conf\n dest: /etc/resolv.conf\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/netdata
18
[ "no_license" ]
[ { "path": "roles/netdata/tasks/main.yml", "content": "---\n- name: Install epel-release\n yum: \n name: epel-release\n state: latest\n\n- name: Install service\n yum: \n name: \"{{ packages}}\"\n state: latest\n lock_timeout: 180\n\n- name: Clone or Pull for Install or Update\n git:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/reboot
18
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "- name: restart server\n reboot:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 32, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/reconfig-zabbix-agent
18
[ "no_license" ]
[ { "path": "roles/reconfig-zabbix-agent/tasks/main.yml", "content": "\n- name: ListenIP for Zabbix-agent\n lineinfile:\n path: /etc/zabbix/zabbix_agentd.conf\n regexp: '^ServerActive'\n insertafter: '^ServerActive'\n line: ServerActive=192.168.127.12\n\n- name: Restart zabbix-agent\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/repo_local_7.7.1908
18
[ "no_license" ]
[ { "path": "roles/repo_local_7.7.1908/tasks/main.yml", "content": "- name: install yum-plugin-priorities\n yum:\n name: yum-plugin-priorities\n state: latest\n\n- name: copy local centos repos\n copy:\n src: local_centos.repo\n dest: /etc/yum.repos.d/local_centos.repo\n owner: root\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/route-vlan112
18
[ "no_license" ]
[ { "path": "roles/route-vlan112/tasks/main.yml", "content": "- name: copy route on vlan112\n copy:\n src: route-bond0.112\n dest: /etc/sysconfig/network-scripts/route-bond0.112\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/rsyslog
18
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yml", "content": "- name: Copy rsyslog config\n copy:\n src: system-inf-logs.conf\n dest: /etc/rsyslog.d/system-inf-logs.conf\n mode: '0644'\n\n- name: Restart rsyslog\n service:\n name: rsyslog\n state: restarted\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/ssh
18
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: config sshd_config\n copy:\n src: sshd_config\n dest: /etc/ssh/sshd_config\n mode: '0600'\n\n- name: ListenAddress for SSH\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#ListenAddress ::'\n insertafter: '^#ListenAddress ::'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/sudoers
18
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "- name: copy sudoers file\n copy:\n src: sudoers\n dest: /etc/sudoers\n mode: '0440'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
nguyentvhcmut/VNW-Ansible
3b5bc341fbc73010981aeb7ecfbcb1021b2becf6
0
roles/zabbix
18
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "- name: copy local zabbix repo\n copy:\n src: local_zabbix.repo\n dest: /etc/yum.repos.d/local_zabbix.repo\n owner: root\n group: root\n mode: '0644'\n\n- name: install Zabbix-agent\n yum:\n name: zabbix-agent\n state: latest\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
zhouqing86/react-template-project
d76804575f304ed6221452db2d4ce086a0d813da
0
deploy/ansible/roles/common
18
[ "no_license" ]
[ { "path": "deploy/ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Check whether app related directory exist\n file:\n path: \"$HOME/dynamicform/{{ app_name }}/{{ deploy_env }}\"\n state: directory\n\n- name: Copy exectute files to remote \n template:\n src: \"{{ app_name }}.sh.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3424, "all_permissive": false }
ansible_role
zhouqing86/react-template-project
d76804575f304ed6221452db2d4ce086a0d813da
0
deploy/ansible/roles/package
18
[ "no_license" ]
[ { "path": "deploy/ansible/roles/package/tasks/main.yml", "content": "---\n\n- name: Check whether packages related directory exist\n file:\n path: $HOME/dynamicform/packages/{{ deploy_env }}\n state: directory\n \n- name: copy package from local host to remote host\n copy:\n src: \"{{ deploy_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 467, "all_permissive": false }
ansible_role
arsenyratner/windows-cloudimage
5123de3c4cff2765a23e9dae10da4f7ea7bff526
0
ansible/roles/create-vm-zvirt
18
[ "no_license" ]
[ { "path": "ansible/roles/create-vm-zvirt/defaults/main.yml", "content": "createvmzvirt_emptytags:\n - project_\n - role_\n - site_\ncreatevm_unattended_xml: \"\"\n\n# createvmzvirt_default:\n# clone: true\n# cluster: CL-OVN\n# disksize: 32GiB\n# disk_format: \"raw\"\n# dns_search: spo.local\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7000, "all_permissive": false }