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
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/nodejs
7,585
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Node.js | Add repository for package\n apt_repository: repo='ppa:chris-lea/node.js' state=present update_cache=yes\n\n- name: Node.js | Install package\n apt: pkg=nodejs state=present", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/nvidia
7,585
[ "no_license" ]
[ { "path": "roles/nvidia/tasks/main.yml", "content": "---\n\n- name: NVIDIA | Add repository for package owner\n apt_repository: repo='ppa:ubuntu-x-swat/x-updates' state=present update_cache=yes\n\n- name: NVIDIA | Install package\n apt: pkg=nvidia-331 state=present", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/pinta
7,585
[ "no_license" ]
[ { "path": "roles/pinta/tasks/main.yml", "content": "---\n\n- name: PINTA | Add repository for package\n apt_repository: repo='ppa:pinta-maintainers/pinta-stable' state=present update_cache=yes\n\n- name: PINTA | Install package\n apt: pkg=pinta state=present", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/synapse
7,585
[ "no_license" ]
[ { "path": "roles/synapse/tasks/main.yml", "content": "---\n\n# Synapse Noobslab repository\n- name: \"Launcher | Add repository Synapse via noobslab\"\n apt_repository: repo='ppa:noobslab/apps' state=present update_cache=yes\n when: ansible_distribution == \"Ubuntu\" and {{ ansible_distribution_version | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1616, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/vim
7,585
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n\n# Install custom vim\n- name: VIM | Clone vim config\n sudo: false\n git: repo=<EMAIL>:lesmyrmidons/vim-config.git\n dest={{ local_home }}/.vim-config\n update=yes\n accept_hostkey=yes\n recursive=yes\n\n- name: VIM | Created...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/web
7,585
[ "no_license" ]
[ { "path": "roles/web/handlers/main.yml", "content": "---\n# List handlers for Apache2\n\n- name: Restart apache\n service: name=apache2 state=restarted\n\n- name: Graceful apache\n service: name=apache2 state=graceful\n\n- name: Start mariadb\n service: name=mysql state=started\n\n- name: Stop mariadb\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4294, "all_permissive": false }
ansible_role
CultureLinux/ansible
db29215462056f3e9a64996908c5d817fe4f3e9b
0
roles/rocky9
7,585
[ "no_license" ]
[ { "path": "roles/rocky9/files/alias.sh", "content": "#SYSTEM\nalias ll='ls -lrt'\nalias lla='ls -alrt'\nalias dfg='df -h'\nalias dus='du -ms $(ls -A)'\nalias dusx='du -xms $(ls -A)'\nalias mkdir='mkdir -pv'\nalias h='history'\nalias j='jobs -l'\nalias sbin='cd /usr/local/sbin'\nalias vcron='vi /etc/crontab'...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2340, "all_permissive": false }
ansible_role
CultureLinux/ansible
db29215462056f3e9a64996908c5d817fe4f3e9b
0
roles/rocky9_victoria
7,585
[ "no_license" ]
[ { "path": "roles/rocky9_victoria/tasks/main.yml", "content": "- include_tasks: pre_install.yml\n- include_tasks: install.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/rocky9_victoria/tasks/pre_install.yml", "content": "---\n- name: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2260, "all_permissive": false }
ansible_role
CultureLinux/ansible
db29215462056f3e9a64996908c5d817fe4f3e9b
0
roles/test_vars
7,585
[ "no_license" ]
[ { "path": "roles/test_vars/defaults/main.yml", "content": "mavar : \"provenance default role\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/test_vars/tasks/main.yml", "content": "---\n- name : debug var\n debug: \n msg: \"{{ mavar ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 88, "all_permissive": false }
ansible_role
biriken-jp/vagrant_ansible
44f002b37d58509dec8d55e1ee6694fe5083c37c
1
ansible/roles/after
7,585
[ "no_license" ]
[ { "path": "ansible/roles/after/tasks/main.yml", "content": "---\n# --\n- name: .bashrc add line\n lineinfile: >\n dest=/home/vagrant/.bashrc\n line={{ item }}\n with_items: bashrc_alias\n\n# --\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 227, "all_permissive": false }
ansible_role
biriken-jp/vagrant_ansible
44f002b37d58509dec8d55e1ee6694fe5083c37c
1
ansible/roles/common
7,585
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# --\n- name: Install libselinux-python\n yum: name=libselinux-python state=present\n# --\n\n# --\n- name: Change SELinux Policy Mode\n selinux: state=disabled\n ignore_errors: True\n# --\n\n# --\n- name: upgrade all packages\n yum: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
biriken-jp/vagrant_ansible
44f002b37d58509dec8d55e1ee6694fe5083c37c
1
ansible/roles/laravel
7,585
[ "no_license" ]
[ { "path": "ansible/roles/laravel/tasks/main.yml", "content": "---\n# --\n- name: check laravel\n stat: path=/home/vagrant/.config/composer/vendor/bin/laravel\n register: laravel\n\n- name: laravel global install\n command: composer global require \"laravel/installer\"\n become: yes\n become_user: vagra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
biriken-jp/vagrant_ansible
44f002b37d58509dec8d55e1ee6694fe5083c37c
1
ansible/roles/nginx
7,585
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n yum: name=nginx state=latest\n\n- name: Automatic load when boot\n command: systemctl enable nginx.service\n\n- name: Copy Nginx Main configuration\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf mode=0644\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
biriken-jp/vagrant_ansible
44f002b37d58509dec8d55e1ee6694fe5083c37c
1
ansible/roles/nginx-conf
7,585
[ "no_license" ]
[ { "path": "ansible/roles/nginx-conf/templates/default.conf.j2", "content": "server {\n listen {{conf_port}};\n server_name {{hostname}};\n root {{public_dir}};\n access_log {{conf_access_log}};\n\n location / {\n index index.php index.html index.htm;\n try_files $...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1000, "all_permissive": false }
ansible_role
biriken-jp/vagrant_ansible
44f002b37d58509dec8d55e1ee6694fe5083c37c
1
ansible/roles/php
7,585
[ "no_license" ]
[ { "path": "ansible/roles/php/vars/main.yml", "content": "---\n# 70=7.0\n# 71=7.1\nphp_version: 71\nphp_remi: http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\nphp_items:\n - php\n - php-devel\n - php-fpm\n - php-intl\n - php-mbstring\n - php-mysqlnd\n - php-pdo\n - php-gd\n - php-xdebug\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1524, "all_permissive": false }
ansible_role
biriken-jp/vagrant_ansible
44f002b37d58509dec8d55e1ee6694fe5083c37c
1
ansible/roles/php-fpm
7,585
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Create Folder for Opcache\n file: path=/var/lib/php/opcache state=directory owner=vagrant group=vagrant mode=770\n\n- name: Create Folder for Session\n file: path=/var/lib/php/session state=directory owner=vagrant group=vagrant mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 960, "all_permissive": false }
ansible_role
bwilczynski/macos-devbox
d84ad9ce08000c4a48e96d6116f9848c9fe574f5
0
roles/dotfiles
7,585
[ "no_license" ]
[ { "path": "roles/dotfiles/defaults/main.yml", "content": "---\ndotfiles_shared_dir: \"{{ ansible_env.HOME }}/SynologyDrive/Settings/dotfiles\"\ndotfiles:\n - src: kube-config\n dest: .kube/config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
bwilczynski/macos-devbox
d84ad9ce08000c4a48e96d6116f9848c9fe574f5
0
roles/git
7,585
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yml", "content": "---\ngit_aliases:\n - name: cp\n value: cherry-pick\n - name: cp\n value: cherry-pick\n - name: st\n value: status\n - name: ci\n value: commit\n - name: br\n value: branch\n - name: co\n value: checkout\n - name: cob\n value: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1335, "all_permissive": false }
ansible_role
bwilczynski/macos-devbox
d84ad9ce08000c4a48e96d6116f9848c9fe574f5
0
roles/homebrew
7,585
[ "no_license" ]
[ { "path": "roles/homebrew/defaults/main.yml", "content": "---\nhomebrew_taps:\n - homebrew/cask-drivers\n - bwilczynski/tap\n\nhomebrew_casks:\n - adobe-acrobat-reader\n - bitwarden\n - docker\n - dropbox\n - firefox\n - logitech-options\n - microsoft-office\n - microsoft-teams\n - moom\n - obsi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 949, "all_permissive": false }
ansible_role
bwilczynski/macos-devbox
d84ad9ce08000c4a48e96d6116f9848c9fe574f5
0
roles/keyremapper
7,585
[ "no_license" ]
[ { "path": "roles/keyremapper/templates/keyremapper.plist.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t\t<key>Label</key>\n\t\t<string>{{ keyremapper_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2189, "all_permissive": false }
ansible_role
bwilczynski/macos-devbox
d84ad9ce08000c4a48e96d6116f9848c9fe574f5
0
roles/os_defaults
7,585
[ "no_license" ]
[ { "path": "roles/os_defaults/tasks/main.yml", "content": "---\n- name: Finder - set default view (List View)\n community.general.osx_defaults:\n domain: com.apple.finder\n key: FXPreferredViewStyle\n type: string\n value: Nlsv\n\n- name: Finder - new window target set to Home\n osx_defaults:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
bwilczynski/macos-devbox
d84ad9ce08000c4a48e96d6116f9848c9fe574f5
0
roles/ssh_config
7,585
[ "no_license" ]
[ { "path": "roles/ssh_config/tasks/main.yml", "content": "---\n- name: Ensure config.d exists in user .ssh folder\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.ssh/{{ ssh_config_include_dir }}/\"\n state: directory\n mode: \"0755\"\n\n- name: Generate ssh config file\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 719, "all_permissive": false }
ansible_role
bwilczynski/macos-devbox
d84ad9ce08000c4a48e96d6116f9848c9fe574f5
0
roles/terminal
7,585
[ "no_license" ]
[ { "path": "roles/terminal/defaults/main.yml", "content": "---\niterm2_fonts:\n - font-fira-code\nzsh_theme: powerlevel10k/powerlevel10k\nzsh_plugins:\n - autojump\n - colorize\n - gitignore\nzsh_packages:\n - autojump\n - pygments\ndevbox_image: ghcr.io/bwilczynski/devbox:main\n", "license_type": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4042, "all_permissive": false }
ansible_role
Hari25cs/My9AMplaybooks
c11602b38a865170460cc31a132c26dbadb5280f
0
playbook/roles/testrole
7,585
[ "no_license" ]
[ { "path": "playbook/roles/testrole/tasks/main.yml", "content": "- name: installing httpd into hosts\n yum: pkg=httpd state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
gzhelyaz/ansible-osx
21305a5aa2414e56bdc5e7da033ef09ebc207f2c
0
roles/common
7,585
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install Prezto\n git: repo=https://github.com/sorin-ionescu/prezto.git dest=~/.zprezto\n\n- name: Install dotfiles\n git: repo=https://gitlab.com/mkaag/dotfiles.git dest=~/.dotfiles\n\n- name: Symlink dotfiles\n file: src=~/.dotfiles/{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
gzhelyaz/ansible-osx
21305a5aa2414e56bdc5e7da033ef09ebc207f2c
0
roles/osx
7,585
[ "no_license" ]
[ { "path": "roles/osx/tasks/sketch_plugins.yml", "content": "---\n- git: \n repo: https://github.com/kristof/sketch-i18n.git\n dest: ~/Library/Application\\ Support/com.bohemiancoding.sketch3/Plugins\n\n- git: \n repo: https://github.com/keremciu/sketch-iconfont.git\n dest: ~/Library/Application\...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5354, "all_permissive": false }
ansible_role
gzhelyaz/ansible-osx
21305a5aa2414e56bdc5e7da033ef09ebc207f2c
0
roles/ubuntu
7,585
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yml", "content": "---\n- name: Install python-pycurl for fasd\n apt: name=python-pycurl state=present\n\n- name: Add APT repo for fasd\n apt_repository: repo='ppa:fcwu-tw/ppa' state=present\n\n- name: Update APT cache\n apt: update_cache=yes\n\n- name: Install libraries...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
HunnyShah/ansible-project
88959b09acedc0288632e1b45d8e609c55a6ee91
0
ansible/roles/datadisk-n01514804
7,590
[ "no_license" ]
[ { "path": "ansible/roles/datadisk-n01514804/vars/main.yml", "content": "disk_device: /dev/sdc \npartitions:\n - number: 1\n start: 0%\n end: 40%\n fstype: xfs\n mountpoint: /part1\n - number: 2\n start: 40%\n end: 90%\n fstype: ext4\n mountpoint: /part2", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1000, "all_permissive": false }
ansible_role
HunnyShah/ansible-project
88959b09acedc0288632e1b45d8e609c55a6ee91
0
ansible/roles/profile-n01514804
7,590
[ "no_license" ]
[ { "path": "ansible/roles/profile-n01514804/tasks/main.yml", "content": "---\n- name: Append to /etc/profile\n lineinfile:\n path: /etc/profile\n line: \"#Test block added by Ansible……hunny.shah\\nexport TMOUT=1500\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
HunnyShah/ansible-project
88959b09acedc0288632e1b45d8e609c55a6ee91
0
ansible/roles/user-n01514804
7,590
[ "no_license" ]
[ { "path": "ansible/roles/user-n01514804/tasks/main.yml", "content": "---\n- name: Create cloudadmins group\n group:\n name: cloudadmins\n state: present\n\n- name: Create users\n user:\n name: \"{{ item }}\"\n groups: cloudadmins,wheel\n append: yes\n state: present\n shell: /bin/bash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
HunnyShah/ansible-project
88959b09acedc0288632e1b45d8e609c55a6ee91
0
ansible/roles/webserver-n01514804
7,590
[ "no_license" ]
[ { "path": "ansible/roles/webserver-n01514804/tasks/main.yml", "content": "---\n- name: Install Apache\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: Copy FQDN-based index.html\n ansible.builtin.template:\n src: \"{{ inventory_hostname }}.html.j2\"\n dest: /var/www/html/index....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 635, "all_permissive": false }
ansible_role
lel99999/dev_vagrantAWS-ResearchEnv
d671248028cf693a6ce1ef264f80f75cb6cea4d8
0
roles/awsEFS
7,590
[ "no_license" ]
[ { "path": "roles/awsEFS/defaults/main.yml", "content": "# DNS name of file system is file-system-id.efs.aws-region.amazonaws.com\nawswork_dns: fs-256738c7.efs.us-east-1.amazonaws.com \nawsdata_dns: fs-d7673835.efs.us-east-1.amazonaws.com\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
lel99999/dev_vagrantAWS-ResearchEnv
d671248028cf693a6ce1ef264f80f75cb6cea4d8
0
roles/awsS3
7,590
[ "no_license" ]
[ { "path": "roles/awsS3/defaults/main.yml", "content": "---\ns3fs_fuse_version: \"1.80\"\ns3fs_fuse_access_key_id:\ns3fs_fuse_secret_access_key:\ns3fs_fuse_bucket:\ns3fs_fuse_mount_point: \"/mnt/s3\"\ns3fs_fuse_mount_point_permissions: \"0777\"\ns3fs_fuse_url: \"http://s3.amazonaws.com\"\ns3fs_fuse_option_fl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2586, "all_permissive": false }
ansible_role
lel99999/dev_vagrantAWS-ResearchEnv
d671248028cf693a6ce1ef264f80f75cb6cea4d8
0
roles/open_officeRH7
7,590
[ "no_license" ]
[ { "path": "roles/open_officeRH7/tasks/main.yml", "content": "---\n- name: Install Open Office rpms\n shell: yum localinstall -y \"{{open_office_installdir}}/openoffice*\" --nogpgcheck\n# shell: yum localinstall -y {{item}}\n# yum:\n# name: \"{{item}}\"\n# state: present\n# disable_gpg_check: yes\n# w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
lel99999/dev_vagrantAWS-ResearchEnv
d671248028cf693a6ce1ef264f80f75cb6cea4d8
0
roles/stataRH7
7,590
[ "no_license" ]
[ { "path": "roles/stataRH7/defaults/main.yml", "content": "---\nstata_install_directory: /usr/local/stata16\n#stata_tarball: Stata15Linux64.tar.gz\nstata_tarball: Stata16Linux64.tar.gz\nstata_directory: /usr/local/stata\nstata_local_bin_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6098, "all_permissive": false }
ansible_role
gitowner2018/ansible-playbook-vmware-operations
fd8b8bd7bfc8c761576810d40452d5ba622caea7
0
roles/ansible-role-vmware-provision-vm
7,590
[ "no_license" ]
[ { "path": "roles/ansible-role-vmware-provision-vm/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansible-role-vmware-provision-vm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/ansible-role-vmware-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 405, "all_permissive": false }
ansible_role
jongho3165/ansible
3fbe045dec90b7bd885aaf51d485f1ad0d9152ce
0
09_roles_create/roles/myvhost
7,590
[ "no_license" ]
[ { "path": "09_roles_create/roles/myvhost/tasks/main.yml", "content": "---\n# tasks file for myvhost\n# 1) 패키지 설치 - httpd\n# 2) 서비스 기동 - httpd\n# 3) 서비스 설정 - /etc/httpd/conf.d/vhost.conf\n# * vhost.conf.j2 -> /etc/httpd/conf.d/vhost.conf\n# * notify ~ handlers\n# 4) 서비스 디렉토리 생성 - /var/www/vhosts\n# 5) 파일생성 /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": false }
ansible_role
skex86ns/sf_14_final
d1cc10efa87b586e7123dd0f121b4286ec84e540
0
roles/http
7,590
[ "no_license" ]
[ { "path": "roles/http/defaults/main.yml", "content": "---\n# defaults file for http\nphp_fpm_port : 9000\nphp_fpm_host : 192.168.88.102\nnginx_port : 8080\nroot_nginx : /usr/share/nginx/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1626, "all_permissive": false }
ansible_role
skex86ns/sf_14_final
d1cc10efa87b586e7123dd0f121b4286ec84e540
0
roles/php
7,590
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Open Firewall Port\n firewalld:\n zone : public\n port : \"{{ php_fpm_port }}/tcp\"\n permanent: true\n state : enabled\n immediate: true\n\n- name: Install EPEL Repo\n yum:\n name : epel-rele...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1012, "all_permissive": false }
ansible_role
skex86ns/sf_14_final
d1cc10efa87b586e7123dd0f121b4286ec84e540
0
roles/users
7,590
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n - name: Add the user\n user:\n name: \"{{ NAMEUSER }}\"\n comment: <NAME>\n\n - name: Add the user with a bash shell, appending the group 'wheel'\n user:\n name: \"{{ NAMEUSER }}\"\n shell: /bin/bash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
sweightman/clearscore
8a218fdab336dfa5f1537c23e81be8e341ec3ead
0
ansible/roles/haproxy
7,590
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg.j2", "content": "# {{ ansible_managed }}\n\nglobal\n log 127.0.0.1 local2 {{ haproxy_loglevel_min }} alert\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 4000\n user {{ haproxy_user }}\n group {{ hap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1804, "all_permissive": false }
ansible_role
sweightman/clearscore
8a218fdab336dfa5f1537c23e81be8e341ec3ead
0
ansible/roles/nginx
7,590
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/conf.d-default.conf.j2", "content": "{{ ansible_managed | comment }}\n\nserver {\n listen {{ nginx_listen_port }} default_server;\n server_name _;\n\n location /nginx_stats {\n stub_status on;\n access_log off;\n allow all;\n }\n\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1667, "all_permissive": false }
ansible_role
Here2ServeU/kafka-redis-elasticsearch-infra
8ecec6cd84db5289059bee1cac93a1561f017131
0
ansible/roles/elasticsearch
7,590
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "- name: Install Java\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Download Elasticsearch\n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.2-x86_64.rpm\n dest: /tmp/elas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
Here2ServeU/kafka-redis-elasticsearch-infra
8ecec6cd84db5289059bee1cac93a1561f017131
0
ansible/roles/kafka
7,590
[ "no_license" ]
[ { "path": "ansible/roles/kafka/tasks/main.yml", "content": "- name: Install Java\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Download Kafka\n get_url:\n url: https://downloads.apache.org/kafka/3.0.0/kafka_2.13-3.0.0.tgz\n dest: /opt/kafka.tgz\n\n- name: Extract Kafka\n unarc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
Here2ServeU/kafka-redis-elasticsearch-infra
8ecec6cd84db5289059bee1cac93a1561f017131
0
ansible/roles/redis
7,590
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: Install Redis\n yum:\n name: redis\n state: present\n\n- name: Enable and start Redis\n systemd:\n name: redis\n enabled: yes\n state: started", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
djomajeff/aws-circle-ci
a249bc2d578171e670b4595a891bd0d3bbbc97c9
0
roles/setup
7,590
[ "no_license" ]
[ { "path": "roles/setup/files/index.js", "content": "const http = require(\"http\");\nconst server = http.createServer(function (req, res) {\n res.writeHead(200);\n res.end(\"Hello world! from Jeffrey Ansible\");\n});\nserver.listen(3000);\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 823, "all_permissive": false }
ansible_role
kuhlskev/devnet1002
ba6b4372de37c802aafb15374d60ba72ded8c330
18
roles/netconf_router
7,590
[ "no_license" ]
[ { "path": "roles/netconf_router/tasks/main.yaml", "content": "---\n- name: enable NETCONF\n cisco.ios.ios_config:\n lines:\n - netconf-yang\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
kuhlskev/devnet1002
ba6b4372de37c802aafb15374d60ba72ded8c330
18
roles/nxapi_switch
7,590
[ "no_license" ]
[ { "path": "roles/nxapi_switch/tasks/main.yaml", "content": "---\n- name: Enable NXAPI access\n vars:\n ansible_connection: ansible.netcommon.network_cli\n cisco.nxos.nxos_nxapi:\n state: present\n enable_http: false\n https: yes\n ssl_strong_ciphers: yes\n tlsv1_2: yes", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/collectd
7,590
[ "no_license" ]
[ { "path": "Operation/roles/collectd/tasks/main.yaml", "content": "---\n- name: Install collectd to nodes\n package:\n name: collectd\n state: latest\n\n- name: Start collectd\n service:\n name: collectd\n state: started\n\n- name: Creates directory\n file: \n path: \"{{ item }}\"\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1739, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/docker
7,590
[ "no_license" ]
[ { "path": "Operation/roles/docker/tasks/redhat.yaml", "content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name: '{{ item }}'\n state: absent\n with_items:\n - docker\n - docker-common\n - docker-engine\n\n- name: Add Docker GPG key.\n rpm_key:\n key: h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1910, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/elasticsearch
7,590
[ "no_license" ]
[ { "path": "Operation/roles/elasticsearch/vars/main.yml", "content": "---\nelasticsearch_url: http://192.168.3.198:9200\nelasticsearch_image_version: \"docker.elastic.co/elasticsearch/elasticsearch:6.2.4\"\nkibana_image_version: \"docker.elastic.co/kibana/kibana:6.2.4\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1976, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/fluentd
7,590
[ "no_license" ]
[ { "path": "Operation/roles/fluentd/tasks/build_fluentd.yaml", "content": "---\n- name: Stop fluentd if any\n docker_container:\n name: fluentd\n state: absent\n\n- name: Build custom fluentd image\n docker_image:\n path: /etc/fluentd/\n name: \"{{ fluentd_image_name }}\"\n state: present\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1837, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/grafana
7,590
[ "no_license" ]
[ { "path": "Operation/roles/grafana/vars/main.yml", "content": "---\ninfluxdb_url: http://192.168.3.199:8086\ngrafana_url: http://192.168.3.199:3000\ngrafana_image_name: \"dolphyvn/grafana\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "Operati...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2635, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/influxdb
7,590
[ "no_license" ]
[ { "path": "Operation/roles/influxdb/tasks/main.yaml", "content": "---\n- name: Copy influxdb configuration file\n copy: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - { src: 'files/influxdb.conf', dest: '/etc/influxdb.conf' }\n - { src: 'files/types.db', dest: '/etc/types.db' }\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/public_keys
7,590
[ "no_license" ]
[ { "path": "Operation/roles/public_keys/tasks/main.yaml", "content": "---\n- name: Set root authorized key took from file\n authorized_key:\n user: root\n state: present\n key: \"{{ lookup('file', '{{ ssh_public_key_file }}') }}\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 253, "all_permissive": false }
ansible_role
dolphyvn/embl-ebi
7a5186b11a596bc941b2e61791176d6943d6d8ae
0
Operation/roles/rsyslog
7,590
[ "no_license" ]
[ { "path": "Operation/roles/rsyslog/tasks/main.yaml", "content": "---\n- name: Make sure there is rsyslog\n package:\n name: rsyslog\n state: present\n- name: Start syslog service\n service:\n name: rsyslog\n state: started\n\n- name: Config rsyslog\n template: src={{ item.src }} dest={{ item....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
karangupte/ansible_raspberry_pi_cluster
cdd9d50651b1ed0e7cd6684a3be0f02a5783872c
0
roles/configure_hdfs_yarn_cluster
7,590
[ "no_license" ]
[ { "path": "roles/configure_hdfs_yarn_cluster/tasks/main.yml", "content": "---\n# tasks file for configure_hdfs_yarn_cluster\n- name: Generate and copy core-site.xml\n template:\n src: roles/configure_hdfs_yarn_cluster/templates/core-site.xml.j2\n dest: \"{{ hadoop_conf_home }}/core-site.xml\"\n ow...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3643, "all_permissive": false }
ansible_role
karangupte/ansible_raspberry_pi_cluster
cdd9d50651b1ed0e7cd6684a3be0f02a5783872c
0
roles/format_hdfs_create_required_dirs
7,590
[ "no_license" ]
[ { "path": "roles/format_hdfs_create_required_dirs/vars/main.yml", "content": "---\n# vars file for format_hdfs_create_required_dirs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/format_hdfs_create_required_dirs/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 509, "all_permissive": false }
ansible_role
karangupte/ansible_raspberry_pi_cluster
cdd9d50651b1ed0e7cd6684a3be0f02a5783872c
0
roles/get_host_facts
7,590
[ "no_license" ]
[ { "path": "roles/get_host_facts/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - get_hostname_and_ip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/get_host_facts/defaults/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1050, "all_permissive": false }
ansible_role
karangupte/ansible_raspberry_pi_cluster
cdd9d50651b1ed0e7cd6684a3be0f02a5783872c
0
roles/install_apache_hadoop
7,590
[ "no_license" ]
[ { "path": "roles/install_apache_hadoop/defaults/main.yml", "content": "---\n# defaults file for install_apache_hadoop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/install_apache_hadoop/vars/main.yml", "content": "---\n# vars file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1581, "all_permissive": false }
ansible_role
karangupte/ansible_raspberry_pi_cluster
cdd9d50651b1ed0e7cd6684a3be0f02a5783872c
0
roles/install_apache_spark
7,590
[ "no_license" ]
[ { "path": "roles/install_apache_spark/defaults/main.yml", "content": "---\n# defaults file for install_apache_spark\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/install_apache_spark/tests/test.yml", "content": "---\n- hosts: localhos...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1532, "all_permissive": false }
ansible_role
karangupte/ansible_raspberry_pi_cluster
cdd9d50651b1ed0e7cd6684a3be0f02a5783872c
0
roles/setup_bashrc
7,590
[ "no_license" ]
[ { "path": "roles/setup_bashrc/handlers/main.yml", "content": "---\n# handlers file for setup_bashrc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/setup_bashrc/tasks/main.yml", "content": "---\n# tasks file for setup_bashrc\n# We delete ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1552, "all_permissive": false }
ansible_role
DarktideLegend/escape-from-dereth
c109ed96357a7c9e1f7c4e9f66b2076729cf9f2d
2
packages/provision/roles/ace
7,590
[ "no_license" ]
[ { "path": "packages/provision/roles/ace/tasks/containers.yml", "content": "---\n\n- name: ACE - Set up content directory\n file:\n state: directory\n recurse: true\n path: \"{{ ace_config }}/dats\"\n group: 231072\n owner: 231072\n mode: '0740'\n\n- name: ACE - Set up dumps directory\n f...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5135, "all_permissive": false }
ansible_role
DarktideLegend/escape-from-dereth
c109ed96357a7c9e1f7c4e9f66b2076729cf9f2d
2
packages/provision/roles/docker
7,590
[ "no_license" ]
[ { "path": "packages/provision/roles/docker/tasks/main.yml", "content": "---\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /var/data/\n group: 231072\n owner: 231072\n state: directory\n mode: '0750'\n\n- name: DOCKER - Add Docker GPG apt Key\n apt_key:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1155, "all_permissive": false }
ansible_role
DarktideLegend/escape-from-dereth
c109ed96357a7c9e1f7c4e9f66b2076729cf9f2d
2
packages/provision/roles/swag
7,590
[ "no_license" ]
[ { "path": "packages/provision/roles/swag/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - swag\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "packages/provision/roles/swag/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2292, "all_permissive": false }
ansible_role
DarktideLegend/escape-from-dereth
c109ed96357a7c9e1f7c4e9f66b2076729cf9f2d
2
packages/provision/roles/ufw
7,590
[ "no_license" ]
[ { "path": "packages/provision/roles/ufw/tasks/main.yml", "content": "---\n- name: UFW - Enable and deny by default\n community.general.ufw:\n state: enabled\n default: deny\n\n- name: UFW - Allow HTTP Server\n community.general.ufw:\n rule: allow\n port: \"80\"\n proto: tcp\n\n- name: UFW ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
DarktideLegend/escape-from-dereth
c109ed96357a7c9e1f7c4e9f66b2076729cf9f2d
2
packages/provision/roles/user
7,590
[ "no_license" ]
[ { "path": "packages/provision/roles/user/defaults/main.yml", "content": "---\ncreated_username: \"{{ server_name_prefix }}-admin\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "packages/provision/roles/user/handlers/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2186, "all_permissive": false }
ansible_role
DarktideLegend/escape-from-dereth
c109ed96357a7c9e1f7c4e9f66b2076729cf9f2d
2
packages/provision/roles/webhook
7,590
[ "no_license" ]
[ { "path": "packages/provision/roles/webhook/files/pipe-command", "content": "#!/bin/sh\n\necho \"pull-from-dockerhub $1 $2 2> /tmp/dockerhub.log\" > /etc/webhook/webhook-pipe ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "packages/provision/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2445, "all_permissive": false }
ansible_role
loktionovam/search_engine_infra
3efa102f590096519ae7b74f4dcc55dc846735d3
2
infra/ansible/roles/gce_py
7,590
[ "no_license" ]
[ { "path": "infra/ansible/roles/gce_py/templates/gce.ini.j2", "content": "[gce]\nlibcloud_secrets =\n\ngce_service_account_email_address = {{ gce_py_client_email }}\ngce_service_account_pem_file_path = {{ gce_py_pem_file_path }}\ngce_project_id = {{ gce_py_project_id }}\ngce_zone = \n\n\n\n[inventory]\ninven...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3101, "all_permissive": false }
ansible_role
loktionovam/search_engine_infra
3efa102f590096519ae7b74f4dcc55dc846735d3
2
infra/ansible/roles/search_engine
7,590
[ "no_license" ]
[ { "path": "infra/ansible/roles/search_engine/tasks/install_packages.yml", "content": "---\n\n- name: Install prerequisite packages\n apt:\n name: \"{{ search_engine_prerequisite_packages }}\"\n cache_valid_time: 86400\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 6801, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/Install-MongoDB
7,590
[ "no_license" ]
[ { "path": "roles/Install-MongoDB/README.md", "content": "# SSH-keys\n\n\n# Install MongoDB for Graylog\n```bash\nansible-playbook -i inventory/graylog.ini Install-MongoDB.yaml -b\n```", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/Install-M...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1920, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/Proxmox-VM-Action
7,590
[ "no_license" ]
[ { "path": "roles/Proxmox-VM-Action/README.md", "content": "Proxmox VM Action\n\n# Start\n```bash\nansible-playbook -i inventory/proxmox.ini Proxmox-VM-Action.yaml --extra-vars \"vm_action=started\" --ask-vault-pass\n```\n\n# Reboot\n```bash\nansible-playbook -i inventory/proxmox.ini Proxmox-VM-Action.yaml -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1745, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/change-hostname
7,590
[ "no_license" ]
[ { "path": "roles/change-hostname/README.md", "content": "# Change hostname\n\n# Test Ubuntu\n```bash\nansible-playbook -i inventory/test-ubuntu.ini change-hostname.yaml -b\n```\n\n# Test Oracle Linux\n```bash\nansible-playbook -i inventory/test-ol.ini change-hostname.yaml -b\n```", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 726, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/chrony
7,590
[ "no_license" ]
[ { "path": "roles/chrony/defaults/main.yml", "content": "---\n# defaults file for chrony\n\n# NTP серверы\nchrony_ntp_servers:\n - 192.168.2.10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/chrony/tasks/main.yml", "content": "---\n# t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1735, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/create-lvm-partition
7,590
[ "no_license" ]
[ { "path": "roles/create-lvm-partition/vars/main.yml", "content": "---\n# vars file for Create-LVM-Partition\n\ndevice: \"/dev/{{ disk_name }}\"\ndisk_part: \"{{ device }}1\"\nvolume_group_name: \"{{ lvm_project_name }}-vg\"\nlogical_volume_name: \"{{ lvm_project_name }}-lv\"\nfull_lvm_name: \"/dev/{{ volume...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5711, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/dns
7,590
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n# tasks file for DNS\n\n- name: Block for RedHat\n when:\n - ansible_os_family == \"RedHat\" or ansible_os_family == \"RED\"\n become: true\n block:\n\n - name: Скопировать файл ручной настройки DNS (RedHat)\n become: true\n ansible.b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1961, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/install
7,590
[ "no_license" ]
[ { "path": "roles/install/README.md", "content": "# Install packages\n\n# Test Ubuntu\n```bash\nansible-playbook -i inventory/test-ubuntu.ini install.yaml -b\n```\n\n# Test Oracle Linux\n```bash\nansible-playbook -i inventory/test-oracle.ini install.yaml -b\n```\n\n# K8s1 Redos\n```bash\nansible-playbook -i ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 796, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/install-docker
7,590
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "---\n# tasks file for Install-Docker\n\n# ============================================== Ping ==============================================\n\n- name: Ping my servers\n become: true\n ansible.builtin.ping:\n\n# =================================...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4106, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/install-kafka-zookeeper
7,590
[ "no_license" ]
[ { "path": "roles/install-kafka-zookeeper/tasks/main.yml", "content": "---\n\n# ================================================\n# Install Kafka\n# ================================================\n\n- name: Install packages\n ansible.builtin.package:\n name:\n - java-21-openjdk\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5813, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/install-keepalived
7,590
[ "no_license" ]
[ { "path": "roles/install-keepalived/tasks/main.yml", "content": "---\n\n- name: Enable IP forwarding\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: true\n state: present\n reload: true\n\n- name: Install keepalived\n ansible.builtin.package:\n name: keepal...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1085, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/install-opensearch-my
7,590
[ "no_license" ]
[ { "path": "roles/install-opensearch-my/tasks/main.yml", "content": "---\n\n# ==============================================================================\n# Установка OpenSearch\n# ==============================================================================\n\n- name: Bloc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9821, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/install-opensearch-prod-ready
7,590
[ "no_license" ]
[ { "path": "roles/install-opensearch-prod-ready/tasks/opensearch.yml", "content": "---\n\n- name: OpenSearch Install | Download opensearch {{ os_version }}\n retries: 5\n delay: 10\n ansible.builtin.get_url:\n url: \"{{ os_download_url }}/{{ os_version }}/opensearch-{{ os_version }}-linux-x64.tar.gz\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4075, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/install-promtail-agent
7,590
[ "no_license" ]
[ { "path": "roles/install-promtail-agent/vars/main.yml", "content": "---\n# vars file for install-promtail-agent\n\n# Working folder\ndownload_folder: \"/root/download\"\n\n# Nexus repository\nnexus_raw_repository: \"http://nexus.fillswim.local:8081\"\n\n# Promtail version\npromtail_version: \"v3.3.1\"\n\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3399, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/kolla-ansible-prepare
7,590
[ "no_license" ]
[ { "path": "roles/kolla-ansible-prepare/templates/daemon.json.j2", "content": "{\n \"insecure-registries\": [\"{{ nexus_docker_proxy_ip }}:{{ nexus_docker_proxy_port }}\"],\n \"registry-mirrors\": [\"http://{{ nexus_docker_proxy_ip }}:{{ nexus_docker_proxy_port }}\"]\n}", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3383, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/ntp
7,590
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n# tasks file for NTP\n\n# ========================================= Блок для Ubuntu ========================================\n# ==================================================================================================\n\n- name: Block for Ubunt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1018, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/openstack
7,590
[ "no_license" ]
[ { "path": "roles/openstack/tasks/main.yml", "content": "---\n# tasks file for openstack\n\n- name: Ping my servers\n become: true\n ansible.builtin.ping:\n\n- name: Fetch all Identity (Keystone) projects\n openstack.cloud.project_info:\n cloud: openstack\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/openstack-inventory
7,590
[ "no_license" ]
[ { "path": "roles/openstack-inventory/vars/main.yml", "content": "---\nopenstack_url: \"http://192.168.42.11\"\nopenstack_url_auth_postfix: \"identity/v3/auth/tokens\"\nopenstack_url_compute_postfix: \"compute/v2.1/servers/detail\"\n\nopenstack_domain: \"default\"\n\npath_for_ready_made_inventory: \"/home/fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3503, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/passwordauthentication-no
7,590
[ "no_license" ]
[ { "path": "roles/passwordauthentication-no/handlers/main.yml", "content": "---\n# handlers file for chrony\n\n- name: Restart ssh Ubuntu\n become: true\n ansible.builtin.systemd_service:\n state: restarted\n name: ssh\n enabled: true\n\n- name: Restart ssh RedHat\n become: true\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1872, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/ping
7,590
[ "no_license" ]
[ { "path": "roles/ping/tasks/main.yml", "content": "---\n# tasks file for ping\n- name: Ping my servers\n # when: ansible_os_family == \"RedHat\" or ansible_os_family == \"RED\"\n become: true\n ansible.builtin.ping:\n\n# - name: Print current user\n# become: true\n# ansible.builtin.shell: whoami\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1609, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/preparation-general
7,590
[ "no_license" ]
[ { "path": "roles/preparation-general/tasks/main.yml", "content": "---\n# tasks file for 00-prepare-vm\n\n# ============================================== Ping ==============================================\n\n- name: Ping my servers\n become: true\n ansible.builtin.ping:\n\n# =============================...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8412, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/reboot
7,590
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n# tasks file for reboot\n\n- name: Reboot\n throttle: 1\n become: true\n ansible.builtin.reboot:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/reboot/README.md", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 369, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/repository-local
7,590
[ "no_license" ]
[ { "path": "roles/repository-local/README.md", "content": "# Local repository\n\n# Test Ubuntu\n```bash\nansible-playbook -i inventory/test-ubuntu.ini repository-local.yaml -b\n```\n\n# Test Oracle Linux\n```bash\nansible-playbook -i inventory/test-oracle.ini repository-local.yaml -b\n```\n\n# K8s1-RHEL\n```...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3856, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/repository-proxy
7,590
[ "no_license" ]
[ { "path": "roles/repository-proxy/tasks/main.yml", "content": "---\n# tasks file for Proxy-repository\n\n# ========================================= Блок для Ubuntu ========================================\n# ==================================================================================================\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1202, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/ssh-keys
7,590
[ "no_license" ]
[ { "path": "roles/ssh-keys/tasks/main.yml", "content": "---\n# tasks file for ssh-keys\n\n# ========================================== Add SSH keys ==========================================\n\n- name: Создать пустой файл authorized_keys для root\n ansible.builtin.copy:\n content: \"\"\n dest: /root/....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2148, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/sudoers
7,590
[ "no_license" ]
[ { "path": "roles/sudoers/README.md", "content": "# Sudoers\n\n# Test Ubuntu\n```bash\nansible-playbook -i inventory/test-ubuntu.ini sudoers.yaml -b\n```\n\n# Test Oracle Linux\n```bash\nansible-playbook -i inventory/test-ol.ini sudoers.yaml -b\n```\n\n# K8s1 Redos\n```bash\nansible-playbook -i inventory/k8s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1483, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/test
7,590
[ "no_license" ]
[ { "path": "roles/test/README.md", "content": "# Test\n\n# K8s1 Redos\n```bash\nansible-playbook -i inventory/k8s1-ol.ini test.yaml -b\n```", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/test/tasks/main.yml", "content": "---\n# tasks file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2544, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/timezone
7,590
[ "no_license" ]
[ { "path": "roles/timezone/README.md", "content": "# Timezone\n\n# Test Ubuntu\n```bash\nansible-playbook -i inventory/test-ubuntu.ini timezone.yaml -b\n```\n\n# Test Oracle Linux\n```bash\nansible-playbook -i inventory/test-oracle.ini timezone.yaml -b\n```\n\n# K8s1 Redos\n```bash\nansible-playbook -i inven...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 422, "all_permissive": false }
ansible_role
fillswim/ansible
dbeaf8639212827c824950daea21355447e71902
0
roles/update
7,590
[ "no_license" ]
[ { "path": "roles/update/README.md", "content": "# Update\n\n# Test Ubuntu\n```bash\nansible-playbook -i inventory/test-ubuntu.ini update.yaml -b\n```\n\n# Test Oracle Linux\n```bash\nansible-playbook -i inventory/test-ol.ini update.yaml -b\n```\n\n# K8s1-RHEL\n```bash\nansible-playbook -i inventory/k8s1-rhe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1065, "all_permissive": false }
ansible_role
bhcopeland/ansiblezabbix
6adc21de8f8756b90f8ac29f3379e71a61c5bb50
0
roles/zabbix-agent
7,590
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/main.yml", "content": "---\n- name: Download Zabbix dpkg repo\n get_url: url=http://repo.zabbix.com/zabbix/2.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_2.0-1precise_all.deb dest=~/zabbix-release_2.0-1precise_all.deb\n sudo: yes\n\n- name: Install zabbix repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
rattermeyer/nomad-cluster
bfb74627caca684d740a7db112f708285b531876
0
ansible/roles/local.docker-postgresql
7,590
[ "no_license" ]
[ { "path": "ansible/roles/local.docker-postgresql/README.md", "content": "This role is based on [ANXS.postgresql](https://raw.githubusercontent.com/ANXS/postgresql). But it uses postgresql docker container.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 9649, "all_permissive": false }