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
durga899/Roboshop_ansible
8598d8dab20f81703ee1bc77444456698973303e
0
roles/frontend
137
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: Starting nginx\n ansible.builtin.service:\n state: started\n name: nginx\n\n- name: Download frontend content\n ansible.builtin.get_url:\n url: http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
durga899/Roboshop_ansible
8598d8dab20f81703ee1bc77444456698973303e
0
roles/mongodb
137
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Getting mongodb repo\n ansible.builtin.get_url: \n url: https://raw.githubusercontent.com/roboshop-devops-project/mongodb/main/mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n \n- name: Installing mongodb\n ansible.builtin.yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
momota/fluentd-server-build
00f03ee79eacbd47a552e4620d52a8c8cd3fb915
1
playbook/roles/elasticsearch
137
[ "no_license" ]
[ { "path": "playbook/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Give mapping configuration\n uri:\n url: http://localhost:9201/_template/logstatsh-tmpl\n method: POST\n body: \"{{ lookup('file', 'mapping.json') }}\"\n body_format: json\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1702, "all_permissive": false }
ansible_role
momota/fluentd-server-build
00f03ee79eacbd47a552e4620d52a8c8cd3fb915
1
playbook/roles/fluentd
137
[ "no_license" ]
[ { "path": "playbook/roles/fluentd/templates/td-agent.conf.j2", "content": "<source>\n @type dstat\n tag dstat.__HOSTNAME__\n option -cmdgn\n delay 5\n</source>\n\n<match dstat.**>\n @type copy\n <store>\n @type elasticsearch\n host log01\n port 9201\n logstatsh_format true\n logstatsh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
momota/fluentd-server-build
00f03ee79eacbd47a552e4620d52a8c8cd3fb915
1
playbook/roles/os
137
[ "no_license" ]
[ { "path": "playbook/roles/os/tasks/install_packages.yml", "content": "---\n- name: Install epel parckage for installing elasticsearch\n yum:\n name: epel-release\n state: latest\n\n- name: Install parckage for installing elasticsearch\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2006, "all_permissive": false }
ansible_role
nsavelyeva/metaphotor
7f4cf9f67c7629365e5545e5257bdc50b91fa6f1
0
deploy/variant-ansible/roles/deploy_db
137
[ "no_license" ]
[ { "path": "deploy/variant-ansible/roles/deploy_db/defaults/main.yaml", "content": "---\napt_postgresql_packages:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n\nyum_postgresql_packages:\n - postgresql\n - postgresql-server\n - postgresql-contrib\n - postgresql-libs\n\npostgresql_python_library...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1636, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/ansible
137
[ "no_license" ]
[ { "path": "roles/ansible/defaults/main.yml", "content": "---\n## Package management\nansible_package_name: \"ansible-core\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/ansible/README.md", "content": "# Ansible Role: local.system.ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 872, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/avahi
137
[ "no_license" ]
[ { "path": "roles/avahi/handlers/main.yml", "content": "---\n- name: \"Restart avahi systemd services\"\n become: true\n ansible.builtin.systemd:\n name: \"{{ avahi_service_name }}\"\n state: \"restarted\"\n when: \"avahi_service_state != 'stopped'\"\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2323, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/bash
137
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "---\n- name: \"Install bash dnf packages\"\n become: true\n ansible.builtin.dnf:\n name: \"{{ bash_package_name }}\"\n state: \"present\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 856, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/chrony
137
[ "no_license" ]
[ { "path": "roles/chrony/templates/chrony.conf.j2", "content": "{{ ansible_managed | comment }}\n\n{% if chrony_config_pools is defined %}\n# NTP pools for time synchronization.\n{%for pool in chrony_config_pools %}\npool {{ pool.name }} {{ pool.options }}\n{% endfor %}\n{% elif chrony_config_servers is defi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3094, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/cockpit
137
[ "no_license" ]
[ { "path": "roles/cockpit/tasks/main.yml", "content": "---\n- name: \"Install cockpit dnf packages\"\n become: true\n ansible.builtin.dnf:\n name: \"{{ cockpit_package_name }}\"\n state: \"present\"\n notify: \"Restart cockpit systemd service\"\n\n- name: \"Gather package facts\"\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2702, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/epel
137
[ "no_license" ]
[ { "path": "roles/epel/defaults/main.yml", "content": "---\n## Package management\nepel_package_name: \"epel-release\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/epel/tasks/main.yml", "content": "---\n- name: \"Install epel dnf pack...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 195, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/firewalld
137
[ "no_license" ]
[ { "path": "roles/firewalld/handlers/main.yml", "content": "---\n- name: \"Restart firewalld systemd services\"\n become: true\n ansible.builtin.systemd:\n name: \"{{ firewalld_service_name }}\"\n state: \"restarted\"\n when: \"firewalld_service_state != 'stopped'\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2298, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/git
137
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: \"Install git dnf packages\"\n become: true\n ansible.builtin.dnf:\n name: \"{{ git_package_name }}\"\n state: \"present\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 936, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/networkmanager
137
[ "no_license" ]
[ { "path": "roles/networkmanager/README.md", "content": "# Ansible Role: local.system.networkmanager\nAn Ansible role to install and configure NetworkManager.\n\n## Description\nNetworkManager is a program for providing detection and configuration for systems to automatically connect to networks, useful for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3590, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/pcp
137
[ "no_license" ]
[ { "path": "roles/pcp/README.md", "content": "# Ansible Role: local.system.pcp\nAn Ansible role to install and configure Performance Co-Pilot (PCP).\n\n## Description\nPerformance Co-Pilot (PCP) is a suite of tools, services, and libraries for monitoring, visualising, storing, and analysing system-level perf...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1749, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/selinux
137
[ "no_license" ]
[ { "path": "roles/selinux/defaults/main.yml", "content": "---\n## Package management\nselinux_package_name:\n - \"libselinux\"\n - \"selinux-policy\"\n - \"policycoreutils-python-utils\"\n\n## Configuration management\nselinux_config_policy: \"targeted\"\nselinux_config_state: \"enforcing\"\n", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1225, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/sshd
137
[ "no_license" ]
[ { "path": "roles/sshd/defaults/main.yml", "content": "---\n## Package management\nsshd_package_name: \"openssh-server\"\n\n## Configuration management: authentication\n# sshd_config_logingracetime: 120\n# sshd_config_permitrootlogin: \"no\"\n# sshd_config_strictmodes: \"yes\"\n# sshd_config_maxauthtries: 6\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4343, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/tuned
137
[ "no_license" ]
[ { "path": "roles/tuned/tasks/main.yml", "content": "---\n- name: \"Install tuned dnf packages\"\n become: true\n ansible.builtin.dnf:\n name: \"{{ tuned_package_name }}\"\n state: \"present\"\n notify: \"Restart tuned systemd services\"\n\n- name: \"Manage tuned systemd services\"\n become: true\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1672, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/update
137
[ "no_license" ]
[ { "path": "roles/update/handlers/main.yml", "content": "---\n- name: \"Reboot system\"\n become: true\n ansible.builtin.reboot:\n reboot_timeout: \"{{ update_reboot_timeout }}\"\n pre_reboot_delay: \"{{ update_reboot_delay }}\"\n msg: \"Automatic reboot will occur in {{ update_reboot_delay }} sec...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2156, "all_permissive": false }
ansible_role
alexmuir97/ansible-collection-local.system
52be7576416cfaab71d46b13194ea07504575993
0
roles/user
137
[ "no_license" ]
[ { "path": "roles/user/defaults/main.yml", "content": "---\n## User management\nuser_users: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/user/templates/sudoers.d.user.j2", "content": "{{ ansible_managed | comment }}\n# Group rules ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2985, "all_permissive": false }
ansible_role
starbops/openstack-ansible-woc
81de14218b7d9687a7127528ad4587d49f3cff46
1
roles/openstack
137
[ "no_license" ]
[ { "path": "roles/openstack/tasks/prerequisites.yml", "content": "---\n- name: Hostname aliases\n become: yes\n lineinfile:\n dest: /etc/hosts\n line: \"{{ nodes.controller.management_ip_address }} controller network compute1 block1 object1\"\n state: present\n- name: Basic dependencies\n become:...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 80753, "all_permissive": false }
ansible_role
cqroot/openstack-keystone-ansible
f50976b4a5de547e92beed9eebb03d8bf1a27aa8
0
roles/keystone-bootstrap
137
[ "no_license" ]
[ { "path": "roles/keystone-bootstrap/tasks/main.yml", "content": "---\n- name: Populate the Identity service database\n shell: keystone-manage db_sync\n\n- name: Initialize Fernet key repositories\n shell: keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone\n\n- name: Initialize...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
cqroot/openstack-keystone-ansible
f50976b4a5de547e92beed9eebb03d8bf1a27aa8
0
roles/keystone-config
137
[ "no_license" ]
[ { "path": "roles/keystone-config/templates/keystone.conf.j2", "content": "[DEFAULT]\nlog_dir = /var/log/keystone\n\n[token]\nprovider = fernet\n\n[database]\nconnection = {{ keystone_connection }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2415, "all_permissive": false }
ansible_role
cqroot/openstack-keystone-ansible
f50976b4a5de547e92beed9eebb03d8bf1a27aa8
0
roles/keystone-distribute
137
[ "no_license" ]
[ { "path": "roles/keystone-distribute/tasks/main.yml", "content": "---\n- name: Distribution files\n synchronize:\n src: \"{{ playbook_dir }}/keystone\"\n dest: /etc/\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
cqroot/openstack-keystone-ansible
f50976b4a5de547e92beed9eebb03d8bf1a27aa8
0
roles/keystone-fetch
137
[ "no_license" ]
[ { "path": "roles/keystone-fetch/tasks/main.yml", "content": "---\n- name: Fetch /etc/keystone from the remote and save to local\n synchronize: src={{ item }} dest={{ playbook_dir }} mode=pull\n with_items:\n - \"/etc/keystone\"\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
cqroot/openstack-keystone-ansible
f50976b4a5de547e92beed9eebb03d8bf1a27aa8
0
roles/keystone-install
137
[ "no_license" ]
[ { "path": "roles/keystone-install/tasks/main.yml", "content": "---\n- name: Install yum dependency\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python3\n - python3-pip\n - python3-devel\n - httpd\n - python3-mod_wsgi\n\n- name: Update pip3\n shell: pip3 install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
cqroot/openstack-keystone-ansible
f50976b4a5de547e92beed9eebb03d8bf1a27aa8
0
roles/keystone-restart
137
[ "no_license" ]
[ { "path": "roles/keystone-restart/tasks/main.yml", "content": "---\n- name: Restart service httpd\n systemd:\n state: restarted\n name: httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
tincze/rh-ansible-day2
b3eefc42ef7876737547c456f541a784c3787ac5
0
roles/win_ad_install
137
[ "no_license" ]
[ { "path": "roles/win_ad_install/tasks/main.yml", "content": "---\n# tasks file for win_ad_install\n- name: Install AD Services\n win_feature:\n name: AD-Domain-Services\n include_management_tools: yes\n include_sub_features: yes\n state: present\n register: result\n- name: Configure AD\n win_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
tincze/rh-ansible-day2
b3eefc42ef7876737547c456f541a784c3787ac5
0
roles/win_ad_user
137
[ "no_license" ]
[ { "path": "roles/win_ad_user/tasks/main.yml", "content": "---\n# tasks file for win_domain_user\n- name: create windows users\n win_domain_user:\n name: \"{{ item.name }}\" \n firstname: \"{{ item.firstname }}\" \n surname: \"{{ item.lastname }}\" \n password: \"{{ <PASSWORD> }}\" \n group: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1101, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/host_setup
137
[ "no_license" ]
[ { "path": "roles/host_setup/tasks/main.yml", "content": "- name: Change hostname\n hostname:\n name: \"{{ hostname }}\"\n\n- name: Add /etc/hosts record\n lineinfile:\n line: \"{{ansible_default_ipv4.address}} {{ansible_hostname}}.{{freeipa_domain}}\"\n path: \"/etc/hosts\"\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1209, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/ipa_install
137
[ "no_license" ]
[ { "path": "roles/ipa_install/tasks/main.yml", "content": "- name: Install freeipa packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - ipa-server\n - ipa-server-dns\n\n- name: Copy certs\n copy:\n src: \"./inventory/ipa/ssl/\"\n dest: \"/opt/ssl/\"\n\n- name: Change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1026, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/start_dfs
137
[ "no_license" ]
[ { "path": "roles/start_dfs/tasks/main.yml", "content": "- name: Starting dfs\n shell: \"bash -i /home/hadoop/hadoop/sbin/start-dfs.sh\"\n when: inventory_hostname in groups[\"master\"]\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/start_hbase
137
[ "no_license" ]
[ { "path": "roles/start_hbase/tasks/main.yml", "content": "- name: Starting hbase\n shell: \"bash -i /home/hadoop/hbase/bin/start-hbase.sh\"\n when: inventory_hostname in groups[\"master\"]\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/start_hbase_thrift
137
[ "no_license" ]
[ { "path": "roles/start_hbase_thrift/tasks/main.yml", "content": "- name: Starting hbase-thrift\n become: true\n service:\n name: \"hbase-thrift\"\n state: started\n when: inventory_hostname in groups[\"master\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/start_spark
137
[ "no_license" ]
[ { "path": "roles/start_spark/tasks/main.yml", "content": "- name: Starting spark\n shell: \"bash -i /home/hadoop/spark/sbin/start-master.sh\"\n when: inventory_hostname in groups[\"master\"]\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/start_spark_job
137
[ "no_license" ]
[ { "path": "roles/start_spark_job/tasks/main.yml", "content": "- name: Starting spark job\n become: true\n service:\n name: \"spark-job\"\n state: started\n when: inventory_hostname in groups[\"master\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/start_yarn
137
[ "no_license" ]
[ { "path": "roles/start_yarn/tasks/main.yml", "content": "- name: Starting yarn\n shell: \"bash -i /home/hadoop/hadoop/sbin/start-yarn.sh\"\n when: inventory_hostname in groups[\"master\"]\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/start_zk
137
[ "no_license" ]
[ { "path": "roles/start_zk/tasks/main.yml", "content": "- name: Starting Zookeeper\n command: \"/home/hadoop/zookeeper/bin/zkServer.sh start\"\n when: inventory_hostname in groups[\"all\"]", "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
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/stop_dfs
137
[ "no_license" ]
[ { "path": "roles/stop_dfs/tasks/main.yml", "content": "- name: Stopping dfs\n shell: \"bash -i /home/hadoop/hadoop/sbin/stop-dfs.sh\"\n when: inventory_hostname in groups[\"master\"]", "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
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/stop_hbase
137
[ "no_license" ]
[ { "path": "roles/stop_hbase/tasks/main.yml", "content": "- name: Stopping hbase\n shell: \"bash -i /home/hadoop/hbase/bin/stop-hbase.sh\"\n when: inventory_hostname in groups[\"master\"]\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
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/stop_hbase_thrift
137
[ "no_license" ]
[ { "path": "roles/stop_hbase_thrift/tasks/main.yml", "content": "- name: Stopping hbase-thrift\n become: true\n service:\n name: \"hbase-thrift\"\n state: stopped\n when: inventory_hostname in groups[\"master\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/stop_spark
137
[ "no_license" ]
[ { "path": "roles/stop_spark/tasks/main.yml", "content": "- name: Stopping spark\n shell: \"bash -i /home/hadoop/spark/sbin/stop-master.sh\"\n when: inventory_hostname in groups[\"master\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/stop_spark_job
137
[ "no_license" ]
[ { "path": "roles/stop_spark_job/tasks/main.yml", "content": "- name: Stopping spark job\n become: true\n service:\n name: \"spark-job\"\n state: stopped\n when: inventory_hostname in groups[\"master\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/stop_yarn
137
[ "no_license" ]
[ { "path": "roles/stop_yarn/tasks/main.yml", "content": "- name: Stopping yarn\n shell: \"bash -i /home/hadoop/hadoop/sbin/stop-yarn.sh\"\n when: inventory_hostname in groups[\"master\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
MaksymilianSiemienowicz/ansible
c7231507c9b75877bf1ac617e4d862ac0c6655c6
0
roles/stop_zk
137
[ "no_license" ]
[ { "path": "roles/stop_zk/tasks/main.yml", "content": "- name: Stopping Zookeeper\n command: \"/home/hadoop/zookeeper/bin/zkServer.sh stop\"\n when: inventory_hostname in groups[\"all\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
LITE2023GHUB/CpE212_Magnait-Marv_HOA11.1
c1469da31831a15b09e7594fe4d7395bc98aa8cf
0
roles/Ubuntu
143
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/main.yml", "content": "---\n- name: Install Docker \n tags: prep\n become: true\n apt:\n name:\n - docker.io\n state: latest\n\n- name: Start the Docker Service in Ubuntu\n tags: prep\n become: true\n service:\n name: docker\n state: started\n enabled:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
pulijon/Sttcast
585685c1be62c171c1a8f2124a36e22470c2e6d7
20
Automation/VM/Ansible/roles/app_exec
143
[ "no_license" ]
[ { "path": "Automation/VM/Ansible/roles/app_exec/vars/main.yml", "content": "---\n# app_exec - vars - main.yml\n\n# Local dir\nlocal_payload_dir: \"/vagrant/Payload\"\n\n# Remote dir\nremote_payload_dir: \"{{ app_dir }}/Payload\"\n# remote_payload_dir: \"{{ ram_mount_point }}/Payload\"\n\n\n# Configure sttca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3979, "all_permissive": false }
ansible_role
pulijon/Sttcast
585685c1be62c171c1a8f2124a36e22470c2e6d7
20
Automation/VM/Ansible/roles/app_install
143
[ "no_license" ]
[ { "path": "Automation/VM/Ansible/roles/app_install/tasks/main.yml", "content": "---\n# Install sttcast app\n\n\n - name: Sttcast directory\n file:\n path: \"{{ app_dir }}\"\n state: directory\n owner: ubuntu\n become: true\n\n - name: Copy Sttcast\n git:\n repo: \"{{ app_repo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2266, "all_permissive": false }
ansible_role
pulijon/Sttcast
585685c1be62c171c1a8f2124a36e22470c2e6d7
20
Automation/VM/Ansible/roles/system_config
143
[ "no_license" ]
[ { "path": "Automation/VM/Ansible/roles/system_config/tasks/main.yml", "content": "---\n# Configure the machine\n- name: Waiting for the host to be available\n wait_for:\n host: \"{{ inventory_hostname }}\"\n port: 22\n delay: 10\n timeout: 300\n state: started\n delegate_to: localhost\n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
VerosK/ansible-demo-2022-05
207123eb57bdfad40a4a44a57ead7da38349f9bd
0
roles/local.adminer
143
[ "no_license" ]
[ { "path": "roles/local.adminer/defaults/main.yml", "content": "\n# local.adminer/defaults/main.yml\n\nadminer_dir: /opt/adminer\nadminer_source_url: \n https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1.php\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 424, "all_permissive": false }
ansible_role
sushantregmi07/ansible-ubuntu
9629c1afcf9041de243a1d02c74e22a1029596d4
0
exercise13/roles/post-install
143
[ "no_license" ]
[ { "path": "exercise13/roles/post-install/vars/main.yml", "content": "---\n# vars file for post-install\nUSRNM: all\nCOMM: straight oughta all group\nntp_centos: 2.centos.pool.ntp.org\nntp_ubuntu0: 0.ubuntu.pool.ntp.org\nntp_ubuntu1: 1.ubuntu.pool.ntp.org\nntp_ubuntu2: 2.ubuntu.pool.ntp.org\nntp_ubuntu3: 3.u...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2012, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/deploy
143
[ "no_license" ]
[ { "path": "roles/deploy/templates/upstart.j2", "content": "description \"{{ app }} supervisor\"\n\nstart on filesystem or runlevel [2345]\nstop on runlevel [!2345]\n\nsetuid {{ ansible_ssh_user }}\nsetgid {{ ansible_ssh_user }}\n\nrespawn\nrespawn limit 5 2\n\n{% for var in env %}\nenv {{ var }}\n{% endfor ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1114, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/exim
143
[ "no_license" ]
[ { "path": "roles/exim/tasks/main.yml", "content": "---\n\n- name: install exim4\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - exim4\n\n- name: upload config file\n sudo: yes\n template: src=update-exim4.j2 dest=/etc/exim4/update-exim4.conf.conf\n notify:\n - update exim confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 589, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/fail2ban
143
[ "no_license" ]
[ { "path": "roles/fail2ban/handlers/main.yml", "content": "---\n\n- name: start fail2ban\n sudo: yes\n service: name=fail2ban state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 217, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/firewall
143
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n\n- name: update packages\n sudo: yes\n apt: update_cache=yes\n\n- name: install packages\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - ufw\n\n- name: disable all incoming traffic\n sudo: yes\n ufw: direction=incoming ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/gettext
143
[ "no_license" ]
[ { "path": "roles/gettext/tasks/main.yml", "content": "---\n- name: install gettext\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - gettext\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/git
143
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: install git\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - git-core\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
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/git_bare
143
[ "no_license" ]
[ { "path": "roles/git_bare/tasks/main.yml", "content": "---\n- name: create app folder\n file: path=/home/{{ ansible_ssh_user }}/www/{{ app }}/public state=directory\n\n- name: create app logs folder\n file: path=/home/{{ ansible_ssh_user }}/www/{{ app }}/logs state=directory\n\n- name: create bare repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/goaccess
143
[ "no_license" ]
[ { "path": "roles/goaccess/templates/goaccess.j2", "content": "######################################\n# Time Format Options (required)\n######################################\n#\n# The hour (24-hour clock) [00,23]; leading zeros are permitted but not required.\n# The minute [00,59]; leading zeros are permit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 14427, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/grafana
143
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: set repo key\n sudo: yes\n apt_key:\n url: 'https://packagecloud.io/gpg.key'\n state: present\n\n- name: add repo\n sudo: yes\n apt_repository:\n repo: 'deb https://packagecloud.io/grafana/stable/debian/ wheezy main'\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 896, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/host
143
[ "no_license" ]
[ { "path": "roles/host/tasks/main.yml", "content": "---\n- name: Set hostname\n sudo: yes\n hostname: name={{ hostname }}\n\n- name: Configure hosts\n sudo: yes\n lineinfile:\n dest=/etc/hosts\n regexp=\"^127\\.0\\.1\\.1\"\n line=\"{{ ansible_ssh_host }}{{'\\t'}}{{ domain }}{{'\\t'}}{{ hostname ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/influxdb
143
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n\n- name: remove i386 arch\n sudo: yes\n command:\n dpkg --remove-architecture i386\n\n- name: set repo key\n sudo: yes\n apt_key:\n url: 'https://repos.influxdata.com/influxdb.key'\n state: present\n\n- name: add repo\n sudo: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1074, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/mailhog
143
[ "no_license" ]
[ { "path": "roles/mailhog/templates/mailhog.j2", "content": "description \"mailhog supervisor\"\n\nstart on filesystem or runlevel [2345]\nstop on runlevel [!2345]\n\nsetuid {{ ansible_ssh_user }}\nsetgid {{ ansible_ssh_user }}\n\nrespawn\nrespawn limit 5 2\n\nenv MH_UI_BIND_ADDR={{ ansible_ssh_host }}:8026\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 971, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/memcached
143
[ "no_license" ]
[ { "path": "roles/memcached/handlers/main.yml", "content": "---\n\n- name: start memcached\n sudo: yes\n service: name=memcached state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/memcached/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 222, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/mongodb
143
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n- name: install\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - mongodb\n notify:\n - restart exim\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/mon...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 200, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/motd
143
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yml", "content": "---\n\n- name: install figlet\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - figlet\n\n- name: render figlet name\n command: figlet {{ hostname }}\n register: figlet\n\n- name: create motd message\n sudo: yes\n template: src=mot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/mysql
143
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: install mysql\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - mysql-server\n - python-mysqldb\n notify:\n - start mysql\n\n- name: set root password\n sudo: yes\n mysql_user:\n name=root\n host={{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 985, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/mysql_db
143
[ "no_license" ]
[ { "path": "roles/mysql_db/tasks/main.yml", "content": "---\n- name: create db\n mysql_db:\n login_user=root\n login_password={{ db_<PASSWORD> }}\n name={{ app }}\n state=present\n\n- name: create db user\n mysql_user:\n login_user=root\n login_password={{ <PASSWORD> }}\n name={{ app }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/newrelic
143
[ "no_license" ]
[ { "path": "roles/newrelic/handlers/main.yml", "content": "---\n\n- name: start newrelic\n sudo: yes\n service: name=newrelic-sysmond state=started\n\n- name: restart newrelic\n sudo: yes\n service: name=newrelic-sysmond state=restarted\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 853, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/nginx
143
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: open http\n sudo: yes\n ufw: rule=allow port=80 proto=tcp\n\n- name: install nginx\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - nginx\n notify:\n - start nginx\n\n- name: get number of processors\n shell: gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/nginx_auth
143
[ "no_license" ]
[ { "path": "roles/nginx_auth/templates/nginx.j2", "content": "{% if no_www is defined %}\nserver {\n server_name *.{{ app_domain }};\n return 301 $scheme://{{ app_domain }}$request_uri;\n}\n{% endif %}\n\nserver {\n\n listen 80;\n\n server_name {{ app_domain }};\n root /home/{{ ansible_ssh_user }}/www/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1299, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/nginx_ruby
143
[ "no_license" ]
[ { "path": "roles/nginx_ruby/templates/nginx.j2", "content": "upstream {{ app }} {\n server unix:///tmp/{{ app }}.sock;\n}\n\nserver {\n\n listen 80;\n\n server_name {{ app_domain }};\n root /home/{{ ansible_ssh_user }}/www/{{ app }}/public/public;\n\n {% if load_balancer is defined %}\n real_ip_header...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1340, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/nodejs
143
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: install nodejs\n sudo: yes\n apt: name=nodejs state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/parallel
143
[ "no_license" ]
[ { "path": "roles/parallel/tasks/main.yml", "content": "---\n\n- name: install parallel\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - parallel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/phpfpm
143
[ "no_license" ]
[ { "path": "roles/phpfpm/tasks/main.yml", "content": "---\n\n- name: install php-fpm\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - php5-fpm\n - php5-mysql\n - php5-xmlrpc\n - php5-cgi\n - php5-curl\n - php5-gd\n - php5-cli\n - php-apc\n - php5-dev\n - php5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 930, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/postgresql
143
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yml", "content": "---\n\n- name: start postgresql\n sudo: yes\n service: name=postgresql state=started\n\n- name: restart postgresql\n sudo: yes\n service: name=postgresql state=restarted\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 529, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/psql_db
143
[ "no_license" ]
[ { "path": "roles/psql_db/tasks/main.yml", "content": "---\n- name: create psql db\n sudo: yes\n sudo_user: postgres\n postgresql_db: name={{ app }} owner={{ ansible_ssh_user }} state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/python
143
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: install python\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - python\n - python-pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/redis
143
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: add redis repo\n sudo: yes\n apt_repository:\n repo='ppa:chris-lea/redis-server'\n state=present\n\n- name: update sources\n sudo: yes\n apt: update_cache=yes\n\n- name: install redis\n sudo: yes\n apt: name={{ item }} state=late...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/ruby
143
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: install common package\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - software-properties-common\n - build-essential\n - libssl-dev\n\n- name: add brightbox repo\n sudo: yes\n apt_repository:\n repo='ppa:brig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/sqlite
143
[ "no_license" ]
[ { "path": "roles/sqlite/tasks/main.yml", "content": "---\n\n- name: install sqlite\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - sqlite3\n - libsqlite3-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/ssh
143
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Disable root access\n sudo: yes\n lineinfile:\n dest=/etc/ssh/sshd_config\n regexp=\"^#?PermitRootLogin\"\n line=\"PermitRootLogin no\"\n backrefs=yes\n state=present\n notify:\n - restart ssh\n\n- name: Disable password aut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/ssh_key
143
[ "no_license" ]
[ { "path": "roles/ssh_key/tasks/main.yml", "content": "---\n- name: upload ssh pub key\n sudo: yes\n authorized_key:\n user={{ ansible_ssh_user }}\n key=https://github.com/{{ github_user }}.keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/svn
143
[ "no_license" ]
[ { "path": "roles/svn/tasks/main.yml", "content": "---\n- name: install svn\n sudo: yes\n apt: name=subversion state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/swaks
143
[ "no_license" ]
[ { "path": "roles/swaks/tasks/main.yml", "content": "---\n\n- name: install swaks\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - swaks\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
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/tarsnap
143
[ "no_license" ]
[ { "path": "roles/tarsnap/templates/weekly.j2", "content": "#! /bin/bash\n\nexport PATH=\"/usr/local/bin:/usr/bin:/bin\"\n\n`/root/bin/db_dump.sh`;\n\ntarsnap --list-archives -v | grep weekly | sort -k 2 -r | awk '{ if (NR > 4) { system(\"tarsnap -d -f \" $1) } } END { system(\"tarsnap -c -f {{ hostname }}-w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2999, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/timezone
143
[ "no_license" ]
[ { "path": "roles/timezone/handlers/main.yml", "content": "- name: reconfigure tzdata\n sudo: yes\n command: dpkg-reconfigure -f noninteractive tzdata\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/timezone/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 205, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/transifex
143
[ "no_license" ]
[ { "path": "roles/transifex/tasks/main.yml", "content": "---\n- name: install client\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - transifex-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/transifex_client
143
[ "no_license" ]
[ { "path": "roles/transifex_client/tasks/main.yml", "content": "---\n- name: initialize client\n shell:\n tx init --host={{ tx_host }} --user={{ tx_user }} --pass={{ tx_password }}\n chdir=/home/{{ ansible_ssh_user }}/www/{{ app }}/public/tmp/transifex\n creates=/home/{{ ansible_ssh_user }}/www/{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/update
143
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: install aptitude\n sudo: yes\n apt: name=aptitude state=latest\n\n- name: update packages\n sudo: yes\n apt: update_cache=yes\n\n- name: upgrade packages\n sudo: yes\n apt: upgrade=safe\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/wordpress
143
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: download\n get_url:\n url=http://wordpress.org/latest.tar.gz\n dest=/home/{{ ansible_ssh_user }}/wordpress.tar.gz\n\n- name: unpack\n unarchive:\n src=/home/{{ ansible_ssh_user }}/wordpress.tar.gz\n dest=/home/{{ ansible_ssh_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": false }
ansible_role
nixtrace/ansibles
6b445ec700e8f2708bdf7133d5a8aa6d207e41ef
1
roles/zip
143
[ "no_license" ]
[ { "path": "roles/zip/tasks/main.yml", "content": "---\n- name: install zip\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - zip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
nasa9084-morgue/kubeadm-ansible
9131f86d59451e0c867d288525b08eccd492b02c
1
roles/common
143
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\nkubernetes-master {{ groups['master'][0] }}\nkubernetes-minion-1 {{ groups['minion'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5968, "all_permissive": false }
ansible_role
nasa9084-morgue/kubeadm-ansible
9131f86d59451e0c867d288525b08eccd492b02c
1
roles/master
143
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n- name: configure cgroup driver\n replace:\n path: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf\n regexp: cgroup-driver=systemd\n replace: cgroup-driver=cgroupfs\n\n- name: restart kubelet\n systemd:\n name: kubelet\n daemon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1535, "all_permissive": false }
ansible_role
nasa9084-morgue/kubeadm-ansible
9131f86d59451e0c867d288525b08eccd492b02c
1
roles/minion
143
[ "no_license" ]
[ { "path": "roles/minion/tasks/main.yml", "content": "---\n- name: join node\n command: kubeadm join --token {{ hostvars[groups['master'][0]]['kubeadm_token']['stdout'] }} {{ groups['master'][0] }}:6443 --discovery-token-ca-cert-hash {{ hostvars[groups['master'][0]]['kubeadm_hash']['stdout'] }}\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
meatcar/vagrant-phenomecentral
010e812b0ac6bc776771c048fb634ece3b972545
0
ansible/roles/phenomecentral
143
[ "no_license" ]
[ { "path": "ansible/roles/phenomecentral/tasks/exomiser.yml", "content": "- name: download exomiser localy\n connection: local\n sudo: false\n get_url:\n dest=./exomiser/{{ exomiser }}-distribution.zip\n url=ftp://ftp.sanger.ac.uk/pub/resources/software/exomiser/downloads/exomiser/{{ exomiser }}-dis...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2509, "all_permissive": false }
ansible_role
meatcar/vagrant-phenomecentral
010e812b0ac6bc776771c048fb634ece3b972545
0
ansible/roles/phenotips-dev-environment
143
[ "no_license" ]
[ { "path": "ansible/roles/phenotips-dev-environment/tasks/main.yml", "content": "---\n- name: clone repos from phenotips organization\n git: \n accept_hostkey=yes\n repo=<EMAIL>:phenotips/{{ item }}.git\n dest=test/{{ item }}\n clone=yes\n update=yes\n with_items:\n - build-tools\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
ncodeitgithub1/playbooks
d4f42c3295ee1bc45b5185b1d0f76c21851dc4e7
0
roles/beats
143
[ "no_license" ]
[ { "path": "roles/beats/tasks/main.yml", "content": "- name: start and enable service\n service:\n name: filebeat\n state: started\n enabled: true\n- name: start and enable service\n service:\n name: heartbeat-elastic\n state: started\n enabled: true\n- name: start and enable service\n service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
ncodeitgithub1/playbooks
d4f42c3295ee1bc45b5185b1d0f76c21851dc4e7
0
roles/elk
143
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "- name: start and enable elasticsearch\n service:\n name: elasticsearch\n state: started\n enabled: true\n- name: start and enable logstash\n service:\n name: logstash\n state: started\n enabled: true\n- name: Start kibana\n command: \"nohup /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }