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 | thorus90/ansible | 75b4fff4bbf67cfb37c85f5c79993668c380cc7e | 1 | roles/mysql | 7,363 | [
"no_license"
] | [
{
"path": "roles/mysql/files/mydump",
"content": "#!/bin/bash\n\nOLDDUMP=14\nDATE01=`date +%Y%m%d`\nBACKUPDIR=/var/backups/db-dump\nUSER=\"root\"\n\n# exists \"$BACKUPDIR\"\nif [ ! -d $BACKUPDIR ]; then\n mkdir -p $BACKUPDIR\nfi\n\n# make one directory for each day\ncd $BACKUPDIR\n\nif [ -d dump-$DATE01 ];... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2213,
"all_permissive": false
} |
ansible_role | thorus90/ansible | 75b4fff4bbf67cfb37c85f5c79993668c380cc7e | 1 | roles/mysqld | 7,363 | [
"no_license"
] | [
{
"path": "roles/mysqld/defaults/main.yml",
"content": "mysqld:\n users:\n dbs:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/mysqld/tasks/main.yml",
"content": "- name: \"create all the dbs\"\n mysql_db: state=present name=\"{{ it... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | thorus90/ansible | 75b4fff4bbf67cfb37c85f5c79993668c380cc7e | 1 | roles/network-systemd | 7,363 | [
"no_license"
] | [
{
"path": "roles/network-systemd/defaults/main.yml",
"content": "networksystemd:\n dhcp: True\n interfacematch: \"en*\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/network-systemd/tasks/main.yml",
"content": "- name: network.conf\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | thorus90/ansible | 75b4fff4bbf67cfb37c85f5c79993668c380cc7e | 1 | roles/proxmox | 7,363 | [
"no_license"
] | [
{
"path": "roles/proxmox/tasks/main.yml",
"content": "- name: pvelocalhost Eintrag\n lineinfile: dest=/etc/hosts line=\"{{ ansible_default_ipv4['address'] }} {{ ansible_fqdn }} {{ ansible_hostname }} pvelocalhost\" regexp=\"^{{ ansible_default_ipv4['address'] }}\"\n\n- name: APT | Key\n apt_key: url=\"htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | thorus90/ansible | 75b4fff4bbf67cfb37c85f5c79993668c380cc7e | 1 | roles/terminator | 7,363 | [
"no_license"
] | [
{
"path": "roles/terminator/tasks/main.yml",
"content": "- name: create configdir\n file: path=\"{{ item.homedir }}.config/terminator/\" state=directory\n with_items: \"{{common.users | default([])}}\"\n when: common.managed_by == 'jr'\n tags:\n - terminator\n\n- name: config\n copy: src=config dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | thorus90/ansible | 75b4fff4bbf67cfb37c85f5c79993668c380cc7e | 1 | roles/turris | 7,363 | [
"no_license"
] | [
{
"path": "roles/turris/tasks/privat-sarah-router.yml",
"content": "- user:\n name: root\n shell: /bin/bash\n\n- template:\n src: privat-sarah-router/network\n owner: root\n group: root\n mode: 0644\n dest: \"/etc/config/network\"\n\n- opkg:\n name: \"{{ item }}\"\n state: present... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | abrashid/work-sample | e75f6f0bf68b88f86168440e7d72867aa105c94b | 0 | ansible/roles/copy-files | 7,363 | [
"no_license"
] | [
{
"path": "ansible/roles/copy-files/tasks/main.yml",
"content": "---\r\n- include_tasks: copy-win.yml\r\n when: ansible_os_family == \"Windows\"\r\n\r\n- include_tasks: copy-linux.yml\r\n when: ansible_os_family != \"Windows\"\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | traumschule/tomboy | 6dcf6df54fdc00f1ded640ffac7867d765d7a692 | 0 | roles/tomboy | 7,363 | [
"no_license"
] | [
{
"path": "roles/tomboy/tasks/lazarus_MacOSX_i386.yml",
"content": "---\n# Mac i386 https://sourceforge.net/projects/lazarus/files/Lazarus%20Mac%20OS%20X%20i386/Lazarus%201.8.0RC5/\n- name: Download upstream Lazarus i386 packages (~150mb)\n uri: url={{item.url}} dest=cache/{{item.file}} creates=cache/{{ite... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 13504,
"all_permissive": false
} |
ansible_role | roshini777/UdaPeople | 5360e7d88fae90f9e3a6d9dcf6b188c211d66aaf | 0 | .circleci/ansible/roles/deploy | 7,363 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: 'update and upgrade packages.'\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n- name: remove unneeded deps\n become: yes\n apt:\n autoremove: yes\n- name: \"Installing Node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/cart | 7,363 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname cart\n\n- name: Download NodeJS\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 160
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/catalogue | 7,363 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname catalogue\n\n- name: Download NodeJS\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/common | 7,363 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-clean.yml",
"content": "- name: Clean up old application content\n ansible.builtin.file:\n path: \"{{app_path}}\"\n state: absent\n\n- name: Create application directory\n ansible.builtin.file:\n path: \"{{app_path}}\"\n state: directory",
"license_typ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2507,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/dispatch | 7,363 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname dispatch\n\n- name: Install Go\n ansible.builtin.import_role:\n name: common\n tasks_from: go\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/mongodb | 7,363 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname mongodb\n\n- name: Copy Mongo repo file\n ansible.builtin.template:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install MongoDB\n ansible.builtin.dnf:\n name: mon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/payment | 7,363 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname payment\n\n- name: Download Python\n ansible.builtin.import_role:\n name: common\n tasks_from: python",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/shipping | 7,363 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname shipping\n\n- name: Download Maven\n ansible.builtin.import_role:\n name: common\n tasks_from: maven",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | yamunasreeoggu/roboshop_ansible | 3fa3739abf009c7e838b38ad5bbdc837b255cf64 | 0 | roles/user | 7,363 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname user\n\n- name: Download NodeJS\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | chrisruffalo/ansible-gluster | e4ce9b8ef10ab492b2af5951a93414ea72224e14 | 0 | roles/gluster-server | 7,363 | [
"no_license"
] | [
{
"path": "roles/gluster-server/templates/node_exporter.service.j2",
"content": "[Unit]\nDescription=Prometheus Node Exporter service\n\n[Service]\nExecStart=/opt/bin/node_exporter\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 33644,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/common | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/common/tasks/main.yml",
"content": "- name: update the cache for apt-get\n apt: update_cache=yes cache_valid_time=3600\n\n- name: create the dev group\n group: name={{ dev_group }} state=present\n\n- name: add the deploy user to the dev group\n user: name={{ deploy_user }} gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/gg_api | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/gg_api/tasks/main.yml",
"content": "- name: rebuild deps\n command: npm install\n args:\n chdir: \"{{ api_path }}\"\n\n- name: install the dotenv file\n template:\n src=../templates/api.env.j2\n dest={{ api_path }}/.env\n\n- name: install the service file\n template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/gg_db | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/gg_db/tasks/main.yml",
"content": "- name: migrate\n command: \"/bin/migrate up\"\n\n- name: migrate test db\n command: \"/bin/migrate uptesting\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/gg_queueworker | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/gg_queueworker/templates/queueworker.conf.j2",
"content": "description \"Queue Worker Service\"\nauthor \"<NAME>\"\n\n# used to be: start on startup\n# until we found some mounts weren't ready yet while booting\n\nstart on started mountall\nstop on shutdown\n\n# automatical... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/gg_webclient | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/gg_webclient/tasks/main.yml",
"content": "- name: rebuild deps\n command: npm install\n args:\n chdir: \"{{ webcode_path }}\"\n\n- name: pack client code\n command: npm run browserpack\n args:\n chdir: \"{{ webcode_path }}\"\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/gg_wsserver | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/gg_wsserver/templates/wsserver.conf.j2",
"content": "description \"Web Socket Server\"\nauthor \"<NAME>\"\n\n# used to be: start on startup\n# until we found some mounts weren't ready yet while booting\n\nstart on started mountall\nstop on shutdown\n\n# automatically respaw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/nginx | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/nginx/templates/nginx.conf.j2",
"content": "server {\n listen 80;\n root {{ webclient_path }};\n sendfile off;\n\n location / {\n index index.html;\n\n try_files $uri $uri/ =404;\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/node | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/node/defaults/main.yml",
"content": "node_setup_url: \"http://deb.nodesource.com/setup_7.x\"\nnode_setup_pathname: \"/home/{{ deploy_user }}/setup_7.x\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "etc/ansible/rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/plv8 | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/plv8/defaults/main.yml",
"content": "---\n# Defaults for plv8\nplv8_package_name: \"github.com/plv8/plv8\"\nplv8_repo: \"https://{{ plv8_package_name }}.git\"\nplv8_path: \"/home/{{ deploy_user }}/plv8\"\nplv8_version: v1.5.0\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/postgres | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/postgres/tasks/main.yml",
"content": "- name: install packages\n apt: name={{ item }} state=present\n with_items:\n - postgresql={{ postgres_version }}*\n - postgresql-contrib={{ postgres_version }}*\n - python-psycopg2=2.4*\n - libpq-dev={{ postgres_version }}*\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2172,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/ppa_postgres | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/ppa_postgres/tasks/main.yml",
"content": "- name: add the apt key\n apt_key: id=ACCC4CF8 url=http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc\n\n- name: add the apt repo\n apt_repository: repo=\"deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main\"\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/rambler | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/rambler/tasks/main.yml",
"content": "- name: install packages\n apt: name={{ item }} state=latest\n with_items:\n - git\n - software-properties-common\n\n- name : download rambler release\n get_url: url={{ rambler_executable_url }} dest={{ rambler_executable_path }} mod... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3251,
"all_permissive": false
} |
ansible_role | sdellysse/GroceryGroove | cc9ee4f3ee605c976d484d4a78298db484a093d3 | 0 | etc/ansible/roles/redis | 7,363 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/redis/defaults/main.yml",
"content": "# Default variables for the redis role\nredis_stable_url: \"http://download.redis.io/redis-stable.tar.gz\"\nredis_unpacked_path: \"/home/{{ deploy_user }}/redis-stable\"\nredis_etc_dir: \"/etc/redis\"\nredis_var_dir: \"/var/redis\"\nredis_wo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1467,
"all_permissive": false
} |
ansible_role | maxotta/kiv-psi | 02e74acba89552e5d53f743328d19344d3ce1777 | 0 | ansible/roles/common | 7,363 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "#\n- name: Add the EPEL repo\n yum:\n name: epel-release\n state: present\n\n# - name: \"Install firewalld\"\n# yum:\n# name: firewalld\n# state: present\n\n# - name: \"Enable firewalld service\"\n# service:\n# name: firewal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | maxotta/kiv-psi | 02e74acba89552e5d53f743328d19344d3ce1777 | 0 | ansible/roles/java | 7,363 | [
"no_license"
] | [
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "#\n# https://tecadmin.net/install-java-8-on-centos-rhel-and-fedora/\n#\n\n- name: Install Java\n yum:\n name: java\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | maxotta/kiv-psi | 02e74acba89552e5d53f743328d19344d3ce1777 | 0 | ansible/roles/multicast-dns | 7,363 | [
"no_license"
] | [
{
"path": "ansible/roles/multicast-dns/tasks/main.yml",
"content": "#\n- name: Install mDNS daemon\n dnf:\n name: avahi\n state: present\n\n- name: Name services switch for mDNS\n dnf:\n name: nss-mdns\n state: present\n\n- name: determine interface for mDNS\n shell: route | awk '/{{ mdns_sub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | maxotta/kiv-psi | 02e74acba89552e5d53f743328d19344d3ce1777 | 0 | ansible/roles/python3 | 7,363 | [
"no_license"
] | [
{
"path": "ansible/roles/python3/tasks/main.yml",
"content": "#\n# Python3 stuff\n#\n\n- name: install python36\n yum:\n name: python36\n state: present\n\n- name: install python36-devel\n yum:\n name: python36-devel\n state: present\n\n- name: install python34-pip\n yum:\n name: python34-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | maxotta/kiv-psi | 02e74acba89552e5d53f743328d19344d3ce1777 | 0 | ansible/roles/snmp | 7,363 | [
"no_license"
] | [
{
"path": "ansible/roles/snmp/tasks/main.yml",
"content": "#\n# Install SNMP stuff\n#\n\n- name: install Net SNMP\n yum:\n name: net-snmp\n state: present\n\n- name: install Net SNMP utilities\n yum:\n name: net-snmp-utils\n state: present\n\n- name: copy SNMPd configuration file template\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | mscloud/apitp | 4487142e682c25bdfb6734b4344868b235eb5f36 | 0 | provision/roles/apt_essentials | 7,363 | [
"no_license"
] | [
{
"path": "provision/roles/apt_essentials/tasks/main.yml",
"content": "---\n# APT packages\n- name: Install common packages\n apt:\n update_cache=yes\n state=latest\n name={{item}}\n with_items:\n - curl\n - wget\n - htop\n - vim\n - tree\n - software-properties-common\n - rsync\n - iptab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | mscloud/apitp | 4487142e682c25bdfb6734b4344868b235eb5f36 | 0 | provision/roles/docker | 7,363 | [
"no_license"
] | [
{
"path": "provision/roles/docker/tasks/main.yml",
"content": "---\n# APT packages\n- name: Install docker-ce prereqs\n apt:\n update_cache=yes\n state=latest\n name={{item}}\n with_items:\n - apt-transport-https\n# Docker repository\n- name: Setup docker repository key\n apt_key:\n url: htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | mscloud/apitp | 4487142e682c25bdfb6734b4344868b235eb5f36 | 0 | provision/roles/dokku | 7,363 | [
"no_license"
] | [
{
"path": "provision/roles/dokku/tasks/main.yml",
"content": "---\n- name: Disable dokku web config\n debconf:\n name: dokku\n question: dokku/web_config\n vtype: boolean\n value: false\n- name: Enable dokku vhost\n debconf:\n name: dokku\n question: dokku/vhost_enable\n vtype: boolea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | mscloud/apitp | 4487142e682c25bdfb6734b4344868b235eb5f36 | 0 | provision/roles/firewall | 7,363 | [
"no_license"
] | [
{
"path": "provision/roles/firewall/templates/rules.v4.j2",
"content": "# {{ ansible_managed }}\n*nat\n:PREROUTING ACCEPT [0:0]\n:INPUT ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n:POSTROUTING ACCEPT [0:0]\n:DOCKER - [0:0]\n-A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER\n-A OUTPUT ! -d 127.0.0.0/8 -m addrtype... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1546,
"all_permissive": false
} |
ansible_role | mscloud/apitp | 4487142e682c25bdfb6734b4344868b235eb5f36 | 0 | provision/roles/time | 7,363 | [
"no_license"
] | [
{
"path": "provision/roles/time/tasks/main.yml",
"content": "---\n- name: Set the server time zone\n timezone:\n name: Europe/Paris\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": false
} |
ansible_role | vmleon/oci-picluster-broadcaster | 3da18ab58131e682c15da4bfbcafd81f4a9c1a69 | 0 | deploy/ansible/roles/api | 7,363 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/api/tasks/main.yaml",
"content": "---\n- name: Install Node\n dnf:\n name: \"@nodejs:16\"\n update_cache: yes\n- name: Copy files\n copy:\n src: \"../../../../../api/{{ item }}\"\n dest: /home/opc/api/\n owner: opc\n with_items:\n - \"api.js\"\n - \"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1490,
"all_permissive": false
} |
ansible_role | vmleon/oci-picluster-broadcaster | 3da18ab58131e682c15da4bfbcafd81f4a9c1a69 | 0 | deploy/ansible/roles/gen | 7,363 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/gen/tasks/main.yaml",
"content": "---\n- name: Install Node\n dnf:\n name: \"@nodejs:16\"\n update_cache: yes\n- name: Copy files\n copy:\n src: \"../../../../../generator/{{ item }}\"\n dest: /home/opc/gen/\n owner: opc\n with_items:\n - \"src/gen.js\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1389,
"all_permissive": false
} |
ansible_role | vmleon/oci-picluster-broadcaster | 3da18ab58131e682c15da4bfbcafd81f4a9c1a69 | 0 | deploy/ansible/roles/server | 7,363 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/server/files/env.j2",
"content": "PORT=3000\nBROADCAST_REFRESH_UPDATE={{ broadcast_refresh_update }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "deploy/ansible/roles/server/tasks/main.yaml",
"content": "---... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1465,
"all_permissive": false
} |
ansible_role | vmleon/oci-picluster-broadcaster | 3da18ab58131e682c15da4bfbcafd81f4a9c1a69 | 0 | deploy/ansible/roles/web | 7,363 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/web/tasks/main.yaml",
"content": "---\n- name: Install NGINX and Node\n dnf:\n name:\n - nginx\n update_cache: yes\n- name: Enable nginx\n service:\n name: nginx.service\n state: started\n enabled: yes\n- name: Copy web static files\n copy:\n src: ..... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | futoase/playbook-grafana-on-influxdb | 715a3fb8cc1becf20397b7ad200a2dd42bfb6ccd | 20 | roles/common | 7,363 | [
"no_license"
] | [
{
"path": "roles/common/tasks/ubuntu/git.yml",
"content": "---\n- name: install the git\n apt: name=git state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/common/tasks/ubuntu/pycurl.yml",
"content": "---\n- name: install the ... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | futoase/playbook-grafana-on-influxdb | 715a3fb8cc1becf20397b7ad200a2dd42bfb6ccd | 20 | roles/grafana | 7,363 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/config.js",
"content": "define(['settings'],\nfunction (Settings) {\n \"use strict\";\n\n return new Settings({\n\n datasources: {\n influxdb: {\n type: 'influxdb',\n url: 'http://'+window.location.hostname+':8086/db/{{ influxdb.dbname }}',\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | futoase/playbook-grafana-on-influxdb | 715a3fb8cc1becf20397b7ad200a2dd42bfb6ccd | 20 | roles/influxdb | 7,363 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/setup.yml",
"content": "---\n- name: setup start of service influxdb after launch of machine\n service: name=influxdb state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/influxdb/handl... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | futoase/playbook-grafana-on-influxdb | 715a3fb8cc1becf20397b7ad200a2dd42bfb6ccd | 20 | roles/nginx | 7,363 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/setup.yml",
"content": "---\n- name: set start of nginx after launch of machine\n service: name=nginx \n state=started \n enabled=yes\n\n- name: remove default files of nginx\n file: path=/etc/nginx/conf.d/{{ item }} state=absent\n with_items:\n - defau... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1743,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-kafka | ea9e7bd4729dc5f0c7989e048fb6f302043334f1 | 0 | roles/common | 7,362 | [
"no_license"
] | [
{
"path": "roles/common/tasks/pkg_clean.yml",
"content": "---\n- name: Remove Packages That Are No Longer Required\n apt:\n force_apt_get: yes\n autoremove: yes\n purge: yes\n\n- name: Remove Packages Cache\n shell: apt-get -y clean\n args:\n warn: false\n",
"license_type": "no_license",
... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 11087,
"all_permissive": false
} |
ansible_role | adithyan2298127/ansible-1 | 05d3abb0ce178c73e2559048555521a5dfabf4dd | 0 | ansibleroles/roles/webapp1 | 7,362 | [
"no_license"
] | [
{
"path": "ansibleroles/roles/webapp1/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - webapp1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansibleroles/roles/webapp1/vars/main.yml",
"content": "---\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | gouthamvt/ansiblefinal | 97a0d8bd76e795dfc0fb3dd387e3b8fb6481b952 | 0 | roles/ansible-role-production | 7,362 | [
"no_license"
] | [
{
"path": "roles/ansible-role-production/tasks/setup_tomcat_docker.yml",
"content": "---\n- name: Create tomcat containers \n docker_container:\n name: \"{{ tomcat_container }}\"\n image: \"{{ tomcat_image }}\"\n state: started\n ports:\n - \"9050:8080\"\n volumes: \n - \"{{ tomcat... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | gouthamvt/ansiblefinal | 97a0d8bd76e795dfc0fb3dd387e3b8fb6481b952 | 0 | roles/ansible-role-production1 | 7,362 | [
"no_license"
] | [
{
"path": "roles/ansible-role-production1/dev.ini",
"content": "[nexus-server]\n192.168.3.11 ansible_connection=ssh ansible_user=user123 ansible_ssh_pass:<PASSWORD>\n[pred-dep]\n172.31.12.84\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 2472,
"all_permissive": false
} |
ansible_role | gouthamvt/ansiblefinal | 97a0d8bd76e795dfc0fb3dd387e3b8fb6481b952 | 0 | roles/ansible-role-production2 | 7,362 | [
"no_license"
] | [
{
"path": "roles/ansible-role-production2/tasks/login.yml",
"content": "---\n- name: Log into DockerHub\n docker_login:\n username: \"{{ docker_username }}\" \n password: \"{{ <PASSWORD> }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 2724,
"all_permissive": false
} |
ansible_role | gouthamvt/ansiblefinal | 97a0d8bd76e795dfc0fb3dd387e3b8fb6481b952 | 0 | roles/ansible-role-production3 | 7,362 | [
"no_license"
] | [
{
"path": "roles/ansible-role-production3/tasks/setup_MySQL_database.yml",
"content": "---\n- name: download SQL file \n get_url:\n url: \"https://gouthamvt1.s3.amazonaws.com/mysqlwithdata-Iteration1.sql\"\n dest: \"/home/{{ username }}/mysql-init/database.sql\"\n mode: '0755'\n \n\n",
"licens... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2107,
"all_permissive": false
} |
ansible_role | akky-xxxx/config-setup-mac | 132b7566614effd0950d2e4c23a052dc278ab416 | 1 | roles/app_store | 7,362 | [
"no_license"
] | [
{
"path": "roles/app_store/tasks/main.yml",
"content": "- block:\n\n - name: mas install\n script: 'mas.sh {{ item.id }}'\n with_items: '{{ app_store_packages }}'\n register: result\n changed_when: result.rc == 1\n failed_when: result.rc not in [0, 1]\n\n tags:\n - app_store\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | akky-xxxx/config-setup-mac | 132b7566614effd0950d2e4c23a052dc278ab416 | 1 | roles/homebrew | 7,362 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "- block:\n\n - name: homebrew update\n homebrew:\n update_homebrew: yes\n\n - name: homebrew tap\n homebrew_tap:\n name: '{{ item }}'\n state: present\n with_items: '{{ homebrew_taps }}'\n\n - name: homebrew packages install\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | akky-xxxx/config-setup-mac | 132b7566614effd0950d2e4c23a052dc278ab416 | 1 | roles/homebrew_cask | 7,362 | [
"no_license"
] | [
{
"path": "roles/homebrew_cask/tasks/main.yml",
"content": "- block:\n\n - name: homebrew cask packages install\n homebrew_cask: name={{ item }} state=installed\n environment:\n HOMEBREW_CASK_OPTS: \"--appdir=/Applications\"\n with_items: '{{ homebrew_cask_packages }}'\n\n tags:\n - homeb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | RHC4TP/happy-nginx-operator | 2ca5c2294e5ac6a3082819982dde2da73a8b3fd9 | 0 | roles/happynginx | 7,362 | [
"no_license"
] | [
{
"path": "roles/happynginx/handlers/main.yml",
"content": "---\n# handlers file for happynginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/happynginx/defaults/main.yml",
"content": "---\n# defaults file for happynginx\nsize: 3\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 669,
"all_permissive": false
} |
ansible_role | hoangsonww/ClipChronicle-Cross-Platform-App | c42c3e99dab3b66f161bf5293858515a032b0695 | 21 | ansible/roles/docker | 7,362 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install prerequisites\n apt:\n name: \"{{ docker_packages }}\"\n state: present\n update_cache: true\n\n- name: Add Docker GPG key\n apt_key:\n url: \"{{ docker_gpg_url }}\"\n state: present\n\n- name: Add Docker repo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | hoangsonww/ClipChronicle-Cross-Platform-App | c42c3e99dab3b66f161bf5293858515a032b0695 | 21 | ansible/roles/extension | 7,362 | [
"no_license"
] | [
{
"path": "ansible/roles/extension/templates/docker-compose.yml.j2",
"content": "version: \"3.8\"\nservices:\n extension:\n build:\n context: .\n ports:\n - \"81:80\"\n restart: always\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | hoangsonww/ClipChronicle-Cross-Platform-App | c42c3e99dab3b66f161bf5293858515a032b0695 | 21 | ansible/roles/landing | 7,362 | [
"no_license"
] | [
{
"path": "ansible/roles/landing/templates/docker-compose.yml.j2",
"content": "version: \"3.8\"\nservices:\n landing:\n build:\n context: .\n ports:\n - \"80:80\"\n restart: always\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | VVKOVV/ansible_kuber_deploy | 83d7069403c4402ba26e1e8679e54b306e9bd349 | 0 | roles/kubernates-cluster | 7,362 | [
"no_license"
] | [
{
"path": "roles/kubernates-cluster/tasks/main.yaml",
"content": "---\n\n\n- name: \"Create a master node\"\n shell: \"IP=`grep $MASTER_HOST /etc/hosts | awk '{print $1}'`; kubeadm init --pod-network-cidr=192.168.0.0/16 --apiserver-advertise-address=$IP\"\n environment:\n MASTER_HOST: \"{{ master_host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1393,
"all_permissive": false
} |
ansible_role | VVKOVV/ansible_kuber_deploy | 83d7069403c4402ba26e1e8679e54b306e9bd349 | 0 | roles/kubernates-helm | 7,362 | [
"no_license"
] | [
{
"path": "roles/kubernates-helm/tasks/main.yaml",
"content": "---\n\n- name: \"Install Helm\"\n shell: \"curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash\"\n environment:\n PATH: \"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/bin:/usr/local/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3487,
"all_permissive": false
} |
ansible_role | VVKOVV/ansible_kuber_deploy | 83d7069403c4402ba26e1e8679e54b306e9bd349 | 0 | roles/kubernates-install | 7,362 | [
"no_license"
] | [
{
"path": "roles/kubernates-install/tasks/main.yaml",
"content": "---\n\n- name: \"Disable swap\"\n shell: \"swapoff -a\"\n\n#Workaround for instant time sync\n##Certificate issue is expected with a bad date\n##\n- name: \"Sync a time\"\n service:\n name: chronyd\n state: stopped\n\n- shell: \"chron... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | VVKOVV/ansible_kuber_deploy | 83d7069403c4402ba26e1e8679e54b306e9bd349 | 0 | roles/kubernates-service | 7,362 | [
"no_license"
] | [
{
"path": "roles/kubernates-service/tasks/main.yaml",
"content": "---\n\n- name: \"Configure containerd\"\n file:\n path: /etc/containerd\n state: directory\n mode: '0755'\n\n- shell: \"containerd config default > /etc/containerd/config.toml\"\n\n- name: \"Enabled services\"\n service:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | erning/sketch-flask | 1b89cacaadc3002a604e48ab042ea902ccfd386e | 3 | .provision/roles/sketch | 7,362 | [
"no_license"
] | [
{
"path": ".provision/roles/sketch/tasks/nodejs.yml",
"content": "---\n- name: install nodejs\n apt: pkg={{ item }}\n update_cache=yes\n cache_valid_time={{ common_apt_cache_valid_time }}\n with_items:\n - nodejs\n - npm\n\n- name: link node executable\n file: path=/usr/local/bin/node\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1361,
"all_permissive": false
} |
ansible_role | erning/sketch-flask | 1b89cacaadc3002a604e48ab042ea902ccfd386e | 3 | .provision/roles/ubuntu-common | 7,362 | [
"no_license"
] | [
{
"path": ".provision/roles/ubuntu-common/defaults/main.yml",
"content": "---\ncommon_apt_mirror: http://mirrors.aliyun.com/ubuntu\ncommon_release_code: trusty # 14.04\ncommon_apt_cache_valid_time: 86400\n\ncommon_timezone: Asia/Shanghai\n\ncommon_locale_all: en_US.UTF-8\ncommon_locale_lang: en_US.UTF-8\n",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/clustercheck | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/clustercheck/templates/mariadb.json.j2",
"content": "{\n \"service\": {\n \"name\": \"mariadb\",\n \"tags\": [\"master\", \"mariadb\"],\n \"address\": \"127.0.0.1\",\n \"port\": 3306,\n \"enableTagOverride\": false\n }\n}\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1554,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/common | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/defaults/main.yml",
"content": "---\nremote_rsyslog: true\nrdo_release_rpm: \"https://www.rdoproject.org/repos/rdo-release.rpm\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "playbooks/roles/common/tasks/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1800,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/consul-agent | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/consul-agent/tasks/main.yml",
"content": "---\n- name: Create .repo files\n template: src=yumrepos.j2 dest=\"/etc/yum.repos.d/{{ item.name }}.repo\"\n with_items: \"{{ yum_repo_files }}\"\n\n- name: GPG keys\n rpm_key: key=\"{{ item }}\" state=present\n with_items: \"{{ rpm_gp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/create_lxc | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/create_lxc/tasks/setup_container.yml",
"content": "---\n\n- name: Waiting for ping\n lxc_container:\n name: \"{{ item }}\"\n container_command: |\n ping -c 1 8.8.8.8\n register: lvm_container_info\n until: lvm_container_info.lxc_container.ips.0 is defined\n retries:... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6014,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/grafana | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/grafana/handlers/main.yml",
"content": "---\n- name: restart grafana\n service: name=grafana-server state=restarted enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "playbooks/roles/grafana/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/haproxy | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/haproxy/defaults/main.yml",
"content": "---\nhaproxy_stats_user: admin\nhaproxy_stats_password: <PASSWORD>\nopenstack_deshboard_url: \"\"\nself_signed_cert: \"false\"\nremove_old_cert: \"false\"\nhorizon_ssl_self_signed_subject: \"\"\n",
"license_type": "no_license",
"dete... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11220,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/keepalived | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/keepalived/tasks/setup.yml",
"content": "---\n- name: Install keepalived\n yum: name=keepalived\n\n- name: Install python-setuptools\n yum: name=python-setuptools state=present\n\n- name: Install python consul\n easy_install: name=python-consul\n\n\n- name: Add vrrp priority co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2535,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-cinder-api | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-cinder-api/handlers/main.yml",
"content": "---\n\n- name: Restart Cinder services\n service: name=\"{{ item }}\" state=restarted\n with_items:\n - openstack-cinder-api\n - openstack-cinder-scheduler\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 126445,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-cinder-storage | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-cinder-storage/handlers/main.yml",
"content": "---\n\n- name: Restart Cinder volumes\n service: name=\"{{ item }}\" state=restarted\n with_items:\n - openstack-cinder-volume\n - target\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 122345,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-compute | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-compute/templates/virsh_secret.xml.j2",
"content": "<secret ephemeral='no' private='no'>\n <uuid>{{ cinder_ceph_rbd_secret_uuid }}</uuid>\n <usage type='ceph'>\n <name>client.openstack secret</name>\n </usage>\n</secret>\n",
"license_type": "no_license",
"detected... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3610,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-glance | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-glance/defaults/main.yml",
"content": "---\nglance_db_user: \"glance\"\nglance_db_password: \"<PASSWORD>\"\nglance_service_password: \"<PASSWORD>\"\nglance_service_user_name: \"glance\"\nglance_service_tenant_name: \"service\"\nglance_service_project_name: \"admin\"\nglance_ser... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5356,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-horizon | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-horizon/tasks/consul.yml",
"content": "---\n- name: Add horizon service\n template: src=\"{{ item }}.json.j2\" dest=\"/etc/consul/{{ item }}.json\" owner=root group=consul\n with_items:\n - consule_horizon\n register: consul_cfg\n\n- name: Enable consul\n service: name=c... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-keystone | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-keystone/tasks/service.yml",
"content": "---\n- name: Bootstrap keystone admin and endpoint\n command: |\n keystone-manage bootstrap \\\n --bootstrap-username {{ keystone_os_username }} \\\n --bootstrap-password {{ keystone_os_admin_password }} \\\n --bootstrap... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9771,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-neutronAgent | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-neutronAgent/tasks/configure_services.yml",
"content": "---\n- name: Setup Neutron config\n template:\n src: neutron.conf.j2\n dest: /etc/neutron/neutron.conf\n notify: restart agents\n\n- name: Setup linuxbridge_agent.ini config\n template:\n src: linuxbridge_agent... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2672,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-neutronService | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-neutronService/tasks/db_sync.yml",
"content": "---\n- name: Create DB\n mysql_db:\n login_user: \"root\"\n login_password: \"{{ <PASSWORD> }}\"\n login_host: \"localhost\"\n name: \"neutron\"\n state: \"present\"\n delegate_to: \"{{ groups.mariadb.0 }}\"\n tag... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8503,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/os-nova-api | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/os-nova-api/templates/consul_nova.json.j2",
"content": "{\n \"service\": {\n \"name\": \"nova\",\n \"tags\": [\"nova\"],\n \"port\": 8774,\n \"enableTagOverride\": false\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6269,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/percona-cluster | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/percona-cluster/tasks/bootstrap.yml",
"content": "---\n- name: Start cluster with wsrep\n service:\n name: <EMAIL>\n state: restarted\n when:\n - inventory_hostname == percona_server_bootstrap_node\n\n- name: Wait for operational state\n command: mysql --silent --skip-... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 10790,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/rabbitmq-cluster | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/rabbitmq-cluster/tasks/consul.yml",
"content": "---\n- name: Add rabbitmq service\n template: src=\"{{ item }}.json.j2\" dest=\"/etc/consul/{{ item }}.json\" owner=root group=consul\n with_items:\n - consul_rabbitmq\n register: consul_cfg\n\n- name: Enable consul\n service:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2082,
"all_permissive": false
} |
ansible_role | devjatkin/stackforce-ansible | eeeeed075de53a92f533f945603179c36a5cfd0e | 5 | playbooks/roles/rsyslog | 7,362 | [
"no_license"
] | [
{
"path": "playbooks/roles/rsyslog/tasks/main.yml",
"content": "---\n#\n# https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/3/html/Installation_and_Configuration_Guide/Configuring_the_rsyslog_Server.html\n#\n#- name: Configure SELinux to allow rsyslog traffic\n# comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | ketakahas/setup | fac95004d33e1b1a7513b82da77494835c1b564b | 0 | ansible/roles/base_common | 7,362 | [
"no_license"
] | [
{
"path": "ansible/roles/base_common/vars/main.yml",
"content": "---\n# vars file for base_common",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible/roles/base_common/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: roo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1606,
"all_permissive": false
} |
ansible_role | ketakahas/setup | fac95004d33e1b1a7513b82da77494835c1b564b | 0 | ansible/roles/python | 7,362 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "---\n- name: install python-devel\n yum: name=python-devel state=latest\n become: yes\n\n- name: check pyenv installed\n command: test -x /home/{{ WORK_USER }}/.pyenv\n register: pyenv_present\n ignore_errors: yes\n- name: git clone pyenv\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | ketakahas/setup | fac95004d33e1b1a7513b82da77494835c1b564b | 0 | ansible/roles/ruby | 7,362 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "---\n- name: check rbenv installed\n command: test -x /home/{{ WORK_USER }}/.rbenv\n register: rbenv_present\n ignore_errors: yes\n- name: git clone rbenv\n git: repo=https://github.com/sstephenson/rbenv.git dest=/home/{{ WORK_USER }}/.rbenv\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3343,
"all_permissive": false
} |
ansible_role | JetPilot-231/Deploying-two-webservers | e283cafd2ab004db7fe2c55ddb724d93eeb5af3a | 0 | ansible/roles/nginx | 7,362 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Run apt update\n apt:\n update_cache: yes\n\n- name: Install nginx\n apt:\n name: nginx\n state: latest\n\n- name: Copy index.html\n copy:\n src: files/index.nginx-debian.html\n dest: /var/www/html/index.nginx-debian.html\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | priximmo/wordpress-etape1 | 92485d19a556876ade9849a5a63325ec5775e5e8 | 1 | roles/wordpress | 7,362 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/install_db.yml",
"content": "---\n\n- name: \"[WORDPRESS] - create database\"\n mysql_db:\n name: \"{{ mysql_db}}\"\n become: yes\n\n\n- name: \"[WORDPRESS] - create user\"\n mysql_user:\n name: \"{{ mysql_user }}\"\n password: \"{{ <PASSWORD> }}\"\n priv: \"*... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2377,
"all_permissive": false
} |
ansible_role | danicaliforrnia/Ansible-for-VMs | eeca01c40b0416654ced8d94062732d7edaad71b | 0 | ansible-playbooks/roles/common | 7,362 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/common/vars/main.yml",
"content": "sys_packages: [ 'curl', 'acl' ]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible-playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Install Required Pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | danicaliforrnia/Ansible-for-VMs | eeca01c40b0416654ced8d94062732d7edaad71b | 0 | ansible-playbooks/roles/security | 7,362 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/security/handlers/main.yml",
"content": "---\n# This handler will restart ssh service\n- name: restart sshd\n become: yes\n service:\n name: ssh\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3181,
"all_permissive": false
} |
ansible_role | danicaliforrnia/Ansible-for-VMs | eeca01c40b0416654ced8d94062732d7edaad71b | 0 | ansible-playbooks/roles/web | 7,362 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/web/handlers/main.yml",
"content": "---\n# This handler restart NGINX server\n-\n- name: restart nginx\n become: yes\n service:\n name: nginx\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4385,
"all_permissive": false
} |
ansible_role | axvillalba/UTNFRA_SO_Recu_Integral_Villalba | d180e2dccf2ec0ca15418ea181ca77f79d2a6fd9 | 0 | 202408/ansible/roles/2PRecuperatorio | 7,360 | [
"no_license"
] | [
{
"path": "202408/ansible/roles/2PRecuperatorio/vars/main.yml",
"content": "---\n# vars file for 2PRecuperatorio\nNOMBRE: \"Axel\"\nAPELLIDO: \"Villalba\"\nDIVISION: \"116\"\nFECHA: \"2/08/2024\"\nDITRIBUCION: \" \"\nCORES: \"2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | axvillalba/UTNFRA_SO_Recu_Integral_Villalba | d180e2dccf2ec0ca15418ea181ca77f79d2a6fd9 | 0 | 202408/ansible/roles/Alta_Usuario_Villalba | 7,360 | [
"no_license"
] | [
{
"path": "202408/ansible/roles/Alta_Usuario_Villalba/tasks/main.yml",
"content": "---\n- name: \"Crear grupo GProfesores\"\n group:\n name: GProfesores\n state: present\n\n- name: \"Crear grupo GAlumnos\"\n group:\n name: GAlumnos\n state: present\n\n- name: \"Crear usuarios y asignar a grupo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | axvillalba/UTNFRA_SO_Recu_Integral_Villalba | d180e2dccf2ec0ca15418ea181ca77f79d2a6fd9 | 0 | 202408/ansible/roles/Instala-tools_VIllalba | 7,360 | [
"no_license"
] | [
{
"path": "202408/ansible/roles/Instala-tools_VIllalba/tasks/main.yml",
"content": "---\n- name: \"Instalar paquetes basicos\" \n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - htop\n - tmux\n - tree\n - speedtest-cli\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | axvillalba/UTNFRA_SO_Recu_Integral_Villalba | d180e2dccf2ec0ca15418ea181ca77f79d2a6fd9 | 0 | 202408/ansible/roles/Sudoers_Villalba | 7,360 | [
"no_license"
] | [
{
"path": "202408/ansible/roles/Sudoers_Villalba/tasks/main.yml",
"content": "---\n\n- name: \"Configurar sudoers para GProfesores\"\n become: yes\n lineinfile:\n path: /etc/sudoers\n state: present\n line: '%GProfesores ALL=(ALL) NOPASSWD: ALL'\n validate: 'visudo -cf %s'\n\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | ArmanTaheriGhaleTaki/redis-cluster | 27d82c5027996b057f39f88f2f3ec7cd5ae63912 | 0 | roles/redis | 7,360 | [
"no_license"
] | [
{
"path": "roles/redis/defaults/main.yml",
"content": "---\n# defaults file for redis\nredis_appendfilename: appendonly_redis{{port}}.aof \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/redis/vars/main.yml",
"content": "---\n# vars fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2249,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.