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 | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/ubuntu_aarch64 | 7,638 | [
"no_license"
] | [
{
"path": "roles/ubuntu_aarch64/tasks/main.yml",
"content": "---\r\n- name: Install uv\r\n ansible.builtin.shell: curl -LsSf https://astral.sh/uv/install.sh | sh\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/ubuntu_x86_64 | 7,638 | [
"no_license"
] | [
{
"path": "roles/ubuntu_x86_64/tasks/main.yml",
"content": "---\r\n# The default Python may not be compatible with `python3-apt`.\r\n# Specifically, in RunPod, when a specific Python version (e.g., 3.11) is installed and provided for Ubuntu 22.04, `python3-apt` is only accessible from python3.10.\r\n# Since... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2593,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/windows | 7,638 | [
"no_license"
] | [
{
"path": "roles/windows/tasks/main.yml",
"content": "---\r\n# tasks file for windows\r\n\r\n- name: Modify Windows Registry Keys\r\n ansible.windows.win_regedit:\r\n key: \"{{ item.key }}\"\r\n value: \"{{ item.value }}\"\r\n data: \"{{ item.data }}\"\r\n datatype: \"{{ item.datatype }}\"\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3584,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/wsl | 7,638 | [
"no_license"
] | [
{
"path": "roles/wsl/tasks/main.yml",
"content": "---\n# https://learn.microsoft.com/ja-jp/windows/wsl/wsl-config\n# After copying wsl.conf, you need to restart WSL.\n- name: Copy wsl.conf\n copy:\n src: etc/wsl.conf\n dest: /etc/wsl.conf\n owner: root\n group: root\n mode: '0644'\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3856,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/Layer2_Interface_config | 7,638 | [
"no_license"
] | [
{
"path": "roles/Layer2_Interface_config/handlers/main.yml",
"content": "---\n# handlers file for ./roles/Layer2_Interface_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/Layer2_Interface_config/defaults/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/Layer3_Interface_config | 7,638 | [
"no_license"
] | [
{
"path": "roles/Layer3_Interface_config/handlers/main.yml",
"content": "---\n# handlers file for ./roles/Layer3_Interface_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/Layer3_Interface_config/vars/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/config_backup | 7,638 | [
"no_license"
] | [
{
"path": "roles/config_backup/defaults/main.yml",
"content": "---\n# defaults file for roles/config_backup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/config_backup/tasks/main.yml",
"content": "---\n# tasks file for roles/config_ba... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/enable_bgp | 7,638 | [
"no_license"
] | [
{
"path": "roles/enable_bgp/vars/main.yml",
"content": "---\n# vars file for roles/enable_bgp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/enable_bgp/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2241,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/enable_ospf | 7,638 | [
"no_license"
] | [
{
"path": "roles/enable_ospf/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ./roles/enable_ospf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/enable_ospf/files/ospf_template.j2",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/enable_redis | 7,638 | [
"no_license"
] | [
{
"path": "roles/enable_redis/defaults/main.yml",
"content": "---\n# defaults file for roles/enable_bgp_to_ospf_redis\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/enable_redis/vars/main.yml",
"content": "---\n# vars file for roles/en... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/hostname | 7,638 | [
"no_license"
] | [
{
"path": "roles/hostname/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ./roles/hostname\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n# tasks fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | srcsouvik/Ansible-EveNG | 89aaf37c4c9f1cb6c8256e5dc71eb741f03904df | 2 | roles/loopback | 7,638 | [
"no_license"
] | [
{
"path": "roles/loopback/defaults/main.yml",
"content": "---\n# defaults file for ./loopback\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/loopback/handlers/main.yml",
"content": "---\n# handlers file for ./loopback\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | difaziof/JBOSS | 2b291e7c293c7c3a2da88283082490f805df9a7c | 0 | roles/deployment | 7,638 | [
"no_license"
] | [
{
"path": "roles/deployment/tasks/copy_war.yml",
"content": "- name: Ensures {{jboss_home}}/rilasci dir exists\n file: path={{jboss_home}}/rilasci state=directory\n when: inventory_hostname == groups['jboss-servers'][0]\n\n- name: Copy file package\n copy:\n src: \"files/{{PACKAGE}}.war\"\n dest: \... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3644,
"all_permissive": false
} |
ansible_role | difaziof/JBOSS | 2b291e7c293c7c3a2da88283082490f805df9a7c | 0 | roles/jboss | 7,638 | [
"no_license"
] | [
{
"path": "roles/jboss/templates/jboss_eap_controller.sh",
"content": "export JAVA_HOME={{jdk_home}}\nexport JBOSS_HOME={{jboss_home}}/jboss-eap\nexport PATH=$JAVA_HOME/bin:$PATH\n\n\nstart() {\nnohup {{jboss_home}}/scripts/jboss-eap-init-{{ansible_hostname}}.sh start&>{{jboss_home}}/scripts/stdout_{{ansibl... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 20702,
"all_permissive": false
} |
ansible_role | difaziof/JBOSS | 2b291e7c293c7c3a2da88283082490f805df9a7c | 0 | roles/jdk | 7,638 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/install.yml",
"content": "---\n- name: check_jdk_source\n local_action: stat path=../files/{{ java_tar_file }}\n register: source_jdk_tar_gz\n\n- name: check if the java_home exists\n stat: path=\"{{ java_real_home }}\"\n register: java_real_home_check\n\n- name: copy source j... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2341,
"all_permissive": false
} |
ansible_role | difaziof/JBOSS | 2b291e7c293c7c3a2da88283082490f805df9a7c | 0 | roles/patching | 7,638 | [
"no_license"
] | [
{
"path": "roles/patching/tasks/patching.yml",
"content": "- name: Creates directory\n file: path=\"{{ jboss_eap_download_dir }}\" state=directory\n when: inventory_hostname == groups['jboss-servers'][0]\n\n- name: PATCH | Copy EAP patch file to {{ jboss_eap_download_dir }}/{{ jboss_eap_patch_file | basen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2612,
"all_permissive": false
} |
ansible_role | DOCtorActoAntohich/devops-practices | 42e361d474c1a4cae3bac2c4abc431b57c8724fe | 1 | ansible/roles/app_python | 7,638 | [
"permissive"
] | [
{
"path": "ansible/roles/app_python/tasks/main.yaml",
"content": "---\n- include_tasks: run_app.yaml\n tags:\n - docker\n when: not wipe\n\n- include_tasks: stop_app.yaml\n tags:\n - wipe\n when: wipe\n",
"license_type": "permissive",
"detected_licenses": [
"WTFPL"
],
"size_b... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1384,
"all_permissive": true
} |
ansible_role | DOCtorActoAntohich/devops-practices | 42e361d474c1a4cae3bac2c4abc431b57c8724fe | 1 | ansible/roles/setup_docker | 7,638 | [
"permissive"
] | [
{
"path": "ansible/roles/setup_docker/defaults/main.yaml",
"content": "---\ndocker_repo_url: https://download.docker.com/linux\ndocker_gpg_key_url: https://download.docker.com/linux/ubuntu/gpg\n\ndocker_users:\n - \"floppa\"\n",
"license_type": "permissive",
"detected_licenses": [
"WTFPL"
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2268,
"all_permissive": true
} |
ansible_role | DOCtorActoAntohich/devops-practices | 42e361d474c1a4cae3bac2c4abc431b57c8724fe | 1 | ansible/roles/system_update | 7,638 | [
"permissive"
] | [
{
"path": "ansible/roles/system_update/tasks/main.yaml",
"content": "- name: Apt update/upgrade\n tags:\n - os\n - setup\n become: true\n apt:\n upgrade: true\n update_cache: true\n cache_valid_time: \"{{ apt_cache_valid_time_seconds | int }}\"\n",
"license_type": "permissive",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 224,
"all_permissive": true
} |
ansible_role | modx-space/ansible-pi | af666b3df3d066ed027afa9472d6ae7feb300fe0 | 1 | roles/app | 7,638 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "---\n# tasks for servers in app role\n\n- name: create base dir for deployed applications\n become: yes\n file: path=/app/www state=directory owner=pi group=pi\n\n- name: install rbenv\n git: repo=https://github.com/rbenv/rbenv.git dest=~/.rbenv\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | modx-space/ansible-pi | af666b3df3d066ed027afa9472d6ae7feb300fe0 | 1 | roles/common | 7,638 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks for servers in common role\n\n- name: update source list\n become: yes\n replace: dest=/etc/apt/sources.list regexp={{ item.original }} replace='{{ item.replaced }}' backup=yes\n with_items:\n - {\n original: 'http://mirrordirect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | modx-space/ansible-pi | af666b3df3d066ed027afa9472d6ae7feb300fe0 | 1 | roles/db | 7,638 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n# tasks for servers in db role\n\n- name: install postgresql\n become: yes\n apt: name=postgresql state=latest\n notify:\n - restart postgresql\n\n- name: instal libs\n become: yes\n apt: name={{ item }}\n with_items:\n - libpq5\n - libpq-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | modx-space/ansible-pi | af666b3df3d066ed027afa9472d6ae7feb300fe0 | 1 | roles/web | 7,638 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n# tasks for servers in web role\n\n- name: install nginx\n become: yes\n apt: name=nginx state=latest\n notify:\n - restart nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | rbigeard/ansible_clouformation_windows | a303aa039d557b37a18211d54407cf5929ad70e8 | 5 | roles/webserver | 7,638 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n - name: Install IIS\n win_feature:\n name: \"Web-Server\"\n state: present\n restart: yes\n include_sub_features: yes\n include_management_tools: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | scrat98/ansible | f23e94926c035bd7cc59bdad69166f68abd3188e | 0 | roles/apache | 7,638 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/configure_RedHat.yml",
"content": "---\n# Delete all files from conf.d\n- name: Find files in conf.d\n find:\n paths: \"{{ apache_server_root }}/conf.d\"\n patterns: \"*\"\n register: result\n\n- name: Delete files from conf.d\n file:\n path: \"{{ item.path }}\"\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7077,
"all_permissive": false
} |
ansible_role | scrat98/ansible | f23e94926c035bd7cc59bdad69166f68abd3188e | 0 | roles/docker | 7,638 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\ndocker_daemon_json: []",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/docker/vars/RedHat.yml",
"content": "---\ndocker_service: docker\ndocker_daemon: docker\ndocker_conf_path:... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3178,
"all_permissive": false
} |
ansible_role | marko-k0/vagrant | 77c8f9769f6976b6a002c308c9c1a3077e5eba83 | 0 | openstack/kilo/roles/common | 7,634 | [
"no_license"
] | [
{
"path": "openstack/kilo/roles/common/tasks/config.yml",
"content": "# vim:ft=ansible\n\n- name: updating /etc/hosts file\n lineinfile: dest=/etc/hosts regexp='{{ item.regexp }}' line='{{ item.line }}'\n with_items:\n - { regexp: '^{{ controller_mgmt_ip }}( |\\t)+controller', line: '{{ controller_mgmt... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3013,
"all_permissive": false
} |
ansible_role | marko-k0/vagrant | 77c8f9769f6976b6a002c308c9c1a3077e5eba83 | 0 | openstack/kilo/roles/glance | 7,634 | [
"no_license"
] | [
{
"path": "openstack/kilo/roles/glance/tasks/main.yml",
"content": "# vim:ft=ansible\n\n# Load global vars\n\n- include_vars: ../../../misc/global-vars.yml\n\n# Install and configure\n\n- name: check to see if glance database was already created\n stat: path=/tmp/.ansible-glance-installed\n register: glan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6759,
"all_permissive": false
} |
ansible_role | marko-k0/vagrant | 77c8f9769f6976b6a002c308c9c1a3077e5eba83 | 0 | openstack/kilo/roles/horizon | 7,634 | [
"no_license"
] | [
{
"path": "openstack/kilo/roles/horizon/tasks/main.yml",
"content": "# vim:ft=ansible\n\n# Load global vars\n\n- include_vars: ../../../misc/global-vars.yml\n\n# Common tasks for all nodes\n\n- name: check to see if horizon was already installed\n stat: path=/tmp/.ansible-horizon-installed\n register: hor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1582,
"all_permissive": false
} |
ansible_role | marko-k0/vagrant | 77c8f9769f6976b6a002c308c9c1a3077e5eba83 | 0 | openstack/kilo/roles/keystone | 7,634 | [
"no_license"
] | [
{
"path": "openstack/kilo/roles/keystone/tasks/main.yml",
"content": "# vim:ft=ansible\n\n# Load global vars\n\n- include_vars: ../../../misc/global-vars.yml\n\n# Install and configure\n\n- name: check to see if keystone database was already created\n stat: path=/tmp/.ansible-keystone-installed\n register... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5930,
"all_permissive": false
} |
ansible_role | marko-k0/vagrant | 77c8f9769f6976b6a002c308c9c1a3077e5eba83 | 0 | openstack/kilo/roles/mariadb | 7,634 | [
"no_license"
] | [
{
"path": "openstack/kilo/roles/mariadb/tasks/main.yml",
"content": "# vim:ft=ansible\n\n# Load global vars\n\n- include_vars: ../../../misc/global-vars.yml\n\n# Install and configure mariadb-server\n\n- name: install mariadb-server\n yum: name=mariadb-server state=present\n sudo: true\n\n- name: configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2412,
"all_permissive": false
} |
ansible_role | marko-k0/vagrant | 77c8f9769f6976b6a002c308c9c1a3077e5eba83 | 0 | openstack/kilo/roles/nova | 7,634 | [
"no_license"
] | [
{
"path": "openstack/kilo/roles/nova/tasks/main.yml",
"content": "# vim:ft=ansible\n\n# Load global vars\n\n- include_vars: ../../../misc/global-vars.yml\n\n# Install and configure controller node\n\n- name: check to see if nova was already installed\n stat: path=/tmp/.ansible-nova-installed\n register: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8314,
"all_permissive": false
} |
ansible_role | marko-k0/vagrant | 77c8f9769f6976b6a002c308c9c1a3077e5eba83 | 0 | openstack/kilo/roles/rabbitmq | 7,634 | [
"no_license"
] | [
{
"path": "openstack/kilo/roles/rabbitmq/tasks/main.yml",
"content": "# vim:ft=ansible\n\n# Load global vars\n\n- include_vars: ../../../misc/global-vars.yml\n\n# Install and configure rabbitmq\n\n- name: check to see if rabbitmq was already installed\n stat: path=/tmp/.ansible-rabbitmq-installed\n regist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | oCroso/gameservers | 0bfc3006365a4f06d6122709e8f69e278eee9158 | 0 | squad/roles/buildsquad | 7,634 | [
"no_license"
] | [
{
"path": "squad/roles/buildsquad/templates/Admins.cfg.j2",
"content": "/////////////////////////////////////////////////////////////////////////////////////////////\n//// Valid access levels are as follows\n//// startvote - not used\n//// changemap ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3593,
"all_permissive": false
} |
ansible_role | oCroso/gameservers | 0bfc3006365a4f06d6122709e8f69e278eee9158 | 0 | squad/roles/update | 7,634 | [
"no_license"
] | [
{
"path": "squad/roles/update/tasks/main.yml",
"content": "---\n - name: update!\n yum:\n name: '*'\n state: latest\n update_cache: yes\n\n - name: enable epel!\n template:\n src: epel.repo.j2\n dest: /etc/yum.repos.d/epel.repo\n owner: root\n group: root\n mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | inniy2/ansible-workstation-setup | f81e69628d9b0313747aeddee69ae321252c269d | 0 | roles/ansible-common | 7,634 | [
"no_license"
] | [
{
"path": "roles/ansible-common/tasks/main.yml",
"content": "---\n# Download and install EPEL for Centos/RHEL version 6\n- name: Download EPEL Repo - Centos/RHEL 6\n get_url: url=http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm dest=/tmp/epel-release-latest-6.noarch.rpm\n when: \"ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1871,
"all_permissive": false
} |
ansible_role | inniy2/ansible-workstation-setup | f81e69628d9b0313747aeddee69ae321252c269d | 0 | roles/deploy-os | 7,634 | [
"no_license"
] | [
{
"path": "roles/deploy-os/README.md",
"content": "## Deploy vagrant \n\n- - - - \n#### Version dependency \n1. Ansible: `2.5.1`\n2. Python: `3.6.5`\n\n\n- - - - \n#### Role dependency \n```\nNone\n```\n\n\n- - - - \n#### VARS\ninside `group_vars/hostgroup` \n\n\n```yml\n---\nhome_dir: \"/Users/XXXXX... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2552,
"all_permissive": false
} |
ansible_role | inniy2/ansible-workstation-setup | f81e69628d9b0313747aeddee69ae321252c269d | 0 | roles/destroy | 7,634 | [
"no_license"
] | [
{
"path": "roles/destroy/tasks/main.yml",
"content": "---\n\n- name: Check if task is working\n shell: hostname -f\n register: full_hostname\n\n- debug: var=full_hostname.stdout_lines\n\n- name: vagrant destory -f\n shell: \"cd {{ vagrant_dir }}/{{ item.key }} && vagrant destroy -f\"\n with_dict: \"{{ n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | inniy2/ansible-workstation-setup | f81e69628d9b0313747aeddee69ae321252c269d | 0 | roles/os-setup | 7,634 | [
"no_license"
] | [
{
"path": "roles/os-setup/tasks/main.yml",
"content": "--- \n- name: Create MySQL group\n group:\n name: mysql\n gid: 55000\n\n- name: Create MySQL user\n user:\n name: mysql\n comment: mysql-user\n uid: 55000\n group: mysql\n shell: /bin/bash\n create_home: True\n home: \"{{ m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | gwicke/ansible-deploy | bbaeafc2bcdd314ab03f71db17b310ed9383d2fb | 0 | roles/cassandra | 7,634 | [
"no_license"
] | [
{
"path": "roles/cassandra/restart.yml",
"content": "---\n# This playbook does a rolling restart of all restbase cassandra nodes, and\n# checks their availability before proceeding.\n\n# Execute with: ansible-playbook -i staging roles/cassandra/restart.yml\n\n- hosts: restbase\n # No need for facts for bas... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | gwicke/ansible-deploy | bbaeafc2bcdd314ab03f71db17b310ed9383d2fb | 0 | roles/docker_debian | 7,634 | [
"no_license"
] | [
{
"path": "roles/docker_debian/defaults/main.yml",
"content": "\n# The repository to install docker.io from\nunstable_repository: deb http://ftp.debian.org/debian/ unstable main non-free contrib\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | gwicke/ansible-deploy | bbaeafc2bcdd314ab03f71db17b310ed9383d2fb | 0 | roles/ipv6_default_route | 7,634 | [
"no_license"
] | [
{
"path": "roles/ipv6_default_route/tasks/main.yml",
"content": "- name: add an auto-derived ipv6 address if none found\n # derive a https://en.wikipedia.org/wiki/Unique_local_address, and add it\n # on the ipv4 default interface\n command: ip -6 addr add fd99:{{ansible_all_ipv6_addresses[0][11:25]}}::/6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | gwicke/ansible-deploy | bbaeafc2bcdd314ab03f71db17b310ed9383d2fb | 0 | roles/restbase | 7,634 | [
"no_license"
] | [
{
"path": "roles/restbase/templates/config.yaml.j2",
"content": "# RESTBase config\n\ninfo:\n name: restbase\n\n\n\n# Swagger spec templates, referenced using yaml references in the spec section\n# below.\ntemplates:\n\n wmf-content-1.0.0: &wp/content/1.0.0\n swagger: '2.0'\n # swagger options, over... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 53735,
"all_permissive": false
} |
ansible_role | edwardzjl/ansible-collection | 1bd8d8d1d29c123a23758acf2a995137749896a7 | 0 | roles/common | 7,634 | [
"no_license"
] | [
{
"path": "roles/common/meta/main.yaml",
"content": "galaxy_info:\n role_name: common\n author: <NAME>\n description: Perform basic preparation on host machines, like installing common packages, system configuration etc.\n license: MIT\n\n min_ansible_version: 1.2\n\ndependencies: []\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | edwardzjl/ansible-collection | 1bd8d8d1d29c123a23758acf2a995137749896a7 | 0 | roles/network | 7,634 | [
"no_license"
] | [
{
"path": "roles/network/tasks/install-trojan.yaml",
"content": "# See [official installation](https://github.com/trojan-gfw/trojan/wiki/Binary-&-Package-Distributions/)\n- name: Install trojan\n ansible.builtin.apt:\n name:\n - trojan\n state: present\n # TODO: \n when: ansible_facts['os_fami... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | bm3451/Ansible-wordpress | 726ccdfcb2db01bfa3e06fab859cdb3f3093f3f9 | 0 | roles/apache | 7,634 | [
"no_license"
] | [
{
"path": "roles/apache/vars/main.yaml",
"content": "apache:\n port: \"8080\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/apache/tasks/main.yaml",
"content": "- name: Install Apache2 Package\n apt:\n name: apache2, php, php-mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | edwins/ansible-minikube-kvm | 5e5769ef2c800a9a0932feed49f1572af0f528ac | 0 | roles/minikube | 7,634 | [
"no_license"
] | [
{
"path": "roles/minikube/tasks/main.yml",
"content": "---\n- name: install dependencies\n apt:\n name:\n - qemu-kvm\n - libvirt-bin\n - libvirt-daemon-system\n - virtinst\n - bridge-utils\n - cpu-checker\n - curl\n\n- name: minimally configure ufw\n ufw:\n state: enabled\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1622,
"all_permissive": false
} |
ansible_role | tanmay910/Devops-project-personal | 7a8ce1561dad059aaba7d67f1076649e587d27fd | 0 | ansible/roles/Nexus | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/Nexus/tasks/main.yml",
"content": "---\n# tasks file for Nexus\n\n# Install Docker (if not already installed)\n\n- name: Pull Nexus Docker image\n community.docker.docker_image: \n name: sonatype/nexus3\n tag: latest\n source: pull\n\n- name: Run nexus container\n commun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | tanmay910/Devops-project-personal | 7a8ce1561dad059aaba7d67f1076649e587d27fd | 0 | ansible/roles/docker-setup | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-setup/handlers/main.yml",
"content": "---\n# handlers file for docker-setup\n- name: Restart Docker\n systemd:\n name: docker\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "ansible/rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | tanmay910/Devops-project-personal | 7a8ce1561dad059aaba7d67f1076649e587d27fd | 0 | ansible/roles/jenkins | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Add Jenkins repository key\n apt_key:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n state: present\n become: yes\n\n- name: Add Jenkins repository\n apt_repository:\n repo: deb https://pkg.jenkins.io/debian... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1053,
"all_permissive": false
} |
ansible_role | tanmay910/Devops-project-personal | 7a8ce1561dad059aaba7d67f1076649e587d27fd | 0 | ansible/roles/sonarQube | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/sonarQube/tasks/main.yml",
"content": "---\n- name: Install pip\n ansible.builtin.apt:\n name: python3-pip\n state: present\n become: yes\n\n- name: Install Docker Python SDK\n ansible.builtin.pip:\n name: docker\n state: present\n become: yes\n\n# - name: Pull Sonar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2019-08/finrerty_microservices | 5cc27da5a2d112d1b73129f25c2bb26dfb184e42 | 0 | docker/docker-monolith/infra/ansible/roles/app | 7,634 | [
"no_license"
] | [
{
"path": "docker/docker-monolith/infra/ansible/roles/app/tasks/docker.yml",
"content": "- name: Install https and cert software\n apt:\n update_cache: yes\n name: \"{{ packages }}\"\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - softwa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | nayakshweta/infrastructure_as_code_example | d3a666333ed3b18c9ae843a2f73e1d44456f14ed | 0 | ansible/roles/web | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "---\n- name: Install packages - epel-release\n yum:\n name:\n - epel-release\n state: present\n\n- name: Install python-pip, python-devel, gcc, nginx, git\n yum:\n name:\n - python-pip\n - python-devel\n - gcc\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2247,
"all_permissive": false
} |
ansible_role | janpajic/iot-linux-server | 4130a22c1841f5c10cad83b535387373fab6ea4a | 0 | ansible/roles/chirpstack | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/chirpstack/tasks/main.yml",
"content": "---\n\n- name: Install mosquitto, mosquitto-clients\n become: yes\n ansible.builtin.apt:\n pkg:\n - mosquitto\n - mosquitto-clients\n\n- name: Install redis\n become: yes\n ansible.builtin.apt:\n pkg:\n - redis-server\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6688,
"all_permissive": false
} |
ansible_role | janpajic/iot-linux-server | 4130a22c1841f5c10cad83b535387373fab6ea4a | 0 | ansible/roles/common | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Install mc\n become: yes\n ansible.builtin.apt:\n name: mc\n\n- name: Install apt-transport-https\n become: yes\n ansible.builtin.apt:\n name: apt-transport-https\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | janpajic/iot-linux-server | 4130a22c1841f5c10cad83b535387373fab6ea4a | 0 | ansible/roles/firewall | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/main.yml",
"content": "---\n\n- name: Deny all incomming\n become: yes\n community.general.ufw:\n default: deny\n direction: incoming\n\n- name: Allow all outgoing\n become: yes\n community.general.ufw:\n default: allow\n direction: outgoing\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | janpajic/iot-linux-server | 4130a22c1841f5c10cad83b535387373fab6ea4a | 0 | ansible/roles/node-js | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/node-js/tasks/main.yml",
"content": "---\n\n- name: Add Node.js APT key\n become: yes\n ansible.builtin.apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n\n- name: Add Node.js 14 to APT\n become: yes\n ansible.builtin.apt_repository:\n repo: deb https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | janpajic/iot-linux-server | 4130a22c1841f5c10cad83b535387373fab6ea4a | 0 | ansible/roles/node-red | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/node-red/templates/node-red.service.j2",
"content": "[Unit]\nDescription=Node-RED\nAfter=network.target\n\n[Service]\nType=simple\nUser={{ username }}\nExecStart=node-red\nRestart=always\nRestartSec=5\nStartLimitIntervalSec=0\n\n[Install]\nWantedBy=multi-user.target\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | janpajic/iot-linux-server | 4130a22c1841f5c10cad83b535387373fab6ea4a | 0 | ansible/roles/system | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/system/tasks/main.yml",
"content": "---\n\n- name: Update packages\n become: yes\n ansible.builtin.apt:\n force_apt_get: yes\n update_cache: yes\n\n- name: Upgrade packages\n become: yes\n ansible.builtin.apt:\n force_apt_get: yes\n upgrade: dist\n\n- name: Disable D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | janpajic/iot-linux-server | 4130a22c1841f5c10cad83b535387373fab6ea4a | 0 | ansible/roles/wireguard | 7,634 | [
"no_license"
] | [
{
"path": "ansible/roles/wireguard/tasks/main.yml",
"content": "---\n\n- name: Install WireGuard\n become: yes\n ansible.builtin.apt:\n name: wireguard\n\n- name: Create dir wg directory in home folder\n ansible.builtin.file:\n path: ~/wg\n state: directory\n mode: '700'\n\n- name: Create ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2698,
"all_permissive": false
} |
ansible_role | akopytov/ansible-ycsb | 2d0c1aea8bbf4c0d8444aa82a9b74807f8ae55bd | 0 | roles/create_instance | 7,634 | [
"no_license"
] | [
{
"path": "roles/create_instance/tasks/main.yml",
"content": "- name: Create instance {{ instance }}\n ec2:\n image: \"{{ image }}\"\n instance_type: \"{{ instance_type }}\"\n keypair: \"{{ keypair }}\"\n instance_tags:\n Name: \"{{ instance }}\"\n region: \"{{ region }}\"\n group: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | RomainDulout/OAI_LTE_FLEXRIC | 0856691eb4e24a5b35d5cda871224dd5690f9e25 | 1 | ansible/roles/hss | 7,642 | [
"no_license"
] | [
{
"path": "ansible/roles/hss/tasks/main.yml",
"content": "---\n#1. Launch OAI-CORE-HSS\n- name: Launch \n docker: \n name: hss\n image: ubuntu:16.04\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | alanbchristie/squonk-machine | ef49d00a72e708ac85eeee65035e538352c20885 | 0 | roles/machine | 7,642 | [
"no_license"
] | [
{
"path": "roles/machine/tasks/main.yml",
"content": "---\n\n- name: Install various packages\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - git\n - jq\n - openjdk-8-jdk\n\n- name: Create squonk user\n user:\n name: squonk\n shell: /bin/bash\n groups: docker,sudo\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | alanbchristie/squonk-machine | ef49d00a72e708ac85eeee65035e538352c20885 | 0 | roles/squonk | 7,642 | [
"no_license"
] | [
{
"path": "roles/squonk/tasks/main.yml",
"content": "---\n\n- block:\n\n - name: Create ~/git directory\n file:\n path: ${HOME}/git\n owner: squonk\n group: squonk\n state: directory\n\n - name: Add JDK path to .profile\n lineinfile:\n path: ${HOME}/.profile\n line: exp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3355,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | apache/roles/linux_apache_config_backup | 7,642 | [
"no_license"
] | [
{
"path": "apache/roles/linux_apache_config_backup/tasks/main.yml",
"content": "- name: ensure backup directory present\n file: \n path: \"{{ apache_config_backup }}\"\n state: directory\n mode: '0755'\n\n- name: ensure apache config backup\n shell: rsync -r \"{{ apache_config }}\" \"{{ apache_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | apache/roles/linux_apache_config_update | 7,642 | [
"no_license"
] | [
{
"path": "apache/roles/linux_apache_config_update/tasks/main.yml",
"content": "- name: update apache httpd config\n template:\n src: \"httpd.conf.j2\"\n dest: \"{{ httpd_config_root}}/httpd.conf\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | apache/roles/linux_apache_restart_server | 7,642 | [
"no_license"
] | [
{
"path": "apache/roles/linux_apache_restart_server/tasks/main.yml",
"content": "- name: ensure apache service is started and enabled\n service: \n name: httpd \n state: restarted \n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | apache/roles/linux_apache_service_status | 7,642 | [
"no_license"
] | [
{
"path": "apache/roles/linux_apache_service_status/tasks/main.yml",
"content": "- name: check apache service status\n service_facts:\n\n- name: print apache service status\n debug:\n var: ansible_facts.services['httpd.service']['state']",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | apache/roles/linux_apache_start_server | 7,642 | [
"no_license"
] | [
{
"path": "apache/roles/linux_apache_start_server/tasks/main.yml",
"content": "- name: ensure http service is started and enabled\n service: \n name: httpd \n state: started \n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | apache/roles/linux_apache_stop_server | 7,642 | [
"no_license"
] | [
{
"path": "apache/roles/linux_apache_stop_server/tasks/main.yml",
"content": "- name: ensure http service is stopped and disabled\n service: \n name: httpd \n state: stopped \n enabled: no",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | apache/roles/linux_install_http_server | 7,642 | [
"no_license"
] | [
{
"path": "apache/roles/linux_install_http_server/vars/main.yml",
"content": "---\napache_http_port: 2080\napache_https_port: 2443",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "apache/roles/linux_install_http_server/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | automatepostgresql/roles/common_postgres | 7,642 | [
"no_license"
] | [
{
"path": "automatepostgresql/roles/common_postgres/tasks/main.yml",
"content": "---\n- name: Get Distrubution\n debug: msg={{ ansible_distribution }}\n register: dist\n\n- name: Print Distribution \n debug: msg={{ dist }}\n\n- name: Update packages\n yum: name=* state=latest\n\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | automatepostgresql/roles/configure_postgres | 7,642 | [
"no_license"
] | [
{
"path": "automatepostgresql/roles/configure_postgres/tasks/main.yml",
"content": "---\n- name: Allow remote connection to PostgreSQL database\n copy:\n src: /home/admin/middleware/stack/ansible/playbooks/postgresql-setup/pg_hba.conf\n dest: /var/lib/pgsql/14/data/\n\n- name: Allow PostgreSQL to lis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | automatepostgresql/roles/create_postgresql_db | 7,642 | [
"no_license"
] | [
{
"path": "automatepostgresql/roles/create_postgresql_db/tasks/main.yml",
"content": "---\n- name: Connect to default database and create a user with super prvileges\n become: true\n become_user: admin\n postgresql_user:\n name: '{{ postgres_user }}'\n password: '{{ <PASSWORD> }}'\n role_attr_fl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 669,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | automatepostgresql/roles/install_postgres | 7,642 | [
"no_license"
] | [
{
"path": "automatepostgresql/roles/install_postgres/tasks/main.yml",
"content": "---\n- name: Configure the PostgreSQL RPM repository\n dnf:\n name: '{{ postgres_rpm_repository }}'\n state: present\n\n- name: Install PostgreSQL server\n dnf:\n name: postgresql{{ postgres_db_version }}-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | automatepostgresql/roles/query_postgresql_db | 7,642 | [
"no_license"
] | [
{
"path": "automatepostgresql/roles/query_postgresql_db/tasks/main.yml",
"content": "- name: Run SQL query to capture database version\n postgresql_query:\n login_host: '{{ postgres_db_host }}'\n login_user: '{{ postgres_user }}'\n login_password: '{{ <PASSWORD> }}'\n port: '{{ postgres_port }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_elasticsearch_config_backup | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_elasticsearch_config_backup/vars/main.yml",
"content": "---\nelasticsearch_config: \"/etc/elasticsearch\"\nelasticsearch_config_backup: \"/mnt/backups\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "elasticstac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_elasticsearch_config_update | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_elasticsearch_config_update/vars/main.yml",
"content": "---\nelasticsearch_port: 9200\nelasticsearch_host: fedser36.stack.com\n#elasticsearch_ca_cert: /etc/elasticsearch/certs/http_ca.crt\nelasticsearch_url: https://fedser36.stack.com:9200",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_elasticsearch_reset_password | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_elasticsearch_reset_password/tasks/main.yml",
"content": "- name: reset elastic user password\n shell: /usr/share/elasticsearch/bin/elasticsearch-reset-password -u elastic --batch\n register: elasticuser_output\n\n- name: print elasticuser output\n debug: msg=\"{{ elas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_elasticsearch_service_status | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_elasticsearch_service_status/tasks/main.yml",
"content": "- name: check elasticsearch service status\n service_facts:\n\n- name: print elasticsearch service status\n debug:\n var: ansible_facts.services['elasticsearch.service']['state']",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_elasticsearch_start_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_elasticsearch_start_server/vars/main.yml",
"content": "---\nelasticsearch_url: https://fedser36.stack.com:9200",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "elasticstack/roles/linux_elasticsearch_start_server/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_elasticsearch_stop_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_elasticsearch_stop_server/tasks/main.yml",
"content": "- name: ensure elasticsearch stopped\n service:\n name: elasticsearch\n state: stopped\n enabled: no",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_install_elasticsearch_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_install_elasticsearch_server/vars/main.yml",
"content": "---\nelasticsearch_gpg_key: \"https://artifacts.elastic.co/GPG-KEY-elasticsearch\"\nelasticsearch_port: 9200\nelasticsearch_host: fedser36.stack.com\n#elasticsearch_ca_cert: /etc/elasticsearch/certs/http_ca.crt\nela... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1463,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_install_kibana_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_install_kibana_server/tasks/main.yml",
"content": "- name: import elasticsearch gpg key\n shell: rpm --import \"{{ elasticsearch_gpg_key }}\"\n\n- name: configure kibana repository\n copy:\n src: \"kibana.repo\"\n dest: /etc/yum/repos.d/\n\n- name: enable elastics... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1363,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_install_logstash_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_install_logstash_server/vars/main.yml",
"content": "---\nelasticsearch_gpg_key: \"https://artifacts.elastic.co/GPG-KEY-elasticsearch\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "elasticstack/roles/linux_in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_install_metric_beat | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_install_metric_beat/tasks/main.yml",
"content": "- name: ensure metricbeat installed\n dnf:\n name: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-8.3.2-x86_64.rpm\n state: present\n ",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_kibana_config_backup | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_kibana_config_backup/vars/main.yml",
"content": "---\nkibana_config: \"/etc/kibana\"\nkibana_config_backup: \"/mnt/backups\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "elasticstack/roles/linux_kibana_config_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_kibana_config_update | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_kibana_config_update/tasks/main.yml",
"content": "- name: copy the kibana config\n template:\n src: \"kibana.yml.j2\"\n dest: \"/etc/kibana/kibana.yml\"\n owner: root\n group: kibana\n mode: '0660'\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_kibana_service_status | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_kibana_service_status/tasks/main.yml",
"content": "- name: check kibana service status\n service_facts:\n\n- name: print kibana service status\n debug:\n var: ansible_facts.services['kibana.service']['state']",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_kibana_start_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_kibana_start_server/tasks/main.yml",
"content": "- name: ensure kibana service is up and running\n service:\n name: kibana\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_kibana_stop_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_kibana_stop_server/tasks/main.yml",
"content": "- name: ensure kibana service is stopped\n service:\n name: kibana\n state: stopped",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_logstash_config_backup | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_logstash_config_backup/tasks/main.yml",
"content": "- name: ensure backup directory present\n file: \n path: \"{{ logstash_config_backup }}\"\n state: directory\n mode: '0755'\n\n- name: ensure logstash config backup\n shell: rsync -r \"{{ logstash_config }}\" ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_logstash_stop_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_logstash_stop_server/tasks/main.yml",
"content": "- name: ensure logstash service is running\n service:\n name: logstash\n state: stopped",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_metricbeat_config_backup | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_metricbeat_config_backup/tasks/main.yml",
"content": "- name: ensure backup directory present\n file: \n path: \"{{ metricbeat_config_backup }}\"\n state: directory\n mode: '0755'\n\n- name: ensure metricbeat config backup\n shell: rsync -r \"{{ metricbeat_conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_metricbeat_config_update | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_metricbeat_config_update/tasks/main.yml",
"content": "- name: configure elasticsearch\n template:\n src: \"metricbeat.yml.j2\"\n dest: /etc/metricbeat/metricbeat.yml\n owner: root\n group: root\n mode: '0600'\n\n- name: enable linux metrics module\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | elasticstack/roles/linux_metricbeat_start_server | 7,642 | [
"no_license"
] | [
{
"path": "elasticstack/roles/linux_metricbeat_start_server/tasks/main.yml",
"content": "- name: ensure metricbeat service is running\n service:\n name: metricbeat\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | nginx/roles/linux_install_nginx_server | 7,642 | [
"no_license"
] | [
{
"path": "nginx/roles/linux_install_nginx_server/tasks/main.yml",
"content": "- name: install nginx service\n dnf:\n name: nginx\n state: present\n\n- name: ensure nginx service is enabled and running\n service: \n name: nginx \n state: started \n enabled: yes\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | nginx/roles/linux_nginx_config_backup | 7,642 | [
"no_license"
] | [
{
"path": "nginx/roles/linux_nginx_config_backup/tasks/main.yml",
"content": "- name: ensure backup directory present\n file: \n path: \"{{ nginx_config_backup }}\"\n state: directory\n mode: '0755'\n\n- name: ensure nginx config backup\n shell: rsync -r \"{{ nginx_config }}\" \"{{ nginx_config_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | nginx/roles/linux_nginx_config_update | 7,642 | [
"no_license"
] | [
{
"path": "nginx/roles/linux_nginx_config_update/vars/main.yml",
"content": "---\nnginx_config_root: \"/etc/nginx\"\nworker_processes: 2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "nginx/roles/linux_nginx_config_update/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | tdhanapl/anisble_realtime | 6a07933b2801530c193b7b00dd69c4c49b3bdd26 | 1 | nginx/roles/linux_nginx_service_status | 7,642 | [
"no_license"
] | [
{
"path": "nginx/roles/linux_nginx_service_status/tasks/main.yml",
"content": "- name: check nginx service status\n service_facts:\n\n- name: print nginx service status\n debug:\n var: ansible_facts.services['nginx.service']['state']",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.