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
bradkwadsworth/ansible-openstack
963418b2dd3ce7ed161e88eea7d6482a623167c2
0
roles/openvswitch
8,078
[ "no_license" ]
[ { "path": "roles/openvswitch/playbook.yml", "content": "---\n- hosts: all\n gather_facts: False\n pre_tasks:\n - name: Install python for Ansible\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n changed_when: False\n - name: Gather facts\n setup: # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1578, "all_permissive": false }
ansible_role
bradkwadsworth/ansible-openstack
963418b2dd3ce7ed161e88eea7d6482a623167c2
0
roles/rabbitmq
8,078
[ "no_license" ]
[ { "path": "roles/rabbitmq/molecule.yml", "content": "---\ndriver:\n name: vagrant\nvagrant:\n platforms:\n - name: xenial64\n box: ubuntu/xenial64\n providers:\n - name: virtualbox\n type: virtualbox\n options:\n memory: 512\n cpus: 2\n instances:\n - name: rabbitmq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1790, "all_permissive": false }
ansible_role
MarkCDavid/university
d99f4ac389c4db5ce8932be318e6cae566dd1fd9
0
masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/createVirtualenv
8,078
[ "no_license" ]
[ { "path": "masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/createVirtualenv/tasks/main.yml", "content": "---\n- name: Ensure python3 is installed.\n apt:\n name:\n - python3\n - python3-pip\n - python3-virtualenv\n - python3-setuptools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
MarkCDavid/university
d99f4ac389c4db5ce8932be318e6cae566dd1fd9
0
masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/generateSshKey
8,078
[ "no_license" ]
[ { "path": "masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/generateSshKey/tasks/main.yml", "content": "---\n- name: Generate an OpenSSH keypair.\n community.crypto.openssh_keypair:\n path: /home/vagrant/.ssh/id_rsa\n\n- name: Set vagrant user as the owner of th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
MarkCDavid/university
d99f4ac389c4db5ce8932be318e6cae566dd1fd9
0
masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/installBorg
8,078
[ "no_license" ]
[ { "path": "masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/installBorg/tasks/main.yml", "content": "---\n- name: Ensure borg installation dependencies are installed.\n apt:\n name:\n - pkg-config\n - libssl-dev\n - libacl1-dev\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
MarkCDavid/university
d99f4ac389c4db5ce8932be318e6cae566dd1fd9
0
masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/installBorgmatic
8,078
[ "no_license" ]
[ { "path": "masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/installBorgmatic/meta/main.yml", "content": "---\ndependencies: [createVirtualenv, installBorg]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1437, "all_permissive": false }
ansible_role
MarkCDavid/university
d99f4ac389c4db5ce8932be318e6cae566dd1fd9
0
masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/installPublicSshKey
8,078
[ "no_license" ]
[ { "path": "masters/semester1/information-technology-security-methods/homework4/backup/playbooks/roles/installPublicSshKey/tasks/main.yml", "content": "---\n- name: Ensure authorized_hosts file exists.\n file:\n path: /home/vagrant/.ssh/authorized_hosts\n state: touch\n mode: '0600'\n\n- name: Set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
IntelliqDevops/AnsiblePlaybooksNew
399c62d4f3a34197d73c83d7f3650ba754103254
0
roles/apache
8,078
[ "no_license" ]
[ { "path": "roles/apache/tasks/check_url_response.yml", "content": "---\n- name: Check url response of apache2\n uri:\n url: \"{{item}}\"\n status_code: 200\n with_items:\n - http://172.31.23.84\n - http://172.31.22.224\n...\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
lindlaaa/ansible
1eecad9d16cc0a6d4ff1f01b868f4a1638d9d7fa
0
new/roles/control-node
8,078
[ "no_license" ]
[ { "path": "new/roles/control-node/tasks/main.yml", "content": "- name: Run curl\n become: yes\n ansible.builtin.command: curl -sfL https://get.k3s.io --output k3s.sh\n args:\n creates: k3s.sh\n\n- name: Run sh\n become: yes\n ansible.builtin.command:\n args:\n cmd: \"{{ command }}\"\n creates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
lindlaaa/ansible
1eecad9d16cc0a6d4ff1f01b868f4a1638d9d7fa
0
new/roles/update
8,078
[ "no_license" ]
[ { "path": "new/roles/update/tasks/main.yml", "content": "- name: Ping my hosts\n ansible.builtin.ping:\n \n- name: Print message\n ansible.builtin.debug:\n msg: Hello world\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: full\n update_cache: yes\n cache_valid_tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
lindlaaa/ansible
1eecad9d16cc0a6d4ff1f01b868f4a1638d9d7fa
0
old/roles/k8scontrolplane
8,078
[ "no_license" ]
[ { "path": "old/roles/k8scontrolplane/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/k8scontrolplane", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "old/roles/k8scontrolplane/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1257, "all_permissive": false }
ansible_role
lindlaaa/ansible
1eecad9d16cc0a6d4ff1f01b868f4a1638d9d7fa
0
old/roles/k8suniversal
8,078
[ "no_license" ]
[ { "path": "old/roles/k8suniversal/handlers/main.yml", "content": "---\n# handlers file for roles/k8suniversal\n- name: restart system\n reboot:\n reboot_timeout: 3600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "old/roles/k8suniversal/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2857, "all_permissive": false }
ansible_role
lindlaaa/ansible
1eecad9d16cc0a6d4ff1f01b868f4a1638d9d7fa
0
old/roles/k8sworker
8,078
[ "no_license" ]
[ { "path": "old/roles/k8sworker/handlers/main.yml", "content": "---\n# handlers file for roles/k8sworker", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "old/roles/k8sworker/tasks/main.yml", "content": "---\n# tasks file for roles/k8sworker\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 445, "all_permissive": false }
ansible_role
alexsydell/ansible-ubuntu-server-setup
6507be773cf0a75a1e52d7c0bca83541c61a0fa1
47
roles/secure
8,078
[ "no_license" ]
[ { "path": "roles/secure/defaults/main.yml", "content": "---\nssh_port: 22\nuser: deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/secure/tasks/main.yml", "content": "---\n- name: update apt\n apt: update_cache=yes cache_valid_tim...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2655, "all_permissive": false }
ansible_role
ksamaschke/claude-code-mcp-management
ac5f1aefdc4b8673c07cf0578692a8b599a34801
3
ansible/roles/mcp-config
8,078
[ "no_license" ]
[ { "path": "ansible/roles/mcp-config/tasks/validate-config.yml", "content": "---\n# =============================================================================\n# MCP Config Role - Configuration Validation\n# =============================================================================\n# Validate loaded c...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 17013, "all_permissive": false }
ansible_role
ksamaschke/claude-code-mcp-management
ac5f1aefdc4b8673c07cf0578692a8b599a34801
3
ansible/roles/mcp-operations
8,078
[ "no_license" ]
[ { "path": "ansible/roles/mcp-operations/tasks/backup-config.yml", "content": "---\n# =============================================================================\n# MCP Operations Role - Backup Config\n# =============================================================================\n# Backup current MCP con...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 44342, "all_permissive": false }
ansible_role
ksamaschke/claude-code-mcp-management
ac5f1aefdc4b8673c07cf0578692a8b599a34801
3
ansible/roles/mcp-servers
8,078
[ "no_license" ]
[ { "path": "ansible/roles/mcp-servers/tasks/main.yml", "content": "---\n- name: Load MCP servers from JSON config\n include_tasks: load-config.yml\n\n- name: Determine which servers to configure\n set_fact:\n servers_to_configure: >-\n {%- set selected_servers = [] -%}\n {%- if mcp_mode == 'al...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 25315, "all_permissive": false }
ansible_role
ksamaschke/claude-code-mcp-management
ac5f1aefdc4b8673c07cf0578692a8b599a34801
3
ansible/roles/mcp-validation
8,078
[ "no_license" ]
[ { "path": "ansible/roles/mcp-validation/defaults/main.yml", "content": "---\n# =============================================================================\n# MCP Validation Role - Default Variables\n# =============================================================================\n# Environment and system v...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 27204, "all_permissive": false }
ansible_role
drewreeve/linux-playbook
858697285b3c7ccff47a513204a58f6fd105c285
0
roles/asdf
8,078
[ "no_license" ]
[ { "path": "roles/asdf/tasks/main.yml", "content": "- name: Install asdf\n ansible.builtin.git:\n repo: 'https://github.com/asdf-vm/asdf.git'\n dest: \"{{ lookup('env', 'HOME') }}/.asdf\"\n update: no\n\n- name: Update to latest stable version\n ansible.builtin.command: \"asdf update\"\n environm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
drewreeve/linux-playbook
858697285b3c7ccff47a513204a58f6fd105c285
0
roles/core
8,078
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "- name: Install packages\n become: yes\n apt:\n state: present\n name:\n - bat\n - build-essential\n - git\n - ripgrep\n - zsh\n - zsh-autosuggestions\n - zsh-syntax-highlighting\n\n- name: Create .local/bin\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
drewreeve/linux-playbook
858697285b3c7ccff47a513204a58f6fd105c285
0
roles/dotfiles
8,078
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Install stow\n become: yes\n ansible.builtin.apt:\n name: stow\n state: present\n tags: dotfiles\n\n- name: Clone dotfiles\n ansible.builtin.git:\n repo: <EMAIL>:drewreeve/dotfiles.git\n dest: \"{{ lookup('env', 'HOME') }}/.dotfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
drewreeve/linux-playbook
858697285b3c7ccff47a513204a58f6fd105c285
0
roles/fonts
8,078
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "- name: Fetch JetbrainMono latest release info\n ansible.builtin.uri:\n url: https://api.github.com/repos/JetBrains/JetBrainsMono/releases/latest\n return_content: yes\n register: jetbrain_releases\n tags: fonts\n\n- name: Create temp folder\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1303, "all_permissive": false }
ansible_role
drewreeve/linux-playbook
858697285b3c7ccff47a513204a58f6fd105c285
0
roles/gnome
8,078
[ "no_license" ]
[ { "path": "roles/gnome/vars/main.yml", "content": "terminal:\n profile_id: ['49e80417-1d79-4b64-8e2b-3eaaff9a440d']\n profile_settings:\n visible-name: \"'gruvbox'\"\n scrollbar-policy: \"'never'\"\n use-theme-transparency: \"false\"\n use-transparent-background: \"true\"\n background-trans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3002, "all_permissive": false }
ansible_role
drewreeve/linux-playbook
858697285b3c7ccff47a513204a58f6fd105c285
0
roles/lsp
8,078
[ "no_license" ]
[ { "path": "roles/lsp/tasks/main.yml", "content": "- name: Clone sumneko lua-language-server\n git:\n repo: https://github.com/sumneko/lua-language-server.git\n dest: \"{{ lookup('env', 'HOME') }}/build/lua-language-server\"\n recursive: yes\n update: yes\n register: luaserver_clone\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
drewreeve/linux-playbook
858697285b3c7ccff47a513204a58f6fd105c285
0
roles/neovim
8,078
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: Install prerequisites for building neovim\n become: yes\n apt:\n pkg:\n - ninja-build\n - gettext\n - libtool\n - libtool-bin\n - autoconf\n - automake\n - cmake\n - g++\n - pkg-config\n - unz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1118, "all_permissive": false }
ansible_role
Beto9730/test1-Ansible
60752ee3298fbe56382f7e713241454d05c507a4
0
laboratorio/ansible/roles/test-variables
8,078
[ "no_license" ]
[ { "path": "laboratorio/ansible/roles/test-variables/tasks/nginx.yml", "content": "---\n - name: instalando {{ srv }}\n yum: \n name: \"{{ srv }}\"\n state: latest \n \n # - name: crear directorio html\n # file: \n # path: /var/www/html\n # state: directory\n # owner: ro...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1363, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/LVM
8,078
[ "no_license" ]
[ { "path": "roles/LVM/tasks/main.yml", "content": "---\n\n- name: Create partition\n parted:\n device: /dev/sdb\n number: 1\n flags: [ lvm ]\n state: present\n\n- name: Create resize a volume group on top of /dev/sdb\n lvg:\n vg: movile\n pvs: /dev/sdb1\n\n- name: Create a logical volume ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 892, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/ansiblebit.oracle-java
8,078
[ "no_license" ]
[ { "path": "roles/ansiblebit.oracle-java/tasks/installation/redhat/main.yml", "content": "---\n# file: oracle-java/tasks/installation/redhat/main.yml\n#\n# Task file to install Oracle Java Development Kit in a system with a Redhat based Linux distribution.\n#\n\n- name: set Java version as default\n alterna...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1560, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/cloud-tools
8,078
[ "no_license" ]
[ { "path": "roles/cloud-tools/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Download Google repo\n command: wget https://raw.githubusercontent.com/juliomauro/arquivos-diversos/master/google-cloud-sdk.repo -O /etc/yum.repos.d/google-cloud-sdk.repo\n ignore_errors: no\n become: yes\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/common
8,078
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Install EPEL repo\n yum:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - epel-release \n\n- name: Install Packages\n yum:\n name: \"{{ item }}\"\n state: latest\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/diretorio
8,078
[ "no_license" ]
[ { "path": "roles/diretorio/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Creates directory /opt/oracle\n file:\n path: /opt/oracle\n state: directory\n mode: 0777\n\n- name: Creates directory /var/www/jenkins\n file:\n path: /var/www/jenkins/1/2/3/4/5/6/7/8/9/0/1/2/3/4/5/6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/docker-ce
8,078
[ "no_license" ]
[ { "path": "roles/docker-ce/tasks/main.yml", "content": "---\n# tasks file for server\n- name: download docker repo \n command: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n ignore_errors: yes\n become: yes\n\n- name: Install docker Packages\n yum:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/epel
8,078
[ "no_license" ]
[ { "path": "roles/epel/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Install EPEL repo\n yum:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - epel-release", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/firewall_selinux
8,078
[ "no_license" ]
[ { "path": "roles/firewall_selinux/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Disable selinux\n selinux:\n state: disabled\n\n- name: Disable firewalld\n systemd:\n state: stopped\n name: firewalld\n enabled: no\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/history
8,078
[ "no_license" ]
[ { "path": "roles/history/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Copy bashrc file \n copy:\n src: bash.rc\n dest: /etc/bashrc\n owner: root\n group: root\n\n- name: create bash_history file \n command: touch /var/spool/.bash_history.time\n ignore_errors: yes\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/hostname
8,078
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Change hostname\n hostname:\n name: \"{{ hostname }}\"\n\n- name: Change hosts file\n lineinfile:\n dest: /etc/hosts\n line: \"127.0.1.1 {{ hostname }}\"\n state: present", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/ipa-pkgs
8,078
[ "no_license" ]
[ { "path": "roles/ipa-pkgs/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Install IPA Packages\n yum:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - ipa-client\n - ipa-client-common\n - python2-ipaclient\n - ipa-server\n - ipa-server-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/kernel4
8,078
[ "no_license" ]
[ { "path": "roles/kernel4/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Get GPG KEY Kernel 4 repo\n command: rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org\n ignore_errors: no\n become: yes \n\n- name: Install Kernel 4 repo\n command: rpm -Uvh https://www.elrepo.org/elre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/limits
8,078
[ "no_license" ]
[ { "path": "roles/limits/tasks/main.yml", "content": "---\n\n- name: Change kernel parameters\n sysctl: name=\"{{ item.key }}\" value=\"{{ item.value }}\" state=present\n with_dict: '{{ kernel_params }}'\n ignore_errors: yes\n\n- name: Change limits for root\n pam_limits:\n domain: root\n limit_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/reboot
8,078
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Restart machine\n shell: \"sleep 5 && sudo shutdown -r now\"\n async: 1\n poll: 0\n\n- name: wait for ssh again available.\n wait_for_connection:\n connect_timeout: 20\n sleep: 5\n delay: 5\n timeout: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/sudo
8,078
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/tcp_sack_disable
8,078
[ "no_license" ]
[ { "path": "roles/tcp_sack_disable/vars/main.yml", "content": "kernel_params:\n net.ipv4.tcp_sack: 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/tcp_sack_disable/tasks/main.yml", "content": "---\n\n- name: Disabling tcp_sack\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 203, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/update
8,078
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "- name: Verificando a existencia de atualizacoes para o sistema\n shell: yum list updates | awk 'f;/Updated Packages/{f=1;}' | awk '{ print $1 }'\n changed_when: updates.stdout_lines | length > 0\n args:\n warn: false\n register: updates\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1321, "all_permissive": false }
ansible_role
juliomauro/CentosJM-ansible
4ec63f36f2ee6f9d335d0d8f7eeb5ae20e433934
0
roles/vault
8,078
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "---\n- name: Create a vault user\n user:\n name: vault\n password: <PASSWORD>/'\n state: present\n shell: /usr/sbin/nologin\n system: no\n createhome: yes\n home: /home/vault\n\n- name: Download and install Vault Server\n unarchive:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1163, "all_permissive": false }
ansible_role
sunilKumar-central/AllAnsibleFile
983d894eb7a51ff6efdff4475576ecab10a11cf6
0
Roles/setup_apache_role
8,082
[ "no_license" ]
[ { "path": "Roles/setup_apache_role/tasks/main.yml", "content": "---\n# tasks file for setup_apache_role\n\n- name: install httpd\n yum:\n name: httpd\n satte: installed\n when: ansible_os_family == \"RedHat\"\n notify: start httpd server\n- name: copy index.html file\n copy:\n src: /home/durga/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 402, "all_permissive": false }
ansible_role
sinesiobittencourt/apps-for-work
4fbfaf21af90e3fe4132f84581126feae0a9065a
3
roles/terraform
8,082
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: apt Install Packages\n apt:\n name: [\"wget\"]\n- name: Installing Terraform 0.12.31\n become: true\n unarchive:\n src: \"https://releases.hashicorp.com/terraform/0.12.31/terraform_0.12.31_linux_amd64.zip\"\n dest: /usr/local/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1647, "all_permissive": false }
ansible_role
sinesiobittencourt/apps-for-work
4fbfaf21af90e3fe4132f84581126feae0a9065a
3
roles/ubuntu
8,082
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yml", "content": "---\n- name: Installing Linux Apps\n become: true\n apt:\n name: \"{{ item }}\"\n install_recommends: yes\n state: present\n loop:\n - vim\n - htop\n - curl\n - wget\n - ncdu\n - tree\n - apt-transport-https\n - ca-cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6092, "all_permissive": false }
ansible_role
BohdanKalytka/cassandratraining
d27b041363f593dfbcc6b0b45db016d7c283e167
6
ansible/roles/cassandra
8,082
[ "no_license" ]
[ { "path": "ansible/roles/cassandra/tasks/main.yml", "content": "---\n\n- name: add datastax repo\n yum_repository:\n name: datastax\n description: DataStax Repo for Apache Cassandra\n baseurl: http://rpm.datastax.com/community\n gpgcheck: no\n enabled: yes\n become: true\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
rh-solution-pattern-event-streaming/ansible
f19c90993aff8ffd7980339037f3ea836f8265ca
0
roles/install
8,082
[ "no_license" ]
[ { "path": "roles/install/defaults/main.yml", "content": "become_override: false\nocp_username: opentlc-mgr\nsilent: false\n\n# ------------------------------------------------\n# App Services Lab Deployment\n# ------------------------------------------------\nlab_setup: true\n\n# Shared Users\nuser_count: 1...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 12068, "all_permissive": false }
ansible_role
redhat-na-ssa/vacsafe_demo
2ff70e2c8e59d6fed6f39183025a4055834f1ef4
1
ansible/roles/dashbuilder
8,082
[ "no_license" ]
[ { "path": "ansible/roles/dashbuilder/defaults/main.yml", "content": "---\n\napplication_name: \"dashbuilder\"\n\nimage_name: \"quay.io/redhat_naps_da/dashbuilder-rhpam-db\"\nimage_tag: 0.0.1\n\napplication_template: dashbuilderservice.yml\nbinary_imagestream_template: binary-imagestream.yml\n", "license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2445, "all_permissive": false }
ansible_role
redhat-na-ssa/vacsafe_demo
2ff70e2c8e59d6fed6f39183025a4055834f1ef4
1
ansible/roles/sso
8,082
[ "no_license" ]
[ { "path": "ansible/roles/sso/tasks/main.yml", "content": "---\n\n- name: \"create operatorgroup in {{ namespace_sso }}\"\n import_role:\n name: ../roles/operatorgroup\n vars:\n operatorgroup_name: \"{{ namespace_sso }}\"\n operatorgroup_namespace: \"{{ namespace_sso }}\"\n operatorgroup_target...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4621, "all_permissive": false }
ansible_role
redhat-na-ssa/vacsafe_demo
2ff70e2c8e59d6fed6f39183025a4055834f1ef4
1
ansible/roles/vacsafe-service
8,082
[ "no_license" ]
[ { "path": "ansible/roles/vacsafe-service/tasks/main.yml", "content": "---\n\n####### RH-PAM Database ##################\n\n- name: \"create {{ postgresql_service_account }} service account in {{ namespace }}\"\n oc_serviceaccount:\n oc_binary: \"{{ openshift_cli }}\"\n state: present\n name:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9880, "all_permissive": false }
ansible_role
redhat-na-ssa/vacsafe_demo
2ff70e2c8e59d6fed6f39183025a4055834f1ef4
1
ansible/roles/vacsafe-ui
8,082
[ "no_license" ]
[ { "path": "ansible/roles/vacsafe-ui/tasks/main.yml", "content": "---\n\n- name: check if {{ application_name }} application is deployed\n oc_obj:\n oc_binary: \"{{ openshift_cli }}\"\n state: list\n namespace: \"{{ namespace }}\"\n name: \"{{ application_name }}\"\n kind: dc\n register: res...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4124, "all_permissive": false }
ansible_role
fafranca/ansible-workshop
6f4d1825358d66398e986fbb806220f122d4f77a
0
roles/contracts
8,082
[ "no_license" ]
[ { "path": "roles/contracts/tasks/main.yml", "content": "---\n# tasks file for network\n- name: Query all contracts\n cisco.aci.aci_contract:\n host: \"{{ansible_host}}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n tenant: \"SnV\"\n state: query\n delegate_to: localhost...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
fafranca/ansible-workshop
6f4d1825358d66398e986fbb806220f122d4f77a
0
roles/tenants
8,082
[ "no_license" ]
[ { "path": "roles/tenants/tasks/main.yml", "content": "---\n# tasks file for network\n - name: Add a new tenant\n cisco.aci.aci_tenant:\n host: \"{{ ansible_host }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: test\n descri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
yurii-vasylchuk/homeserver
3c31a1c9d23e1ebf65088ebdf2b8f94404bb4b36
0
ansible/roles/argocd
8,082
[ "no_license" ]
[ { "path": "ansible/roles/argocd/tasks/main.yml", "content": "- name: Create namespace argocd\n ansible.builtin.shell: kubectl get ns argocd || kubectl create ns argocd\n become: true\n become_user: ubuntu\n args:\n executable: /bin/bash\n\n- name: Install Argo CD\n ansible.builtin.shell: >\n kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1654, "all_permissive": false }
ansible_role
yurii-vasylchuk/homeserver
3c31a1c9d23e1ebf65088ebdf2b8f94404bb4b36
0
ansible/roles/cleanup
8,082
[ "no_license" ]
[ { "path": "ansible/roles/cleanup/tasks/main.yml", "content": "- name: Delete temp dir\n ansible.builtin.shell: |\n rm -r {{ temp_path }}\n args:\n executable: /bin/bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
yurii-vasylchuk/homeserver
3c31a1c9d23e1ebf65088ebdf2b8f94404bb4b36
0
ansible/roles/k3s
8,082
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/main.yml", "content": "- name: Install kubectl\n ansible.builtin.copy:\n src: \"{{ temp_path }}/kubectl\"\n dest: /usr/local/bin/kubectl\n remote_src: yes\n mode: '0755'\n\n- name: Create k3s config directory\n file:\n path: /etc/rancher/k3s\n state: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2541, "all_permissive": false }
ansible_role
yurii-vasylchuk/homeserver
3c31a1c9d23e1ebf65088ebdf2b8f94404bb4b36
0
ansible/roles/preparation
8,082
[ "no_license" ]
[ { "path": "ansible/roles/preparation/tasks/main.yml", "content": "- name: Copy files\n ansible.builtin.copy:\n src: files/\n dest: \"{{ temp_path }}\"\n mode: 0644\n\n- name: Make scripts executable\n ansible.builtin.file:\n path: \"{{ temp_path }}/k3s/install.sh\"\n mode: u=rwx,g=r,o=r\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
tshewangIp/ansible-project
8bfd1d2c0dfac19a99c5c37820593b2b9e6e6100
0
roles/httpd
8,082
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n- name: install the latest version of Apache\n yum:\n name: httpd\n state: latest\n become: yes\n\n- name: Start service httpd, if not started\n service:\n name: httpd\n state: started\n become: yes\n\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
joaodartora/devops-sandbox
b52450ab4ae3a5defff241920d0226e8c5c03064
1
ansible/golang-microservice/roles/go
8,082
[ "no_license" ]
[ { "path": "ansible/golang-microservice/roles/go/tasks/main.yml", "content": " - name: Installing Golang\n apt:\n name: golang\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
anoop600/Demo-Ansible-Nginx
ad555e393b0133ce0b90caae19af33dcc393de5f
0
ansible-script/roles/web-app
8,082
[ "no_license" ]
[ { "path": "ansible-script/roles/web-app/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n\t<body>\n\n\t\t<h1>My Application</h1>\n\t\t<p>{{ message }}</p>\n\n\t</body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1252, "all_permissive": false }
ansible_role
SergSha/lab-05
50808d1007c309cc8057dc3f0b3addd47fba3c7f
0
roles/backend-servers
8,082
[ "no_license" ]
[ { "path": "roles/backend-servers/templates/nftables/nftables.conf.j2", "content": "#!/usr/sbin/nft -f\n\nflush ruleset\n\ntable ip filter {\n chain PCSD_INP {\n ip saddr {{ subnet_cidrs }} tcp dport 2224 ct state new counter accept\n }\n chain PACEMAKER_REMOTED_INP {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3364, "all_permissive": false }
ansible_role
SergSha/lab-05
50808d1007c309cc8057dc3f0b3addd47fba3c7f
0
roles/db-servers
8,082
[ "no_license" ]
[ { "path": "roles/db-servers/templates/percona/ssl.cnf.j2", "content": "[mysqld]\nwsrep_provider_options=\"socket.ssl_key=server-key.pem;socket.ssl_cert=server-cert.pem;socket.ssl_ca=ca.pem\"\nssl-ca=/var/lib/mysql/ca.pem\nssl-key=/var/lib/mysql/server-key.pem\nssl-cert=/var/lib/mysql/server-cert.pem\nbind-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 11622, "all_permissive": false }
ansible_role
SergSha/lab-05
50808d1007c309cc8057dc3f0b3addd47fba3c7f
0
roles/jump-servers
8,082
[ "no_license" ]
[ { "path": "roles/jump-servers/tasks/main.yml", "content": "---\n- name: Include nftables service\n include_tasks: nftables.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
SergSha/lab-05
50808d1007c309cc8057dc3f0b3addd47fba3c7f
0
roles/proxysql-servers
8,082
[ "no_license" ]
[ { "path": "roles/proxysql-servers/tasks/main.yml", "content": "---\n- name: Include nftables service\n include_tasks: nftables.yml\n\n- name: Include mysql service\n include_tasks: proxysql.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4265, "all_permissive": false }
ansible_role
s-sokolko/dante-container
d9c9340327a8dbfd25647a7aafa48583bdcd8cb8
0
roles/dante-container
8,082
[ "no_license" ]
[ { "path": "roles/dante-container/tasks/main.yml", "content": "- apk:\n update_cache: yes\n name: \"{{ item }}\"\n with_items:\n - linux-pam\n - curl\n - git \n - openssl\n\n- name: create users\n shell: adduser -s /bin/false -D -S -H {{ item.username }}\n with_items: \"{{ proxy_users }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1058, "all_permissive": false }
ansible_role
rayokota/provision-angular-chinook
536c3562369f4982d17c0c0d8fdb91561b80cdac
0
roles/generator
8,082
[ "no_license" ]
[ { "path": "roles/generator/tasks/main.yml", "content": "---\n- name: Install Yeoman\n npm: name=yo\n global=yes\n\n- name: Install Angular-Chinook Generator\n npm: name=generator-angular-chinook\n global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
deepgorthi/documentation
32eea3179e1debdd6233989df21ae0fd7c96ec49
0
docs/DevOps/src/ansible-roles/roles/webservers
8,082
[ "no_license" ]
[ { "path": "docs/DevOps/src/ansible-roles/roles/webservers/tasks/main.yml", "content": "---\n# tasks file for roles/webservers\n- name: Upload index file\n copy: \n src: ../files/index.php\n dest: \"{{ path_to_app }}\"\n mode: 0755\n\n- name: Configure php.ini file\n lineinfile: # Change a line in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
johnnynotsolucky/ansible-elasticstack-basic
d8675a8ee19cc8f768354be46be951c9d93fdd2a
0
roles/prep
8,083
[ "no_license" ]
[ { "path": "roles/prep/tasks/main.yml", "content": "---\n- name: Update all packages\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install \"software-properties-common\"\n apt:\n pkg:\n - software-properties-common\n state: present\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
johnnynotsolucky/ansible-elasticstack-basic
d8675a8ee19cc8f768354be46be951c9d93fdd2a
0
roles/ufw
8,083
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: 'Allow SSH'\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: 'Allow Logstash'\n ufw:\n rule: allow\n port: 5044\n\n## Probably don't allow for public facing servers\n# - name: 'Allow Elasticsearch config'\n# become: yes\n# ufw:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
gbava/ansiblefk
97e0352fde11415c5a608412515f1cf4f7756b42
0
ansible_common/roles/andrewrothstein.jupyter-profile
8,083
[ "no_license" ]
[ { "path": "ansible_common/roles/andrewrothstein.jupyter-profile/circle.yml", "content": "---\nmachine:\n services:\n - docker\n\ndependencies:\n pre:\n - sudo -H pip install --upgrade pip\n - sudo -H pip install circleci-helpers ansible-galaxy-local-deps dcb==0.0.14\n - ansible-galaxy-local-de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3536, "all_permissive": false }
ansible_role
gbava/ansiblefk
97e0352fde11415c5a608412515f1cf4f7756b42
0
ansible_common/roles/ansible-role-provision-vm
8,083
[ "no_license" ]
[ { "path": "ansible_common/roles/ansible-role-provision-vm/templates/user-data.j2", "content": "#cloud-config\n#\n# For debugging you might need to create a local account.\n#password: \n#chpasswd: { expire: False }\n#ssh_pwauth: True\n#\ntimezone: {{ timezone }}\nusers:\n{% if bootstrap_user is defined %}\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 16508, "all_permissive": false }
ansible_role
gbava/ansiblefk
97e0352fde11415c5a608412515f1cf4f7756b42
0
ansible_common/roles/common
8,083
[ "no_license" ]
[ { "path": "ansible_common/roles/common/tasks/main.yml", "content": "---\n\n#- name: Copy the EPEL repository definition\n# copy: src=epel.repo dest=/etc/yum.repos.d/\n#\n#- name: Create the GPG key for EPEL\n# copy: src=RPM-GPG-KEY-EPEL-7 dest=/etc/pki/rpm-gpg\n#\n#- name: ensure external EPEL repository ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
gbava/ansiblefk
97e0352fde11415c5a608412515f1cf4f7756b42
0
ansible_common/roles/openmicroscopy.docker
8,083
[ "no_license" ]
[ { "path": "ansible_common/roles/openmicroscopy.docker/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint:\n name: yamllint\nplatforms:\n - name: docker\n image: openmicroscopy/centos-systemd-ip\n image_version: latest\n privileged: true\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3692, "all_permissive": false }
ansible_role
gbava/ansiblefk
97e0352fde11415c5a608412515f1cf4f7756b42
0
ansible_common/roles/ovirt.image-template
8,083
[ "no_license" ]
[ { "path": "ansible_common/roles/ovirt.image-template/tasks/qcow2_image.yml", "content": "---\n- name: Check if template is correct\n fail:\n msg: \"mandatory parameter 'qcow_url' is not defined\"\n when: \"qcow_url is undefined\"\n\n- name: Check if {{ image_path }} is directory\n stat:\n path: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7466, "all_permissive": false }
ansible_role
gbava/ansiblefk
97e0352fde11415c5a608412515f1cf4f7756b42
0
devops_ansible_devel/roles/common
8,083
[ "no_license" ]
[ { "path": "devops_ansible_devel/roles/common/tasks/main.yml", "content": "- include_tasks: pkg.yml\n\n- include_tasks: disable_defaults_requiretty.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "devops_ansible_devel/roles/common/tasks/pkg.yml",...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 518, "all_permissive": false }
ansible_role
gbava/ansiblefk
97e0352fde11415c5a608412515f1cf4f7756b42
0
devops_ansible_devel/roles/raw-data-backup/roles/sync-raw-data
8,083
[ "no_license" ]
[ { "path": "devops_ansible_devel/roles/raw-data-backup/roles/sync-raw-data/tasks/main.yml", "content": "# Specify the direction of the synchronization.\n# In push mode the localhost or delegate is the source.\n# In pull mode the remote host in context is the source.\n\n- name: Synchronization test\n debug: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
ottojo/cocalc-ansible
783a70a1129ccf96544f8af6199e4e41207ed091
0
roles/cocalc_docker
8,083
[ "no_license" ]
[ { "path": "roles/cocalc_docker/tasks/main.yml", "content": "---\n- name: \"Install pip\"\n apt:\n name: python3-pip\n\n- name: \"Install docker python module\"\n pip:\n name: docker\n\n- name: \"Build cocalc docker image\"\n docker_image:\n name: sagemathinc/cocalc\n\n- name: \"Set up cocalc doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1317, "all_permissive": false }
ansible_role
Viktor000/ansible_test
4f33c6b459decf6630d1fcc4893db9830c441bf8
0
roles/deploy_apache
8,083
[ "no_license" ]
[ { "path": "roles/deploy_apache/tasks/main.yml", "content": "---\n# tasks file for deploy_apache\n\n- name: Check Linux Distr\n debug: var=ansible_os_family\n\n- block: # Rhel Block \n - name: Install Apache for Rhel\n yum: name=httpd state=installed\n\n - name: Start Apache Rhel\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1733, "all_permissive": false }
ansible_role
chaoxcore/ansible_elk
9a00944182c9410d2609f9d4cf7f1767363b46c3
0
roles/elasticsearch
8,083
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: install java \n yum:\n name: java\n state: installed\n\n- name: copy elasticsearch rpm package\n copy:\n src: elasticsearch-7.6.1-x86_64.rpm\n dest: /opt/elasticsearch-7.6.1-x86_64.rpm\n\n- name: install elasticsearch\n yum: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
chaoxcore/ansible_elk
9a00944182c9410d2609f9d4cf7f1767363b46c3
0
roles/filebeat
8,083
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "- name: copy filebeat rpm package\n copy:\n src: filebeat-7.6.1-x86_64.rpm\n dest: /opt/filebeat-7.6.1-x86_64.rpm\n\n- name: install filebeat\n yum:\n name: /opt/filebeat-7.6.1-x86_64.rpm\n state: present\n\n- name: copy filebeat conf\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
chaoxcore/ansible_elk
9a00944182c9410d2609f9d4cf7f1767363b46c3
0
roles/kafka
8,083
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "- name: unarchive kafka\n unarchive:\n src: kafka_2.13-2.4.1.tgz\n dest: /opt/\n\n- name: create kafka's symbolic link\n file:\n src: /opt/kafka_2.13-2.4.1\n dest: /opt/kafka\n state: link\n\n- name: copy kafka conf\n template:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
chaoxcore/ansible_elk
9a00944182c9410d2609f9d4cf7f1767363b46c3
0
roles/kibana
8,083
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "- name: copy kibana rpm package\n copy:\n src: kibana-7.6.1-x86_64.rpm\n dest: /opt/kibana-7.6.1-x86_64.rpm\n\n- name: install kibana\n yum:\n name: /opt/kibana-7.6.1-x86_64.rpm\n state: present\n\n- name: copy kibana conf\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
chaoxcore/ansible_elk
9a00944182c9410d2609f9d4cf7f1767363b46c3
0
roles/logstash
8,083
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "- name: copy logstash rpm package\n copy:\n src: logstash-7.6.1.rpm\n dest: /opt/logstash-7.6.1.rpm\n\n- name: install logstash\n yum:\n name: /opt/logstash-7.6.1.rpm\n state: present\n\n- name: copy lostash conf\n copy: \n src: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
chaoxcore/ansible_elk
9a00944182c9410d2609f9d4cf7f1767363b46c3
0
roles/zookeeper
8,083
[ "no_license" ]
[ { "path": "roles/zookeeper/files/random.sh", "content": "echo $((RANDOM%20+1)) > /data/zookeeper/myid\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/zookeeper/templates/zookeeper.service.j2", "content": "[Unit]\nDescription=zookeeper.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 933, "all_permissive": false }
ansible_role
vivekreddy94/elk_test
ba5aa00a9f6132b53f5917f48c90061fc1457904
0
roles/elasticsearch
8,083
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Create storage class for elastic\n k8s:\n state: present\n definition:\n apiVersion: storage.k8s.io/v1\n kind: StorageClass\n metadata:\n name: \"{{ elasticsearch.storage_class }}\"\n provisioner: kubernete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3458, "all_permissive": false }
ansible_role
vivekreddy94/elk_test
ba5aa00a9f6132b53f5917f48c90061fc1457904
0
roles/jenkins_master
8,083
[ "no_license" ]
[ { "path": "roles/jenkins_master/templates/jenkins-role-binding.yml.j2", "content": "---\nkind: ClusterRole\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n name: {{ jenkins.app }}\n namespace: {{ jenkins.namespace }}\n labels:\n app: {{ jenkins.app }}\nrules:\n- apiGroups: [\"\"]\n resources: [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8616, "all_permissive": false }
ansible_role
vivekreddy94/elk_test
ba5aa00a9f6132b53f5917f48c90061fc1457904
0
roles/jenkins_slave
8,083
[ "no_license" ]
[ { "path": "roles/jenkins_slave/tasks/main.yml", "content": "---\n- name: Create temporary build directory\n tempfile:\n state: directory\n suffix: build\n register: build_path\n tags: image\n\n- name: Copy build Dockerfile\n copy:\n src: \"{{ item }}\"\n dest: \"{{ build_path.path }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1908, "all_permissive": false }
ansible_role
HladRom/ansibleJenkins
eff2a35d7143283905e8a1772d35198c3ec0f25f
2
roles/Jenkins_setup
8,083
[ "no_license" ]
[ { "path": "roles/Jenkins_setup/tasks/main.yml", "content": " - name: Install a list of packages\n apt:\n pkg:\n - npm\n - nodejs\n - python3-pip\n\n - name: Install bottla python package\n pip:\n name: python-jenkins\n\n - name: Create a jenkins job using basic authentication\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/ad-member
8,083
[ "no_license" ]
[ { "path": "roles/ad-member/templates/smb.conf.j2", "content": "[global]\n netbios name = {{ vm_name|upper }}\n realm = {{ vault_krb5_realm }}\n min protocol = SMB2\n encrypt passwords = true\n security = ads\n idmap config * : backend = tdb\n idmap config * : range = 10000-20000\n wi...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9643, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/dns-filter
8,083
[ "no_license" ]
[ { "path": "roles/dns-filter/templates/unbound.conf.j2", "content": "# This configuration is managed by Ansible\n# Last Update: {{ ansible_date_time.iso8601 }}\n# Do not make any manual edits they will be lost.\n\nserver:\n\tdo-not-query-localhost: no\n\tinterface: 127.0.0.1\n\tinterface: ::1\n\tport: 5353\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3325, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/hypervisor
8,083
[ "no_license" ]
[ { "path": "roles/hypervisor/tasks/main.yml", "content": "---\n\n- name: \"Setup KVM VT-x/AMD-V passthrough\"\n include_tasks: vtpass.yml\n\n- name: Install base dependencies (Debian)\n package: \n name: \n - libvirt-daemon\n - libvirt-clients\n - libvirt-daemon-system\n - libvirt-da...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2505, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/monitoring-internal
8,083
[ "no_license" ]
[ { "path": "roles/monitoring-internal/templates/snmpd.conf.j2", "content": "agentAddress udp:161\nview all included .1\nview systemonly included .1.3.6.1.2.1.1\nview systemonly included .1.3.6.1.2.1.25.1\nrocommunity {{ vault_snmp2_comm }} {{ vault_snmp2_comm_ips }}\nsysLocation {{ s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1975, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/msvc-toolchain
8,083
[ "no_license" ]
[ { "path": "roles/msvc-toolchain/tasks/msvc.yml", "content": "---\n- name: Verify VC++ toolchain version (2022)\n set_fact:\n vc_inc_ver: 17\n cacheable: true\n when: \"msvc_install_version == 2022\"\n\n- name: Verify VC++ toolchain version (2019)\n set_fact:\n vc_inc_ver: 16\n cacheable: true...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3536, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/pxe-autoinstall-client
8,083
[ "no_license" ]
[ { "path": "roles/pxe-autoinstall-client/templates/ltsc-unattend.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<unattend xmlns=\"urn:schemas-microsoft-com:unattend\">\n <settings pass=\"windowsPE\">\n <component xmlns:wcm=\"http://schemas.microsoft.com/WMIConfig/2002/State\" xmln...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 40003, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/secure-ssh
8,083
[ "no_license" ]
[ { "path": "roles/secure-ssh/templates/sshd_config.j2", "content": "# This configuration is managed by ansible\n# Do not make any manual edits they will be lost.\n\nInclude /etc/ssh/sshd_config.d/*.conf\nSyslogFacility AUTH\nLogLevel INFO\nPermitRootLogin no\nPasswordAuthentication no\nChallengeResponseAuthe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/server-mariadb
8,083
[ "no_license" ]
[ { "path": "roles/server-mariadb/templates/mariadb.repo.j2", "content": "[mariadb]\nname = MariaDB\nbaseurl = https://mirrors.gigenet.com/mariadb/yum/10.6/centos8-amd64\nmodule_hotfixes=1\ngpgkey=https://mirrors.gigenet.com/mariadb/yum/RPM-GPG-KEY-MariaDB\ngpgcheck=1\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/server-mta
8,083
[ "no_license" ]
[ { "path": "roles/server-mta/templates/signing.table.j2", "content": "{% for domain in vault_mail_domains %}\n{{ domain }} default._domainkey.{{ domain }}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/server-mta/templates/main....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 17675, "all_permissive": false }
ansible_role
cats-works/infrastructure
7628f285e7b28481d1cd579c43b7228eab9523ef
0
roles/server-nginx
8,083
[ "no_license" ]
[ { "path": "roles/server-nginx/files/default.css", "content": "/* This file is managed by ansible */\n\nhtml, body {\n height: 100%;\n overflow: hidden;\n }\n \n body {\n background: url('/bg.jpg') no-repeat center center fixed;\n background-size: cover;\n -webkit-background-size: cover;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9137, "all_permissive": false }