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 | biggis-project/biggis-infrastructure | d5737d689d5ecba24ffe521763aae0f5e8dfc213 | 5 | playbooks/roles/virtualbox | 7,431 | [
"no_license"
] | [
{
"path": "playbooks/roles/virtualbox/defaults/main.yml",
"content": "---\n build_user: \"{{ ansible_ssh_user }}\"\n build_directory: /home/{{ build_user }}/sources\n virtualbox_version: 5.0\n virtualbox_rpm_package: VirtualBox-{{ virtualbox_version }}\n virtualbox_repo_url: \"http://download.virtualbo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4700,
"all_permissive": false
} |
ansible_role | biggis-project/biggis-infrastructure | d5737d689d5ecba24ffe521763aae0f5e8dfc213 | 5 | playbooks/roles/zookeeper | 7,431 | [
"no_license"
] | [
{
"path": "playbooks/roles/zookeeper/tests/playbook.yml",
"content": "# test file for virtualbox\n---\n- hosts: vagrantbox\n remote_user: vagrant\n become: yes\n become_method: sudo\n roles:\n - ../../java8/\n - ../../\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5129,
"all_permissive": false
} |
ansible_role | narcisobenigno/dev-box | c7494df85985e33dde40e51aa42496721dec7b96 | 0 | mac/roles/git | 7,431 | [
"no_license"
] | [
{
"path": "mac/roles/git/tasks/main.yml",
"content": "---\n\n- name: 'Git installation'\n homebrew: name=git state=present\n\n- name: 'Git installation'\n homebrew: name=git-delta state=present\n\n- name: 'Link git dir'\n file: src=\"{{ dev_box_dir }}/roles/git/files\"\n path=\"{{ home }}/.git\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | narcisobenigno/dev-box | c7494df85985e33dde40e51aa42496721dec7b96 | 0 | mac/roles/kitty | 7,431 | [
"no_license"
] | [
{
"path": "mac/roles/kitty/tasks/main.yml",
"content": "- name: 'Create kitty conf dir'\n file: path=\"{{ home }}/.config\"\n state=directory\n recurse=true\n\n- name: 'Link kitty.conf'\n file: src=\"{{ dev_box_dir }}/roles/kitty/files\"\n path=\"{{ home }}/.config/kitty\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | narcisobenigno/dev-box | c7494df85985e33dde40e51aa42496721dec7b96 | 0 | mac/roles/tmux | 7,431 | [
"no_license"
] | [
{
"path": "mac/roles/tmux/tasks/main.yml",
"content": "---\n\n- name: 'Tmux installation'\n homebrew: name=tmux state=present\n\n- git: repo=https://github.com/gpakosz/.tmux.git\n dest=\"{{ home }}/.tmux\"\n\n- name: 'Link tmux.conf'\n file: src=\"{{ home }}/.tmux/.tmux.conf\"\n path=\"{{ home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | narcisobenigno/dev-box | c7494df85985e33dde40e51aa42496721dec7b96 | 0 | mac/roles/vim | 7,431 | [
"no_license"
] | [
{
"path": "mac/roles/vim/files/lua/plugins/lsp.lua",
"content": "return {\n\t-- LSP & Autocompletion\n\t{ 'neovim/nvim-lspconfig' }, -- Base LSP setup\n\t{ 'hrsh7th/nvim-cmp' }, -- Autocompletion engine\n\t{ 'hrsh7th/cmp-nvim-lsp' }, -- LSP source for nvim-cmp\n}\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 7785,
"all_permissive": false
} |
ansible_role | KevinBoyette/provision-laptop | db41febf5143be5b4ec24715bb666102004b96d0 | 2 | roles/osx | 7,431 | [
"no_license"
] | [
{
"path": "roles/osx/tasks/homebrew.yml",
"content": "---\n- name: Update Homebrew\n homebrew:\n update_homebrew: yes\n\n- name: Install Brew Cask\n command: brew install caskroom/cask/brew-cask\n\n- name: Upgrade Brew Cask\n command: brew cask upgrade\n\n- name: Install Casks\n homebrew_cask:\n n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3648,
"all_permissive": false
} |
ansible_role | KevinBoyette/provision-laptop | db41febf5143be5b4ec24715bb666102004b96d0 | 2 | roles/pacman | 7,431 | [
"no_license"
] | [
{
"path": "roles/pacman/tasks/pacman.yml",
"content": "---\n- name: Update Pacman\n pacman:\n update_cache: yes\n upgrade: yes\n\n- name: Install Packages\n pacman:\n name: '{{ item }}'\n state: present\n with_items:\n - '{{ must_haves }}'\n ignore_errors: yes\n\n",
"license_type": "n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | KevinBoyette/provision-laptop | db41febf5143be5b4ec24715bb666102004b96d0 | 2 | roles/python_packages | 7,431 | [
"no_license"
] | [
{
"path": "roles/python_packages/defaults/main.yml",
"content": "\npip_packages:\n - ansible\n - ansible-lint\n - asn1crypto\n - aws\n - boto\n - boto3\n - colorama\n - coverage\n - cryptography\n - docker\n - isort\n - itsdangerous\n - Jinja2\n - neovim\n - nump... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | KevinBoyette/provision-laptop | db41febf5143be5b4ec24715bb666102004b96d0 | 2 | roles/ruby_packages | 7,431 | [
"no_license"
] | [
{
"path": "roles/ruby_packages/tasks/main.yml",
"content": "---\n- name: Install Gems\n gem:\n name: \"{{ item }}\"\n state: present\n with_items:\n - '{{ gem_installs }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/ruby_pac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | NRadojevic/lab_preparation | 727d671bb2b0d3a8028f9fc2e286169ea5656a28 | 0 | roles/add-root-key | 7,431 | [
"no_license"
] | [
{
"path": "roles/add-root-key/tasks/main.yml",
"content": "---\n- name: generate key pair for root on localhost\n user: name=root generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa\n when: inventory_hostname in groups['infra']\n\n- name: fetch puiblic key\n fetch:\n src: /root/.ssh/id_rsa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | NRadojevic/lab_preparation | 727d671bb2b0d3a8028f9fc2e286169ea5656a28 | 0 | roles/common | 7,431 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- include: hosts.yml\n- include: packages.yml\n- include: accounts.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/common/tasks/packages.yml",
"content": "---\n- name: Instal... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | NRadojevic/lab_preparation | 727d671bb2b0d3a8028f9fc2e286169ea5656a28 | 0 | roles/docker | 7,431 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- include: prepare_install.yml\n- include: registry_opts.yml\n- include: python_libraries.yml\n- include: last_steps.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/docker/templ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9158,
"all_permissive": false
} |
ansible_role | NRadojevic/lab_preparation | 727d671bb2b0d3a8028f9fc2e286169ea5656a28 | 0 | roles/docker-registry | 7,431 | [
"no_license"
] | [
{
"path": "roles/docker-registry/tasks/main.yml",
"content": "---\n- include: create.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/docker-registry/tasks/create.yml",
"content": "- name: Get service on port 4000\n shell: netstat -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | NRadojevic/lab_preparation | 727d671bb2b0d3a8028f9fc2e286169ea5656a28 | 0 | roles/gather | 7,431 | [
"no_license"
] | [
{
"path": "roles/gather/templates/nic.j2",
"content": "NODE;INTERFACE;MTU;MAC;IPV4\n{% for host in groups['all'] %}\n{% for nic in hostvars[host]['ansible_interfaces'] %}\n{% if 'ansible_' + nic in hostvars[host] and not nic == 'lo' and not nic == 'docker0' %}\n{{ host }};{{ nic }}{% if 'mtu' in hostvars[ho... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | NRadojevic/lab_preparation | 727d671bb2b0d3a8028f9fc2e286169ea5656a28 | 0 | roles/prechecks | 7,431 | [
"no_license"
] | [
{
"path": "roles/prechecks/tasks/ping.yml",
"content": "---\n- name: Ping.\n ping: \n when: inventory_hostname in groups['all']\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/prechecks/tasks/port_checks.yml",
"content": "---\n- name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | NRadojevic/lab_preparation | 727d671bb2b0d3a8028f9fc2e286169ea5656a28 | 0 | roles/weavescope | 7,431 | [
"no_license"
] | [
{
"path": "roles/weavescope/tasks/main.yml",
"content": "---\n- include: weave.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/weavescope/tasks/weave.yml",
"content": "---\n- name: Download weavescope and make it executable\n get_u... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | DLT-Solutions-JBoss/ansible | 502b5eb952f76072cea7fce9505f8f0b91f7f156 | 0 | jboss-standalone/roles/eap-deploy-app | 7,431 | [
"no_license"
] | [
{
"path": "jboss-standalone/roles/eap-deploy-app/tasks/main.yml",
"content": "---\r\n- name: copying war to remote\r\n copy:\r\n src: /home/rstewart/.m2/repository/metarapp/metarapp/1.0/metarapp-1.0.war\r\n dest: /tmp/metarapp-1.0.war\r\n\r\n- name: Deploy a test war to the EAP server\r\n jboss:\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | DLT-Solutions-JBoss/ansible | 502b5eb952f76072cea7fce9505f8f0b91f7f156 | 0 | jboss-standalone/roles/fuse-eap-standalone | 7,431 | [
"no_license"
] | [
{
"path": "jboss-standalone/roles/fuse-eap-standalone/tasks/main.yml",
"content": "---\r\n- name: Download JBoss Fuse Installer from Red Hat\r\n copy: src=/home/rstewart/Downloads/fuse-eap-installer-6.2.1.redhat-084.jar dest=/opt/fuse-eap-installer-6.2.1.redhat-084.jar\r\n\r\n- name: Extract Fuse onto EAP ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | DLT-Solutions-JBoss/ansible | 502b5eb952f76072cea7fce9505f8f0b91f7f156 | 0 | jboss-standalone/roles/jboss-standalone | 7,431 | [
"no_license"
] | [
{
"path": "jboss-standalone/roles/jboss-standalone/handlers/main.yml",
"content": "---\n- name: restart jboss \n service: name=jboss-as state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4375,
"all_permissive": false
} |
ansible_role | DLT-Solutions-JBoss/ansible | 502b5eb952f76072cea7fce9505f8f0b91f7f156 | 0 | jboss-standalone/roles/jdv-eap-standalone | 7,431 | [
"no_license"
] | [
{
"path": "jboss-standalone/roles/jdv-eap-standalone/handlers/main.yml",
"content": "---\n- name: restart jboss-dv \n service: name=jboss-dv state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3571,
"all_permissive": false
} |
ansible_role | DLT-Solutions-JBoss/ansible | 502b5eb952f76072cea7fce9505f8f0b91f7f156 | 0 | jboss-standalone/roles/mysql-standalone | 7,431 | [
"no_license"
] | [
{
"path": "jboss-standalone/roles/mysql-standalone/defaults/main.yml",
"content": "---\nmariadb_user: mysql\nmariadb_group: mysql\nmariadb_conf_file: /etc/my.cnf\n\nmariadb_server: yes\nmariadb_accepts_external_connections: yes\n\nmariadb_runtime_root: \"{{ runtime_root | default('/var/run') }}/mariadb\"\nm... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2815,
"all_permissive": false
} |
ansible_role | BinaryTiger/arch-ansible | 542cecb59efb7040290017235699dd5455ecd167 | 0 | roles/base | 7,431 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Copy pacman configuration\n templates:\n src: pacman.conf\n dest: \"/etc/pacman.conf\"\n when: inventory_hostname in groups['pc']\n\n- name: Full system upgrade\n pacman:\n update_cache: yes\n upgrade: yes\n\n- name: Install zsh\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | BinaryTiger/arch-ansible | 542cecb59efb7040290017235699dd5455ecd167 | 0 | roles/config | 7,431 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "---\n- name: Clone dotfiles\n git:\n repo: \"{{ dotfiles.url }}\" \n dest: /home accept_hostkey:yes\n when: dotfiles is defined\n become: yes\n become_user: \"{{ user.name }}\"\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 | BinaryTiger/arch-ansible | 542cecb59efb7040290017235699dd5455ecd167 | 0 | roles/display | 7,431 | [
"no_license"
] | [
{
"path": "roles/display/tasks/main.yml",
"content": "---\n- name: Install xorg\n pacman:\n state: present\n name:\n - xorg-server\n - xorg-init\n - xorg-font-util\n - xorg-fonts-encondings\n - xterm\n - rxvt-unicode\n tags:\n - xorg\n\n- name: Install fonts\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | BinaryTiger/arch-ansible | 542cecb59efb7040290017235699dd5455ecd167 | 0 | roles/editors | 7,431 | [
"no_license"
] | [
{
"path": "roles/editors/tasks/main.yml",
"content": "---\n- name: Install editors\n pacman:\n state: present\n name:\n - vim\n - neovim\n tags:\n - editors\n",
"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 | BinaryTiger/arch-ansible | 542cecb59efb7040290017235699dd5455ecd167 | 0 | roles/utils | 7,431 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n- name: Install python packages\n pacman:\n state: present\n name:\n - python-greenlet\n - python-neovim\n - python-pywal\n tags:\n - python-utils\n\n- name: Install utils\n pacman:\n state: present\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | hanenemho/MyApp | 144f00dd20eeca5059ae76501233491398f96c16 | 0 | ansible/roles/build | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/build/tasks/main.yml",
"content": "---\n# Project Build playbook_dir \n - name : build app\n shell :\n chdir: \"{{playbook_dir}}/..\"\n cmd : ng build --prod\n\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | Khushboovijay143/ansible-roboshop-roles | 7205b3ac2388fa802262d2ddf7c563c25107e445 | 0 | roles/common | 7,437 | [
"no_license"
] | [
{
"path": "roles/common/tasks/mysql-schema.yaml",
"content": "- name: Install mysql client\n ansible.builtin.yum:\n name: mysql\n state: installed\n\n- name: load mysql schema\n ansible.legacy.shell: mysql -h mysql.vijaydeepak0812.online -uroot -pRoboShop@1 < /app/schema/shipping.sql",
"license_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | Khushboovijay143/ansible-roboshop-roles | 7205b3ac2388fa802262d2ddf7c563c25107e445 | 0 | roles/dispatch | 7,437 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yaml",
"content": "- name: install golang\n ansible.builtin.yum:\n name: golang\n state: present\n\n- name: Setup Application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Setup Dependencies\n ansible.builtin.import_role:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | Khushboovijay143/ansible-roboshop-roles | 7205b3ac2388fa802262d2ddf7c563c25107e445 | 0 | roles/shipping | 7,437 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yaml",
"content": "- name: Install maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: Setup Application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Installing Dependencies\n ansible.builtin.command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | Valentin-Kozlov/ansible_lessons_epam | 34f1edf121bba9f431acab2ecd168f69c95581d5 | 0 | lesson3/roles/deploy_apache | 7,437 | [
"no_license"
] | [
{
"path": "lesson3/roles/deploy_apache/defaults/main.yml",
"content": "---\n# defaults file for deploy_apache_centos\ndest_index: /var/www/html",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "lesson3/roles/deploy_apache/handlers/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1724,
"all_permissive": false
} |
ansible_role | Valentin-Kozlov/ansible_lessons_epam | 34f1edf121bba9f431acab2ecd168f69c95581d5 | 0 | lesson3/roles/deploy_ftp | 7,437 | [
"no_license"
] | [
{
"path": "lesson3/roles/deploy_ftp/defaults/main.yml",
"content": "---\n# defaults file for deploy_ftp\ndest_conf: /etc/vsftpd/\ndest_ftp_upload: /var/ftp/pub/upload\ndest_ftp_pub: /var/ftp/pub",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "less... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1857,
"all_permissive": false
} |
ansible_role | annt1290/aws-project-3-ci-cd | d0081b39b8f1ccf1a7841ba621d39d77429b2a51 | 0 | .circleci/ansible/roles/deploy | 7,437 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"extract artifact.tar.gz into ~/\"\n unarchive:\n src: ~/project/artifact.tar.gz\n dest: ~/\n\n- name: \"make .env file\"\n shell: |\n echo \"TYPEORM_CONNECTION=${TYPEORM_CONNECTION}\" > .env\n echo \"TYPEORM_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | datwinz/ansible-work-environment | 50cf11cbc1b8dcba6f90acf3563bb162dbe51325 | 0 | 1_init_setup/roles/ansible_ssh_copy_id | 7,437 | [
"no_license"
] | [
{
"path": "1_init_setup/roles/ansible_ssh_copy_id/tests/test.yml",
"content": "---\n- name: Test role\n hosts: localhost\n remote_user: root\n roles:\n - ansible-ssh-copy-id\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "1_init_setup/roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2364,
"all_permissive": false
} |
ansible_role | datwinz/ansible-work-environment | 50cf11cbc1b8dcba6f90acf3563bb162dbe51325 | 0 | 1_init_setup/roles/kvm_provision | 7,437 | [
"no_license"
] | [
{
"path": "1_init_setup/roles/kvm_provision/defaults/main.yml",
"content": "---\n# defaults file for kvm_provision\nbase_image_name: medium_UNSAFE_PASSWORD.qcow2\nbase_image_sha: e4c3f3dfcb9c615b407bd3e46a06655d52d220e98c629ecc9f02bfabc474b604\nlibvirt_pool_dir: \"var/lib/libvirt/images\"\nvm_name: rocky-8\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3837,
"all_permissive": false
} |
ansible_role | jbzdak/simple-django-deploy | f480485f44d8aaba2f675782807b625d4dfe640e | 0 | roles/basic-harden | 7,437 | [
"no_license"
] | [
{
"path": "roles/basic-harden/tasks/main.yaml",
"content": "---\n- name: create provision user\n# Provision user is NOT in sudo group we will add his priveleges via\n# sudoers file\n user: name={{PROVISION_USER}} shell=/bin/bash system=yes\n password=! groups=\n- name: update sudoers\n template: sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | jbzdak/simple-django-deploy | f480485f44d8aaba2f675782807b625d4dfe640e | 0 | roles/django-db-deploy | 7,437 | [
"no_license"
] | [
{
"path": "roles/django-db-deploy/defaults/main.yml",
"content": "---\n# defaults file for django-db-deploy\nDJANGO_DATABASE_NAME: \"{{DJANGO_APP_NAME}}\"\nDJANGO_DATABASE_USER: \"{{DJANGO_APP_NAME}}\"\nDJANGO_DATABASE_REQS:\n - postgresql-9.4\n - postgresql-contrib-9.4\n - python-psycopg2",
"license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | jbzdak/simple-django-deploy | f480485f44d8aaba2f675782807b625d4dfe640e | 0 | roles/django-deploy | 7,437 | [
"no_license"
] | [
{
"path": "roles/django-deploy/tasks/main.yml",
"content": "---\n# tasks file for django-deploy\n\n- name: Create django user\n user: name={{DJANGO_SYSTEM_USER}} home={{DJANGO_APP_USER_HOME}} move_home=yes\n- name: Install private key [create .ssh]\n file:\n name: \"{{DJANGO_APP_USER_HOME}}/.ssh\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3773,
"all_permissive": false
} |
ansible_role | jbzdak/simple-django-deploy | f480485f44d8aaba2f675782807b625d4dfe640e | 0 | roles/django-nginx | 7,437 | [
"no_license"
] | [
{
"path": "roles/django-nginx/vars/main.yml",
"content": "---\n# vars file for django-nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/django-nginx/defaults/main.yml",
"content": "---\n# defaults file for django-nginx\nNGINX_USE_HT... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 757,
"all_permissive": false
} |
ansible_role | jbzdak/simple-django-deploy | f480485f44d8aaba2f675782807b625d4dfe640e | 0 | roles/django-uwsgi-systemd | 7,437 | [
"no_license"
] | [
{
"path": "roles/django-uwsgi-systemd/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - django-uwsgi-systemd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/django-uwsgi-systemd/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1842,
"all_permissive": false
} |
ansible_role | Mad-Deuce/dms-be | 1de94960706e493339c514887a9c18dfff568b82 | 0 | dev.env/ansible/roles/postgresql | 7,437 | [
"no_license"
] | [
{
"path": "dev.env/ansible/roles/postgresql/files/add_auth_tables_records.sql",
"content": "INSERT INTO roles(id, name, status)\nVALUES (1, 'ROLE_ADMIN', 'ACTIVE'),\n (2, 'ROLE_VIEWER', 'ACTIVE'),\n (3, 'ROLE_OPERATOR', 'ACTIVE');\n\nINSERT INTO users(id, name, password, subdivision,permit_code,role_id)\nVA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3425,
"all_permissive": false
} |
ansible_role | Mad-Deuce/dms-be | 1de94960706e493339c514887a9c18dfff568b82 | 0 | prod.env/ansible/roles/dms_service | 7,437 | [
"no_license"
] | [
{
"path": "prod.env/ansible/roles/dms_service/files/dms-uz.sh",
"content": "#!/bin/sh\n\n#sudo systemctl daemon-reload\n#sudo /usr/bin/java -version\nsudo /usr/bin/java -jar dms-uz-rtubase-1.0-SNAPSHOT.jar\n#echo ----------------------------------------------------\n#sudo systemctl daemon-reload\n#sudo syst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | Mad-Deuce/dms-be | 1de94960706e493339c514887a9c18dfff568b82 | 0 | prod.env/ansible/roles/java | 7,437 | [
"no_license"
] | [
{
"path": "prod.env/ansible/roles/java/tasks/main.yml",
"content": "---\n\n- name: \"Install\"\n apt: name=openjdk-19-jre-headless update_cache=yes state=latest force_apt_get=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | Mad-Deuce/dms-be | 1de94960706e493339c514887a9c18dfff568b82 | 0 | prod.env/ansible/roles/mc | 7,437 | [
"no_license"
] | [
{
"path": "prod.env/ansible/roles/mc/tasks/main.yml",
"content": "---\n\n- name: \"Install\"\n apt: name=mc update_cache=yes state=latest force_apt_get=yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | jhinds/lamp-demo | 6032441f1732fef9dc0b53bec2ff29c99394ee6a | 0 | roles/apache | 7,437 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/centos.yml",
"content": "---\n- name: Create conf.modules.d directory\n file:\n name: /etc/httpd/conf.modules.d\n state: directory\n\n- name: Ensure Apache is installed\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - httpd\n - mod_ssl\n ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | jhinds/lamp-demo | 6032441f1732fef9dc0b53bec2ff29c99394ee6a | 0 | roles/build_clc_server | 7,437 | [
"no_license"
] | [
{
"path": "roles/build_clc_server/tasks/main.yml",
"content": "- name: CLC | Generate Server Admin Password\n command: openssl rand -base64 15\n register: serverpass\n changed_when: False\n\n- name: CLC | Create LAMP Group\n clc_group:\n name: LAMP\n location: \"{{ datacenter }}\"\n state: pres... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2645,
"all_permissive": false
} |
ansible_role | jhinds/lamp-demo | 6032441f1732fef9dc0b53bec2ff29c99394ee6a | 0 | roles/content | 7,437 | [
"no_license"
] | [
{
"path": "roles/content/tasks/main.yml",
"content": "---\n\n- name: Copy web files to server\n copy: \n src: \"{{ item }}\"\n dest: \"/var/www/html/\"\n with_items: \n - system_out.php\n - mysql.php\n - test.php\n notify: restart httpd\n tags:\n - content",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4110,
"all_permissive": false
} |
ansible_role | jhinds/lamp-demo | 6032441f1732fef9dc0b53bec2ff29c99394ee6a | 0 | roles/haproxy | 7,437 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n# This role installs HAProxy and configures it.\n\n- include: centos.yml\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux' \n\n- include: ubuntu.yml\n when: ansible_distribution == 'Debian' or ansible_d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | jhinds/lamp-demo | 6032441f1732fef9dc0b53bec2ff29c99394ee6a | 0 | roles/mysql | 7,437 | [
"no_license"
] | [
{
"path": "roles/mysql/handlers/main.yml",
"content": "---\n\n- name: restart mysql\n service:\n name: mysqld\n state: restarted\n\n- name: restart firewalld\n service:\n name: firewalld\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5809,
"all_permissive": false
} |
ansible_role | harkeet/ansible-nagios-cfg | 9c3610485759d80ed1e100fff8036ed25fbe3022 | 0 | roles/nagios | 7,437 | [
"no_license"
] | [
{
"path": "roles/nagios/tasks/main.yml",
"content": "---\n - name: Nagios Commands \n shell: |\n ngetc;\n bkup SEARS-active-sites.cfg;\n \n - name: remove HTML as well as surrounding markers\n blockinfile:\n path: /etc/nagios/SEARS-active-sites.cfg\n back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | abidibo/cookiecutter-django | 7e37b541640ef71c4f71e903e9dabd35cc9a44d3 | 7 | {{cookiecutter.repo_name}}/provisioning/playbooks/roles/webserver | 7,437 | [
"no_license"
] | [
{
"path": "{{cookiecutter.repo_name}}/provisioning/playbooks/roles/webserver/handlers/main.yml",
"content": "---\n - name: nginx started\n service: name=nginx state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "{{cookiecutter.re... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2182,
"all_permissive": false
} |
ansible_role | stonelasley/dotfiles | 100eb691b003695198055571c361d3a0677361a5 | 0 | roles/dotfiles | 7,437 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: create .config\n ansible.builtin.file:\n path: ~/.config\n state: directory\n mode: '0777'\n\n- name: link dot files\n file: src={{ ansible_env.PWD }}/roles/dotfiles/files/{{ item }}\n path=~/.{{ item }}\n state=lin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10638,
"all_permissive": false
} |
ansible_role | stonelasley/dotfiles | 100eb691b003695198055571c361d3a0677361a5 | 0 | roles/packages | 7,437 | [
"no_license"
] | [
{
"path": "roles/packages/defaults/main.yml",
"content": "---\npackages:\n - ack\n - autoconf\n - automake\n - build-essential\n - cmake\n - curl\n - dotnet-sdk-6.0\n - dotnet-sdk-7.0\n - dotnet-sdk-8.0\n - g++\n - gettext\n - libsqlite3-dev\n - libtool\n - libtool-bin\n - libreadline-dev\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | stonelasley/dotfiles | 100eb691b003695198055571c361d3a0677361a5 | 0 | roles/shell | 7,437 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "---\n- name: clone fzf\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: /opt/fzf\n depth: 1\n force: true\n become: true\n tags: [fzf]\n\n- name: set fzf directory permissions\n file:\n path: /opt/fzf\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1834,
"all_permissive": false
} |
ansible_role | stonelasley/dotfiles | 100eb691b003695198055571c361d3a0677361a5 | 0 | roles/vim | 7,437 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: create config\n ansible.builtin.file:\n path: ~/.config\n state: directory\n mode: \"0777\"\n tags: [neovim]\n\n- name: link neovim config\n file: src=~/.st1/lazy\n path=~/.config/nvim\n state=link\n force=true\n tags: [neo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | djarrin/udacity-ci-cd-udapeople-project | 12fe9843bec05cead9ebd2cbb79d40467c0fffa0 | 0 | .circleci/ansible/roles/deploy | 7,437 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: Copy Files Into Server\n copy:\n src: ~/project/backend/\n dest: /home/ubuntu/\n\n- name: Do NPM Install\n shell: |\n cd /home/ubuntu/backend\n npm install\n npm run build\n\n- name: Start Server\n shell: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | jdreinhardt/suse-ai-ansible | 9f875f11d205b825d125f099eec841917d2091d2 | 0 | roles/suse-ai | 7,437 | [
"no_license"
] | [
{
"path": "roles/suse-ai/tasks/platforms/suse.yml",
"content": "---\n# TODO: if suse_ai_install_rke2 is false need to verify that k8s cluster exists and kubectl present\n\n# Install RKE2 Server\n- block:\n - name: Get RKE2 install script\n ansible.builtin.get_url:\n url: https://get.rke2.io\n... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 22930,
"all_permissive": false
} |
ansible_role | dpk007/test | 337968c783eadbf6b07218d9a4ff77e955aedbba | 0 | roles/ansible-bitbucket-master | 7,437 | [
"no_license"
] | [
{
"path": "roles/ansible-bitbucket-master/tasks/pre_install.yml",
"content": "---\n\n- name: Python \n apt:\n name: python-software-properties\n state: present\n\n- name: Add GIT Repository\n apt_repository: \n repo: \"ppa:git-core/ppa\"\n state: present\n update_cache: yes\n \n- name: I... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2867,
"all_permissive": false
} |
ansible_role | dpk007/test | 337968c783eadbf6b07218d9a4ff77e955aedbba | 0 | roles/ansible-fisheye | 7,437 | [
"no_license"
] | [
{
"path": "roles/ansible-fisheye/defaults/main.yml",
"content": "---\n# defaults file for hswong3i.fisheye\n\n# required variables\nfisheye_gid: ~\nfisheye_hash_salt: ~\nfisheye_pass: <PASSWORD>\nfisheye_uid: ~\nfisheye_user: fisheye\n\n# optional variables with default\nfisheye_archive: \"fisheye-4.1.1.zip... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8579,
"all_permissive": false
} |
ansible_role | dpk007/test | 337968c783eadbf6b07218d9a4ff77e955aedbba | 0 | roles/ansible-jenkins-os-new | 7,437 | [
"no_license"
] | [
{
"path": "roles/ansible-jenkins-os-new/tasks/configure-jenkins.yml",
"content": "---\n\n- name: Configuration file is up to date (config.xml)\n template:\n src: \"{{ jenkins_source_config_xml }}\"\n dest: \"{{ jenkins_home }}/config.xml\"\n mode: 0644\n owner: \"{{ jenkins_config_owner }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4252,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_batch | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_batch/tasks/main.yml",
"content": "---\n- set_fact:\n batch_packages:\n - \"{{ config.siteName}}-batch-application-rpm\"\n batch_tpls:\n - \"{{ p_tmpdir }}/batch.properties.tpl\"\n - \"{{ p_tmpdir }}/blacklist.properties.tpl\"\n - \"{{ p_tmpdir }}/crm-conn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2884,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_cq5 | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_cq5/meta/main.yml",
"content": "---\ndependencies:\n - { role: java_ibm_rpm , java_version: \"{{ cq5_java_version }}\" }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/ilottery_cq5/templates/publish/ccportal.pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 29168,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_cq5_middleware | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_cq5_middleware/meta/main.yml",
"content": "---\ndependencies:\n - { role: ilottery_configs }\n - { role: java_ibm_rpm , java_version: \"{{ cq5_java_version }}\" }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1619,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_este_gateway_adapter | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_este_gateway_adapter/tasks/main.yml",
"content": "---\n- set_fact:\n este_gateway_adapter_packages:\n - \"{{ config.siteName}}-boot-este-gateway-adapter-rpm\"\n - \"{{ config.siteName}}-este-gateway-adapter-application-rpm\"\n - \"{{ config.siteName}}-pd-jboss-mod... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10499,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_global | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_global/tasks/main.yml",
"content": "---\n- set_fact:\n global_config_packages:\n - \"{{ config.siteName}}-global-config-rpm\"\n global_config_tpls:\n - \"{{ p_tmpdir }}/activemq.properties.tpl\"\n - \"{{ p_tmpdir }}/encryption.properties.tpl\"\n - \"{{ p_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2912,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_pd_admin | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_pd_admin/tasks/main.yml",
"content": "---\n\n#DEBUG ME\n- block:\n - name: Generazione degli indirizzi ip di un cluster per jgroups\n cluster_node_list:\n type: jgroups\n json_cluster_structure: \"{{ ilottery_pd_admin_cluster_info }}\"\n port: \"21322\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 14742,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_pd_core | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_pd_core/tasks/main.yml",
"content": "---\n\n#DEBUG ME\n- block:\n - name: Generazione degli indirizzi ip di un cluster per jgroups\n cluster_node_list:\n type: jgroups\n json_cluster_structure: \"{{ ilottery_pd_core_cluster_info }}\"\n port: \"21122\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 16220,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_pd_loyalty | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_pd_loyalty/defaults/main.yml",
"content": "---\nenable_logremoval: true\nkeep_logs_days: \"5\"\nhttp_proxy_port: \"6666\"\nejbuser: \"ejb\"\nejbpassword: \"<PASSWORD>\"\ntcpping_base_port: 7600\ndeployment_scanner_interval: 0\nmax_connections: 200\nbind_interface: \"0.0.0.0\"\nbox:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 12908,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_pd_processes | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_pd_processes/tasks/main.yml",
"content": "---\n\n#DEBUG ME\n- block:\n - name: Generazione degli indirizzi ip di un cluster per jgroups\n cluster_node_list:\n type: jgroups\n json_cluster_structure: \"{{ ilottery_pd_processes_cluster_info }}\"\n port: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 17222,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_pd_sec_gateway | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_pd_sec_gateway/defaults/main.yml",
"content": "---\nenable_logremoval: true\nkeep_logs_days: \"5\"\nhttp_proxy_port: \"6666\"\nejbuser: \"ejb\"\nejbpassword: \"<PASSWORD>\"\ntcpping_base_port: 7600\ndeployment_scanner_interval: 0\nmax_connections: 200\nbind_interface: \"{{ jboss_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 13788,
"all_permissive": false
} |
ansible_role | chandran201/ansible_ilot | 4968a9b5df2aae720918941c03513525d003fcf1 | 0 | roles/ilottery_tomcat8 | 7,437 | [
"no_license"
] | [
{
"path": "roles/ilottery_tomcat8/vars/main.yml",
"content": "---\ntomcat_java_version: \"java-11-openjdk\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/ilottery_tomcat8/templates/tomcat8/igportal.properties",
"content": "bingoendpoint... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2562,
"all_permissive": false
} |
ansible_role | dloHaiti/deployment | 035e00028af2b00a05841a66b90d1fce701d881f | 0 | deployment/roles/mysql | 7,437 | [
"no_license"
] | [
{
"path": "deployment/roles/mysql/tasks/main.yml",
"content": "---\n- name: Install mysql\n apt: name={{ item }} state=present\n with_items:\n - python-mysqldb\n - mysql-server\n- name: Copy mysql config file\n copy: src=my.cnf dest=/etc/mysql/\n notify: Start mysql server\n- name: Mysql | Set roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1498,
"all_permissive": false
} |
ansible_role | dloHaiti/deployment | 035e00028af2b00a05841a66b90d1fce701d881f | 0 | deployment/roles/tomcat | 7,437 | [
"no_license"
] | [
{
"path": "deployment/roles/tomcat/files/db_backup.sh",
"content": "#!/usr/bin/bash\n\nnow=$(date)\necho $now\nmysqldump -u app -ppassword dlo > ./dlo_db_backup_\"$now\".sql\nrsync -avz -e \"ssh -i /root/.ssh/dlotestjenkins.pem\" ./dlo_db_backup_\"$now\".sql ubuntu@172.16.31.10:/home/ubuntu/dlotestboxdbback... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3218,
"all_permissive": false
} |
ansible_role | dloHaiti/deployment | 035e00028af2b00a05841a66b90d1fce701d881f | 0 | deployment/roles/vsftpd | 7,437 | [
"no_license"
] | [
{
"path": "deployment/roles/vsftpd/handlers/main.yml",
"content": "---\n- name: stop-vsftpd\n service: name=vsftpd state=stopped\n- name: start-vsftpd\n service: name=vsftpd state=started\n- name: start-tomcat7\n service: name=tomcat7 state=started",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | engineerball/ansible-vcenter-playbook | dc91c90cb88ae323f0e8e4e112e23ac2436268bb | 0 | roles/teerapat_khu.vcenter | 7,437 | [
"no_license"
] | [
{
"path": "roles/teerapat_khu.vcenter/tasks/vm.yml",
"content": "---\n- name: Create a VM from a template\n vmware_guest:\n hostname: \"{{ vcenter_host }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n datacenter: \"{{ vcenter_datacenter_name }}\"\n validate_cert... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3197,
"all_permissive": false
} |
ansible_role | plucia-link/ansible | fb67a37f786634c8a030813cc9f576031cc22d36 | 0 | roles/send_my_key | 7,437 | [
"no_license"
] | [
{
"path": "roles/send_my_key/vars/main.yml",
"content": "---\nsudoer: ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 12
},
{
"path": "roles/send_my_key/tasks/main.yml",
"content": "---\n - name: Setup | authorized key upload\n authorized_key: user=root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | plucia-link/ansible | fb67a37f786634c8a030813cc9f576031cc22d36 | 0 | roles/test | 7,437 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "---\n- name: touch file\n file: path=/tmp/here.i.am state=touch\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 63,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-k8s-cluster-using-kubeadm/roles/addons | 7,437 | [
"no_license"
] | [
{
"path": "setup-k8s-cluster-using-kubeadm/roles/addons/tasks/main.yml",
"content": "---\n# Setup Kubernetes Addons\n- name: Install Metrics Server\n shell: kubectl apply -f https://raw.githubusercontent.com/techiescamp/cka-certification-guide/refs/heads/main/lab-setup/manifests/metrics-server/metrics-serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1366,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-k8s-cluster-using-kubeadm/roles/calico | 7,437 | [
"no_license"
] | [
{
"path": "setup-k8s-cluster-using-kubeadm/roles/calico/tasks/main.yml",
"content": "---\n# Install Calico Network Plugin\n- name: Install Tigera Operator\n shell: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.29.1/manifests/tigera-operator.yaml\n register: tigera_result\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2606,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-k8s-cluster-using-kubeadm/roles/common | 7,437 | [
"no_license"
] | [
{
"path": "setup-k8s-cluster-using-kubeadm/roles/common/tasks/main.yml",
"content": "---\n# Common tasks for all nodes\n- name: Create k8s.conf for kernel modules\n copy:\n dest: /etc/modules-load.d/k8s.conf\n content: |\n overlay\n br_netfilter\n\n- name: Load kernel modules\n modprobe:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-k8s-cluster-using-kubeadm/roles/control-plane | 7,437 | [
"no_license"
] | [
{
"path": "setup-k8s-cluster-using-kubeadm/roles/control-plane/tasks/main.yml",
"content": "---\n# Initialize Kubernetes Control Plane\n- name: Create kubeadm config file\n copy:\n dest: /root/kubeadm-config.yaml\n content: |\n apiVersion: kubeadm.k8s.io/v1beta4\n kind: InitConfiguration\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2969,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-k8s-cluster-using-kubeadm/roles/cri-o | 7,437 | [
"no_license"
] | [
{
"path": "setup-k8s-cluster-using-kubeadm/roles/cri-o/tasks/main.yml",
"content": "---\n# Install CRI-O Runtime\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gpg\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-k8s-cluster-using-kubeadm/roles/kubernetes | 7,437 | [
"no_license"
] | [
{
"path": "setup-k8s-cluster-using-kubeadm/roles/kubernetes/tasks/main.yml",
"content": "---\n# Install Kubeadm, Kubelet & Kubectl\n- name: Add Kubernetes GPG key\n shell: |\n curl -fsSL https://pkgs.k8s.io/core:/stable:/{{ kubernetes_version }}/deb/Release.key | \n gpg --dearmor -o /etc/apt/keyrings... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-k8s-cluster-using-kubeadm/roles/validation | 7,437 | [
"no_license"
] | [
{
"path": "setup-k8s-cluster-using-kubeadm/roles/validation/tasks/main.yml",
"content": "---\n# Validate Kubernetes Cluster\n- name: Wait for all nodes to be ready\n shell: kubectl get nodes --no-headers | grep -v Ready | wc -l\n register: not_ready_nodes\n until: not_ready_nodes.stdout == \"0\"\n retri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2396,
"all_permissive": false
} |
ansible_role | jeddtony/ansible-playbooks | 97699c3f264ff007d052c9b66d70eea36c538a88 | 0 | setup-prometheus-on-k8s-cluster/roles/prometheus | 7,437 | [
"no_license"
] | [
{
"path": "setup-prometheus-on-k8s-cluster/roles/prometheus/tasks/main.yml",
"content": "---\n# Deploy Prometheus Monitoring Stack\n- name: Create monitoring namespace\n shell: kubectl create namespace monitoring\n register: namespace_result\n changed_when: \"'created' in namespace_result.stdout\"\n fai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5352,
"all_permissive": false
} |
ansible_role | Randsw/kubernetes-cluster-arm-oci | 9fce4c8726cc246c736fd5522aef0598f0ae28c8 | 0 | ansible/roles/flux-bootstrap | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/flux-bootstrap/defaults/main.yml",
"content": "---\nKEY_COMMENT: \"Flux Mozilla SOPS\"\nKEY_NAME: \"Flux2-oci-k8s-arm\"\n# gitlab_token: dummy\n# gitlab_registration_token: dummy\n# GHCR_token: dummy\n# GITHUB_OAUTH_CLIENT_ID: dummy\n# GITHUB_OAUTH_CLIENT_SECRET: dummy\n# GITHUB_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4842,
"all_permissive": false
} |
ansible_role | Randsw/kubernetes-cluster-arm-oci | 9fce4c8726cc246c736fd5522aef0598f0ae28c8 | 0 | ansible/roles/role-kubernetes | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/role-kubernetes/templates/cluster-config.yml.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta2\nkind: ClusterConfiguration\nkubernetesVersion: v1.22.5\napiServer:\n certSANs:\n{% for adr in kubernetes_apiserver_certSANs %}\n - {{ adr }}\n{% endfor %}\n extraArgs:\n enable-ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2837,
"all_permissive": false
} |
ansible_role | geedino07/AnsibleDeployandConfiguration | e49f0dbdd2cbf0b07f2245fa09bcfc22f77f0cfa | 0 | roles/setup | 7,437 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"remove dependencies that are not longer required\"\n become: yes\n apt:\n autorem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | fl64/localk8s | c9d42d0d2aab0c78d6941a3725c8fb00bfa1dfbd | 6 | roles/helm | 7,437 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "- name: Add an helm apt key\n apt_key:\n url: https://baltocdn.com/helm/signing.asc\n state: present\n\n- name: Add helm repo\n apt_repository:\n repo: deb https://baltocdn.com/helm/stable/debian/ all main\n state: present\n filename: helm\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1235,
"all_permissive": false
} |
ansible_role | fl64/localk8s | c9d42d0d2aab0c78d6941a3725c8fb00bfa1dfbd | 6 | roles/k8s_common | 7,437 | [
"no_license"
] | [
{
"path": "roles/k8s_common/tasks/main.yaml",
"content": "---\n- name: Disable SWAP\n shell:\n cmd: |\n swapoff -a\n args:\n executable: /bin/bash\n\n- name: Remove Swap from fstab\n mount:\n name: swap\n fstype: swap\n state: absent\n\n- name: enable modules\n community.general.modp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3711,
"all_permissive": false
} |
ansible_role | fl64/localk8s | c9d42d0d2aab0c78d6941a3725c8fb00bfa1dfbd | 6 | roles/k8s_master | 7,437 | [
"no_license"
] | [
{
"path": "roles/k8s_master/defaults/main.yaml",
"content": "k8s_master_ver: 1.19.0\nk8s_master_bootstrap_token: <PASSWORD>\nk8s_master_master_ip_addr: \"{{ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0])}}\"\nk8s_master_master_int_fqdn: \"master.{{ k8s_master_master_ip_addr }}.nip.io\"\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3993,
"all_permissive": false
} |
ansible_role | fl64/localk8s | c9d42d0d2aab0c78d6941a3725c8fb00bfa1dfbd | 6 | roles/k8s_worker | 7,437 | [
"no_license"
] | [
{
"path": "roles/k8s_worker/tasks/main.yaml",
"content": "---\n\n- name: create temp file with mainfests\n file:\n dest: \"{{ k8s_worker_temp_dir }}\"\n state: directory\n\n- name: generate kubeadm join conf\n template:\n src: kubeadm-join-config.yaml.j2\n dest: \"{{ k8s_worker_temp_dir }}/kub... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | Entepotenz/k3s_experiments | 29fb000b3648e28111c8f141ceb61985ac922cd3 | 0 | ansible/roles/01-sample-service | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/01-sample-service/tasks/main.yml",
"content": "---\n- name: Copy <manifest>.yml\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/first-pod.yml\"\n dest: ~/first-pod.yml\n owner: root\n group: root\n mode: u=rw,g=r,o=\n\n- name: Deploy pod\n ansible.builtin.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | Entepotenz/k3s_experiments | 29fb000b3648e28111c8f141ceb61985ac922cd3 | 0 | ansible/roles/02-sample-service | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/02-sample-service/files/second-pod.yml",
"content": "# Das erste Deployment. Ersetzt den Pod aus Teil 1, zeigt ebenfalls einen Nginx-Container auf Port 30000 an. Der kann aber immerhin RollingUpdate.\n---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: my-first-nginx-depl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | Entepotenz/k3s_experiments | 29fb000b3648e28111c8f141ceb61985ac922cd3 | 0 | ansible/roles/03-sample-service-wordpress | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/03-sample-service-wordpress/tasks/main.yml",
"content": "---\n- name: Copy <manifest>.yml\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/wordpress.yml\"\n dest: ~/wordpress.yml\n owner: root\n group: root\n mode: u=rw,g=r,o=\n\n- name: Deploy pod\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | Entepotenz/k3s_experiments | 29fb000b3648e28111c8f141ceb61985ac922cd3 | 0 | ansible/roles/04-sample-service-wordpress | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/04-sample-service-wordpress/tasks/main.yml",
"content": "---\n# - name: Add helm traefik repo\n# ansible.builtin.command: helm repo add traefik https://traefik.github.io/charts\n# environment:\n# KUBECONFIG: /etc/rancher/k3s/k3s.yaml\n\n# - name: Update helm repo\n# ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | Entepotenz/k3s_experiments | 29fb000b3648e28111c8f141ceb61985ac922cd3 | 0 | ansible/roles/05-sample-service-wordpress-network-policies | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/05-sample-service-wordpress-network-policies/tasks/main.yml",
"content": "---\n# - name: Add helm traefik repo\n# ansible.builtin.shell: source ~/.bashrc && helm repo add traefik https://traefik.github.io/charts\n# args:\n# executable: /bin/bash\n\n# - name: Update helm repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1513,
"all_permissive": false
} |
ansible_role | Entepotenz/k3s_experiments | 29fb000b3648e28111c8f141ceb61985ac922cd3 | 0 | ansible/roles/06-sample-service-wordpress-longhorn | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/06-sample-service-wordpress-longhorn/tasks/main.yml",
"content": "---\n# - name: Add helm longhorn repo\n# ansible.builtin.command: helm repo add longhorn https://charts.longhorn.io\n# environment:\n# KUBECONFIG: /etc/rancher/k3s/k3s.yaml\n\n# - name: Update helm repo\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1811,
"all_permissive": false
} |
ansible_role | Entepotenz/k3s_experiments | 29fb000b3648e28111c8f141ceb61985ac922cd3 | 0 | ansible/roles/configuration | 7,437 | [
"no_license"
] | [
{
"path": "ansible/roles/configuration/tasks/main.yml",
"content": "---\n- name: Create folder\n ansible.builtin.file:\n dest: /etc/rancher/k3s/\n group: root\n owner: root\n recurse: true\n state: directory\n mode: u=rw,g=rw,o=r\n\n- name: Create config.yaml\n ansible.builtin.copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.