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 | Medkhaled1/django_project | 174f082a57eb8a95a0a04f9d52849999b7594d3e | 0 | ansible/roles/django | 7,540 | [
"no_license"
] | [
{
"path": "ansible/roles/django/vars/main.yml",
"content": "# roles/django/vars/main.yml\n\n# Path configurations\ndjango_app_dir: \"/home/admin/apps/mysite\" # Project root on the remote server\ndjango_venv_dir: \"/home/admin/venvs/mysite\" # Virtual environment path on the remote server\ngunicorn_user: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7076,
"all_permissive": false
} |
ansible_role | Medkhaled1/django_project | 174f082a57eb8a95a0a04f9d52849999b7594d3e | 0 | ansible/roles/gunicorn | 7,540 | [
"no_license"
] | [
{
"path": "ansible/roles/gunicorn/templates/gunicorn.service.j2",
"content": "[Unit]\nDescription=Gunicorn daemon for Django application\nAfter=network.target\n\n[Service]\nUser={{ gunicorn_user }}\nGroup={{ gunicorn_group }}\nWorkingDirectory={{ django_app_dir }}/django\nExecStart={{ django_venv_dir }}/bin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1348,
"all_permissive": false
} |
ansible_role | Medkhaled1/django_project | 174f082a57eb8a95a0a04f9d52849999b7594d3e | 0 | ansible/roles/postgres | 7,540 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/vars/main.yml",
"content": "# roles/postgres/vars/main.yml\n\n# Database configuration for the Django application\ndjango_db_name: 'my_django_db' # Change to your desired database name\ndjango_db_user: 'django_user' # Change to your desired username\ndjango_db_password... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | glosoftgroup/smsapp | bcf73d1eec8e02e63849877b0a41428c185fee7c | 0 | devops/ansible_devops/roles/Ansibles.postgresql | 7,540 | [
"no_license"
] | [
{
"path": "devops/ansible_devops/roles/Ansibles.postgresql/tasks/main.yml",
"content": "# file: postgresql/tasks/main.yml\n\n- include: install.yml\n# when: APP_ENVIRONMENT == \"development\"\n\n- include: extensions.yml\n# when: APP_ENVIRONMENT == \"development\"\n- include: configure.yml\n# when: APP_E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | glosoftgroup/smsapp | bcf73d1eec8e02e63849877b0a41428c185fee7c | 0 | devops/ansible_devops/roles/app_server | 7,540 | [
"no_license"
] | [
{
"path": "devops/ansible_devops/roles/app_server/templates/nginx.site.j2",
"content": "log_format timed_combined '$remote_addr - $remote_user [$time_local] '\n '\"$request\" $status $body_bytes_sent '\n '\"$http_referer\" \"$http_user_agent\" $request_time... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5371,
"all_permissive": false
} |
ansible_role | glosoftgroup/smsapp | bcf73d1eec8e02e63849877b0a41428c185fee7c | 0 | devops/ansible_devops/roles/ci | 7,540 | [
"no_license"
] | [
{
"path": "devops/ansible_devops/roles/ci/vars/main.yml",
"content": "---\nHOME_DIR: ~\nAPP_DIR: \"~/clone\"\nVIRTUALENV_DIR: \"{{ HOME_DIR }}/.virtualenvs\"\nVIRTUALENV: \"{{ VIRTUALENV_DIR }}/\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2-private-cloud/ansible/roles/appdeploy | 7,540 | [
"no_license"
] | [
{
"path": "case-2-private-cloud/ansible/roles/appdeploy/tasks/main.yml",
"content": "- include: install_unzip.yml\n- include: copy_bin.yml\n- include: deploy.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "case-2-private-cloud/ansible/roles/app... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2-private-cloud/ansible/roles/createdb | 7,540 | [
"no_license"
] | [
{
"path": "case-2-private-cloud/ansible/roles/createdb/tasks/create_users.yml",
"content": "- name: Create HAProxy user\n mysql_user: name='haproxy' host='%' password='' priv=*.*:ALL state=present\n- name: Create replication user\n mysql_user: name='slave_user' host='%' password='<PASSWORD>' priv=*.*:\"RE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2-private-cloud/ansible/roles/galera | 7,540 | [
"no_license"
] | [
{
"path": "case-2-private-cloud/ansible/roles/galera/templates/my.cnf.j2",
"content": "[client]\nport = 3306\nsocket = /var/run/mysqld/mysqld.sock\n\n[mysqld_safe]\nsocket = /var/run/mysqld/mysqld.sock\nnice = 0\n\n[mysqld]\nbind_address = {{ galera_node_ip... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3435,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2-private-cloud/ansible/roles/haproxyapp | 7,540 | [
"no_license"
] | [
{
"path": "case-2-private-cloud/ansible/roles/haproxyapp/tasks/install_haproxy.yml",
"content": "- name: Install HAProxy\n apt: name=haproxy state=present update_cache=yes force=yes\n- name: Enable HAProxy init script\n replace: dest='/etc/default/haproxy'\n regexp='ENABLED=0'\n replace='ENABLED=1'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2-private-cloud/ansible/roles/haproxydb | 7,540 | [
"no_license"
] | [
{
"path": "case-2-private-cloud/ansible/roles/haproxydb/templates/haproxydb.cfg",
"content": "global\n log 127.0.0.1 local0 notice\n maxconn 2000\n user haproxy\n group haproxy\ndefaults\n log global\n mode http\n option tcplog\n option dontlognull\n retries 3\n option redispat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2-private-cloud/ansible/roles/tomcat | 7,540 | [
"no_license"
] | [
{
"path": "case-2-private-cloud/ansible/roles/tomcat/tasks/main.yml",
"content": "- include: install_tomcat.yml\n- include: configure_tomcat.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "case-2-private-cloud/ansible/roles/tomcat/tasks/insta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/add_haapp | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/add_haapp/tasks/add_line.yml",
"content": "- name: Addind server to haproxy\n lineinfile: dest=/etc/haproxy/haproxy.cfg line=' server {{ node_name }} {{ ipaddr }}:8080 cookie A check'\n notify:\n - restart haproxy \n\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/add_hadb | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/add_hadb/tasks/add_line.yml",
"content": "- name: Addind server to haproxy\n lineinfile: dest=/etc/haproxy/haproxy.cfg line=' server {{ node_name }} {{ ipaddr }}:3306 check weight 1' \n notify:\n - restart haproxy \n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/appdeploy | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/appdeploy/tasks/compile_deploy.yml",
"content": "- name: Update connection string\n template: src=application.properties\n dest=/tmp/hpsa/hpsa-demo-case2/source/demo-case2/src/main/resources/application.properties\n\n# Compile demo sources\n- name: Compile demo sources (... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/config_src_list | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/config_src_list/tasks/main.yml",
"content": "# replace sources.list to refer local repository serveer\n- name: Replace apt repository src file\n template: src=sources.list dest=/etc/apt/sources.list\n notify:\n - update index file",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/createdb | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/createdb/tasks/create_database.yml",
"content": "- name: Copying DB skel from sql\n copy: src=./db/dump.sql dest=/tmp\n- name: Create DB hpsa_demo\n mysql_db: name=hpsa_demo state=present\n- name: Import DB\n mysql_db: name=hpsa_demo state=import target=/tmp/dump.sql\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/del_hadb | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/del_hadb/tasks/add_line.yml",
"content": "- name: Addind server to haproxy\n lineinfile: dest=/etc/haproxy/haproxy.cfg regexp='{{ ipaddr }}:*' state=absent\n notify:\n - restart haproxy \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/galera | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/galera/tasks/access.yml",
"content": "- name: Configure MariaDB access for Ansible mysql_user module\n file: src=/etc/mysql/debian.cnf dest=/root/.my.cnf owner=root group=root state=link force=yes\n \n- name: Set MariaDB root password for local login\n mysql_user: name=roo... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/galera_stop | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/galera_stop/tasks/main.yml",
"content": "- name: Stop galera cluster\n raw: sudo service mysql stop ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 59,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/galera_update_configuration | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/galera_update_configuration/defaults/main.yml",
"content": "galera_cluster_user: hpsa\ngalera_cluster_password: <PASSWORD>\ngalera_cluster_name: demogaleracluster",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "case... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/haproxyapp | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/haproxyapp/tasks/configure_haproxy.yml",
"content": "- name: Configuring HAProxy\n template: src=haproxy.cfg dest=/etc/haproxy/haproxy.cfg\n notify:\n - restart haproxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/haproxydb | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/haproxydb/tasks/main.yml",
"content": "- include: install_hadb.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "case-2/ansible/roles/haproxydb/tasks/install_hadb.yml",
"content": "- name: update apt cache\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/java7 | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/java7/tasks/install_java7.yml",
"content": "- name: Installing JDK 7\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=86400\n with_items:\n - oracle-java7-installer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/tomcat | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/tomcat/tasks/configure_tomcat.yml",
"content": "- name: Configuring tomcat\n template: src=tomcat-users.xml.j2 dest=/etc/tomcat7/tomcat-users.xml\n notify:\n - restart tomcat7\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | hpepanda/scalene-case02 | 5cdee3d854bf5d12fe76567cc9b3cfa00eec7be7 | 0 | case-2/ansible/roles/tomcat7 | 7,540 | [
"no_license"
] | [
{
"path": "case-2/ansible/roles/tomcat7/tasks/install_tomcat.yml",
"content": "- name: Install apache tomcat 7\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=86400\n with_items:\n - tomcat7\n - tomcat7-docs\n - tomcat7-admin\n - tomcat7-examples\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | lordmuffin/ansible-ubuntu-lamp | 8aaa4a86af78898bd0c2549e559062f627ba1ab4 | 0 | roles/nginx | 7,539 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: create nginx group\n group:\n name: www\n state: present\n\n- name: create nginx user\n user:\n name: www\n comment: \"Nginx\"\n group: www\n\n- name: allow ufw\n ufw:\n rule: allow\n name: Nginx HTTP\n\n- name: Setup n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | lordmuffin/ansible-ubuntu-lamp | 8aaa4a86af78898bd0c2549e559062f627ba1ab4 | 0 | roles/server | 7,539 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "- name: install base components\n apt:\n name: \"{{item}}\"\n with_items:\n - aptitude # Fix for the next step\n - nginx\n - mysql-server\n - php-mysql\n - php\n - python-mysqldb\n - unzip\n\n- name: Update and upgrade apt packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | lordmuffin/ansible-ubuntu-lamp | 8aaa4a86af78898bd0c2549e559062f627ba1ab4 | 0 | roles/vsftpd | 7,539 | [
"no_license"
] | [
{
"path": "roles/vsftpd/tasks/main.yml",
"content": "---\n\n- name: Install vsftpd\n apt: name={{ item }} state=present\n with_items:\n - vsftpd\n\n- name: Creating users vsftpd without admin access\n user:\n name: vsftpd\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | Websoft9Archive/ansible-mattermost | f47ab8585ce8e1fb387efcc6804b84c89a901327 | 10 | roles/mattermost | 7,539 | [
"no_license"
] | [
{
"path": "roles/mattermost/handlers/main.yml",
"content": "- name: check_mattermost_service\n debug:\n var: check_mattermost_service.stdout",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/mattermost/tasks/main.yml",
"content": "# Not... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2540,
"all_permissive": false
} |
ansible_role | zeeshangulzar/kaa | bd62b8ee196628fbc318371d0e8a6d8aebcbb5fc | 0 | ansible/roles/flugel.app | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/flugel.app/handlers/main.yml",
"content": "---\n# handlers file for flugel.app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/flugel.app/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1375,
"all_permissive": false
} |
ansible_role | zeeshangulzar/kaa | bd62b8ee196628fbc318371d0e8a6d8aebcbb5fc | 0 | ansible/roles/flugel.common | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/flugel.common/vars/main.yml",
"content": "---\n# vars file for flugel.common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/flugel.common/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | zeeshangulzar/kaa | bd62b8ee196628fbc318371d0e8a6d8aebcbb5fc | 0 | ansible/roles/flugel.mariadb-repo | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/flugel.mariadb-repo/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alcit.mariadb-repo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/roles/flugel.mariadb-repo/handlers/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | zeeshangulzar/kaa | bd62b8ee196628fbc318371d0e8a6d8aebcbb5fc | 0 | ansible/roles/geerlingguy.nodejs | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/geerlingguy.nodejs/tasks/setup-RedHat.yml",
"content": "---\n- name: Set up the Nodesource RPM directory for Node.js <= 0.10.\n set_fact:\n nodejs_rhel_rpm_dir: \"pub\"\n when: nodejs_version <= '0.10'\n\n- name: Set up the Nodesource RPM variable for Node.js <= 0.12.\n set_fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | NCAS-CMS/vmcluster | 1eab0af37ba6d81eabfab3a981957d05616e397b | 0 | playbook/roles/docker | 7,539 | [
"no_license"
] | [
{
"path": "playbook/roles/docker/tasks/main.yml",
"content": "# Install docker-io\n- name: Install docker-io\n yum: \n name: docker-io\n state: latest\n\n- name: Docker service\n action: service name=docker state=started enabled=true\n\n- group:\n name: docker\n state: present\n \n- name: add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | NCAS-CMS/vmcluster | 1eab0af37ba6d81eabfab3a981957d05616e397b | 0 | playbook/roles/intel | 7,539 | [
"no_license"
] | [
{
"path": "playbook/roles/intel/tasks/main.yml",
"content": "---\n# Install ifort\n\n - name: Install ifort\n unarchive:\n src: intel_15.tgz\n dest: /opt\n\n - name: Intel MPI \n unarchive:\n src: intelmpi.tgz\n dest: /opt\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | NCAS-CMS/vmcluster | 1eab0af37ba6d81eabfab3a981957d05616e397b | 0 | playbook/roles/mpich | 7,539 | [
"no_license"
] | [
{
"path": "playbook/roles/mpich/tasks/main.yml",
"content": "---\n# Install mpich2\n- name: Install mpich2\n unarchive:\n src: mpich-3.2.1.bin.tgz\n dest: /opt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | NCAS-CMS/vmcluster | 1eab0af37ba6d81eabfab3a981957d05616e397b | 0 | playbook/roles/munge | 7,539 | [
"no_license"
] | [
{
"path": "playbook/roles/munge/tasks/main.yml",
"content": "---\n# Install munge\n\n- name: Setup epel\n yum:\n name: epel-release\n state: latest\n\n- name: Install munge\n yum:\n name: munge,munge-libs\n state: latest\n\n- name: Config munge\n action: copy src=files/munge.key dest=/etc/mun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | NCAS-CMS/vmcluster | 1eab0af37ba6d81eabfab3a981957d05616e397b | 0 | playbook/roles/openmpi | 7,539 | [
"no_license"
] | [
{
"path": "playbook/roles/openmpi/tasks/main.yml",
"content": "---\n# Install openmpi\n- name: Install openmpi\n unarchive:\n src: openmpi-3.0.0.bin.tgz\n dest: /opt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | NCAS-CMS/vmcluster | 1eab0af37ba6d81eabfab3a981957d05616e397b | 0 | playbook/roles/shifter | 7,539 | [
"no_license"
] | [
{
"path": "playbook/roles/shifter/tasks/main.yml",
"content": "---\n# Install shifter\n- name: Install shifter\n unarchive:\n src: files/shifter-16.08.3.built.tgz\n dest: /opt\n\n- name: udiRoot.conf\n action: copy src=files/udiRoot.conf dest=/opt/shifter-16.08.3/etc/udiRoot.conf\n\n- name: imagem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4346,
"all_permissive": false
} |
ansible_role | NCAS-CMS/vmcluster | 1eab0af37ba6d81eabfab3a981957d05616e397b | 0 | playbook/roles/slurm | 7,539 | [
"no_license"
] | [
{
"path": "playbook/roles/slurm/templates/slurm.conf.js",
"content": "# slurm.conf file generated by configurator easy.html.\n# Put this file on all nodes of your cluster.\n# See the slurm.conf man page for more information.\n#\nControlMachine=master\n#ControlAddr=\n#\n#MailProg=/bin/mail\nMpiDefault=none\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3004,
"all_permissive": false
} |
ansible_role | brianmori/ansible-poc | 0f4af3e5e054a69ab53e70585a29afdc017f927f | 2 | ansible/roles/apache-webserver | 7,539 | [
"permissive"
] | [
{
"path": "ansible/roles/apache-webserver/tasks/main.yml",
"content": "---\n\n - name: Install Apache\n yum: name=httpd24u state=present\n\n - name: MPM Configuration\n template: src=00-mpm.conf.j2 dest=/etc/httpd/conf.modules.d/00-mpm.conf\n notify:\n - Restart Apache\n\n - name: HTTPD Configurat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 845,
"all_permissive": true
} |
ansible_role | brianmori/ansible-poc | 0f4af3e5e054a69ab53e70585a29afdc017f927f | 2 | ansible/roles/common | 7,539 | [
"permissive"
] | [
{
"path": "ansible/roles/common/tasks/repositories.yml",
"content": "---\n\n- name: Add EPEL7 repository\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n when: ansible_os_family == \"RedHat\" and ansible_distribution_major_version == \"7\"\n\n- name: Add EPEL6 rep... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1149,
"all_permissive": true
} |
ansible_role | brianmori/ansible-poc | 0f4af3e5e054a69ab53e70585a29afdc017f927f | 2 | ansible/roles/dnsserver | 7,539 | [
"permissive"
] | [
{
"path": "ansible/roles/dnsserver/tasks/main.yml",
"content": "---\n - name: Install BIND\n yum: name=bind state=present\n\n - name: Copy Named configuration\n copy:\n src: named.conf\n dest: /etc/named.conf\n owner: root\n group: root\n mode: 0644\n notify:\n - Restart BIND\n\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 660,
"all_permissive": true
} |
ansible_role | brianmori/ansible-poc | 0f4af3e5e054a69ab53e70585a29afdc017f927f | 2 | ansible/roles/mysql-dbserver | 7,539 | [
"permissive"
] | [
{
"path": "ansible/roles/mysql-dbserver/tasks/repositories.yml",
"content": "- name: Add MySQL 5.6 repository\n yum_repository:\n name: mysql56-community\n enabled: no\n gpgcheck: no\n file: mysql-community\n baseurl: http://repo.mysql.com/yum/mysql-5.6-community/el/7/$basearch/\n descrip... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1684,
"all_permissive": true
} |
ansible_role | shaileshsutar88/demo-projects | 032038b0a2a4c766e1d5a0b422f15a8fe84d72fe | 0 | ansible/roles/base | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n\n- include: base-packages-install.yml\n- include: extra-packages-removal.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/base/tasks/extra-packages-removal.yml",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1459,
"all_permissive": false
} |
ansible_role | shaileshsutar88/demo-projects | 032038b0a2a4c766e1d5a0b422f15a8fe84d72fe | 0 | ansible/roles/mongo | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/mongo/files/run-config.sh",
"content": "#!/bin/bash\n#\n# Purpose :: Run config for mongo servers.\n# Author :: <NAME> \n# Date :: November 25th, 2017\n#\n# Setting readhead to 32 on /dev/xvdh1 and /dev/xvdg1\nsudo blockdev --setra 32 /dev/xvdh1\nsudo blockdev --setra 32 /dev/xvdg1\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | shaileshsutar88/demo-projects | 032038b0a2a4c766e1d5a0b422f15a8fe84d72fe | 0 | ansible/roles/security | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/security/tasks/main.yml",
"content": "- name: \"copy security files\"\n copy: src={{ item.src }} dest={{ item.dest }} owner={{ item.owner }} group={{ item.group }} mode={{ item.mode }}\n with_items:\n - { src: '../files/sysctl.conf', dest: '/etc/sysctl.conf', owner: 'root', gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | shaileshsutar88/demo-projects | 032038b0a2a4c766e1d5a0b422f15a8fe84d72fe | 0 | ansible/roles/tomcat | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat/tasks/setup.yml",
"content": "- include_vars: vars/version.yml\n\n- name: \"Install default-jdk\"\n apt: >\n pkg={{ item }}\n state=installed \n update_cache=yes\n with_items:\n - default-jdk\n\n- name: \"Create tomcat usergroup\"\n group:\n name: tomcat\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2192,
"all_permissive": false
} |
ansible_role | shaileshsutar88/demo-projects | 032038b0a2a4c766e1d5a0b422f15a8fe84d72fe | 0 | ansible/roles/web | 7,539 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/php-install.yml",
"content": "- name: \"Install php-fpm\"\n apt: >\n pkg={{ item }}\n state=latest\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - php-fpm\n - php-mysql",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2107,
"all_permissive": false
} |
ansible_role | ttuckercrossvale/ansible_lightbulb2 | f8c6bf183f8777fa5a8a6bd5f3ba7c2ef61a0722 | 0 | tools/aws_lab_setup/roles/control_node | 7,539 | [
"no_license"
] | [
{
"path": "tools/aws_lab_setup/roles/control_node/tasks/main.yml",
"content": "- name: Install EPEL\n yum:\n name: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\"\n state: present\n tags:\n - control_node\n - control\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2938,
"all_permissive": false
} |
ansible_role | sashumi/CNE-Practical-Project | fd29df9b27432cc7c2859ac78639cd2c2e9ef653 | 0 | infrastructure/ansible/roles/jenkins | 7,539 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/jenkins/tasks/4-docker-config.yml",
"content": "---\n# installing docker is easy, just add users to docker group and restart\n\n- name: install docker\n apt:\n pkg:\n - docker-ce\n register: result\n retries: 3\n delay: 10\n until: result is not failed\n\... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6522,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/bind | 7,539 | [
"no_license"
] | [
{
"path": "roles/bind/templates/var/cache/bind/base.j2",
"content": "; {{ ansible_managed }}\n\n{% set zone_name = item[0] %}\n\n{% block SOA %}\n$ORIGIN {{ zone_name }}.\n$TTL 10\n\n@\t\t\t\tIN SOA\t ns0.{{ zone_name }}. bombar.crans.org. (\n\t\t\t\t\t {{ serial }} ; serial\n\t\t\t\t\t 8640... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5091,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/borgbackup-client | 7,539 | [
"no_license"
] | [
{
"path": "roles/borgbackup-client/templates/borgmatic/config.yaml.j2",
"content": "{{ ansible_header | comment }}\n\nlocation:\n source_directories:\n{% for dir in borg.to_backup %}\n - {{ dir }}\n{% endfor %}\n\n repositories:\n{% for remote in borg.remote %}\n - {{ remote }}\n{% endfo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3871,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/borgbackup-server | 7,539 | [
"no_license"
] | [
{
"path": "roles/borgbackup-server/tasks/main.yml",
"content": "---\n- name: Install borgbackup\n apt:\n update_cache: true\n name:\n - borgbackup\n state: present\n register: apt_result\n retries: 3\n until: apt_result is succeeded\n\n- name: Create borgbackup user\n user:\n create_ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/certbot | 7,539 | [
"no_license"
] | [
{
"path": "roles/certbot/templates/letsencrypt/rfc2136.ini.j2",
"content": "# {{ ansible_managed }}\n\ndns_rfc2136_server = {{ certbot.dns_rfc2136_server }}\ndns_rfc2136_port = 53\ndns_rfc2136_name = {{ certbot.dns_rfc2136_name }}\ndns_rfc2136_secret = {{ certbot.dns_rfc2136_secret }}\ndns_rfc2136_algorithm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1823,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/common_tools | 7,539 | [
"no_license"
] | [
{
"path": "roles/common_tools/tasks/main.yml",
"content": "---\n- name: Install common tools\n apt:\n update_cache: true\n install_recommends: false\n name:\n - sudo\n - molly-guard\n - ntp\n - apt\n - apt-file\n - emacs-nox\n - yaml-mode\n - htop\n - z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/cpasswords-server | 7,539 | [
"no_license"
] | [
{
"path": "roles/cpasswords-server/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt:\n update_cache: true\n name:\n - python3\n - gettext\n - python3-venv\n - python3-paramiko\n - python3-pyperclip\n - python3-gpg\n - python3-pip\n register: apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2395,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/deploy_config | 7,539 | [
"no_license"
] | [
{
"path": "roles/deploy_config/tasks/main.yml",
"content": "---\n- name: Deploy ssh keys\n authorized_key:\n user: \"{{ ansible_user }}\"\n comment: <NAME> (<EMAIL>) - {{ item.name }}\n exclusive: no\n key: \"{{ item.algo }} {{ item.fingerprint }}\"\n loop:\n - {\n name: poincare,\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1982,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/emacs | 7,539 | [
"no_license"
] | [
{
"path": "roles/emacs/tasks/main.yml",
"content": "---\n- name: Install emacs packages\n apt:\n update_cache: true\n install_recommends: false\n name:\n - emacs-nox\n - ripgrep\n - fdclone\n - isort # python\n - pipenv # python\n - python3-nose # python\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2350,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/i3 | 7,539 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "---\n- name: Install i3 linked packages\n apt:\n update_cache: true\n install_recommends: false\n name:\n - i3\n - i3status\n - i3lock\n - xinit\n - xfce4-terminal\n - scrot\n - xss-lock\n - arandr\n - au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/postgresql | 7,539 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n- name: Install postgresql\n apt:\n update_cache: true\n name: postgresql\n state: present\n register: apt_result\n retries: 3\n until: apt_result is succeeded\n\n- name: Ensure main postgresql directory exists\n file:\n path: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1049,
"all_permissive": false
} |
ansible_role | mbombar/ansible | 5b95792c0af66a59f6c13d7e77d274a5d8dbb34c | 0 | roles/thunes | 7,539 | [
"no_license"
] | [
{
"path": "roles/thunes/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt:\n update_cache: true\n install_recommends: false\n name:\n - python3-venv\n - nginx\n - uwsgi\n - uwsgi-plugin-python3\n - memcached\n register: apt_result\n retries: 3\n until... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2463,
"all_permissive": false
} |
ansible_role | ifelsefi/collectd | fd2a369f2dcfceff8ab1525d4bc1cd27b43defa6 | 0 | roles/collectd | 7,539 | [
"no_license"
] | [
{
"path": "roles/collectd/tasks/configure.yml",
"content": "\n- name: copy nvidia\n copy: src=datacenter-gpu-manager-1.5.6-1.x86_64.rpm dest=/tmp/datacenter-gpu-manager-1.5.6-1.x86_64.rpm\n when: nvidia_present.stat.exists == true\n\n- name: yum install nvidia\n yum: name=/tmp/datacenter-gpu-manager-1.5.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2855,
"all_permissive": false
} |
ansible_role | garbagetown/ansible-gitlab | 886a2a91a6fa5eb8df94dafbb5f12c6c7a27ee59 | 0 | roles/gitlab | 7,539 | [
"no_license"
] | [
{
"path": "roles/gitlab/templates/database.yml.mysql.j2",
"content": "#\r\n# PRODUCTION\r\n#\r\nproduction:\r\n adapter: mysql2\r\n encoding: utf8\r\n reconnect: false\r\n database: gitlabhq_production\r\n pool: 10\r\n username: git\r\n password: {{ <PASSWORD>_<PASSWORD> }}\r\n # host: localhost\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2499,
"all_permissive": false
} |
ansible_role | garbagetown/ansible-gitlab | 886a2a91a6fa5eb8df94dafbb5f12c6c7a27ee59 | 0 | roles/gitlab-shell | 7,539 | [
"no_license"
] | [
{
"path": "roles/gitlab-shell/tasks/main.yml",
"content": "- name: download gitlab-shell\r\n git: repo=https://gitlab.com/gitlab-org/gitlab-shell.git version=v1.9.3\r\n dest=~/gitlab-shell\r\n remote_user: git\r\n\r\n- name: copy config.yml\r\n shell: cp config.yml.example config.yml chdir=~/gitlab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | garbagetown/ansible-gitlab | 886a2a91a6fa5eb8df94dafbb5f12c6c7a27ee59 | 0 | roles/mysql | 7,539 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: install mysql\r\n yum: pkg={{ item }} state=present\r\n with_items:\r\n - mysql-server\r\n - mysql-devel\r\n - MySQL-python\r\n\r\n- name: chkconfig mysqld on\r\n service: name=mysqld state=started enabled=yes\r\n\r\n# 'localhost' needs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1244,
"all_permissive": false
} |
ansible_role | garbagetown/ansible-gitlab | 886a2a91a6fa5eb8df94dafbb5f12c6c7a27ee59 | 0 | roles/nginx | 7,539 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: add nginx repository\r\n template: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo mode=0644\r\n\r\n- name: update yum\r\n yum: name=* state=latest\r\n\r\n- name: install nginx\r\n yum: pkg={{ item }} state=present enablerepo=nginx\r\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | garbagetown/ansible-gitlab | 886a2a91a6fa5eb8df94dafbb5f12c6c7a27ee59 | 0 | roles/packages | 7,539 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: add EPEL repository\n template: src=epel.repo dest=/etc/yum.repos.d/epel.repo mode=0644\n\n- name: update yum\n yum: name=* state=latest\n\n- name: install development group\n yum: pkg='@development' state=latest\n\n- name: install packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | garbagetown/ansible-gitlab | 886a2a91a6fa5eb8df94dafbb5f12c6c7a27ee59 | 0 | roles/ruby | 7,539 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- name: check ruby installed\n command: test -x /usr/local/bin/ruby\n register: ruby_installed\n ignore_errors: yes\n\n- name: download ruby\n get_url: url=ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.gz dest=/tmp\n when: ruby_installed|failed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | garbagetown/ansible-gitlab | 886a2a91a6fa5eb8df94dafbb5f12c6c7a27ee59 | 0 | roles/user | 7,539 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yaml",
"content": "- name: add system user 'git'\n user: name=git system=yes\n\n- name: make sure /home/git/.ssh directory is exist\n file: path=/home/git/.ssh state=directory\n owner=git group=git mode=700\n\n- name: copy authorized_keys\n shell: cp /root/.ssh/aut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | frankhjung/ansible-simple | 8d28953969f9e002d6c6b4cd5952d11776ef7617 | 0 | roles/simple | 7,526 | [
"no_license"
] | [
{
"path": "roles/simple/tasks/main.yaml",
"content": "---\n\n- name: Simple ansible module\n tags: simple\n block:\n\n - name: Test simple ansible module\n simple_module:\n name: earth\n register: result\n\n - name: Debug result\n ansible.builtin.debug:\n msg: \"{{ result }}\"\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | naturebots/wordpress-ansible-to-docker | 6fe4364ff8edbd36955756e1c33ae80c32c5817f | 0 | ansible/roles/common | 7,526 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Echo Hello World\n command: echo ${HOSTNAME}\n register: echo_result\n\n- name: debug\n debug:\n msg: \"{{ echo_result }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | minrat/ansible-openstack | a803eb461bc5ada8316ca45902ce16ed111c7118 | 0 | roles/openstack-dynamic-inventory | 7,526 | [
"no_license"
] | [
{
"path": "roles/openstack-dynamic-inventory/tasks/main.yml",
"content": "---\n- name: Get Instance Info -(0/5)\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n register: result\n\n- debug:\n msg: \"{{ result }}\"\n\n- name: Add Host Action -(1/5)\n add_host:\n name: \"{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | minrat/ansible-openstack | a803eb461bc5ada8316ca45902ce16ed111c7118 | 0 | roles/openstack-instances | 7,526 | [
"no_license"
] | [
{
"path": "roles/openstack-instances/tasks/main.yml",
"content": "---\n- name: Create A VM Instance\n os_server:\n cloud: ospcloud\n name: \"{{ instance_name }}\"\n image: rhel-guest\n meta: \"group={{ group }},deployment_name={{ deployment }}\"\n flavor: m2.small\n security_groups: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | minrat/ansible-openstack | a803eb461bc5ada8316ca45902ce16ed111c7118 | 0 | roles/openstack-keypair | 7,526 | [
"no_license"
] | [
{
"path": "roles/openstack-keypair/tasks/main.yml",
"content": "- name: Generate Key File\n user:\n name: \"{{ ansible_env.USER }}\"\n generate_ssh_key: yes\n ssh_key_file: .ssh/test_id_rsa\n\n- os_keypair:\n cloud: ospcloud\n state: present\n name: ansible_ssh\n public_key_file: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | minrat/ansible-openstack | a803eb461bc5ada8316ca45902ce16ed111c7118 | 0 | roles/openstack-network | 7,526 | [
"no_license"
] | [
{
"path": "roles/openstack-network/tasks/main.yml",
"content": "---\n- os_network:\n cloud: ospcloud\n state: present\n name: ext_network\n external: true\n\n- os_subnet:\n cloud: ospcloud\n state: present\n network_name: ext_network\n name: external_subnet\n cidr: 10.10.10.0/24\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | minrat/ansible-openstack | a803eb461bc5ada8316ca45902ce16ed111c7118 | 0 | roles/openstack-workstation | 7,526 | [
"no_license"
] | [
{
"path": "roles/openstack-workstation/tasks/main.yml",
"content": "---\n- name: Install Epwl RPM from Remote Repo\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n\n- name: Install Python Ansible as well as dependencies\n yum:\n name: \"{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | KirillKirillovich/AWS_Flask_deployer | 5dd010c9c07d5cf673875704b1e081719f6c544c | 0 | .ansible/roles/build_app | 7,526 | [
"no_license"
] | [
{
"path": ".ansible/roles/build_app/tasks/main.yaml",
"content": "---\n- name: Create a Docker network if it doesn't exist\n docker_network:\n name: \"{{ docker_network }}\"\n state: present \n\n- name: Run the Flask app container\n docker_container:\n name: flask-app\n image: \"{{ dockerhu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | KirillKirillovich/AWS_Flask_deployer | 5dd010c9c07d5cf673875704b1e081719f6c544c | 0 | .ansible/roles/build_image | 7,526 | [
"no_license"
] | [
{
"path": ".ansible/roles/build_image/tasks/main.yml",
"content": "---\n- name: Build the Docker image\n docker_image:\n name: \"{{ docker_image_name }}\"\n tag: \"{{ docker_image_tag }}\"\n source: build\n build:\n path: \"{{ docker_build_path }}\"\n dockerfile: \"{{ dockerfile_path ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | KirillKirillovich/AWS_Flask_deployer | 5dd010c9c07d5cf673875704b1e081719f6c544c | 0 | .ansible/roles/docker | 7,526 | [
"no_license"
] | [
{
"path": ".ansible/roles/docker/vars/main.yml",
"content": "---\ndocker_compose_bin_path: /usr/local/bin/docker-compose\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": ".ansible/roles/docker/defaults/main.yml",
"content": "---\ndocker_version... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2132,
"all_permissive": false
} |
ansible_role | hannah-bish/random-star-trek-episode-generator | c9ace1a20e4ad4b4444db458f03e1e90ca14b077 | 0 | ansible/roles/common | 7,526 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/cook_docker_compose_artifacts.yml",
"content": "---\n- set_fact:\n repo_dir: \"{{ playbook_dir }}/..\"\n\n- set_fact:\n artifact_dir: \"{{ playbook_dir }}/../.docker-compose-artifacts/{{ role_path | basename }}\"\n\n- name: create cooked docker role directory\n f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1518,
"all_permissive": false
} |
ansible_role | hannah-bish/random-star-trek-episode-generator | c9ace1a20e4ad4b4444db458f03e1e90ca14b077 | 0 | ansible/roles/cook_run_app | 7,526 | [
"no_license"
] | [
{
"path": "ansible/roles/cook_run_app/templates/docker-compose.yml.j2",
"content": "version: '3.8'\nservices:\n\n atlas:\n image: 'dfmedia/random-star-trek-episode-generator:latest'\n ports:\n - '8000:8000'\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | humayun-alam/tomcat-ansible-deploy | 02f274d443d4b4503d4f5b0c76eaf0260c8b7efd | 0 | roles/tomcat | 7,526 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/stop_app.yml",
"content": "---\n\n- name: Stop application on {{ansible_hostname}}\n command: wget \"http://{{tomcat_user}}:{{tomcat_pwd}}@{{ip_address}}:8080/manager/text/stop?path=/helloworld\" -O - -q\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | pedro5148/lab_ansible_vagrant_k8s | 8442706340efdd6c0e6b9c2c90db58b7581cc20c | 0 | cluster/roles/create-cluster | 7,526 | [
"no_license"
] | [
{
"path": "cluster/roles/create-cluster/tasks/main.yml",
"content": "---\n# tasks file for create-cluster\n- name: Task create cluster do master...\n include_tasks: install-cluster.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "cluster/roles... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2490,
"all_permissive": false
} |
ansible_role | pedro5148/lab_ansible_vagrant_k8s | 8442706340efdd6c0e6b9c2c90db58b7581cc20c | 0 | cluster/roles/install-base | 7,526 | [
"no_license"
] | [
{
"path": "cluster/roles/install-base/vars/main.yml",
"content": "---\n# vars file for install-base\nansible_python_interpreter: /usr/bin/python3.10\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "cluster/roles/install-base/tasks/install-docker.y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5708,
"all_permissive": false
} |
ansible_role | pedro5148/lab_ansible_vagrant_k8s | 8442706340efdd6c0e6b9c2c90db58b7581cc20c | 0 | cluster/roles/install-helm | 7,526 | [
"no_license"
] | [
{
"path": "cluster/roles/install-helm/tasks/main.yml",
"content": "---\n# tasks file for install-helm\n- name: Task Helm install...\n include_tasks: install-helm.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "cluster/roles/install-helm/vars/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | pedro5148/lab_ansible_vagrant_k8s | 8442706340efdd6c0e6b9c2c90db58b7581cc20c | 0 | cluster/roles/install-monit-tools | 7,526 | [
"no_license"
] | [
{
"path": "cluster/roles/install-monit-tools/vars/main.yml",
"content": "---\n# vars file for install-monit-tools\n#url_repo_helm: https://kubernetes-charts.storage.googleapis.com\n#url_repo_helm: https://charts.helm.sh/stable\nurl_repo_helm: https://prometheus-community.github.io/helm-charts\n#deploy_prome... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | pedro5148/lab_ansible_vagrant_k8s | 8442706340efdd6c0e6b9c2c90db58b7581cc20c | 0 | cluster/roles/join-workers | 7,526 | [
"no_license"
] | [
{
"path": "cluster/roles/join-workers/tasks/main.yml",
"content": "---\n# tasks file for join-workers\n- name: Task join workers...\n include_tasks: install-workers.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "cluster/roles/join-workers/tas... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1487,
"all_permissive": false
} |
ansible_role | pedro5148/lab_ansible_vagrant_k8s | 8442706340efdd6c0e6b9c2c90db58b7581cc20c | 0 | deploy-app-v1/roles/deploy-app | 7,526 | [
"no_license"
] | [
{
"path": "deploy-app-v1/roles/deploy-app/tasks/main.yml",
"content": "---\n# tasks file for deploy-app\n- name: Task Deploy app...\n include_tasks: deploy-app.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "deploy-app-v1/roles/deploy-app/vars... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | pedro5148/lab_ansible_vagrant_k8s | 8442706340efdd6c0e6b9c2c90db58b7581cc20c | 0 | deploy-app-v2/roles/deploy-app-v2 | 7,526 | [
"no_license"
] | [
{
"path": "deploy-app-v2/roles/deploy-app-v2/vars/main.yml",
"content": "---\n# vars file for deploy-app-v2\nansible_python_interpreter: /usr/bin/python3.10\n\nnumeros_replicas_v1: 1\nnumeros_replicas_v2: 10\nversion_v1: 1.0.0\nversion_v2: 2.0.0\nprometheus_scrape: \"true\"\nprometheus_port: 32111\nnginx_po... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | kangaroot/ansible-collection-kangaroot-foreman_content_debian | c0fda590379ca48b7544f40b47ece4209ddc15e7 | 0 | roles/foreman_content_debian | 7,526 | [
"no_license"
] | [
{
"path": "roles/foreman_content_debian/vars/foreman_content_debian12.yml",
"content": "---\n# noqa: var-naming[no-role-prefix]\n\nforeman_content_credentials_debian12: []\n\n\nforeman_products_defaults: &foreman_products_defaults\n content_type: deb\n download_policy: \"{{ foreman_products_defaults_downl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 79145,
"all_permissive": false
} |
ansible_role | Tejajitendra/Ansible-CIS-Data | f51913ec159256182e1ec93e5f31e403762f7381 | 0 | roles/Audit | 7,526 | [
"no_license"
] | [
{
"path": "roles/Audit/tasks/test2.yaml",
"content": "- name: Ensure permissions on /etc/cron.weekly are configured\n shell: stat /etc/cron.weekly | grep 700\n register: grep_result\n ignore_errors: true\n\n- name: Display\n set_fact:\n tasks_status: \"[Passed]\"\n when: grep_result.stdout.find('700... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | phlpdtrt/redis-operator | 5ce56eecda169e2511a3f183affce337a3c3209d | 0 | roles/redis | 7,526 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n\n- set_fact:\n redis_container_version: \"{{ version }}\"\n when:\n - version is defined\n - version|length>0\n\n- name: \"ensure namespace '{{ ansible_operator_meta.namespace }}' exists\"\n kubernetes.core.k8s:\n name: \"{{ ansible_ope... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5099,
"all_permissive": false
} |
ansible_role | asterr/zeus-ansible | 1cd063f616c6f0ec964fe894a693e7fd52bf7bec | 0 | roles/common | 7,526 | [
"no_license"
] | [
{
"path": "roles/common/files/ansible-runner.sh",
"content": "#!/bin/bash\n\n\nfunction home_network() {\n ping -q -c 4 192.168.2.1 2>&1 >/dev/null\n return $?\n}\n\nfunction run_ansible() {\n export LC_ALL=en_US.UTF-8\n cd /home/asterr/zeus-ansible\n ansible-playbook /home/asterr/zeus-ansible/site.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3389,
"all_permissive": false
} |
ansible_role | asterr/zeus-ansible | 1cd063f616c6f0ec964fe894a693e7fd52bf7bec | 0 | roles/dovecot | 7,526 | [
"no_license"
] | [
{
"path": "roles/dovecot/handlers/main.yml",
"content": "---\n# handlers file for dovecot\n\n- name: Restart Dovecot\n ansible.builtin.service:\n name: dovecot\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/dovec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | asterr/zeus-ansible | 1cd063f616c6f0ec964fe894a693e7fd52bf7bec | 0 | roles/duplicati | 7,526 | [
"no_license"
] | [
{
"path": "roles/duplicati/vars/main.yml",
"content": "---\n# vars file for duplicati\ndesired_version: \"1.111\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/duplicati/defaults/main.yml",
"content": "---\n# defaults file for duplica... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2456,
"all_permissive": false
} |
ansible_role | asterr/zeus-ansible | 1cd063f616c6f0ec964fe894a693e7fd52bf7bec | 0 | roles/openssh | 7,526 | [
"no_license"
] | [
{
"path": "roles/openssh/tasks/main.yml",
"content": "---\n# tasks file for openssh\n\n- name: Install OpenSSH Daemon\n ansible.builtin.apt:\n name: openssh-server\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | Fran89/Earthworm_Ansible | 0286e07c45ddeb0861271a65fe02bef59af8e5ab | 0 | roles/common | 7,526 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp\n yum: name=ntp state=present\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n tags: ntp\n notify: restart ntp\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | Fran89/Earthworm_Ansible | 0286e07c45ddeb0861271a65fe02bef59af8e5ab | 0 | roles/earthworm | 7,526 | [
"no_license"
] | [
{
"path": "roles/earthworm/tasks/copy_configuration.yml",
"content": "# This playbook contains the configuration of an EW system\n\n- name: Download git earthworm configuration\n git: \n repo: \"{{ ew_conf_repo }}\"\n dest: /home/{{ ew_user }}/ewconfig\n force: yes\n become: yes\n become_user: \... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3632,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.