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 | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_samba_server | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_samba_server/templates/smb.conf.j2",
"content": "#============================ Global definition ================================\n\n[global]\nworkgroup = WORKGROUP\nserver string = Samba Server %v\nsecurity = user\nmap to guest = bad user\nname resolve order = bcast host\ndns proxy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_soapui | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_soapui/tests/test.yml",
"content": "---\n- hosts: all\n roles:\n - install_soapui\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/install_soapui/tasks/main.yml",
"content": "---\n- name: Create user if not e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/install_tomcat | 7,280 | [
"no_license"
] | [
{
"path": "roles/install_tomcat/defaults/main.yml",
"content": "---\ntomcat_user: ''\ntomcat_download_url: ''\ntomcat_install_dir: ''\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/install_tomcat/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2395,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/instance_provisioning | 7,280 | [
"no_license"
] | [
{
"path": "roles/instance_provisioning/tasks/main.yml",
"content": "---\n\n- name: Handle the error if var file current release not exist\n block:\n - name: Includeing OS specific variables for current release \n include_vars: \"{{ansible_distribution | lower}}{{ansible_distribution_major_version}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2371,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/iptables | 7,280 | [
"no_license"
] | [
{
"path": "roles/iptables/defaults/main.yml",
"content": "---\nextra_services: []\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/iptables/tasks/iptables.yml",
"content": "---\n- block:\n\n - name: DROP invalid traffik on all inte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3748,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/isc-dhcp-server | 7,280 | [
"no_license"
] | [
{
"path": "roles/isc-dhcp-server/handlers/main.yml",
"content": "---\n- name: restart isc-dhcp-server\n systemd:\n name: isc-dhcp-server\n enabled: yes\n state: restarted\n become: true\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1591,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/manage_fs | 7,280 | [
"no_license"
] | [
{
"path": "roles/manage_fs/tasks/main.yml",
"content": "---\n- name: Create filesystem\n filesystem:\n fstype: \"{{item.filesystem_fstype | default('ext4',true)}}\"\n dev: \"{{item.filesystem_dev}}\"\n loop: \"{{filesystem_params}}\"\n become: yes\n...\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/manage_fstab | 7,280 | [
"no_license"
] | [
{
"path": "roles/manage_fstab/defaults/main.yml",
"content": "---\nmount_params:\n- mount_path: \"\"\n mount_src: \"\"\n mount_fstype: \"\"\n mount_state: \"\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/manage_fstab/meta/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/manage_local_pip | 7,280 | [
"no_license"
] | [
{
"path": "roles/manage_local_pip/tasks/main.yml",
"content": "---\n- name: Install python package in system python\n pip:\n name: \"{{item.package_name}}\"\n state: \"{{item.local_pip_package_state | default('present',true)}}\"\n version: \"{{item.local_pip_package_version | default(omit)}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/manage_lvm | 7,280 | [
"no_license"
] | [
{
"path": "roles/manage_lvm/defaults/main.yml",
"content": "---\nlvol_params:\n- lvol_vg: \"\"\n lvol_lv: \"\"\n lvol_size: \"\"\n lvol_state: \"\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/manage_lvm/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/manage_pyenv | 7,280 | [
"no_license"
] | [
{
"path": "roles/manage_pyenv/tasks/manage_pyenv.yml",
"content": "---\n\n- name: pyenv install python version for ci user\n shell: \"/home/{{ci_user | default('jenkins',true)}}/.pyenv/bin/pyenv install $(echo {{ item_pyenvs.python_version }})\"\n args:\n creates: \"~/.pyenv/versions/{{ item_pyenvs.pyt... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1881,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/manage_python_packages | 7,280 | [
"no_license"
] | [
{
"path": "roles/manage_python_packages/tasks/main.yml",
"content": "---\n- name: switch pyenv\n template:\n src: python-version.j2\n dest: '{{ansible_env.HOME}}/.python-version'\n\n\n- name: pip install package in pyenv\n pip:\n name: \"{{item}}\"\n state: \"{{pip_state | default('present',tr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/nginx | 7,280 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/setup_basic_auth.yml",
"content": "---\n- name: Set python env\n set_fact:\n ansible_python_interpreter: \"{{ansible_env.HOME}}/.pyenv/shims/python\"\n\n- name: create basic auth users\n htpasswd:\n path: /etc/nginx/.htpasswd\n name: \"{{item.basic_auth_username}}\"\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/nginx_exporter | 7,280 | [
"no_license"
] | [
{
"path": "roles/nginx_exporter/templates/nginx_exporter.default.conf.j2",
"content": "OPTIONS=\"{{nginx_exporter_options | join(' ')}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/nginx_exporter/handlers/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4095,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/openvpn_p2p | 7,280 | [
"no_license"
] | [
{
"path": "roles/openvpn_p2p/tasks/setup.yml",
"content": "---\n- name: Create var for clear code\n set_fact:\n side_a:\n host: \"{{inventory_hostname}}\"\n name: \"{{inventory_hostname_short}}\"\n side_b:\n host: \"{{item_host}}\"\n name: \"{{(item_host.split('.'))[0]}}\"\n\n- na... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3696,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/openvpn_server | 7,280 | [
"no_license"
] | [
{
"path": "roles/openvpn_server/tasks/manage_keys.yml",
"content": "---\n- name: Create dir for easyrsa\n file:\n path: \"{{easyrsa_dir}}\"\n state: directory\n mode: '0755'\n become: true\n\n- block:\n - name: manage keys\n import_role:\n name: easyrsa\n vars:\n easyrsa_dest: \"... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 14859,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/pdns_recursor | 7,280 | [
"no_license"
] | [
{
"path": "roles/pdns_recursor/defaults/main.yml",
"content": "---\npdns_rec_config: {}\n# pdns_rec_config:\n# allow_from: '127.0.0.1/8,192.168.2.0/24'\n# local_address: 0.0.0.0\n# export_etc_hosts_search_suffix: home.com\n# local_port: 53\n# export_etc_hosts: yes\n# etc_hosts_file: /etc/powerdns/host... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2232,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/quagga | 7,280 | [
"no_license"
] | [
{
"path": "roles/quagga/tasks/set_fact.yml",
"content": "---\n- name: Refresh network facts\n setup:\n gather_subset: network\n\n- name: Flush vars\n set_fact:\n local_interfaces: []\n bridge_interfaces: []\n\n- name: Get local interfaces\n set_fact:\n local_interfaces: \"{{local_interfaces|... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5545,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/repo_manage | 7,280 | [
"no_license"
] | [
{
"path": "roles/repo_manage/tasks/main.yml",
"content": "---\n- name: Add repository\n apt_repository:\n repo: \"{{apt_repository_repo}}\"\n state: \"{{apt_repository_state}}\"\n filename: \"{{apt_repository_filename}}\"\n become: true\n...\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/set_limits | 7,280 | [
"no_license"
] | [
{
"path": "roles/set_limits/tasks/main.yml",
"content": "---\n- name: setup pam_limits\n pam_limits:\n domain: \"{{item.pam_limits_domain}}\"\n limit_type: \"{{item.pam_limits_type}}\"\n limit_item: \"{{item.pam_limits_item}}\"\n value: \"{{item.pam_limits_value}}\"\n use_max: \"{{item.pam_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/set_sysctl | 7,280 | [
"no_license"
] | [
{
"path": "roles/set_sysctl/tasks/main.yml",
"content": "---\n- name: setup kernel params\n sysctl:\n name: \"{{item.sysctl_name}}\"\n value: \"{{item.sysctl_value}}\"\n state: \"{{item.sysctl_state | default('present',true)}}\"\n sysctl_file: \"{{ item.sysctl_custom_file | default('/etc/sysctl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/setup_dns | 7,280 | [
"no_license"
] | [
{
"path": "roles/setup_dns/tasks/redhat.yml",
"content": "---\n- name: change dns server for rhel\n copy:\n dest: /etc/resolv.conf \n content: |\n {% for nameserver in nameservers %} \n nameserver {{nameserver}}\n {% endfor %}\n become: true \n...\n",
"license_type": "no_lic... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/setup_freeipa | 7,280 | [
"no_license"
] | [
{
"path": "roles/setup_freeipa/tasks/firewalld.yml",
"content": "---\n- name: Configure firewalld services\n firewalld:\n zone: public\n service: \"{{item}}\"\n permanent: true\n state: enabled\n with_items:\n - ntp\n - http\n - https\n - ldap\n - ldaps\n - kerberos\n - kpasswd\n - dns... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3918,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/setup_hostname | 7,280 | [
"no_license"
] | [
{
"path": "roles/setup_hostname/tasks/main.yml",
"content": "---\n- name: Set hostname\n hostname:\n name: \"{{inventory_hostname | replace('_','-')}}\"\n become: yes\n\n- name: generate file hosts\n copy:\n dest: /etc/hosts\n content: |\n 127.0.0.1 localhost\n 127.0.1.1 {{inventory_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/setup_nginx | 7,280 | [
"no_license"
] | [
{
"path": "roles/setup_nginx/meta/main.yml",
"content": "---\ndependencies:\n\n - role: install_nginx\n\n - role: manage_python_packages\n vars:\n pyenv_virtualenv: ansible_python3\n python_packages:\n - passlib\n\n...\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1568,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/setup_nginx_env | 7,280 | [
"no_license"
] | [
{
"path": "roles/setup_nginx_env/defaults/main.yml",
"content": "---\n# aka jenkins, sonarqube, etc \nservice_name: \"\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/setup_nginx_env/tasks/main.yml",
"content": "---\n- name: Cre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/setup_rsync | 7,280 | [
"no_license"
] | [
{
"path": "roles/setup_rsync/tasks/main.yml",
"content": "---\n- block: \n - name: Install Packages \n apt:\n name:\n - rsync\n - iptables-persistent \n \n - name: Allow incoming rsync\n iptables:\n chain: INPUT\n protocol: tcp\n destina... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1025,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/setup_was_lpu_stand | 7,280 | [
"no_license"
] | [
{
"path": "roles/setup_was_lpu_stand/defaults/main.yml",
"content": "---\ntomcat_user: tomcat\ntomcat_download_url: 'https://nexus.tourmachine.tech/repository/old_packages/apache-tomcat-7.0.82.zip'\n\ntemp_dir_git: /tmp/was-infra\ntomcat_install_dir: /opt/apache\nnginx_ssl_dir: /etc/nginx/certs/\nbox_instal... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2701,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/squid_proxy | 7,280 | [
"no_license"
] | [
{
"path": "roles/squid_proxy/handlers/main.yml",
"content": "---\n- name: restart squid\n systemd:\n name: squid\n enabled: yes\n state: restarted\n become: true\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/squid_proxy/t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/sshd_config | 7,280 | [
"no_license"
] | [
{
"path": "roles/sshd_config/tasks/main.yml",
"content": "---\n\n- name: including OS specific variables\n include_vars: \"{{ansible_os_family | lower}}.yml\"\n\n- name: Disallow password authentication & root ssh login\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"{{item.regexp}}\"\n li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/sudo_config | 7,280 | [
"no_license"
] | [
{
"path": "roles/sudo_config/vars/redhat.yml",
"content": "---\ndefault_group_with_sudo_perm: wheel\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/sudo_config/tasks/main.yml",
"content": "---\n- name: install sudo package\n packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/unattended_upgrades | 7,280 | [
"no_license"
] | [
{
"path": "roles/unattended_upgrades/templates/debian/51unattended-upgrades-custom.j2",
"content": "# {{ansible_managed}}\nUnattended-Upgrade::Allowed-Origins {\n \"Origin:Suite\";\n};\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/unatte... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 5441,
"all_permissive": false
} |
ansible_role | Perovss/ansible | fcc1862048311442eb8be5854f3f9bd1663087f2 | 0 | roles/user | 7,280 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n\n- name: user manage\n user:\n name: \"{{item.0.user_name}}\"\n password: \"{{item.0.user_password | default(omit)}}\"\n update_password: \"{{item.0.user_update_password | default(omit)}}\"\n shell: \"{{item.0.user_shell | default('/bin/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | ThePortalWiki/pwiki | 1d11ae64ee1ee04d9833a183d1f68e6dead32f88 | 1 | resources/ansible/roles/pwiki | 7,280 | [
"no_license"
] | [
{
"path": "resources/ansible/roles/pwiki/templates/nginx/pwiki-proxy-pass-cheap.inc.j2",
"content": "limit_req zone=pwiki_cheap_globally burst=2048 delay=512;\nlimit_req zone=pwiki_cheap_per_ip burst=256 delay=64;\nlimit_req_status 429;\n\nproxy_set_header Host $host;\nproxy_set_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 21095,
"all_permissive": false
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/ANXS.python | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/ANXS.python/vars/Debian.yml",
"content": "# file: python/vars/Debian.yml\n\npython_packages:\n - python3\n - python3-dev\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 77
},
{
"path": "rapidpro/ansible/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 569,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/courier | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/courier/vars/main.yml",
"content": "---\ncourier_package_directory_path: \"{{ courier_package_directory_root }}/{{ courier_package_directory_name }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 112
},
{
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 7575,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/django | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/django/templates/etc/systemd/django.service.j2",
"content": "[Unit]\nDescription=uWSGI {{ django_service_name }} web app\nAfter={{ django_service_unit_after}}\n\n[Service]\nType={{ django_service_type }}\nRestart={{ django_service_restart }}\nRuntimeDirectory={{ django_serv... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 40275,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/mailroom | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/mailroom/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: mailroom\n author: <NAME>\n description: Installs and configures Mailroom, a Golang service responsible for handling flow tasks in RapidPro.\n company: Ona Systems Inc\n license: Apache v2.0\n min_ans... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 7379,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/mount | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/mount/defaults/main.yml",
"content": "volume_path: /dev/xvdf\nmount_path: /srv/install\nfile_system_type: ext4\n# The group id that should be applied on the mount point.\ngroup: root\n # The octal permission mode applied to the mount point.\nmode: \"0755\"\n # The owner id... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 657,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/python | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/python/tasks/main.yml",
"content": "\n\n- name: Add python repository\n apt_repository:\n repo: ppa:deadsnakes/ppa\n state: present\n update_cache: yes\n\n- name: install python 3.6\n apt: \n name: python3.6\n state: present \n\n\n- name: install pip3\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/rp-archiver | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/rp-archiver/tasks/install.yml",
"content": "---\n- name: Make sure the RapidPro Archiver group exists\n group:\n name: \"{{ rapidpro_archiver_system_group }}\"\n state: present\n\n- name: Make sure the RapidPro Archiver user exists\n user:\n name: \"{{ rapidpro_a... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4488,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/rp-indexer | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/rp-indexer/handlers/main.yml",
"content": "---\n- name: restart rapidpro-indexer\n systemd:\n name: \"{{ rapidpro_indexer_service_name }}\"\n state: restarted\n enabled: true\n daemon_reload: true\n",
"license_type": "permissive",
"detected_licenses": [... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 10261,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/td-agent | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/td-agent/vars/main.yml",
"content": "---\ntdagent_plugins_versions:\n systemd:\n name: fluent-plugin-systemd\n version: 1.0.1\n elasticsearch:\n name: fluent-plugin-elasticsearch\n version: 4.2.2\n\n",
"license_type": "permissive",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1115,
"all_permissive": true
} |
ansible_role | medic/cht-infrastructure | fe5fa13299364372291c3928f35bfb147666d34f | 5 | rapidpro/ansible/roles/td-agent-django | 7,283 | [
"permissive"
] | [
{
"path": "rapidpro/ansible/roles/td-agent-django/handlers/main.yml",
"content": "- name: reload td-agent\n service: name=td-agent state=reloaded\n\n- name: restart td-agent\n service: name=td-agent state=restarted\n\n- name: stop td-agent\n service: name=td-agent state=stopped\n\n- name: restart rapidpr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3576,
"all_permissive": true
} |
ansible_role | javabilities/ansible-raspberry-pi | 50d9621fda83a754ae7a2d45bb46c38a91b6a27e | 0 | roles/common | 7,283 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: update user .bashrc\n blockinfile:\n marker: \"### {mark} ANSIBLE MANAGED BLOCK FOR THE COMMON ROLE ###\"\n block: \"{{ lookup('file', './files/user.bashrc') }}\"\n dest: /home/pi/.bashrc\n\n- name: update root .bashrc\n blockinf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 650,
"all_permissive": true
} |
ansible_role | javabilities/ansible-raspberry-pi | 50d9621fda83a754ae7a2d45bb46c38a91b6a27e | 0 | roles/golang | 7,283 | [
"permissive"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n\n- name: download and explode the go tarball\n unarchive:\n creates: /usr/local/go/bin/go\n src: https://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz\n dest: /usr/local\n remote_src: True\n\n# Doing this separate to get set ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 713,
"all_permissive": true
} |
ansible_role | javabilities/ansible-raspberry-pi | 50d9621fda83a754ae7a2d45bb46c38a91b6a27e | 0 | roles/hadoop-common | 7,283 | [
"permissive"
] | [
{
"path": "roles/hadoop-common/tasks/main.yml",
"content": "---\n\n- name: create the hadoop temp directory\n file: path=\"{{hadoop_home}}/tmp\"\n state=directory\n owner=pi\n group=pi\n\n- name: create the hadoop hdfs directories\n file: path=\"{{hadoop_home}}/hdfs/{{item}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": true
} |
ansible_role | javabilities/ansible-raspberry-pi | 50d9621fda83a754ae7a2d45bb46c38a91b6a27e | 0 | roles/hadoop-slave-nodes | 7,283 | [
"permissive"
] | [
{
"path": "roles/hadoop-slave-nodes/tasks/main.yml",
"content": "---\n\n- name: create the core-site.xml template\n template:\n src: core-site.xml.j2\n dest: \"{{hadoop_home}}/hadoop-{{hadoop_version}}/etc/hadoop/core-site.xml\"\n owner: pi\n group: pi\n\n- name: create the mapred-site.xml temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1344,
"all_permissive": true
} |
ansible_role | javabilities/ansible-raspberry-pi | 50d9621fda83a754ae7a2d45bb46c38a91b6a27e | 0 | roles/mpi | 7,283 | [
"permissive"
] | [
{
"path": "roles/mpi/tasks/main.yml",
"content": "---\n\n- name: install fortran\n apt: name=gfortran\n state=latest\n\n- name: create the Fortran source directory\n file: path=/home/pi/Development/fortran\n state=directory\n owner=pi\n group=pi\n",
"license_type": "permissi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": true
} |
ansible_role | javabilities/ansible-raspberry-pi | 50d9621fda83a754ae7a2d45bb46c38a91b6a27e | 0 | roles/openssl-keys | 7,283 | [
"permissive"
] | [
{
"path": "roles/openssl-keys/tasks/main.yml",
"content": "---\n\n- name: generate an OpenSSL private key with the default values (4096 bits, RSA)\n openssl_privatekey:\n path: /home/pi/.ssh/id_rsa\n state: present\n owner: pi\n group: pi\n\n\n# Seems to be an ansible bug if the public key alre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 976,
"all_permissive": true
} |
ansible_role | javabilities/ansible-raspberry-pi | 50d9621fda83a754ae7a2d45bb46c38a91b6a27e | 0 | roles/update | 7,283 | [
"permissive"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n\n- name: update apt cache\n apt: update_cache=yes\n\n- name: upgrade all packages to the latest version\n apt:\n upgrade: dist\n\n- name: remove dependencies that are no longer required\n apt:\n autoremove: yes\n",
"license_type": "perm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": true
} |
ansible_role | NaghamMohamedMohamed/CI-CD-Pipeline-For-App-Deployment | 1bfc4b718074d6034c946a13032f6e64164a70f3 | 0 | Ansible/roles/jenkins-master | 7,283 | [
"no_license"
] | [
{
"path": "Ansible/roles/jenkins-master/tasks/main.yml",
"content": "# Tasks file for Jenkins Master on Ubuntu\n\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt:\n name:\n - openjdk-17-jdk\n - git\n - curl\n - wget\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | NaghamMohamedMohamed/CI-CD-Pipeline-For-App-Deployment | 1bfc4b718074d6034c946a13032f6e64164a70f3 | 0 | Ansible/roles/jenkins-slave | 7,283 | [
"no_license"
] | [
{
"path": "Ansible/roles/jenkins-slave/handlers/main.yml",
"content": "# To restart docker service only when needed\n- name: restart docker\n service:\n name: docker\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "Ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | NaghamMohamedMohamed/CI-CD-Pipeline-For-App-Deployment | 1bfc4b718074d6034c946a13032f6e64164a70f3 | 0 | Ansible/roles/setup-ssh | 7,283 | [
"no_license"
] | [
{
"path": "Ansible/roles/setup-ssh/tasks/main.yml",
"content": "- name: Ensure .ssh directory exists\n file:\n path: /home/ubuntu/.ssh\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: '0700'\n\n- name: Copy private SSH key to remote instance\n copy:\n src: ../../ssh-key\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | mmeija/ansible_openbsd_unbound | 67f0a3235c9cea9d867ef8ab99e62fb7d3fb0b03 | 0 | roles/openbsd | 7,283 | [
"no_license"
] | [
{
"path": "roles/openbsd/tasks/set_installurl.yml",
"content": "---\n \n- name: set /etc/installurl\n raw: echo \"{{ installurl }}\" > /etc/installurl\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/openbsd/tasks/main.yml",
"content":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | mmeija/ansible_openbsd_unbound | 67f0a3235c9cea9d867ef8ab99e62fb7d3fb0b03 | 0 | roles/unbound | 7,283 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/configure_unbound.yml",
"content": "- name: setup unbound.conf\n template:\n src: unbound.conf.j2\n dest: /var/unbound/etc/unbound.conf\n owner: root\n group: wheel\n mode: -rw-r--r--\n register: unbound_conf\n\n- name: restart unbound\n service:\n name: u... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3671,
"all_permissive": false
} |
ansible_role | dofler/dofler | aa269a92964d0a2521174e24bdc75508048a41d6 | 4 | ansible/roles/docker | 7,283 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Add docker key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n id: 0EBFCD88\n state: present\n\n- name: Add docker repo\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu xenial sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | dofler/dofler | aa269a92964d0a2521174e24bdc75508048a41d6 | 4 | ansible/roles/network | 7,283 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n\n- name: Install packages\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - bridge-utils\n notify:\n - restart networking\n\n- name: Install mirror_tools\n git:\n repo: \"https://github.com/SteveMcGrath/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1485,
"all_permissive": false
} |
ansible_role | LorbusChris/openshift-acme-installer | 19df0f27f96a90cfd11e682430ea90898114fe28 | 1 | roles/provision-openshift-acme-installer | 7,283 | [
"permissive"
] | [
{
"path": "roles/provision-openshift-acme-installer/defaults/main.yml",
"content": "---\nnamespace: acme\n\nacme_url: https://acme-staging.api.letsencrypt.org/directory\nacme_loglevel: \"8\"\nacme_selfservicename: acme-controller\n\ndocker_image: docker.io/tnozicka/openshift-acme\ndocker_image_tag: latest\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2248,
"all_permissive": true
} |
ansible_role | momokeith/devops | b2940422b5e5b14692a04957eba456bfd8004f87 | 0 | ansible/roles/apache2 | 7,283 | [
"no_license"
] | [
{
"path": "ansible/roles/apache2/tasks/main.yml",
"content": "- name: Install apache2\n apt:\n name=apache2\n cache_valid_time=86400\n force=yes\n install-recommends=no\n update_cache=yes\n state=present\n\n- name: Add apache vhosts configuration.\n template:\n src: \"vhosts.{{ projec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | momokeith/devops | b2940422b5e5b14692a04957eba456bfd8004f87 | 0 | ansible/roles/common | 7,283 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Updating apt cache\n apt: update_cache=yes \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 52,
"all_permissive": false
} |
ansible_role | momokeith/devops | b2940422b5e5b14692a04957eba456bfd8004f87 | 0 | ansible/roles/deploy | 7,283 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/defaults/main.yml",
"content": "---\ndefault_deployment_dir: \"/var/www/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "- name: Create project directory\n f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | AVartem/skillfactory | 0ff29c0a81c698a28f7435b985af713a9e6021c4 | 0 | roles/dnsmasq | 7,283 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: Install dnsmasq\n apt:\n name: dnsmasq\n state: present\n become: true\n\n- name: Ensure dnsmasq is started and enabled\n service:\n name: dnsmasq\n state: started\n enabled: yes\n become: true\n\n- name: Configure dnsmasq... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 949,
"all_permissive": false
} |
ansible_role | AVartem/skillfactory | 0ff29c0a81c698a28f7435b985af713a9e6021c4 | 0 | roles/nginx_php_fpm | 7,283 | [
"no_license"
] | [
{
"path": "roles/nginx_php_fpm/tasks/main.yml",
"content": "---\n- name: Ensure Nginx is installed\n apt:\n name: nginx\n state: present\n become: true\n\n- name: Ensure PHP and PHP-FPM are installed\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php-fpm\n - php-mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | AVartem/skillfactory | 0ff29c0a81c698a28f7435b985af713a9e6021c4 | 0 | roles/vsftpd | 7,283 | [
"no_license"
] | [
{
"path": "roles/vsftpd/tasks/main.yml",
"content": "---\n# tasks/main.yml\n- name: Install vsftpd\n apt:\n name: vsftpd\n state: present\n become: true\n\n- name: Ensure vsftpd is started and enabled\n service:\n name: vsftpd\n state: started\n enabled: yes\n become: true\n\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | a800_storage_config/roles/ontap_igroups | 7,283 | [
"no_license"
] | [
{
"path": "a800_storage_config/roles/ontap_igroups/tasks/main.yml",
"content": "---\n- name: Create Oracle hosts FC igroups for infra SVM\n na_ontap_igroup:\n hostname: \"{{inventory_hostname}}\"\n username: \"{{username}}\"\n password: \"{{<PASSWORD>}}\"\n vserver: \"{{infrastructure_svm}}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | a800_storage_config/roles/ontap_lifs | 7,283 | [
"no_license"
] | [
{
"path": "a800_storage_config/roles/ontap_lifs/tasks/main.yml",
"content": "---\n- name: Create infra SVM FCP data LIF(s) on Nodes\n na_ontap_interface: \n hostname: \"{{inventory_hostname}}\" \n username: \"{{username}}\" \n password: \"{{<PASSWORD>}}\" \n state: present \n vserver: \"{{in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3926,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | a800_storage_config/roles/ontap_svms | 7,283 | [
"no_license"
] | [
{
"path": "a800_storage_config/roles/ontap_svms/tasks/main.yml",
"content": "---\n- name: Create the aggr list variable for SVM\n set_fact:\n aggr_list: \"{{ aggr_list }} + [ '{{item.aggr_name}}']\"\n with_items:\n - \"{{data_aggregates}}\"\n failed_when: item.aggr_name == None or item.aggr_name ==... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7913,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | a800_storage_config/roles/primary_setup | 7,283 | [
"no_license"
] | [
{
"path": "a800_storage_config/roles/primary_setup/tasks/main.yml",
"content": "---\n- name: Ensure auto-revert parameter is set for the cluster management interface\n na_ontap_interface: \n vserver: \"{{cluster_name}}\" \n is_auto_revert: \"{{cluster_mgmt_auto_revert}}\" \n interface_name: \"{{cl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7189,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | ora19c_rac_deployment/roles/create_database | 7,283 | [
"no_license"
] | [
{
"path": "ora19c_rac_deployment/roles/create_database/tasks/main.yml",
"content": "---\n- name: Generate response file for dbca and RAC configuration\n when: db_instance == \"RAC\" and inventory_hostname == ansible_play_hosts_all[0]\n template: src=\"dbca.rsp.{{ ora_version }}\" dest=\"{{ installation_fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | ora19c_rac_deployment/roles/db_install | 7,283 | [
"no_license"
] | [
{
"path": "ora19c_rac_deployment/roles/db_install/tasks/main.yml",
"content": "---\n- name: Copy database install file to installer directory\n when: inventory_hostname == ansible_play_hosts_all[0]\n ansible.builtin.copy:\n src: \"/home/admin/Downloads/{{ installer_archives[1] }}\"\n dest: '{{ insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5397,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | ora19c_rac_deployment/roles/grid_install | 7,283 | [
"no_license"
] | [
{
"path": "ora19c_rac_deployment/roles/grid_install/templates/scp.cmd",
"content": "#!/bin/sh\n\n/usr/bin/scp -T $*\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ora19c_rac_deployment/roles/grid_install/tasks/main.yml",
"content": "---\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 10524,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | ora19c_rac_deployment/roles/linux_config | 7,283 | [
"no_license"
] | [
{
"path": "ora19c_rac_deployment/roles/linux_config/tasks/main.yml",
"content": "---\n# Configure OS kernel as required before Oracle deployment. This covers most Oracle pre-installation configuration tasks.\n\n# Install required packages, create oracle user and groups\n- name: Install preinstall rpm for OL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4093,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | ora19c_rac_deployment/roles/postinst_config | 7,283 | [
"no_license"
] | [
{
"path": "ora19c_rac_deployment/roles/postinst_config/tasks/main.yml",
"content": "---\n- name: Configure oracle user env - add oracle_home variable\n lineinfile: dest=\"/home/{{ oracle_user }}/.bashrc\" line=\"export ORACLE_HOME={{ oracle_home }}\"\n become: true\n become_user: '{{ oracle_user }}'\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | NetApp/na_NVA-1155 | 02c6c4a08833cb0cd270c6ac9bcc2158b2523056 | 0 | ora19c_rac_deployment/roles/storage_config | 7,283 | [
"no_license"
] | [
{
"path": "ora19c_rac_deployment/roles/storage_config/tasks/main.yml",
"content": "---\n# Each Oracle node has a binary lun assigned to it and it is set at host_vars file of the node.\n# This role configure Oracle binary lun and shared RAC luns for cluster access\n\n- name: Import luns by scan SCSI channels... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2059,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 1.Containers-VMs/1.1.Vagrant+Packer/ansible/roles/java | 7,283 | [
"no_license"
] | [
{
"path": "1.Containers-VMs/1.1.Vagrant+Packer/ansible/roles/java/tasks/main.yml",
"content": "---\n# tasks file for java\n- name: Install openjdk-11-jdk\n apt:\n name: openjdk-11-jdk\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 1.Containers-VMs/1.1.Vagrant+Packer/ansible/roles/mysql | 7,283 | [
"no_license"
] | [
{
"path": "1.Containers-VMs/1.1.Vagrant+Packer/ansible/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Installing Mysql and dependencies\n package:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop: \"{{packages}}\"\n \n- name: start and enable mys... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 1.Containers-VMs/1.1.Vagrant+Packer/ansible/roles/tomcat | 7,283 | [
"no_license"
] | [
{
"path": "1.Containers-VMs/1.1.Vagrant+Packer/ansible/roles/tomcat/tasks/main.yml",
"content": "---\n# tasks file for tomcat\n- name: download tomcat server packages\n get_url:\n url: https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.77/bin/apache-tomcat-8.5.77.tar.gz\n dest: /usr/local\n\n- name: extra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 1.Containers-VMs/1.1.Vagrant+Packer/ansibleUninstallSQL/roles/delete_mysql | 7,283 | [
"no_license"
] | [
{
"path": "1.Containers-VMs/1.1.Vagrant+Packer/ansibleUninstallSQL/roles/delete_mysql/defaults/main.yml",
"content": "---\n# defaults file for delete_mysql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "1.Containers-VMs/1.1.Vagrant+Packer/ansibleU... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 1.Containers-VMs/1.1.Vagrant+Packer/ansibleUninstallSQL/roles/install_mariadb | 7,283 | [
"no_license"
] | [
{
"path": "1.Containers-VMs/1.1.Vagrant+Packer/ansibleUninstallSQL/roles/install_mariadb/handlers/main.yml",
"content": "---\n# handlers file for install_mariadb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "1.Containers-VMs/1.1.Vagrant+Packer/an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/haproxy/roles/apt | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/haproxy/roles/apt/tasks/main.yml",
"content": "---\n# tasks file for apt\n- name: Update cache\n apt:\n update_cache: yes\n force_apt_get: yes\n\n- name: Upgrade cache\n apt:\n upgrade: yes\n force_apt_get: yes\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/haproxy/roles/haproxy | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/haproxy/roles/haproxy/tasks/main.yml",
"content": "---\n# tasks file for haproxy\n- name: Install Haproxy\n package:\n name: haproxy\n state: present\n\n- name: Copy conf file\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n notify:\n - Restart Haproxy\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/logstash/roles/elasticsearch | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/logstash/roles/elasticsearch/tasks/main.yml",
"content": "---\n# tasks file for elasticsearch\n- name: Install ElasticSearch\n apt:\n deb: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.1.0-amd64.deb\n notify:\n - Restart elasticsearch\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/logstash/roles/logstash | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/logstash/roles/logstash/handlers/main.yml",
"content": "---\n# handlers file for logstash\n- name: Restart Logstash\n systemd:\n name: logstash\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/logstash/roles/monit | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/logstash/roles/monit/tasks/main.yml",
"content": "---\n# tasks file for monit\n - name: Install monit\n apt:\n name: monit\n state: present\n notify:\n - Restart monit\n\n - name: Replace files\n lineinfile:\n path: /etc/monit/monitrc\n regexp: '{{ item.regexp }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/webui/roles/kibana | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/webui/roles/kibana/tasks/main.yml",
"content": "---\n# tasks file for kibana\n- name: Unarchive a file that needs to be downloaded (Kibana 3.x)\n unarchive:\n src: https://download.elastic.co/kibana/kibana/kibana-3.0.0.tar.gz\n dest: /etc/\n remote_src: yes\n\n\n- name: Replac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/webui/roles/nginx | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/webui/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install nginx\n apt:\n name: nginx\n state: latest\n notify:\n - Restart nginx\n\n- name: Conf file\n template:\n src: kibana.cfg\n dest: /etc/nginx/sites-available/kibana\n notify:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/webui/roles/ntp | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/webui/roles/ntp/tasks/main.yml",
"content": "---\n# tasks file for ntp\n- name: Install ntp\n apt:\n name: ntpdate\n state: present\n\n- name: Sync cron\n cron:\n name: ntpdate\n minute: \"0\"\n hour: \"5\"\n job: \"ntpdate 172.16.17.32\"\n",
"license_type": "no_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 3.Ansible/webui/roles/rsyslog | 7,283 | [
"no_license"
] | [
{
"path": "3.Ansible/webui/roles/rsyslog/defaults/main.yml",
"content": "---\n# defaults file for rsyslog\nlines_to_replace:\n - { regexp: '^(.*)ModLoad imudp(.*)$', line: '$ModLoad imudp' }\n - { regexp: '^(.*)UDPServerRun(.*)$', line: '$UDPServerRun 514' }\n - { regexp: '^(.*)ModLoad imtcp(.*)$', line: '$... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 9.Extras/roles/MySQL | 7,283 | [
"no_license"
] | [
{
"path": "9.Extras/roles/MySQL/tasks/main.yml",
"content": "---\n# tasks file for MySQL\n- name: Install the MySQL\n yum:\n name: https://dev.mysql.com/get/mysql80-com/get/mysql80-community-release-el7-3.noarch.rpm\n state: present\n\n- name: Install MySQL\n yum:\n name: mysql-community-server\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 9.Extras/roles/NPM | 7,283 | [
"no_license"
] | [
{
"path": "9.Extras/roles/NPM/handlers/main.yml",
"content": "---\n# handlers file for NPM",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "9.Extras/roles/NPM/defaults/main.yml",
"content": "---\n# defaults file for NPM",
"license_type": "no... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | PepegaClasus/Devops | d47e6bae07d8d1ed60aa422f7058647b1aaceb2c | 0 | 9.Extras/roles/PHP | 7,283 | [
"no_license"
] | [
{
"path": "9.Extras/roles/PHP/tasks/main.yml",
"content": "---\n# tasks file for PHP\n- name: Install the remi rpm\n yum:\n name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n state: present\n update_cache: yes\n\n- name: Install a PHP with packages\n yum:\n name: \"{{ packages }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | Heckfy05/Final_Task_GL | f03a1dc1b0317cd36c893cb2217d37e28ed04989 | 0 | Ansible/roles/K8S_WP | 7,283 | [
"no_license"
] | [
{
"path": "Ansible/roles/K8S_WP/wp/Deployment.yaml",
"content": "---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: wp-server\n labels:\n app: wp\nspec:\n replicas: 2\n selector:\n matchLabels:\n app.kubernetes.io/name: wp\n template:\n metadata:\n labels:\n app.kub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2501,
"all_permissive": false
} |
ansible_role | Heckfy05/Final_Task_GL | f03a1dc1b0317cd36c893cb2217d37e28ed04989 | 0 | Ansible/roles/hardening_PassAut | 7,283 | [
"no_license"
] | [
{
"path": "Ansible/roles/hardening_PassAut/tasks/main.yml",
"content": "---\n- name: Turning off authentification with password\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n line: PasswordAuthentication no\n owner: root\n group: root\n mode: '0644'\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | Heckfy05/Final_Task_GL | f03a1dc1b0317cd36c893cb2217d37e28ed04989 | 0 | Ansible/roles/hardening_firewall | 7,283 | [
"no_license"
] | [
{
"path": "Ansible/roles/hardening_firewall/tasks/main.yml",
"content": "- name: Update apt and install UFW\n apt:\n pkg:\n - ufw\n state: latest\n update_cache: true\n\n- name: UFW - Allow SSH connections\n community.general.ufw:\n rule: allow\n name: OpenSSH",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | imana173/DevopsDocker | 4910679da9321d56f7ca5e0cb5290f7cb16bb667 | 0 | ansible-gitlab-project/roles/gitlab | 7,283 | [
"no_license"
] | [
{
"path": "ansible-gitlab-project/roles/gitlab/docker-compose.yml",
"content": "version: '3'\nservices:\n gitlab:\n image: 'gitlab/gitlab-ce:latest' # Utilisation de l'image GitLab Community Edition\n container_name: gitlab_container_new\n ports:\n - \"8086:80\" # Port HTTP\n - \"443:4... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3259,
"all_permissive": false
} |
ansible_role | belminf/ansible-playbooks | 03ef7013e672502eb19a76e001eab4b321338daf | 0 | roles/bash | 7,283 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yml",
"content": "---\n\n- name: my config\n git: repo=ssh://git@github.com/belminf/dotbash.git dest=~/.bash accept_hostkey=yes update=yes\n\n- name: link new config\n file: src=~/.bash/rc.sh dest=~/.bashrc state=link force=true\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | belminf/ansible-playbooks | 03ef7013e672502eb19a76e001eab4b321338daf | 0 | roles/caddy | 7,283 | [
"no_license"
] | [
{
"path": "roles/caddy/templates/Caddyfile.j2",
"content": "{% if caddy_managed_sites is defined %}\n{% for this_site in caddy_managed_sites %}\n{{ this_site }} {\n root /var/www/html/managed/{{ this_site }}\n}\n\n{% endfor %}\n{% endif %}\n{% if caddy_sites is defined %}\n{% for this_site in caddy_sites %... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1959,
"all_permissive": false
} |
ansible_role | belminf/ansible-playbooks | 03ef7013e672502eb19a76e001eab4b321338daf | 0 | roles/docker | 7,283 | [
"no_license"
] | [
{
"path": "roles/docker/meta/main.yml",
"content": "---\n\ndependencies:\n -\n role: python\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: remove docker-py\n pip:\n name: docker-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | belminf/ansible-playbooks | 03ef7013e672502eb19a76e001eab4b321338daf | 0 | roles/docker_smtp | 7,283 | [
"no_license"
] | [
{
"path": "roles/docker_smtp/tasks/main.yml",
"content": "---\n\n- name: run container\n docker_container:\n name: mailer\n image: namshi/smtp\n restart_policy: unless-stopped\n ports:\n - \"25:25\"\n networks:\n - name: frontend\n env:\n MAIL_NAME: \"{{ smtp_mail_name }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.