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
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/common
7,221
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install packages\n package:\n name: \"{{ item }}\"\n state: installed\n with_items: \"{{ common_packages[ansible_distribution] }}\"\n tags: package_install\n become: true\n\n- name: Install open-vm-tools if Guest\n package:\n na...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3432, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/denyhosts
7,221
[ "no_license" ]
[ { "path": "roles/denyhosts/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n- name: /var/lib/denyhosts/allowed-hosts\n copy:\n src: allowed-hosts\n dest: /var/lib/denyhosts/allowed-hosts\n notify: restart denyhosts\n become: yes\n\n- name: allow bastion hosts\n lineinfile:\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1123, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/env
7,221
[ "no_license" ]
[ { "path": "roles/env/tasks/main.yml", "content": "---\n- command: \"echo $HOME $USER {{ sudo_user }}\"\n register: result\n become: yes\n\n- debug: var=result\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
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/facts
7,221
[ "no_license" ]
[ { "path": "roles/facts/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n- name: Obtain the group assigned to the root user.\n command: id -gn root\n args:\n creates: /tmp/nothing\n register: id_group_result\n\n- name: \"Results of id_group_result\"\n debug:\n var: id_group_result\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1005, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/fail2ban
7,221
[ "no_license" ]
[ { "path": "roles/fail2ban/vars/main.yml", "content": "---\npackages:\n FreeBSD: []\n\n MacOSX: []\n\n RedHat:\n - fail2ban\n\n Fedora:\n - fail2ban\n\n Debian:\n - fail2ban\n\n Ubuntu:\n - fail2ban\n\n CentOS:\n - fail2ban\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 437, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/firewalld
7,221
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n- name: enable firewalld\n become: yes\n ignore_errors: yes\n service:\n name: firewalld\n enabled: yes\n state: started\n when: ansible_distribution in [ 'Fedora' ]\n tags: enable\n notify: restart fir...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 748, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/group_by
7,221
[ "no_license" ]
[ { "path": "roles/group_by/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n- name: create distribution group\n group_by:\n key: \"{{ ansible_distribution }}\"\n when: ansible_distribution is defined\n\n- name: create pkg_mgr group\n group_by:\n key: \"{{ ansible_pkg_mgr }}\"\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/iTunesPlayer
7,221
[ "no_license" ]
[ { "path": "roles/iTunesPlayer/tasks/main.yml", "content": "---\n- command: sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump.plist\n when: is_itunes_player\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/jekyll
7,221
[ "no_license" ]
[ { "path": "roles/jekyll/tasks/main.yml", "content": "---\n\n- gem: name={{ item }}\n user_install=yes\n state=present\n with_items: jekyll\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/jenkins-slave
7,221
[ "no_license" ]
[ { "path": "roles/jenkins-slave/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n- name: add jenkins user to mock group\n become: yes\n user:\n name: jenkins\n state: present\n groups: mock\n when: ansible_distribution in [ 'Fedora' ]\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 432, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/mailman
7,221
[ "no_license" ]
[ { "path": "roles/mailman/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:\n - { role: firewalld, add_service: smtp }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/mailman/tasks/main.yml", "content": "---\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2019, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/named
7,221
[ "no_license" ]
[ { "path": "roles/named/generate/meta/main.yml", "content": "---\nallow_duplicates: yes\ndependencies:\n - { role: named/generate/provision }\n - { role: named/generate/configs }\n - { role: named/generate/check }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 20, "total_bytes": 13720, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/nitrokey
7,221
[ "no_license" ]
[ { "path": "roles/nitrokey/tasks/main.yml", "content": "---\n# tasks file for nitrokey\n- name: Install packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ nitrokey_packages[ansible_distribution] }}\"\n tags: package_install\n become: true\n become_user: root\n", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 691, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/ntp
7,221
[ "no_license" ]
[ { "path": "roles/ntp/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:\n - { role: firewalld, add_service: ntp }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/ntp/handlers/main.yml", "content": "---\n- name: restar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1040, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/openstack
7,221
[ "no_license" ]
[ { "path": "roles/openstack/tasks/main.yml", "content": "---\n\n- name: install openstack repository\n become: yes\n yum: name=http://rdo.fedorapeople.org/openstack-grizzly/rdo-release-grizzly.rpm state=latest\n\n- name: install openstack packstack\n become: yes\n yum: name=openstack-packstack state=late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/pam_shield
7,221
[ "no_license" ]
[ { "path": "roles/pam_shield/tasks/main.yml", "content": "--- # tasks file for pam_shield\n- name: yum install pam_shield\n become: yes\n yum: \n name: pam_shield\n state: present\n when: ansible_pkg_mgr == 'apt'\n\n- name: apt install pam_shield\n become: yes\n apt: \n name: pam_shield\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/pip
7,221
[ "no_license" ]
[ { "path": "roles/pip/tasks/validate.yaml", "content": "- name: fail if variables are not set\n fail:\n msg: validate variables\n when: item is not defined\n with_items:\n - User\n - User.name\n - pip_user_dir\n - python_user\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 827, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/pound
7,221
[ "no_license" ]
[ { "path": "roles/pound/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:\n - { role: firewalld, add_service: https }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/pound/handlers/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1520, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/print
7,221
[ "no_license" ]
[ { "path": "roles/print/tasks/main.yml", "content": "---\n- name: Print content of variable\n debug: msg=\"{{ passed }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/python
7,221
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install packages\n package:\n name: \"{{ item }}\"\n state: installed\n with_items: \"{{ python_packages[ansible_distribution] }}\"\n become: true\n become_user: root\n\n- include: MacOSX.yaml\n when: ansible_distribution == 'MacOS...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1651, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/resolv
7,221
[ "no_license" ]
[ { "path": "roles/resolv/templates/resolv.conf.j2", "content": "# Ansible Managed\nsearch {{ search_domains }}\nnameserver {{ nameservers[0] }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/resolv/defaults/main.yml", "content": "---\nb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 290, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/rkhunter
7,221
[ "no_license" ]
[ { "path": "roles/rkhunter/vars/main.yml", "content": "---\nrkhunter_conf: /etc/rkhunter.conf\npackages:\n FreeBSD: []\n\n MacOSX: []\n\n RedHat:\n - rkhunter\n\n Fedora:\n - rkhunter\n\n Debian:\n - rkhunter\n\n Ubuntu:\n - rkhunter\n\n CentOS: \n - rkhunter\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1172, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/rsync
7,221
[ "no_license" ]
[ { "path": "roles/rsync/tasks/main.yml", "content": "---\n- template:\n src: rsync.plist.j2\n dest: /Library/LaunchDaemons/rsync.plist\n when: ansible_distribution == 'MacOSX'\n\n- name: Load OSX plist\n command: launchctl reload /Library/LaunchDaemons/rsync.plist\n when: ansible_distribution == 'Ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1353, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/sendmail
7,221
[ "no_license" ]
[ { "path": "roles/sendmail/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n- name: yum install sendmail\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - m4\n - sendmail\n - sendmail-cf\n - sendmail-devel\n when: ansible_distribution in [ 'Fe...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2251, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/sshd
7,221
[ "no_license" ]
[ { "path": "roles/sshd/tasks/harden.yml", "content": "---\n- name: harden OpenSSH\n lineinfile: >\n dest=\"{{ sshd_config_file[ansible_os_family] }}\"\n state=present\n regexp='^#?{{ item.argument }}'\n line=\"{{ item.argument }} {{ item.new_value }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2204, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/sudoers
7,221
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n\n- include: validate.yaml\n\n- name: create wheel group\n group:\n name: wheel\n state: present\n when: \"ansible_distribution != 'MacOSX'\"\n become: true\n\n- name: mkdir sudoers.d\n file:\n path: \"{{ s...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2088, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/syslog
7,221
[ "no_license" ]
[ { "path": "roles/syslog/handlers/main.yml", "content": "---\n- name: restart syslog\n become: yes\n service: name={{ service_syslog }}\n state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/syslog/defaults/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1323, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/tcpwrappers
7,221
[ "no_license" ]
[ { "path": "roles/tcpwrappers/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:\n - { role: facts }\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/tcpwrappers/tasks/main.yml", "content": "# vim: set filetype=ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 565, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/unattended-upgrades
7,221
[ "no_license" ]
[ { "path": "roles/unattended-upgrades/tasks/main.yml", "content": "---\n- name: Install packages\n action: \"{{ ansible_pkg_mgr }} state=installed name={{ item }}\"\n with_items: \"{{ unattended_upgrades_packages[ansible_distribution] }}\"\n become: true\n\n- include: Fedora.yml\n when: ansible_distribut...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5133, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/vagrant
7,221
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "---\n\n- name: apt virtualbox vagrant\n become: yes\n apt: update_cache=yes cache_valid_time=3600 pkg={{ item }} state=present\n with_items:\n - vagrant\n when: ansible_distribution in [ 'Ubuntu' ]\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/vlan
7,221
[ "no_license" ]
[ { "path": "roles/vlan/templates/vlan.j2", "content": "BOOTPROTO=none\nONBOOT=yes\nIPADDR={{ vlan_ipaddress }}\nNETMASK={{ vlan_netmask }}\nUSERCTL=no\nNM_CONTROLLED=no\nVLAN=yes\nDEVICE={{ vlan_interface}}.{{ vlan }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 906, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/xinetd
7,221
[ "no_license" ]
[ { "path": "roles/xinetd/tasks/main.yml", "content": "---\n- name: install xinetd\n become: yes\n yum: name=xinetd\n state=present\n notify: \"restart xinetd\"\n\n- name: enable xinetd\n become: yes\n service: name=xinetd\n enabled=yes\n state=started\n\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 315, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/change-docker-ntework-flannled
7,221
[ "no_license" ]
[ { "path": "roles/change-docker-ntework-flannled/tasks/main.yaml", "content": "- name: 更改 node上docker的配置\n template: src=docker.service.j2 dest=/usr/lib/systemd/system/docker.service\n\n- name: 重启应用docker新的网络\n shell: systemctl daemon-reload && systemctl restart docker\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/deploy
7,221
[ "no_license" ]
[ { "path": "roles/deploy/templates/admin-csr.json.j2", "content": "{\n \"CN\": \"admin\",\n \"hosts\": [],\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"CN\",\n \"ST\": \"ChengDu\",\n \"L\": \"XS\",\n \"O\": \"system:masters\",\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1934, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/docker
7,221
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "# 定义变量", "license_type": "no_license", "detected_licenses": [], "size_bytes": 6 }, { "path": "roles/docker/tasks/main.yaml", "content": "- import_tasks: centos.yaml\n when: ansible_distribution == \"CentOS\"\n\n- import_tasks: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 677, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/etcd
7,221
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd-csr.json.j2", "content": "{\n \"CN\": \"etcd\",\n \"hosts\": [\n {% for h in groups['etcd'] %}\n \"{{ h }}\",\n {% endfor %}\n \"127.0.0.1\"\n ],\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"CN\",\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4865, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/flanneld
7,221
[ "no_license" ]
[ { "path": "roles/flanneld/templates/flanneld.cfg.j2", "content": "# Flanneld configuration options\n# etcd url location. Point this to the server where etcd runs\nETCD_ENDPOINTS=\"{{ ETCD_ENDPOINTS }}\"\n# etcd config key. This is the configuration key that flannel queries\n# For address range assignment\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2444, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/kube-master
7,221
[ "no_license" ]
[ { "path": "roles/kube-master/templates/kube-controller-manager.cfg.j2", "content": "KUBE_CONTROLLER_MANAGER_OPTS=\"--address=0.0.0.0 \\\n --master=http://127.0.0.1:8080 \\\n --allocate-node-cidrs=true \\\n --service-cluster-ip-range={{ SERVICE_CIDR }} \\\n --cluster-cidr={{ CLUSTER_CIDR }} \\\n --clust...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7986, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/kube-node
7,221
[ "no_license" ]
[ { "path": "roles/kube-node/templates/kube-proxy.service.j2", "content": "[Unit]\nDescription=Kubernetes Proxy\nAfter=network.target\n\n[Service]\nEnvironmentFile=-{{ cfg_dir }}/kube-proxy.conf\nExecStart={{ bin_dir }}/kube-proxy $KUBE_PROXY_OPTS\nRestart=on-failure\n\n[Install]\nWantedBy=multi-user.target",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6337, "all_permissive": false }
ansible_role
so1so2so/my-k8s-ansible
673322ba615723bc54023e79e4ebb05a1b551827
1
roles/prepare
7,221
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "# 系统基础软件环境\n- import_tasks: debian.yml\n when: ansible_distribution == \"Ubuntu\" or ansible_distribution == \"Debian\"\n\n- import_tasks: centos.yml\n when: ansible_distribution == \"CentOS\"\n\n\n- name: 写入环境变量$PATH \n lineinfile:\n dest: ~/.bash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
woshisbb43/slurm_project
776a2fdb8cfc3587e826c8eff9d7768916d204a0
0
ansible/roles/ml
7,221
[ "no_license" ]
[ { "path": "ansible/roles/ml/tasks/main.yml", "content": "---\n\n- name: Copy requirements to remote host\n copy:\n src: files/requirements.txt\n dest: /tmp/requirements.txt\n mode: '0755'\n\n- name: Install specified python requirements\n ansible.builtin.pip:\n requirements: /tmp/requirements....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
woshisbb43/slurm_project
776a2fdb8cfc3587e826c8eff9d7768916d204a0
0
ansible/roles/slurm
7,221
[ "no_license" ]
[ { "path": "ansible/roles/slurm/vars/vars.yml", "content": "---\n# vars/vars.yml\n# for remove sensitive infomation\n\nmasternode:\n name: x28-ubuntu\n addr: x.1.28\nnodes:\n - name: x35-ubuntu\n addr: x.1.35\n cpus: 4\n - name: x28-ubuntu\n addr: x.1.28\n cpus: 4\n - name: x42-ubuntu\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2879, "all_permissive": false }
ansible_role
bigdata-labs/analysis-sogou-log
7cf1b6050e6613ed624b2279fb22c6afac0bc92b
7
ansible/roles/KafkaOffsetMonitor
7,221
[ "no_license" ]
[ { "path": "ansible/roles/KafkaOffsetMonitor/tasks/main.yml", "content": "---\n# tasks file for KafkaOffsetMonitor\n- group: name={{KafkaOffsetMonitor_group}} system=yes\n tags:\n - kafka\n\n- user: name={{KafkaOffsetMonitor_user}} group={{KafkaOffsetMonitor_group}} system=yes\n tags:\n - kafka\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1642, "all_permissive": false }
ansible_role
bigdata-labs/analysis-sogou-log
7cf1b6050e6613ed624b2279fb22c6afac0bc92b
7
ansible/roles/app
7,221
[ "no_license" ]
[ { "path": "ansible/roles/app/files/lua-templates/layouts/default.lsp", "content": "<html>\n{(include/header.lsp)}\n<body>\n{*view*}\n</body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/app/files/lua-templates/persona.ls...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2813, "all_permissive": false }
ansible_role
bigdata-labs/analysis-sogou-log
7cf1b6050e6613ed624b2279fb22c6afac0bc92b
7
ansible/roles/common
7,221
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# - name: copy hosts\n# copy: src=\"hosts\" dest=\"/etc/hosts\" force=yes\n\n- name: copy sources.list\n copy: src=\"sources.list\" dest=\"/etc/apt/\" force=yes\n\n- apt: update_cache=yes cache_valid_time=72000\n ignore_errors: yes\n\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
bigdata-labs/analysis-sogou-log
7cf1b6050e6613ed624b2279fb22c6afac0bc92b
7
ansible/roles/filebeat
7,221
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/defaults/main.yml", "content": "---\n# defaults file for filebeat\nfilebeat_deb_url: \"http://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.0.0-amd64.deb\"\nfilebeat_config:\n filebeat:\n prospectors:\n - paths:\n - /var/log/sogou/*.log\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1474, "all_permissive": false }
ansible_role
bigdata-labs/analysis-sogou-log
7cf1b6050e6613ed624b2279fb22c6afac0bc92b
7
ansible/roles/kafka
7,221
[ "no_license" ]
[ { "path": "ansible/roles/kafka/handlers/main.yml", "content": "---\n\n- name: restart kafka\n service:\n name: kafka.service\n state: restarted\n enabled: true\n tags:\n - kafka\n tags:\n - kafka\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 11691, "all_permissive": false }
ansible_role
bigdata-labs/analysis-sogou-log
7cf1b6050e6613ed624b2279fb22c6afac0bc92b
7
ansible/roles/spark2
7,221
[ "no_license" ]
[ { "path": "ansible/roles/spark2/tasks/main.yml", "content": "---\n\n- name: create spark group\n group:\n name: \"{{spark_group}}\"\n system: yes\n tags:\n - spark\n\n- name: create spark user\n user:\n name: \"{{spark_user}}\"\n group: \"{{spark_group}}\"\n system: yes\n tags:\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3910, "all_permissive": false }
ansible_role
liangsuno/ansible-desktop
e934d0986122de5f686d03668000a65606636508
0
roles/base
7,221
[ "no_license" ]
[ { "path": "roles/base/vars/main.yml", "content": "liangsuno_passwd: <PASSWORD>\nswappiness_value: 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/base/tasks/software/packages_pip.yml", "content": "- name: system setup | pip packages |...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4633, "all_permissive": false }
ansible_role
MoOyeg/ansible-eks-quickstart
5d8494722f342e8e1bfa4138c63bd7b1f89c7fb0
0
roles/eks-cloudformation-cluster
7,221
[ "no_license" ]
[ { "path": "roles/eks-cloudformation-cluster/tasks/main.yml", "content": "---\n#Either create or delete an EKS Cluster using eks-quickstart cloudformation templates\n\n- name: Run Role if Clusters are defined\n block:\n #Create SSH Keypair\n - name: create key pair using provided key_material\n a...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 21902, "all_permissive": false }
ansible_role
mschreie/collection_mschreie_bcl
151a8ff0bc455b1edbcd98351182d25efdf22ebd
0
roles/add_esxi_to_vcenter
7,221
[ "no_license" ]
[ { "path": "roles/add_esxi_to_vcenter/tasks/add-esxi-to-vcenter.yml", "content": "---\n- name: Wait for ESXi to be ready\n ansible.builtin.wait_for:\n port: \"{{ inner_item }}\"\n host: \"{{ esxi_hostname }}\"\n # all values in seconds\n delay: 300 # wait 5 min before 1st try\n con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2282, "all_permissive": false }
ansible_role
mschreie/collection_mschreie_bcl
151a8ff0bc455b1edbcd98351182d25efdf22ebd
0
roles/bastion_setup
7,221
[ "no_license" ]
[ { "path": "roles/bastion_setup/tasks/setup-chrony.yml", "content": "---\n- name: install chrony\n ansible.builtin.yum:\n name: chrony\n state: present\n\n# - name: configure chronyd\n# default configuration good enough\n\n- name: start chronyd\n ansible.builtin.systemd:\n name: chronyd\n state...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
mschreie/collection_mschreie_bcl
151a8ff0bc455b1edbcd98351182d25efdf22ebd
0
roles/oneview_config
7,221
[ "no_license" ]
[ { "path": "roles/oneview_config/tasks/oneview_unconfig.yml", "content": "---\n- name: Switch Server off\n hpe.oneview.oneview_server_hardware:\n hostname: \"{{ oneview_host }}\"\n username: \"{{ oneview_username }}\"\n password: \"{{ <PASSWORD> }}\"\n auth_login_domain: \"{{ oneview_domain }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1388, "all_permissive": false }
ansible_role
mschreie/collection_mschreie_bcl
151a8ff0bc455b1edbcd98351182d25efdf22ebd
0
roles/vcenter_prepare
7,221
[ "no_license" ]
[ { "path": "roles/vcenter_prepare/defaults/main.yml", "content": "---\n# defaults file for vcenter_prepare\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/vcenter_prepare/tasks/vcenter-prepare.yml", "content": "---\n- name: Build a list ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3300, "all_permissive": false }
ansible_role
panicboat/ansible
6841095b9e848999cf851642be909563a8e28b57
0
roles/homebrew
7,221
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yaml", "content": "- name: update homebrew\n community.general.homebrew:\n update_homebrew: true\n\n- name: upgrade homebrew\n community.general.homebrew:\n upgrade_all: true\n\n- name: Add fluxcd tap\n homebrew_tap:\n name: fluxcd/tap\n\n- name: install home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
panicboat/ansible
6841095b9e848999cf851642be909563a8e28b57
0
roles/homebrew_cask
7,221
[ "no_license" ]
[ { "path": "roles/homebrew_cask/tasks/main.yaml", "content": "- name: upgrade all casks\n community.general.homebrew_cask:\n upgrade_all: true\n\n # https://formulae.brew.sh/cask/\n- name: install homebrew cask packages\n community.general.homebrew_cask:\n name:\n - 1password\n - cheatshee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
panicboat/ansible
6841095b9e848999cf851642be909563a8e28b57
0
roles/mac_app_store
7,221
[ "no_license" ]
[ { "path": "roles/mac_app_store/tasks/main.yaml", "content": "- name: upgrade applications from app store\n community.general.mas:\n upgrade_all: true\n\n- name: install applications from app store\n community.general.mas:\n id:\n - 441258766 # Magnet\n - 1429033973 # RunCat\n - 425424...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
panicboat/ansible
6841095b9e848999cf851642be909563a8e28b57
0
roles/vscode
7,221
[ "no_license" ]
[ { "path": "roles/vscode/files/git-branch-clean.sh", "content": "#!/usr/bin/env bash\n# set -eu\n\nworking_dir=\"$(cd $(dirname $0);pwd)\"\nlist=($(find $working_dir -mindepth 1 -maxdepth 1 -type d))\n\nfor i in \"${!list[@]}\"\ndo\n echo \"$i => ${list[$i]}\"\n cd ${list[$i]}\n git switch $(git symbolic-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 879, "all_permissive": false }
ansible_role
vinithrepo/learn-ansible
0b559b6cf0fda906b475d62bae8aabd1b587c420
0
roles/sample
7,221
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: Installing Nginx server\n ansible.builtin.yum:\n name: nginx\n state: latest\n- name: Starting Nginx\n ansible.builtin.systemd:\n name: nginx\n state: started\n enabled: yes\n- name: Starting Nginx\n ansible.builtin.systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
ralphsliger/Moodle-Ansible
dc37a3e088ed4714608e77b42746b1ab1fa35aa5
0
ansible002/roles/moodle
7,221
[ "no_license" ]
[ { "path": "ansible002/roles/moodle/tasks/main.yml", "content": "---\n- include: requirements.yml\n\n- hosts: webserver\n vars: \n db_host: \"127.0.0.1\"\n db_pwd_root: \"<PASSWORD>\"\n db_name: 'moodle'\n db_username: 'moodleAdmin'\n db_password: '<PASSWORD>'\n moodle_domain: \"your-moodle.edu\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2491, "all_permissive": false }
ansible_role
wagnerjgoncalves/jenkins_env
4fbbdf0590b290ba3da53b68b766985df72c0804
0
recepies/roles/common
7,221
[ "no_license" ]
[ { "path": "recepies/roles/common/tasks/main.yml", "content": "---\n- name: update all packages to the latest version\n apt: >\n upgrade=dist\n update_cache=yes\n cache_valid_time=1\n\n- apt: \"pkg={{item}} state=latest force=yes\"\n with_items:\n - autoconf\n - bison\n - build-essential\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
leonardehrenfried/bohdan-ansible
05634748b6dedf413b9519429197f62c9e46708e
0
roles/apache
7,221
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install apache\n ansible.builtin.package:\n name: apache2\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
BenkraiemSiwar/CD_Projet
af4e74df1444e8d481653ac4c70178027ad0fd1c
0
ansible/roles/docker-registry
7,221
[ "no_license" ]
[ { "path": "ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registy\n- name: log into docker hub regitry\n docker_login:\n email: \"<EMAIL>\"\n username: \"siwar3398\"\n password: \"<PASSWORD>\"\n \n- name: tag and push to docker hub\n docker_image:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
altitu/ansible-mailserver
18869f857495a1e885798390cddd879c8ee3d9d1
0
roles/certificates
7,220
[ "no_license" ]
[ { "path": "roles/certificates/tasks/main.yml", "content": "- name: Generate certificates with Certbot\n command:\n cmd: certbot certonly --standalone -d \"{{ hostname }}\" --non-interactive --agree-tos -m \"{{ certbot_register_email }}\"\n creates: \"/etc/letsencrypt/live/{{ hostname }}/fullchain.pem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
altitu/ansible-mailserver
18869f857495a1e885798390cddd879c8ee3d9d1
0
roles/configuration
7,220
[ "no_license" ]
[ { "path": "roles/configuration/templates/dovecot/dovecot-sql.conf.ext.j2", "content": "driver = mysql\nconnect = host=127.0.0.1 dbname=mailserver user=mailuser password={{ <PASSWORD> }}\ndefault_pass_scheme = SHA512-CRYPT\npassword_query = SELECT email as user, password FROM virtual_users WHERE email='%u'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8032, "all_permissive": false }
ansible_role
altitu/ansible-mailserver
18869f857495a1e885798390cddd879c8ee3d9d1
0
roles/database
7,220
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "- name: Copy mailserver SQL template\n template:\n src: setup_mailserver.sql.j2\n dest: /tmp/setup_mailserver.sql\n\n- name: Create mailserver database\n shell: \"mysql -u root -e 'CREATE DATABASE IF NOT EXISTS mailserver;'\"\n\n- name: Check if...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2509, "all_permissive": false }
ansible_role
altitu/ansible-mailserver
18869f857495a1e885798390cddd879c8ee3d9d1
0
roles/hostname
7,220
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "- name: Set the hostname\n hostname:\n name: \"{{ hostname }}\"\n\n- name: Update /etc/hosts\n lineinfile:\n path: /etc/hosts\n regexp: '^127\\.0\\.1\\.1\\s+'\n line: \"127.0.1.1 {{ hostname }}\"\n state: present\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
altitu/ansible-mailserver
18869f857495a1e885798390cddd879c8ee3d9d1
0
roles/opendkim
7,220
[ "no_license" ]
[ { "path": "roles/opendkim/tasks/main.yml", "content": "- name: Create and set permissions on OpenDKIM keys\n file:\n path: /etc/opendkim/keys/\n state: directory\n owner: opendkim\n group: opendkim\n mode: '750'\n\n- name: Generate OpenDKIM keys\n command: \n cmd: opendkim-genkey -s mail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1012, "all_permissive": false }
ansible_role
altitu/ansible-mailserver
18869f857495a1e885798390cddd879c8ee3d9d1
0
roles/packages
7,220
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "- name: Install required packages without recommendations\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
altitu/ansible-mailserver
18869f857495a1e885798390cddd879c8ee3d9d1
0
roles/services
7,220
[ "no_license" ]
[ { "path": "roles/services/tasks/main.yml", "content": "- name: Restart and enable services\n service:\n name: \"{{ item }}\"\n state: started\n enabled: yes\n loop:\n - rsyslog\n - mariadb\n - postfix\n - dovecot\n - opendkim\n - fail2ban\n\n- name: Restart postfix service, once...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/ansible-zookeeper
7,220
[ "no_license" ]
[ { "path": "roles/ansible-zookeeper/handlers/main.yml", "content": "---\n- name: Reload systemctl daemon\n command: systemctl daemon-reload\n\n- name: Restart zookeeper\n service: name=zookeeper state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6715, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/attach-volume
7,220
[ "no_license" ]
[ { "path": "roles/attach-volume/tasks/main.yml", "content": "---\n\n - name: Attach the data volume\n os_server_volume:\n state: \"{{ state }}\"\n server: \"{{ item.0 }}\"\n volume: \"{{ item.0 }}-vol\"\n cacert: \"{{ cacert }}\"\n device: \"{{ volumePath }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1133, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/cluster-decommission
7,220
[ "no_license" ]
[ { "path": "roles/cluster-decommission/README.md", "content": "Cluster Decommission\n=================\n\nCluster decommission playbook for Ansible .\nThis playbook is for decommissioning the cluster by removing the nodes. It deletes hadoop nodes both data and master nodes.\nAlso deletes zookeeper & livy.\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3161, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-data-group
7,220
[ "no_license" ]
[ { "path": "roles/create-data-group/README.md", "content": "Create Data Group\n=================\n\nCreate Data Group playbook for Ansible .\nThis playbook is for creating data group by looking for appropriate name in cloud. This group can be helpful in running roles against the existing created cluster\n\nR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1124, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-dns
7,220
[ "no_license" ]
[ { "path": "roles/create-dns/tasks/main.yml", "content": "---\n - name: get an IP addres from the hostname required for DNS entry.\n set_fact: ipaddress=\"{{ hostvars[inventory_hostname].ansible_host }}\"\n\n - debug:\n msg: \"Add logic of firing DNS API ( use CURL or get module ) f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-kdc-group
7,220
[ "no_license" ]
[ { "path": "roles/create-kdc-group/tasks/main.yml", "content": "---\n - name: create kerberos inventory group\n add_host:\n hostname: \"{{ KDC_HOSTNAME }}\"\n groups: kdc_group\n \n - debug:\n var: groups['kdc_group']\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 641, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-kdc-keytab
7,220
[ "no_license" ]
[ { "path": "roles/create-kdc-keytab/tasks/main.yml", "content": "---\n\n - name: List old keytab file(s) for deletion\n find:\n paths: \"{{ KDC_KEYTAB_PATH }}\"\n patterns: '*.keytab'\n register: old_keytabs_to_delete\n\n - name: Delete keytab file(s) if exist(s)\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5045, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-kdc-os-instance
7,220
[ "no_license" ]
[ { "path": "roles/create-kdc-os-instance/README.MD", "content": "KDC OS Instance\n=================\n\nKDC Open stack instance creation playbook for Ansible\n\n\nRequirements\n------------\n\nAnsible version at least v2.7.2\n\nRole Variables\n--------------\n\n```yaml\n None\n```\n\nExample Playbook\n-------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2546, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-keypair
7,220
[ "no_license" ]
[ { "path": "roles/create-keypair/tasks/main.yml", "content": "---\n - name: creating key\n os_keypair:\n name: \"{{ sshKeyName }}\"\n state: \"{{ state }}\"\n cacert: \"{{ cacert }}\"\n public_key_file: \"{{ publicKeyFile }}\"\n register: out\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-livy-group
7,220
[ "no_license" ]
[ { "path": "roles/create-livy-group/tasks/main.yml", "content": "---\n - name: create master instances group\n os_server_facts:\n server: \"{{ livyNamePrefix }}*\"\n cacert: \"{{ cacert }}\"\n register: os_hosts\n - debug:\n var: os_hosts\n - name: add hosts to invento...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1086, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-master-group
7,220
[ "no_license" ]
[ { "path": "roles/create-master-group/tasks/main.yml", "content": "---\n - name: create master instances group\n os_server_facts:\n server: \"{{ masterNamePrefix }}*\"\n cacert: \"{{ cacert }}\"\n register: os_hosts\n - debug:\n var: os_hosts\n - name: add hosts to inv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1108, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-network
7,220
[ "no_license" ]
[ { "path": "roles/create-network/tasks/main.yml", "content": "---\n - name: creating network\n os_network:\n name: \"{{ networkName }}\"\n state: \"{{ state }}\"\n cacert: \"{{ cacert }}\"\n external: False\n shared: False\n register: network\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-os-instance
7,220
[ "no_license" ]
[ { "path": "roles/create-os-instance/tasks/main.yml", "content": "---\n - name: launch instances for master\n os_server:\n name: \"{{ masterNamePrefix }}{{ item.0 }}.{{ domain_name }}\"\n state: \"{{ state }}\"\n key_name: \"{{ sshKeyName }}\"\n availability_zone: \"{{ ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5467, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-router
7,220
[ "no_license" ]
[ { "path": "roles/create-router/tasks/main.yml", "content": "---\n - name: creating the router\n os_router:\n state: \"{{ state }}\"\n name: \"{{ router }}\"\n cacert: \"{{ cacert }}\"\n network: ext-core\n interfaces:\n - \"{{ subnetName }}\"\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 623, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-securitygroup
7,220
[ "no_license" ]
[ { "path": "roles/create-securitygroup/tasks/main.yml", "content": "---\n - name: create a new security group\n os_security_group:\n state: \"{{ state }}\"\n name: \"{{ securityGroups }}\"\n cacert: \"{{ cacert }}\"\n\n - name: Create a new security group allowing any ICMP\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2480, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-subnet
7,220
[ "no_license" ]
[ { "path": "roles/create-subnet/tasks/main.yml", "content": "---\n - name: creating the subnet\n os_subnet:\n state: \"{{ state }}\"\n network_name: \"{{ network.id }}\"\n name: \"{{ subnetName }}\"\n cacert: \"{{ cacert }}\"\n ip_version: 4\n cidr: \"{{ cidr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 829, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-users
7,220
[ "no_license" ]
[ { "path": "roles/create-users/README.md", "content": "Create Users\n=================\n\nCreate Users playbook for Ansible\nThis playbook creates users on the cluster created and also makes entry in /etc/hosts for ip resolution\n\nThis playbook executes the following tasks\n- Add IP address of all hosts to ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6481, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-volume
7,220
[ "no_license" ]
[ { "path": "roles/create-volume/README.md", "content": "Create Volume\n=================\n\nCreate Volume playbook for Ansible\nThis playbook creates cinder volume which can be attached to hdfs\n\n\nRequirements\n------------\n\nAnsible version at least v2.7.2\n\nRole Variables\n--------------\n\n```yaml\n N...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1214, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-zk-group
7,220
[ "no_license" ]
[ { "path": "roles/create-zk-group/tasks/main.yml", "content": "---\n - name: create zookeeper instances group\n os_server_facts:\n server: \"{{ zookeeperNamePrefix }}*\"\n cacert: \"{{ cacert }}\"\n register: os_hosts\n - debug:\n var: os_hosts\n - name: add hosts to i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1206, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/create-zookeeper-os-instance
7,220
[ "no_license" ]
[ { "path": "roles/create-zookeeper-os-instance/README.md", "content": "Create Zookeeper OS Instance\n=================\n\nCreate Zookeeper OS Instance playbook for Ansible\nThis playbook will create masternode , datanode & Livy node .\n\n\nRequirements\n------------\n\nAnsible version at least v2.7.2\n\nRole...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2789, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/cron-jobs
7,220
[ "no_license" ]
[ { "path": "roles/cron-jobs/tasks/main.yml", "content": "---\n\n - name: Configure Crontab File And Schedule For Every 2 Hours To Run\n cron:\n name: Delete Old Audit Logs\n minute: 0\n hour: \"{{ hours }}\"\n job: \"{{ item }}\"\n state: present\n user: \"{{ username }}\"\n with_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1057, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/delete-dns
7,220
[ "no_license" ]
[ { "path": "roles/delete-dns/README.md", "content": "Delete DNS\n=================\n\nDelete DNS playbook for Ansible .\nThis playbook is for deleting DNS entry for the cluster created. This is custom script which depends upon the individual way of deleting DNS entry.\n\nRequirements\n------------\n\nAnsible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 618, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/delete-volume
7,220
[ "no_license" ]
[ { "path": "roles/delete-volume/tasks/main.yml", "content": "---\n\n - name: Stop DFS service\n shell: |\n . ~/.bashrc && stop-dfs.sh\n args:\n executable: /bin/bash\n become_user: \"hdfs\"\n become: yes\n delegate_to: \"{{ item }}\"\n run_once: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2886, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/download-certs
7,220
[ "no_license" ]
[ { "path": "roles/download-certs/README.md", "content": "Download Certs\n=================\n\nDownload Certs playbook for Ansible\n\nThis playbook is for downloading certificate which is based on user specified requirement.\n\nRequirements\n------------\n\nAnsible version at least v2.7.2\n\nRole Variables\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/hadoop
7,220
[ "no_license" ]
[ { "path": "roles/hadoop/templates/krb5.conf.j2", "content": "# Configuration snippets may be placed in this directory as well\nincludedir /etc/krb5.conf.d/\n\n[logging]\n default = FILE:/var/log/krb5libs.log\n kdc = FILE:/var/log/krb5kdc.log\n admin_server = FILE:/var/log/kadmind.log\n\n[libdefaults]\n udp_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 28304, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/jdk
7,220
[ "no_license" ]
[ { "path": "roles/jdk/README.md", "content": "JDK\n=================\n\nJDK playbook for Ansible\n\nThis playbook is for installing jdk and configuring JAVA_HOME\n\n- Install jdk\n- Set JAVA_HOME if configured.\n- Install wget and krb5 libs util\n\nRequirements\n------------\n\nAnsible version at least v2.7....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2399, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/kerberos-setup
7,220
[ "no_license" ]
[ { "path": "roles/kerberos-setup/README.md", "content": "Kerberos Setup\n=================\n\nKerberos Setup playbook for Ansible\n\nThis playbook is for setting up kerberos using krb5.conf.j2 template\n\n- Create The Initial kerberos db\n- Create an admin for the administering the kerberos database\n- Start...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3991, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/livy
7,220
[ "no_license" ]
[ { "path": "roles/livy/tasks/configure.yml", "content": "---\n\n - set_fact: kdc_host=\"{{ lookup('dig', '{{ KDC_HOSTNAME }}/PTR') }}\"\n\n - name: Copy the Hadoop Conf files\n copy:\n src: hd_config.tgz\n dest: \"{{ HADOOP_CONF_DIR }}\"\n owner: \"{{ userName }}\"\n group: \"{{ userName }}...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 12574, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/mount-volume
7,220
[ "no_license" ]
[ { "path": "roles/mount-volume/README.md", "content": "Mount Volume\n=================\n\nMount Volume playbook for Ansible\nThis playbook performs following action\n- Unmount Volume\n- Create directory\n- Mount Volume\n\n\nRequirements\n------------\n\nAnsible version at least v2.7.2\n\nRole Variables\n----...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/packages
7,220
[ "no_license" ]
[ { "path": "roles/packages/vars/main.yml", "content": "---\nanaconda_platform: '{{anaconda_os_installer_discriminator}}-{{ansible_machine}}'\nanaconda_name: 'Anaconda{{anaconda_python_ver}}-{{anaconda_ver}}-{{anaconda_platform}}'\nanaconda_installer_sh: '{{anaconda_name}}.sh'\nanaconda_installer_url: '{{anac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1684, "all_permissive": false }