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 | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.reprepro | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.reprepro/tasks/configure_reprepro.yml",
"content": "---\n\n- name: Install packages for Debian repository management\n package:\n name: [ 'reprepro', 'dpkg-dev' ]\n state: 'present'\n register: reprepro__register_packages\n until: reprepro__... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8622,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.resources | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.resources/tasks/shell_commands.yml",
"content": "---\n\n- name: '{{ item.name }}'\n shell: '{{ item.script | d(item.shell | d(item.command)) }}' # noqa 305\n args:\n chdir: '{{ item.chdir | d(omit) }}'\n creates: '{{ item.create... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 13332,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.root_account | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.root_account/meta/main.yml",
"content": "---\n\ndependencies:\n\n - role: debops.secret\n\ngalaxy_info:\n\n role_name: 'root_account'\n company: 'DebOps'\n author: '<NAME>'\n description: 'Manage the root account'\n license: 'GPL-3.0-only'\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5371,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.roundcube | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.roundcube/meta/main.yml",
"content": "---\n\ndependencies:\n\n - role: debops.secret\n\n - role: debops.ansible_plugins\n\ngalaxy_info:\n\n role_name: 'roundcube'\n company: 'DebOps'\n author: '<NAME>'\n description: 'Manage Roundcube, a browse... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 25790,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.rsnapshot | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.rsnapshot/meta/main.yml",
"content": "---\n\ndependencies:\n\n - role: debops.ansible_plugins\n\ngalaxy_info:\n\n role_name: 'rsnapshot'\n author: '<NAME>'\n description: 'Configure rsnapshot and rsync to backup a set of servers remotely'\n comp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 11692,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.rstudio_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.rstudio_server/handlers/main.yml",
"content": "---\n\n- name: Verify rstudio-server\n command: rstudio-server test-config\n notify: [ 'Restart rstudio-server' ]\n\n- name: Restart rstudio-server\n service:\n name: 'rstudio-server'\n state: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4412,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.rsyslog | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.rsyslog/tasks/main.yml",
"content": "---\n\n- name: Install required packages\n apt:\n name: '{{ (rsyslog__base_packages\n + (rsyslog__tls_packages if (rsyslog__pki|bool) else [])\n + rsyslog__packages)\n | f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7268,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.ruby | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.ruby/tasks/main.yml",
"content": "---\n\n- name: Install Ruby packages\n package:\n name: '{{ q(\"flattened\", (ruby__base_packages\n + ruby__dev_packages\n + ruby__packages\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3574,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.salt | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.salt/meta/main.yml",
"content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: 'salt'\n author: '<NAME>'\n description: 'Install and configure Salt Master service'\n company: 'DebOps'\n license: 'GPL-3.0-only'\n min_ansible_version: '2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1283,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.samba | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.samba/handlers/main.yml",
"content": "---\n\n- name: Check samba config\n command: testparm -s\n notify: [ 'Reload nmbd', 'Reload smbd' ]\n\n- name: Reload nmbd\n service:\n name: 'nmbd'\n state: 'restarted'\n\n- name: Reload smbd\n service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2657,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.saslauthd | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.saslauthd/meta/main.yml",
"content": "---\n\ndependencies:\n\n - role: debops.ansible_plugins\n\ngalaxy_info:\n\n role_name: 'saslauthd'\n author: '<NAME>'\n description: 'Manage Cyrus SASL authentication service'\n company: 'DebOps'\n license:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7841,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.secret | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.secret/tasks/main.yml",
"content": "---\n\n- name: Create secret directories on Ansible Controller\n file:\n path: '{{ secret + \"/\" + item }}'\n state: 'directory'\n become: False\n delegate_to: 'localhost'\n with_flattened:\n - '{{ se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.sks | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.sks/tasks/main.yml",
"content": "---\n\n- name: Install SKS Keyserver\n apt:\n name: 'sks'\n state: 'present'\n install_recommends: 'no'\n register: sks__register_packages\n until: sks__register_packages is succeeded\n\n- name: Configure ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5792,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.slapd | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.slapd/tasks/prepare_rfc2307bis.yml",
"content": "---\n\n- name: Install APT packages with rfc2307bis LDAP schema\n package:\n name: '{{ slapd__rfc2307bis_packages }}'\n state: 'present'\n register: slapd__register_rfc2307bis_packages\n until... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7840,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.smstools | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.smstools/vars/main.yml",
"content": "---\n\n# Settings for system user account\nsmstools_service_user: 'sms'\nsmstools_service_group: 'sms'\nsmstools_service_home: '/srv/users/{{ smstools_service_user }}'\n\n# Settings for TCP service (name and port)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6079,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.snmpd | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.snmpd/meta/main.yml",
"content": "---\n\ndependencies:\n\n - role: debops.secret\n\n - role: debops.ansible_plugins\n\ngalaxy_info:\n\n role_name: 'snmpd'\n author: '<NAME>'\n description: 'Install and configure SNMP service'\n company: 'DebOps... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8529,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.sshd | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.sshd/tasks/authorized_keys_lookup.yml",
"content": "---\n\n- name: Create OpenSSH LDAP bind password file\n environment:\n ANSIBLE_SSHD_LDAP_BINDPW: '{{ sshd__ldap_bindpw }}'\n shell: echo -n ${ANSIBLE_SSHD_LDAP_BINDPW} > {{ sshd__ldap_bind_pw_f... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 10444,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.stunnel | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.stunnel/handlers/main.yml",
"content": "---\n\n- name: Restart stunnel\n service:\n name: 'stunnel4'\n state: 'restarted'\n\n- name: Reload stunnel\n service:\n name: 'stunnel4'\n state: 'reloaded'\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2184,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.sudo | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.sudo/tasks/main.yml",
"content": "---\n\n- name: Configure access to LDAP directory\n template:\n src: 'etc/sudo-ldap.conf.j2'\n dest: '/etc/sudo-ldap.conf'\n mode: '0440'\n when: sudo__enabled|bool and sudo__ldap_enabled|bool\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2965,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.swapfile | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.swapfile/meta/main.yml",
"content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: 'swapfile'\n company: 'DebOps'\n author: '<NAME>, <NAME>'\n description: 'Configure one or multiple swap files on a Linux system'\n license: 'GPL-3.0-onl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2996,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.sysctl | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.sysctl/tasks/main.yml",
"content": "---\n\n# The 'sysctl' Ansible module was used previously, however using a template and\n# 'sysctl --system' command is faster and doesn't create accidental idempotency\n# loops when kernel parameters are modified i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4782,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.sysfs | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.sysfs/tasks/main.yml",
"content": "---\n\n- name: Install required packages\n package:\n name: '{{ q(\"flattened\", (sysfs__base_packages\n + sysfs__packages)) }}'\n state: 'present'\n register: sysfs__register_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3361,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.sysnews | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.sysnews/tasks/main.yml",
"content": "---\n\n- name: Install packages required for System News\n package:\n name: '{{ q(\"flattened\", (sysnews__base_packages\n + sysnews__packages)) }}'\n state: 'present'\n regist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2589,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.system_groups | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.system_groups/tasks/main.yml",
"content": "---\n\n- name: Create a fact that knows the Ansible connection type\n set_fact:\n system_groups__fact_ansible_connection: '{{ ansible_connection }}'\n\n- name: Ensure that requested UNIX system groups ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4261,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.tcpwrappers | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.tcpwrappers/handlers/main.yml",
"content": "---\n\n- name: Assemble hosts.allow.d\n assemble:\n src: '/etc/hosts.allow.d'\n dest: '/etc/hosts.allow'\n backup: False\n owner: 'root'\n group: 'root'\n mode: '0644'\n when: tcpwrapper... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4651,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.tftpd | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.tftpd/tasks/main.yml",
"content": "---\n\n- name: Install required packages\n package:\n name: '{{ q(\"flattened\", (tftpd__base_packages + tftpd__packages)) }}'\n state: 'present'\n register: tftpd__register_install\n until: tftpd__register... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1606,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.tgt | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.tgt/handlers/main.yml",
"content": "---\n\n- name: Reload tgt\n service:\n name: 'tgt'\n state: 'reloaded'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "repo-github/debops@debops/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4981,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.tinc | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.tinc/meta/main.yml",
"content": "---\n\ndependencies:\n\n - role: debops.secret\n\ngalaxy_info:\n\n role_name: 'tinc'\n author: '<NAME>, <NAME>'\n description: 'Configure tinc mesh VPN network'\n company: 'DebOps'\n license: 'GPL-3.0-only'\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 14799,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.unattended_upgrades | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.unattended_upgrades/meta/main.yml",
"content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n role_name: 'unattended_upgrades'\n author: '<NAME>, <NAME>'\n description: 'Configure unattended upgrades on Debian-based hosts'\n company: 'DebOps'\n li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3420,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.unbound | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.unbound/handlers/main.yml",
"content": "---\n\n- name: Check unbound configuration and reload\n command: unbound-checkconf /etc/unbound/unbound.conf\n notify: [ 'Reload unbound' ]\n\n- name: Reload unbound\n service:\n name: 'unbound'\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3471,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.wpcli | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.wpcli/tasks/main.yml",
"content": "---\n\n- name: Install required APT packages\n package:\n name: '{{ q(\"flattened\", (wpcli__base_packages + wpcli__packages)) }}'\n state: 'present'\n register: wpcli__register_packages\n until: wpcli__reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2801,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/debops@debops/ansible/roles/debops.yadm | 294 | [
"no_license"
] | [
{
"path": "repo-github/debops@debops/ansible/roles/debops.yadm/tasks/main.yml",
"content": "---\n\n- name: Install required APT packages\n package:\n name: '{{ q(\"flattened\", yadm__base_packages\n + yadm__packages\n + yadm__group_packages\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3330,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/devananda@bifrost/playbooks/roles/bifrost-configdrives-dynamic | 294 | [
"no_license"
] | [
{
"path": "repo-github/devananda@bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml",
"content": "# Copyright (c) 2015 Hewlett-Packard Development Company, L.P.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5313,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/devananda@bifrost/playbooks/roles/bifrost-create-dib-image | 294 | [
"no_license"
] | [
{
"path": "repo-github/devananda@bifrost/playbooks/roles/bifrost-create-dib-image/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Create image with diskimage-builder for Bifrost\n company: OpenStack\n license: Apache\n min_ansible_version: 1.9\n platforms:\n - name: EL\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6528,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/devananda@bifrost/playbooks/roles/bifrost-create-vm-nodes | 294 | [
"no_license"
] | [
{
"path": "repo-github/devananda@bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_Debian.yml",
"content": "---\nlibvirt_service_name: libvirt-bin\nrequired_packages:\n - libvirt-bin\n - qemu-utils\n - qemu-kvm\n - qemu-system-x86\n - sgabios\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3857,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/devananda@bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic | 294 | [
"no_license"
] | [
{
"path": "repo-github/devananda@bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml",
"content": "# Copyright (c) 2015 Hewlett-Packard Development Company, L.P.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3981,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/devananda@bifrost/playbooks/roles/bifrost-ironic-install | 294 | [
"no_license"
] | [
{
"path": "repo-github/devananda@bifrost/playbooks/roles/bifrost-ironic-install/tasks/main.yml",
"content": "# Copyright (c) 2015 Hewlett-Packard Development Company, L.P.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the Licen... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 28634,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/devananda@bifrost/playbooks/roles/bifrost-prep-for-install | 294 | [
"no_license"
] | [
{
"path": "repo-github/devananda@bifrost/playbooks/roles/bifrost-prep-for-install/tasks/git_download.yaml",
"content": "# Copyright (c) 2015 Hewlett-Packard Development Company, L.P.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance wit... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4407,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/devananda@bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic | 294 | [
"no_license"
] | [
{
"path": "repo-github/devananda@bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml",
"content": "# Copyright (c) 2015 Hewlett-Packard Development Company, L.P.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/alton | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/alton/defaults/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/OpenOP... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5170,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/atlantis | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/atlantis/meta/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/OpenOPS... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5579,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/datadog | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/datadog/tasks/main.yml",
"content": "---\n#\n# datadog\n#\n# Overview:\n#\n# Installs datadog\n##\n# Dependencies:\n#\n# Example play:\n# roles:\n# - common\n# - datadog\n#\n- name: Install debian needed pkgs\n apt:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1479,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/edx_service | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/edx_service/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/Ope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3888,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/gh-ost | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/gh-ost/tasks/main.yml",
"content": "- name: Check if package is installed and version is correct\n command: dpkg -s gh-ost | grep Version | cut -d ':' -f 3 | grep {{ GHOST_VERSION }}\n register: ghost_correct\n ignore_errors: True\n\n- name: Remov... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/grafana | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/grafana/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/OpenOPS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2016,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/jenkins_worker | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml",
"content": "---\n\n# Create a virtualenv for edx-platform by installing the requirements\n# and packaging the virtualenv.\n# A shallow clone is created off of master. The depth setting\n# refers to the... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4430,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/journals | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/journals/meta/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/OpenOPS... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 13262,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/mount_ebs | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/mount_ebs/tasks/main.yml",
"content": "#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/OpenOPS/An... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4223,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/oauth_client_setup | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/oauth_client_setup/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/disp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8548,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/registrar | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/registrar/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS\n# code style: https://openedx.atlassian.net/wiki/display/OpenO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/edx@configuration/playbooks/roles/sqlite_fix | 294 | [
"no_license"
] | [
{
"path": "repo-github/edx@configuration/playbooks/roles/sqlite_fix/tasks/main.yml",
"content": "---\n- name: Creates directory\n file:\n path: \"{{ SQLITE_FIX_TMP_DIR }}\"\n state: directory\n mode: 0775\n tags:\n - devstack\n - devstack:install\n - install\n\n\n# Tasks to download and ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1347,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/enterprisemediawiki@Meza1/src/roles/apache-php | 294 | [
"no_license"
] | [
{
"path": "repo-github/enterprisemediawiki@Meza1/src/roles/apache-php/tasks/ius.yml",
"content": "---\n- name: Install IUS (CentOS) repo.\n yum:\n lock_timeout: 180 # wait up to 3 minutes for a lock ansible/ansible#57189\n name: \"https://centos{{ ansible_distribution_major_version }}.iuscommunity.or... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/enterprisemediawiki@meza/src/roles/apache-php | 294 | [
"no_license"
] | [
{
"path": "repo-github/enterprisemediawiki@meza/src/roles/apache-php/tasks/mssql_driver_for_php.yml",
"content": "---\n\n- name: Ensure prerequisites for sqlsrv in place\n yum:\n lock_timeout: 180 # wait up to 3 minutes for a lock ansible/ansible#57189\n name: \"{{item}}\"\n state: installed\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2722,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/enterprisemediawiki@meza/src/roles/saml | 294 | [
"no_license"
] | [
{
"path": "repo-github/enterprisemediawiki@meza/src/roles/saml/tasks/main.yml",
"content": "---\n- name: \"Check if {{ m_simplesamlphp_path }} exists\"\n stat:\n path: \"{{ m_simplesamlphp_path }}\"\n register: simplesamlphp_exists\n\n- name: \"Check if {{ m_simplesamlphp_path }} exists\"\n stat:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3667,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/bash_screen_wall | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/bash_screen_wall/tasks/main.yml",
"content": "---\n- name: Setup bash screen wall\n copy: src=screen_wall.sh dest=/etc/profile.d/screen_wall.sh\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/bench | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/bench/tasks/setup_inputrc.yml",
"content": "---\n- name: insert/update inputrc for history\n blockinfile:\n dest: \"/home/{{ frappe_user }}/.inputrc\"\n create: yes\n block: |\n ## arrow up\n \"\\e[A\":history-search-backward\n ## ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5762,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/common | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/common/tasks/redhat_family.yml",
"content": "---\n\n- name: Install IUS repo for python 3.6\n become: yes\n become_user: root\n yum:\n name: https://centos7.iuscommunity.org/ius-release.rpm\n state: present\n\n- name: \"Setup prerequisites using y... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4233,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/dns_caching | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/dns_caching/handlers/main.yml",
"content": "---\n- name: Restart network manager\n service: name=NetworkManager state=restarted\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "repo-github/fr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/fail2ban | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/fail2ban/tasks/main.yml",
"content": "---\n- name: Install fail2ban\n yum: name=fail2ban state=present\n when: ansible_distribution == 'CentOS'\n\n- name: Install fail2ban\n apt: name=fail2ban state=present\n when: ansible_distribution == 'Debian' or a... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1154,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/frappe_selinux | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/frappe_selinux/tasks/main.yml",
"content": "---\n- name: Install deps\n yum: name=\"{{item}}\" state=present\n with_items:\n - policycoreutils-python\n - selinux-policy-devel\n when: ansible_distribution == 'CentOS'\n\n- name: Check enabled SELinu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/locale | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/locale/tasks/main.yml",
"content": "---\n- name: Check current locale\n shell: localectl\n register: locale_test\n when: ansible_distribution == 'Centos' or ansible_distribution == 'Ubuntu'\n\n- name: Set Locale\n command: \"localectl set-locale LANG={... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/logwatch | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/logwatch/tasks/main.yml",
"content": "---\n- name: Install logwatch\n yum: name=logwatch state=present\n when: ansible_distribution == 'CentOS'\n\n- name: Install logwatch on Ubuntu or Debian\n apt: name=logwatch state=present\n when: ansible_distribut... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/mariadb | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/mariadb/defaults/main.yml",
"content": "---\nmysql_conf_tpl: change_me\nmysql_conf_file: settings.cnf\n\nmysql_secure_installation: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "repo-git... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3448,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/nginx | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/nginx/tasks/main.yml",
"content": "---\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Define nginx_user.\n set_fact:\n nginx_user: \"{{ __nginx_user }}\"\n when: nginx_user is not... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1918,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/nodejs | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/nodejs/tasks/main.yml",
"content": "---\n- include_tasks: debian_family.yml\n when: ansible_os_family == 'Debian'\n\n- include_tasks: redhat_family.yml\n when: ansible_os_family == \"RedHat\"\n\n- name: Install yarn\n command: npm install -g yarn\n bec... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/ntpd | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/ntpd/tasks/main.yml",
"content": "---\n- name: Install ntpd\n yum: name=\"{{item}}\" state=installed\n with_items:\n - ntp\n - ntpdate\n when: ansible_distribution == 'CentOS'\n\n- name: Enable ntpd\n service: name=ntpd enabled=yes state=started\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/packer | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/packer/tasks/debian_family.yml",
"content": "---\n- name: Install unzip\n apt: pkg={{ item }} update_cache=yes state=present\n with_items:\n - unzip\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1425,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/psutil | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/psutil/tasks/main.yml",
"content": "---\n- name: Install psutil\n pip: name=psutil state=latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 58,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/redis | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/redis/tasks/main.yml",
"content": "---\n - name: Install yum packages\n yum: name={{ item }} state=present\n with_items:\n - redis\n when: ansible_os_family == 'RedHat'\n\n # Prerequisite for Debian and Ubuntu\n - name: Install apt package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/supervisor | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/supervisor/tasks/main.yml",
"content": "---\n- name: Install supervisor on centos\n yum: name=supervisor state=present\n when: ansible_os_family == 'RedHat'\n\n- name: Install supervisor on debian\n apt: pkg=supervisor state=present force=yes\n when: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/virtualbox | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/virtualbox/defaults/main.yml",
"content": "---\nvirtualbox_version: 5.2\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "repo-github/frappe@bench/playbooks/roles/virtualbox/tasks/main.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1765,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/frappe@bench/playbooks/roles/wkhtmltopdf | 294 | [
"no_license"
] | [
{
"path": "repo-github/frappe@bench/playbooks/roles/wkhtmltopdf/tasks/main.yml",
"content": "---\n- name: install base fonts\n yum: name={{ item }} state=present\n with_items:\n - libXrender\n - libXext\n - xorg-x11-fonts-75dpi\n - xorg-x11-fonts-Type1\n when: ansible_os_family == 'RedHat'\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/ad_hoc_reporting | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/ad_hoc_reporting/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wiki/Ansible-Co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4902,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/analytics_api | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/analytics_api/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wiki/Ansible-Codin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4901,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/ansible-role-django-ida | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/ansible-role-django-ida/tasks/main.yml",
"content": "---\n\n- name: check if the role exists\n stat: path=roles/{{ role_name }}\n register: role_exists\n\n- name: prompt for overwrite\n pause: prompt=\"Role {{ role_name }} exists. Overwrite? Touch an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2164,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/browsers | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/browsers/tasks/main.yml",
"content": "# Install browsers required to run the JavaScript\n# and acceptance test suite locally without a display\n---\n- name: install system packages\n apt: pkg={{','.join(browser_deb_pkgs)}}\n state=present update_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2131,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/common | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Update CA Certificates\n shell: /usr/sbin/update-ca-certificates\n\n- name: Add user www-data\n # This is the default user for nginx\n user:\n name: \"{{ common_web_user }}\"\n shell: /bin/false\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3213,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/ecomworker | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/ecomworker/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2401,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/edx_ansible | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/edx_ansible/tasks/deploy.yml",
"content": "---\n- name: git checkout edx_ansible repo into edx_ansible_code_dir\n git: >\n dest={{ edx_ansible_code_dir }} repo={{ edx_ansible_source_repo }} version={{ configuration_version }}\n accept_hostkey=yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1487,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/edx_service | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/edx_service/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5890,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/edxapp | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/edxapp/tasks/main.yml",
"content": "# requires:\n# - group_vars/all\n# - common/tasks/main.yml\n---\n- name: create application user\n user: >\n name=\"{{ edxapp_user }}\" home=\"{{ edxapp_app_dir }}\"\n createhome=no shell=/bin/false\n tags:\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7799,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/edxapp_common | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/edxapp_common/tasks/main.yml",
"content": "---\n\n- name: Install system packages\n apt: pkg={{','.join(edxapp_common_debian_pkgs)}}\n state=present update_cache=yes\n tags:\n - install\n - install:base\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/flower | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/flower/tasks/main.yml",
"content": "---\n\n- name: create application user\n user: >\n name=\"{{ FLOWER_USER }}\" home=\"{{ flower_app_dir }}\"\n createhome=no shell=/bin/false\n notify:\n - \"restart flower\"\n\n- name: create flower user di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2185,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/forum | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/forum/tasks/main.yml",
"content": "---\n\n# forum\n#\n# Dependencies:\n#\n# * common\n# * elasticsearch\n# * oraclejdk\n# * rbenv\n#\n#\n# Example play:\n# roles:\n# - common\n# - oraclejdk\n# - elasticsearch\n# - role: rbenv\n# rb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1278,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/locust | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/locust/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2150,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/mongo_mms | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/mongo_mms/tasks/main.yml",
"content": "---\n# mongo_mms\n#\n# Example play:\n#\n# roles:\n# - mongo_mms\n\n- fail: MMSAPIKEY is required\n when: MMSAPIKEY is not defined \n\n- name: download mongo mms agent\n get_url: >\n url=\"{{ base_url }}/{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1213,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/mysql | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/mysql/tasks/main.yml",
"content": "# Installs packages to run edx locally on a single instance\n# requires:\n# - group_vars/all\n# - common/tasks/main.yml\n#\n# This installs mysql-server-5.5 though\n# in production we use mysql-5.1.62.\n#\n# We co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/postfix_queue | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/postfix_queue/defaults/main.yml",
"content": "---\n\n# postfix_queue: Configure a local postfix server to forward mail to an\n# external SMTP server. This way postfix acts as an outgoing mail queue, and\n# web apps can send mail instantly, while still t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3319,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/redis | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/redis/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conven... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/sitespeedio | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/sitespeedio/defaults/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wiki/Ansible-Codi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1534,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/testcourses | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/testcourses/tasks/deploy.yml",
"content": "---\n- name: import the test courses from github\n shell: >\n {{ demo_edxapp_venv_bin }}/python /edx/bin/manage.edxapp lms git_add_course --settings=aws \"{{ item.github_url }}\"\n sudo_user: \"{{ common_w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/xqueue | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/xqueue/tasks/main.yml",
"content": "# requires:\n# - group_vars/all\n# - common/tasks/main.yml\n---\n# Check out xqueue repo to {{ xqueue_code_dir }}\n#\n#\n\n- name: create application user\n user: >\n name=\"{{ xqueue_user }}\"\n home=\"{{ xq... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5380,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/xqwatcher | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/xqwatcher/tasks/deploy_watcher.yml",
"content": "# Installs the xqueue watcher code and supervisor scripts.\n# The watcher can watch one or many queues and dispatch submissions\n# to the appropriate grader which lives in a separate SCM repository.\n\n- ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gashac03@ubuntu/playbooks/roles/xsy | 294 | [
"no_license"
] | [
{
"path": "repo-github/gashac03@ubuntu/playbooks/roles/xsy/tasks/tag_ec2.yml",
"content": "---\n\n- name: get instance information\n action: ec2_facts\n tags:\n - deploy\n\n- name: tag instance\n ec2_tag: resource={{ ansible_ec2_instance_id }} region={{ ansible_ec2_placement_region }}\n args:\n tags... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5045,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/anaconda | 294 | [
"no_license"
] | [
{
"path": "repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/anaconda/tasks/main.yml",
"content": "---\n# tasks file for anaconda\n- name: Download Anaconda installer script\n get_url:\n url: '{{anaconda_installer_url}}'\n dest: '{{anaconda_installer_sh}}'\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/autofs | 294 | [
"no_license"
] | [
{
"path": "repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/autofs/tasks/main.yml",
"content": "---\n\n#\n# Install Autofs and configure it to dynamically mount network filesystems\n# under the `/net` hierarchy.\n#\n\n- name: Load distribution-specific parameters\n include_tasks: 'i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/common | 294 | [
"no_license"
] | [
{
"path": "repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/common/tasks/main.yml",
"content": "---\n\n- include_tasks: pre.yml\n- include_tasks: 'init-{{ansible_os_family}}.yml'\n- include_tasks: hosts.yml\n vars:\n hosts: '{{groups.all}}'\n- include_tasks: hostname.yml\n- inclu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/cuda | 294 | [
"no_license"
] | [
{
"path": "repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/cuda/tasks/init-Debian.yml",
"content": "---\n\n- name: Install software prerequisites\n package:\n name:\n - 'linux-headers-generic'\n - 'gcc'\n state: present\n\n\n- name: Add signing key for CUDA reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1314,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/docker-ce | 294 | [
"no_license"
] | [
{
"path": "repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/docker-ce/tasks/main.yml",
"content": "---\n#\n# Install Docker Community Edition\n# See: https://docs.docker.com/install/\n#\n# Initially contributed by <NAME>\n#\n\n\n- name: Perform distribution-dependent steps\n include... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3876,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/glusterfs-common | 294 | [
"no_license"
] | [
{
"path": "repo-github/gc3-uzh-ch@elasticluster/elasticluster/share/playbooks/roles/glusterfs-common/tasks/main.yml",
"content": "---\n\n- include_tasks: debian.yml\n when: is_debian_compatible\n\n- include_tasks: rhel.yml\n when: is_rhel_compatible\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1757,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.