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 | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/aws_cli | 8,122 | [
"no_license"
] | [
{
"path": "roles/aws_cli/tasks/main.yml",
"content": "---\n- name: Ensure Snap is installed\n apt:\n name: snapd\n state: present\n become: true\n\n- name: Ensure Snapd service is running\n service:\n name: snapd\n state: started\n enabled: true\n become: true\n\n- name: Install AWS CLI u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/bitbucket_user | 8,122 | [
"no_license"
] | [
{
"path": "roles/bitbucket_user/tasks/main.yml",
"content": "---\n- name: Create bitbucket user\n ansible.builtin.user:\n name: bitbucket\n password: ''\n shell: /bin/bash\n\n- name: Add bitbucket user to docker group\n ansible.builtin.user:\n name: bitbucket\n groups: docker\n append: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/common | 8,122 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache and upgrade all packages\n apt:\n update_cache: yes\n upgrade: dist\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/create_user | 8,122 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yml",
"content": "---\n- name: Ensure developer user exists\n ansible.builtin.user:\n name: \"{{ developer_name }}\"\n shell: /bin/bash\n groups: docker\n create_home: yes\n state: present\n\n- name: Add developer's authorized SSH key\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/docker | 8,122 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Docker dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/java | 8,122 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: Install Java OpenJDK 11\n apt:\n name: openjdk-11-jdk\n state: present\n update_cache: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/monitoring | 8,122 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/main.yml",
"content": "---\n- name: Include Node Exporter task\n import_tasks: node_exporter.yml\n\n- name: Include cAdvisor task\n import_tasks: cadvisor.yml\n\n- name: Include Loki logging configuration task\n import_tasks: loki.yml\n\n",
"license_type": "no_licens... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2086,
"all_permissive": false
} |
ansible_role | mashhoudrajput/ansible-project | 8df5e0321b124763aecaa707459515282446edb8 | 0 | roles/ssh_hardening | 8,122 | [
"no_license"
] | [
{
"path": "roles/ssh_hardening/tasks/main.yml",
"content": "---\n- name: Copy the hardened SSH configuration\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: '0600'\n notify: Restart SSH\n\n- name: Ensure correct permissions for SSH keys\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2012,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/do.cleanup | 8,122 | [
"no_license"
] | [
{
"path": "roles/do.cleanup/tasks/main.yml",
"content": "---\n\n - name: cleanup\n script: \"{{playbook_dir}}/scripts/kvm_cleanup.py -p {{work_path}}\"\n\n - name: wipe out\n script: \"{{playbook_dir}}/scripts/kvm_cleanup.py -w -p {{work_path}}\"\n when: wipe is defined\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/do.deploy | 8,122 | [
"no_license"
] | [
{
"path": "roles/do.deploy/tasks/main.yml",
"content": "---\n\n - name: copy base template\n copy:\n src: \"{{qcow_template}}\"\n dest: \"{{work_path}}\"\n mode: \"0644\"\n\n - name: copy base image\n copy:\n src: \"{{base_qcow}}\"\n dest: \"{{work_path}}\"\n mode: \"06... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/do.prepare | 8,122 | [
"no_license"
] | [
{
"path": "roles/do.prepare/templates/hosts.j2",
"content": "# ansible template\n\n{{tasking_address}} tasking.hakafuzzer.local\n{{datastore_address}} datastore.hakafuzzer.local\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "r... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3613,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/gunsen.common | 8,122 | [
"no_license"
] | [
{
"path": "roles/gunsen.common/tasks/main.yml",
"content": "---\n\n - name: work path\n file:\n path: \"{{work_path}}\"\n state: directory\n\n - name: update system packages\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600\n\n - name: system packages\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/gunsen.datastore | 8,122 | [
"no_license"
] | [
{
"path": "roles/gunsen.datastore/vars/main.yml",
"content": "---\n\n es_path: \"/usr/share/elasticsearch\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/gunsen.datastore/tasks/kibana.yml",
"content": "---\n\n - name: kibana repo\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3456,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/gunsen.kvm | 8,122 | [
"no_license"
] | [
{
"path": "roles/gunsen.kvm/tasks/main.yml",
"content": "---\n\n - name: name\n template:\n src: name.j2\n dest: \"{{work_path}}/kvm.name\"\n\n - name: python packages\n pip:\n name: \"{{item}}\"\n state: latest\n with_items:\n - pywinrm\n\n - name: install/configure nginx... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1856,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/gunsen.manager | 8,122 | [
"no_license"
] | [
{
"path": "roles/gunsen.manager/tasks/main.yml",
"content": "---\n\n - name: install system packages\n apt:\n name: \"{{item}}\"\n state: latest\n with_items:\n - git\n - build-essential\n - libffi-dev\n - libssl-dev\n - python-dev\n - nsis\n - virt-manager\n - virt-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | CyberPoint/gunsen | ef5900e3e8c643b63f2297e87f2ef91a2234fa8e | 6 | roles/gunsen.tasker | 8,122 | [
"no_license"
] | [
{
"path": "roles/gunsen.tasker/tasks/rabbitmq.yml",
"content": "---\n\n - name: rabbitmq key\n apt_key:\n url: 'https://www.rabbitmq.com/rabbitmq-release-signing-key.asc'\n state: present\n\n - name: rabbitmq repo\n apt_repository:\n repo: 'deb http://www.rabbitmq.com/debian/ testing ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | bergpb/alerta-vagrant-ansible | 6c0eae98586d5cb19b7c31bbb2f689bed8edce1d | 0 | roles/alerta | 8,122 | [
"no_license"
] | [
{
"path": "roles/alerta/tasks/main.yml",
"content": "---\n- name: 'Copia arquivo de requirements para o servidor'\n copy:\n src: 'files/requirements.txt'\n dest: '/opt/alerta/'\n become: yes\n\n- name: 'Cria virtualenv e instala requirements'\n pip:\n requirements: '/opt/alerta/requirements.txt'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | bergpb/alerta-vagrant-ansible | 6c0eae98586d5cb19b7c31bbb2f689bed8edce1d | 0 | roles/mongodb | 8,122 | [
"no_license"
] | [
{
"path": "roles/mongodb/handlers/main.yaml",
"content": "---\n- name: start mongod\n service:\n name: mongod\n state: restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/mongodb/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | bergpb/alerta-vagrant-ansible | 6c0eae98586d5cb19b7c31bbb2f689bed8edce1d | 0 | roles/nginx | 8,122 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: 'Instala o Nginx'\n apt:\n name: ['nginx']\n state: latest\n become: yes\n\n- name: 'Copia arquivo de configuração do nginx'\n copy:\n src: 'files/default'\n dest: '/etc/nginx/sites-enabled/'\n notify:\n - restart nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | bergpb/alerta-vagrant-ansible | 6c0eae98586d5cb19b7c31bbb2f689bed8edce1d | 0 | roles/python | 8,122 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: 'Instala requerimentos da aplicação'\n apt:\n update_cache: yes\n name: ['python3', 'python-dev', 'python3-dev', 'python3-pip', \n 'python3-venv', 'build-essential', 'libssl-dev', 'libffi-dev',\n 'libxml2-dev', 'lib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | bergpb/alerta-vagrant-ansible | 6c0eae98586d5cb19b7c31bbb2f689bed8edce1d | 0 | roles/uwsgi | 8,122 | [
"no_license"
] | [
{
"path": "roles/uwsgi/tasks/main.yml",
"content": "---\n- name: 'Copia arquivo wsgi.py'\n copy:\n src: 'files/wsgi.py'\n dest: '/var/www/'\n notify:\n - restart uwsgi\n become: yes\n\n- name: 'Copia arquivo uwsgi.ini'\n copy:\n src: 'files/uwsgi.ini'\n dest: '/etc/'\n notify:\n - res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | Pawley-l/personal_ansible | a7cd64522c39d9d09f0276e6e774d2c1c9d6e2fa | 0 | roles/workstation | 8,122 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/software/pitvi.yml",
"content": "- name: install package | pitvi\n package:\n name: \n - pitivi\n #when: pitivi is defined and pitivi == true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/work... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 1856,
"all_permissive": false
} |
ansible_role | leegarrett/zlatans_ansible_project | 594c45a1503a15122328f2731494e324c168f920 | 0 | roles/apt_ceph | 8,122 | [
"no_license"
] | [
{
"path": "roles/apt_ceph/tasks/main.yml",
"content": "---\n- name: add ceph apt key\n apt_key:\n file: ceph.asc\n\n- name: Add ceph repository\n apt_repository:\n repo: \"deb https://download.ceph.com/debian-octopus/ {{ debian_release }} main\"\n filename: ceph\n update_cache: yes\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | leegarrett/zlatans_ansible_project | 594c45a1503a15122328f2731494e324c168f920 | 0 | roles/bootstrap_user | 8,122 | [
"no_license"
] | [
{
"path": "roles/bootstrap_user/files/user/.bash_aliases",
"content": "alias ls=\"ls -F --color=auto\"\nalias ssh=\"ssh -A\"\nalias ta=\"tmux att\"\nalias reboot=\"confirm reboot\"\nalias shutdown=\"confirm shutdown\"\nalias halt=\"confirm halt\"\nalias poweroff=\"confirm poweroff\"\nulimit -c unlimited\nex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2212,
"all_permissive": false
} |
ansible_role | leegarrett/zlatans_ansible_project | 594c45a1503a15122328f2731494e324c168f920 | 0 | roles/grub | 8,122 | [
"no_license"
] | [
{
"path": "roles/grub/tasks/main.yml",
"content": "# Tasks that are run in this role\n\n- name: Configure /etc/default/grub\n template:\n src: etc/default/grub\n dest: /etc/default/grub\n\n- name: Run update-grub\n command: /usr/sbin/update-grub\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | leegarrett/zlatans_ansible_project | 594c45a1503a15122328f2731494e324c168f920 | 0 | roles/haproxy | 8,122 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/etc/haproxy/haproxy.cfg",
"content": "#jinja2:lstrip_blocks: True\n# {{ ansible_managed }}\n{#\nThis is a macro used to unroll the nested structure:\nDictionaries are unrolled like this:\n\ndict:\n key1: val1\n key2: val2\n key3:\n - list1\n - list2\n - list3\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6014,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/baseline | 8,122 | [
"no_license"
] | [
{
"path": "roles/baseline/vars/alpine.yml",
"content": "---\ncert_location: /usr/local/share/ca-certificates\ncert_update_command: update-ca-certificates\npackages:\n - gnupg\n - tzdata\nupdate_timezone_command: |\n cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime\n echo \"America/Los_Angeles\"... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 16642,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/bitwarden | 8,122 | [
"no_license"
] | [
{
"path": "roles/bitwarden/templates/.env.j2",
"content": "DOMAIN=https://{{ service }}.{{ domain }}\nSIGNUPS_ALLOWED=false\nADMIN_TOKEN={{ bitwarden_admin_token }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/bitwarden/README.md",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4926,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/caddy | 8,122 | [
"no_license"
] | [
{
"path": "roles/caddy/handlers/main.yml",
"content": "---\n- name: restart caddy\n ansible.builtin.service:\n name: caddy\n state: restarted\n enabled: true\n listen: \"restart reverse proxy\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5570,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/duo | 8,122 | [
"no_license"
] | [
{
"path": "roles/duo/tasks/main.yml",
"content": "---\n- name: add duo repo\n ansible.builtin.yum_repository:\n name: duosecurity\n description: Duo Security Repository\n enabled: true\n gpgcheck: true\n baseurl: https://pkg.duosecurity.com/CentOS/$releasever/$basearch\n gpgkey: https://d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1409,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/firewalld | 8,122 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/main.yml",
"content": "---\n- name: install firewalld\n ansible.builtin.package:\n name: firewalld\n state: present\n\n- name: start firewalld\n ansible.builtin.service:\n name: firewalld\n state: started\n enabled: true\n\n- name: get services\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/grafana | 8,122 | [
"no_license"
] | [
{
"path": "roles/grafana/README.md",
"content": "# Grafana\n\n[](https://github.com/pre-commit/pre-commit)\n\n## Dashboarding/Metrics\n\nInstalls the OSS version.\n\n### Dependencies\n\n* Caddy role (r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/ldap | 8,122 | [
"no_license"
] | [
{
"path": "roles/ldap/tasks/persistence.yml",
"content": "---\n# write this now, because it goes missing at some point and we're not sure why\n# configurator to break. maybe you should also update the config.json on disk?\n# {'LockIndex': 0, 'Key': 'gluu/config/ldap_init_host', 'Flags': 0, 'Value': None, 'C... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 19279,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/letsencrypt | 8,122 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/templates/.env.j2",
"content": "dns_digitalocean_token = {{ dns_digitalocean_token }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/letsencrypt/meta/main.yml",
"content": "---\ngalaxy_info:\n author: gupp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1653,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/netmaker | 8,122 | [
"no_license"
] | [
{
"path": "roles/netmaker/tasks/main.yml",
"content": "---\n- name: \"setup netmaker folders in /etc/netmaker\"\n ansible.builtin.file:\n path: \"/etc/netmaker/config/environments\"\n state: \"directory\"\n mode: \"0755\"\n\n- name: \"get netmaker server\"\n ansible.builtin.get_url:\n url: \"h... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5392,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/nginx | 8,122 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n- name: restart nginx\n ansible.builtin.service:\n name: nginx\n state: restarted\n enabled: true\n listen: \"restart reverse proxy\"\n\n- name: setup nginx config\n ansible.builtin.template:\n src: \"{{ service }}.nginx.j2\"\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1545,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/nvidia_container_runtime | 8,122 | [
"no_license"
] | [
{
"path": "roles/nvidia_container_runtime/meta/main.yml",
"content": "---\ngalaxy_info:\n author: guppy0130\n description: Deploy nvidia-container-runtime\n license: GPLv3\n min_ansible_version: \"2.10\"\ndependencies:\n - role: container\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1921,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/pihole | 8,122 | [
"no_license"
] | [
{
"path": "roles/pihole/tasks/main.yml",
"content": "---\n- name: \"download installer\"\n ansible.builtin.get_url:\n url: \"https://install.pi-hole.net\"\n dest: \"/tmp/pihole-install.sh\"\n mode: \"0755\"\n\n- name: \"do some networking math\"\n ansible.builtin.set_fact:\n net_mask: \"{{ ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/plex | 8,122 | [
"no_license"
] | [
{
"path": "roles/plex/meta/main.yml",
"content": "---\ngalaxy_info:\n author: guppy0130\n description: Deploy Plex with Docker\n license: GPLv3\n min_ansible_version: 2.9\ndependencies:\n - role: container\n - role: caddy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3191,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/proxmox | 8,122 | [
"no_license"
] | [
{
"path": "roles/proxmox/tasks/main.yml",
"content": "---\n- name: remove login nag\n ansible.builtin.replace:\n path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js\n regexp: \".data.status.* !== 'active'\"\n replace: \" || false\"\n register: login_nav_removed\n\n# don't bother rest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1816,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/rabbitmq | 8,122 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: \"pull rabbitmq container\"\n containers.podman.podman_image:\n name: \"{{ rabbitmq_container }}\"\n state: \"present\"\n\n- name: \"check to see if systemd service file exists already\"\n ansible.builtin.stat:\n path: \"/etc/sys... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3368,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/step_ca | 8,122 | [
"no_license"
] | [
{
"path": "roles/step_ca/defaults/main.yml",
"content": "---\nimage_tag: 0.15.15\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/step_ca/handlers/main.yml",
"content": "---\n- name: new cert\n ansible.builtin.command:\n cmd: \"some ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5503,
"all_permissive": false
} |
ansible_role | guppy0130/ansible-configs | ea1f9d2e64b523f8de4d27eb569210e70b90f4c9 | 3 | roles/vault | 8,122 | [
"no_license"
] | [
{
"path": "roles/vault/README.md",
"content": "# Vault\n\n## Secrets Management/Secrets as a Service\n\nAnother SaaS, I guess?\n\n### Dependencies\n\nNone\n\n### Variables\n\n| Variable | Description | Default | Type |\n| -------------... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9124,
"all_permissive": false
} |
ansible_role | davidszegedi/ocp-cluster-01 | 1b778dfe0a1abef6a29664a819766b2f76c4602c | 0 | roles/cfssl-config | 8,122 | [
"no_license"
] | [
{
"path": "roles/cfssl-config/templates/ca-csr.json.j2",
"content": "{\n \"CN\": \"Kubernetes\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"{{ ca_country_code }}\",\n \"L\": \"{{ ca_locality }}\",\n \"O\": \"Kubernetes\",\n \"OU\": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2506,
"all_permissive": false
} |
ansible_role | davidszegedi/ocp-cluster-01 | 1b778dfe0a1abef6a29664a819766b2f76c4602c | 0 | roles/ipi-clean | 8,122 | [
"no_license"
] | [
{
"path": "roles/ipi-clean/README.md",
"content": "Role Name\n=========\n\nipi-clean perform destroy ocp clusters tasks and restore configuration and state files\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\n\nDependencies\n------------\n\n\n\nExample Playbook\n----------------\n\n\nL... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2130,
"all_permissive": false
} |
ansible_role | davidszegedi/ocp-cluster-01 | 1b778dfe0a1abef6a29664a819766b2f76c4602c | 0 | roles/ipi-deploy | 8,122 | [
"no_license"
] | [
{
"path": "roles/ipi-deploy/README.md",
"content": "Role Name\n=========\n\nipi-deploy role deploy x OpenShift 4 with Installer Provisioned Infrastructure on separate Aws regions.\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\n\n\nDependencies\n------------\n\n\nExample Playbook\n-----... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2346,
"all_permissive": false
} |
ansible_role | davidszegedi/ocp-cluster-01 | 1b778dfe0a1abef6a29664a819766b2f76c4602c | 0 | roles/ipi-prep | 8,122 | [
"no_license"
] | [
{
"path": "roles/ipi-prep/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ipi-prep",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/ipi-prep/vars/main.yml",
"content": "---\n# vars file for ipi-pr... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8472,
"all_permissive": false
} |
ansible_role | davidszegedi/ocp-cluster-01 | 1b778dfe0a1abef6a29664a819766b2f76c4602c | 0 | roles/mongofed-deploy | 8,122 | [
"no_license"
] | [
{
"path": "roles/mongofed-deploy/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mongofed-deploy",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/mongofed-deploy/templates/03-mongo-federated-pvc.yaml.... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 12028,
"all_permissive": false
} |
ansible_role | davidszegedi/ocp-cluster-01 | 1b778dfe0a1abef6a29664a819766b2f76c4602c | 0 | roles/operator-deploy | 8,122 | [
"no_license"
] | [
{
"path": "roles/operator-deploy/templates/op-csc.j2",
"content": "apiVersion: operators.coreos.com/v1\nkind: \"{{ var_csc_kind }}\"\nmetadata:\n name: \"{{ var_csc_metadata_name }}\"\n namespace: \"{{ var_csc_metadata_namespace }}\"\nspec:\n targetNamespace: \"{{ var_csc_spec_targetnamespace }}\"\n pac... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8009,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/certbot | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/certbot/tasks/main.yml",
"content": "---\n- name: Install EPEL repository\n dnf:\n name: epel-release\n state: present\n\n- name: Install Certbot\n dnf:\n name: certbot\n\n- name: Check if certificate exists\n stat:\n path: /etc/letsencrypt/live/rockitengine.com/ful... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/docker | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/docker/tasks/main.yml",
"content": "---\n- name: docker ce repository is present\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: docker dependencies are present\n yum:\n name:\n - device-map... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/docker-private-registry | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/docker-private-registry/templates/daemon.json.j2",
"content": "{\r\n \"exec-opts\": [\r\n \"native.cgroupdriver=systemd\"\r\n ],\r\n \"log-driver\": \"json-file\",\r\n \"log-opts\": {\r\n \"max-size\": \"100m\"\r\n },\r\n \"storage-driver\": \"overlay2\",\r\n \"storag... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2025,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/firewalld-allow-http-https | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/firewalld-allow-http-https/tasks/main.yml",
"content": "# Open ports 80 and 443 in firewalld\n---\n- name: Enable http\n firewalld:\n zone: public\n service: http\n permanent: yes\n immediate: yes\n state: enabled\n\n- name: Enable https\n firewalld:\n zone: pu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/haproxy | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/haproxy/defaults/main.yml",
"content": "---\r\nlua:\r\n src_url: https://www.lua.org/ftp/lua-5.3.5.tar.gz\r\n build_dir: /tmp/lua-5.3.5\r\n\r\nhaproxy:\r\n src_url: https://www.haproxy.org/download/2.0/src/haproxy-2.0.3.tar.gz\r\n build_dir: /tmp/haproxy-2.0.3",
"license_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3035,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/helm | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/helm/tasks/main.yml",
"content": "---\r\n- name: install helm\r\n unarchive:\r\n src: https://storage.googleapis.com/kubernetes-helm/helm-v2.14.1-linux-amd64.tar.gz\r\n dest: /usr/local/bin\r\n extra_opts:\r\n - --strip=1\r\n - --wildcards\r\n - '*/helm'\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/java | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/java/tasks/main.yml",
"content": "---\r\n- name: install java\r\n dnf:\r\n name:\r\n - java-1.8.0-openjdk\r\n - java-1.8.0-openjdk-devel\r\n state: present\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/kubectl-controller | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/kubectl-controller/tasks/main.yml",
"content": "---\r\n# install kubectl\r\n- name: kubernetes repo is present\r\n yum_repository:\r\n name: 'kubernetes'\r\n description: 'Kubernetes'\r\n baseurl: '{{ kube_repo.baseurl }}'\r\n enabled: yes\r\n exclude: 'kube*'\r\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/kubernetes | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/kubernetes/tasks/node.yml",
"content": "---\r\n- name: join node to k8s master\r\n shell: \"{{ k8s_join_command }}\"\r\n args:\r\n creates: /etc/kubernetes/kubelet.conf\r\n register: join_node_result\r\n\r\n- name: print join node result\r\n debug:\r\n msg: \"{{ join_nod... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5837,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/map_hosts | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/map_hosts/tasks/main.yml",
"content": "---\r\n- name: map inventory IPs to .local hostnames\r\n lineinfile:\r\n dest: /etc/hosts\r\n regexp: \".*{{ item }}.local$\"\r\n line: \"{{ hostvars[item].ansible_host }} {{item}}.local\"\r\n state: present\r\n when: hostvars[i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/nginx | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/nginx/tasks/main.yml",
"content": "# Role for Nginx reverse proxy\n# This assumes Let's Encrypt certificates are present, see nginx.conf\n---\n- name: Stop nginx service\n systemd:\n name: nginx\n state: stopped\n enabled: no\n ignore_errors: yes\n\n- name: Remove nginx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2328,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/nginx-config-reverse-proxy | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/nginx-config-reverse-proxy/tasks/main.yml",
"content": "---\n- name: Copy Nginx reverse proxy config\n copy:\n src: nginx.conf\n dest: /etc/nginx/\n\n- name: Enable and restart Nginx service\n systemd:\n daemon_reload: yes\n name: nginx\n state: restarted\n ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/nginx-config-reverse-proxy-with-static | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/nginx-config-reverse-proxy-with-static/files/nginx.conf",
"content": "user nginx;\nworker_processes auto;\nerror_log /var/log/nginx/error.log notice;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2683,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/node-js | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/node-js/tasks/main.yml",
"content": "---\n- name: Install EPEL repository\n dnf:\n name: epel-release\n state: present\n\n- name: Install Node 16\n dnf:\n name: \"@nodejs:16/common\"\n state: present\n\n\n- name: Register Node and NPM versions\n command: \"{{ item }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/package-json | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/package-json/defaults/main.yml",
"content": "---\npackage_json_dir: /vagrant\nnpm_user: vagrant",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "provision/roles/package-json/tasks/main.yml",
"content": "---\n- name: In... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/packer | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/packer/tasks/main.yml",
"content": "---\r\n- name: Unzip is installed.\r\n yum:\r\n name: unzip\r\n state: present\r\n\r\n- name: Packer is downloaded and installed\r\n unarchive:\r\n src: https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_linux_amd64.zip\r\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/podman | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/podman/tasks/main.yml",
"content": "# Playbook to deploy rootless Podman\n---\n- name: Install Podman & Podman-docker CLI\n dnf:\n name:\n - podman-4.4.*\n - podman-docker-4.4.*\n state: present\n\n- name: Install docker-compose\n get_url:\n url: https://githu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/podman-service-autostart | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/podman-service-autostart/tasks/main.yml",
"content": "# Persist podman container after reboot\n---\n- name: Allow systemd services to be started at boot without login for vagrant\n command: loginctl enable-linger vagrant\n\n- name: Copy service file\n copy:\n src: container-r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/prod-config | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/prod-config/tasks/main.yml",
"content": "---\n- include_role:\n name: firewalld-allow-http-https\n\n# rootless podman cannot bind to privileged ports\n- name: Allow binding privileged ports from 80 and up\n sysctl:\n name: net.ipv4.ip_unprivileged_port_start\n value: \"8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/skaffold | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/skaffold/tasks/main.yml",
"content": "---\r\n- name: install skaffold\r\n get_url:\r\n url: '{{ skaffold_url }}'\r\n dest: '{{ skaffold_bin_dest }}'\r\n mode: 0777\r\n owner: vagrant\r\n group: vagrant\r\n\r\n- name: get skaffold version info\r\n command: '{{ skaf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/static-networking | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/static-networking/templates/sysctl.conf.j2",
"content": "# enable ipv4 forwarding\r\nnet.ipv4.ip_forward = 1\r\n\r\n# disable ipv6\r\nnet.ipv6.conf.all.disable_ipv6 = 1\r\nnet.ipv6.conf.default.disable_ipv6 = 1",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5756,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/terraform | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/terraform/tasks/main.yml",
"content": "---\r\n- name: unzip is installed\r\n yum:\r\n name: unzip\r\n state: present\r\n\r\n- name: install terraform binary\r\n unarchive:\r\n src: https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_linux_amd64.zip\r\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | komlevv/rockitengine-web | b0c10a993b174702fa00dc63a4bfd4fe6e58fe1c | 0 | provision/roles/virtualbox | 8,122 | [
"no_license"
] | [
{
"path": "provision/roles/virtualbox/tasks/main.yml",
"content": "---\r\n- name: Virtualbox repository is enabled\r\n get_url:\r\n url: http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo\r\n dest: /etc/yum.repos.d/virtualbox.repo\r\n\r\n- name: EPEL repository is enabled\r\n yum:\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1453,
"all_permissive": false
} |
ansible_role | jihyungSong/launchpad-backup | 28ea639dab16ef398ff20bc1a3675a1a22b212ca | 0 | spaceone/mongodb/ansible/roles/base | 8,122 | [
"permissive"
] | [
{
"path": "spaceone/mongodb/ansible/roles/base/tasks/main.yml",
"content": "---\n- name: Add apt key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.4.asc\n state: present\n\n- name: Add mongodb package repository\n apt_repository:\n repo: deb https://repo.mongodb.org/apt/ubuntu bio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2354,
"all_permissive": true
} |
ansible_role | jihyungSong/launchpad-backup | 28ea639dab16ef398ff20bc1a3675a1a22b212ca | 0 | spaceone/mongodb/ansible/roles/bastion | 8,122 | [
"permissive"
] | [
{
"path": "spaceone/mongodb/ansible/roles/bastion/tasks/main.yml",
"content": "---\n- name: Update apt repository cache\n apt:\n update_cache: yes\n\n- name: Convert Timezone to KST\n timezone:\n name: Asia/Seoul\n\n- name: Install nginx\n apt:\n name: nginx\n state: present\n\n- name: Create... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 838,
"all_permissive": true
} |
ansible_role | jihyungSong/launchpad-backup | 28ea639dab16ef398ff20bc1a3675a1a22b212ca | 0 | spaceone/mongodb/ansible/roles/config_replicaset | 8,122 | [
"permissive"
] | [
{
"path": "spaceone/mongodb/ansible/roles/config_replicaset/defaults/main.yml",
"content": "---\nshard_port: 27028\nmongo_data_path: /data/mongo\nmongo_log_path: /var/log/mongodb/mongod.log\nprivate_key_path: /home/ubuntu/mongoconfig/mongo-shard.pem\n",
"license_type": "permissive",
"detected_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1792,
"all_permissive": true
} |
ansible_role | jihyungSong/launchpad-backup | 28ea639dab16ef398ff20bc1a3675a1a22b212ca | 0 | spaceone/mongodb/ansible/roles/data_node_replicaset | 8,122 | [
"permissive"
] | [
{
"path": "spaceone/mongodb/ansible/roles/data_node_replicaset/vars/main.yml",
"content": "---\nreplica_info:\n tag_replica_set_1:\n shard: rs-shard1\n members:\n - host: \"mongodb-s1d1-dev.db.jhsong-mongodb-test:27028\"\n priority: 1\n - host: \"mongodb-s1d2-dev.db.jhsong-mongodb-te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2693,
"all_permissive": true
} |
ansible_role | mebobby2/book-ms | 8eb8d04178d9673f9628d64eca048acdd65ed266 | 0 | ansible/roles/docker | 8,122 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Add Docker repository and update apt cache\n apt_repository:\n repo: deb https://apt.dockerproject.org/repo ubuntu-trusty main\n update_cache: yes\n state: present\n tags: [docker]\n\n- name: Docker is present\n apt:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | BendinRS/HomeworkVLAN | aadc5cfb8d21b8254974eae39d38c2e938a681a9 | 0 | roles/host | 8,122 | [
"no_license"
] | [
{
"path": "roles/host/vars/main.yml",
"content": "---\n# vars file for dns\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/host/templates/eth_vlan.j2",
"content": "{% if ansible_hostname == 'testClient1' %}\nONBOOT=yes\nTYPE=Ethernet\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | BendinRS/HomeworkVLAN | aadc5cfb8d21b8254974eae39d38c2e938a681a9 | 0 | roles/router | 8,122 | [
"no_license"
] | [
{
"path": "roles/router/templates/CReth2vlan101.j2",
"content": "ONBOOT=yes\nTYPE=Ethernet\nVLAN=yes\nVLAN_NAME_TYPE=DEV_PLUS_VID_NO_PAD\nDEVICE=vlan101\nPHYSDEV=eth2\nVLAN_ID=101\nNM_CONTROLLED=no",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/chrome | 8,124 | [
"no_license"
] | [
{
"path": "roles/chrome/vars/main.yml",
"content": "---\nurl: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\nfile: \"{{ playbook_dir }}/chrome.deb\"\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/chrome/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/docker | 8,124 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Add Docker key\n apt_key:\n url: \"{{ docker_ce_key }}\"\n\n- name: Get release\n command: lsb_release -cs\n register: lsb_release\n delegate_to: 127.0.0.1\n\n- name: Add Docker repository\n apt_repository:\n filename: docker-ce\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1197,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/git | 8,124 | [
"no_license"
] | [
{
"path": "roles/git/vars/main.yml",
"content": "---\n# Must escape space\ngithub_name: JIA\\ YEE\nemail: <EMAIL>\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install Git\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1019,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/nodejs | 8,124 | [
"no_license"
] | [
{
"path": "roles/nodejs/vars/main.yml",
"content": "---\nrepo: deb https://deb.nodesource.com/setup_6.x {{ lsb_release.stdout }} main\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/psql | 8,124 | [
"no_license"
] | [
{
"path": "roles/psql/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n apt:\n name: postgresql\n\n- name: Install contrib\n apt:\n name: postgresql-contrib\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/sublime | 8,124 | [
"no_license"
] | [
{
"path": "roles/sublime/vars/main.yml",
"content": "---\nkey: https://download.sublimetext.com/sublimehq-pub.gpg\nrepo: deb https://download.sublimetext.com/ apt/stable/\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/sublime/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/ubuntu | 8,124 | [
"no_license"
] | [
{
"path": "roles/ubuntu/tasks/main.yml",
"content": "---\n- name: Forget app usage\n command: gsettings set org.gnome.desktop.privacy remember-app-usage \"{{ remember_app_usage }}\"\n\n- name: Remove old temp files\n command: gsettings set org.gnome.desktop.privacy remove-old-temp-files \"{{ remove_old_te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2542,
"all_permissive": false
} |
ansible_role | jia1/ansible-ubuntu-160403 | 190507b652271fbdc77dbcc61c7a22c4bee5bd7a | 0 | roles/vim | 8,124 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: Install vim\n apt:\n name: vim\n\n- name: Download .vimrc\n copy:\n src: \"{{ src_file }}\"\n dest: \"{{ dst_file }}\"\n mode: 0664\n force: yes\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | mcharytoniuk/human-connectome-pipelines-installer | 286fb8053ef09aca6d6f4d6e41f80b64747d8540 | 0 | hcpsetup/roles/connectome_workbench | 8,124 | [
"no_license"
] | [
{
"path": "hcpsetup/roles/connectome_workbench/tasks/main.yml",
"content": "- name: Install Connectome Workbench\n apt:\n name: \n - connectome-workbench\n state: latest\n\n- name: Strip .no.ABI-tag from shared libraries\n shell: strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | mcharytoniuk/human-connectome-pipelines-installer | 286fb8053ef09aca6d6f4d6e41f80b64747d8540 | 0 | hcpsetup/roles/fix | 8,124 | [
"no_license"
] | [
{
"path": "hcpsetup/roles/fix/tasks/main.yml",
"content": "- name: Install additional dependencies \n apt:\n name: \n - octave\n - octave-io\n - octave-specfun\n - octave-general\n - octave-control\n - octave-struct\n - octave-optim\n - octave-statistics\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | mcharytoniuk/human-connectome-pipelines-installer | 286fb8053ef09aca6d6f4d6e41f80b64747d8540 | 0 | hcpsetup/roles/freesurfer | 8,124 | [
"no_license"
] | [
{
"path": "hcpsetup/roles/freesurfer/tasks/main.yml",
"content": "- name: Install FreeSurfer dependencies\n apt: \n name: libjpeg62\n state: latest\n\n- name: Check for previous installations\n command: cat /opt/freesurfer/VERSION\n ignore_errors: true\n register: freesurfer_version\n\n- name: Cle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | mcharytoniuk/human-connectome-pipelines-installer | 286fb8053ef09aca6d6f4d6e41f80b64747d8540 | 0 | hcpsetup/roles/fsl | 8,124 | [
"no_license"
] | [
{
"path": "hcpsetup/roles/fsl/tasks/main.yml",
"content": "- name: Install additional dependencies \n apt:\n name: \n - build-essential\n - python\n state: latest\n\n- name: Download FMRIB Software Library Installer\n get_url: \n url: https://fsl.fmrib.ox.ac.uk/fsldownloads/fslinstalle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | mcharytoniuk/human-connectome-pipelines-installer | 286fb8053ef09aca6d6f4d6e41f80b64747d8540 | 0 | hcpsetup/roles/gradunwarp | 8,124 | [
"no_license"
] | [
{
"path": "hcpsetup/roles/gradunwarp/tasks/main.yml",
"content": "- name: Install additional dependencies \n apt:\n name: \n - python-nibabel\n - python-numpy\n - python-scipy\n state: latest\n\n- name: Unpack gradunwarp\n unarchive:\n src: https://github.com/Washington-University... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | mcharytoniuk/human-connectome-pipelines-installer | 286fb8053ef09aca6d6f4d6e41f80b64747d8540 | 0 | hcpsetup/roles/hcppipelines | 8,124 | [
"no_license"
] | [
{
"path": "hcpsetup/roles/hcppipelines/tasks/main.yml",
"content": "- name: Install additional dependencies \n apt:\n name: \n - build-essential\n - python\n state: latest\n\n- name: Check for previous installation\n command: cat /opt/HCPpipelines-4.0.1/version.txt\n register: hcppipelin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | mcharytoniuk/human-connectome-pipelines-installer | 286fb8053ef09aca6d6f4d6e41f80b64747d8540 | 0 | hcpsetup/roles/msm_hocr | 8,124 | [
"no_license"
] | [
{
"path": "hcpsetup/roles/msm_hocr/tasks/main.yml",
"content": "- name: Install additional dependencies\n apt:\n name: libopenblas-dev\n state: latest\n\n- name: Create MSM_HOCR install directory\n file:\n path: /opt/msm_hocr/bin\n state: directory\n\n- name: Download MSM_HOCR \n get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | baileyallison/nextcloud-ansible | 30647574c450ce00986ee7ff0ef5ba9674287ca4 | 0 | roles/database | 8,124 | [
"permissive"
] | [
{
"path": "roles/database/tasks/enable_database.yml",
"content": "---\n- name: enable mariadb systemd\n service:\n name: mariadb\n state: started\n enabled: yes",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 99
},
{
"path": "roles... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1456,
"all_permissive": true
} |
ansible_role | baileyallison/nextcloud-ansible | 30647574c450ce00986ee7ff0ef5ba9674287ca4 | 0 | roles/nextcloud | 8,124 | [
"permissive"
] | [
{
"path": "roles/nextcloud/tasks/main.yml",
"content": "---\n- name: include download_nextcloud.yml\n include_tasks: download_nextcloud.yml",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 82
},
{
"path": "roles/nextcloud/tasks/download_next... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1019,
"all_permissive": true
} |
ansible_role | baileyallison/nextcloud-ansible | 30647574c450ce00986ee7ff0ef5ba9674287ca4 | 0 | roles/packages | 8,124 | [
"permissive"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: include rocky_repos.yml\n include_tasks: rocky_repos.yml\n when: ansible_distribution == 'Rocky'\n\n- name: include ubuntu_repos.yml\n include_tasks: ubuntu_repos.yml\n when: ansible_distribution == 'Ubuntu'\n\n- name: include rocky_pac... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2918,
"all_permissive": true
} |
ansible_role | baileyallison/nextcloud-ansible | 30647574c450ce00986ee7ff0ef5ba9674287ca4 | 0 | roles/php | 8,124 | [
"permissive"
] | [
{
"path": "roles/php/tasks/install_php.yml",
"content": "---\n- name: install PHP packages on ubuntu\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ ubuntu_php_packages }}\"\n when: ansible_distribution == 'Ubuntu'\n\n- name: install PHP packages on rocky\n ansibl... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1660,
"all_permissive": true
} |
ansible_role | baileyallison/nextcloud-ansible | 30647574c450ce00986ee7ff0ef5ba9674287ca4 | 0 | roles/webserver | 8,124 | [
"permissive"
] | [
{
"path": "roles/webserver/handlers/main.yml",
"content": "---\n- name: restart apache2\n ansible.builtin.service:\n name: apache2\n state: restarted\n\n- name: restart httpd\n ansible.builtin.service:\n name: httpd\n state: restarted",
"license_type": "permissive",
"detected_licenses"... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4353,
"all_permissive": true
} |
ansible_role | vahidabdi/configs | 330d035b54f7b01b589cb25e0ed58f8894077699 | 0 | roles/base | 8,124 | [
"no_license"
] | [
{
"path": "roles/base/tasks/packages.yml",
"content": "---\n- name: Install base packages\n pacman:\n name: \"{{ base_packages }}\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/base/tasks/main.yml",
"content":... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1046,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.