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 | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/elk | 7,892 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/logstash.yml",
"content": "- name : copy logstah config file\n ansible.builtin.template:\n src: logstash.conf\n dest: /etc/logstash/conf.d/logstash.conf\n \n- name : restating logstash\n ansible.builtin.systemd:\n name: logstash\n state: restarted\n enabled: true... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/frontend | 7,892 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "component : frontend\nnode_exporter : true\nfilebeat : true\nlog_path : /var/log/nginx/access.log",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2195,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/mongodb | 7,892 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "# source common.sh\n# component=mongodb\n\n# print_header \"Setup MongoDB repository\"\n# cp ${code_dir}/configs/mongodb.repo /etc/yum.repos.d/mongo.repo &>>${log_file}\n# status_check $?\n\n# print_header \"installing mongodb\"\n# yum install mongodb-or... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1079,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/mysql | 7,892 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "# source common.sh\n\n# mysql_root_password=$1\n# if [ -z \"${mysql_root_password}\" ]; then\n# echo -e \"\\e[31mMissing MySQL Root Password argument\\e[0m\"\n# exit 1\n# fi\n\n# print_header \"disabling exiting mysql\"\n# dnf module disable mysql -y ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1540,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/payment | 7,892 | [
"no_license"
] | [
{
"path": "roles/payment/vars/main.yml",
"content": "component: payment\nnode_exporter : true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/payment/tasks/main.yml",
"content": "# source common.sh\n# roboshop_password=$1\n\n# if [ -z \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/prometheus | 7,892 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "- name : prometheus configuration\n ansible.builtin.import_tasks:\n file : server.yml\n when : prometheus_server\n\n- name : node exporter configuration\n ansible.builtin.import_tasks:\n file : exporter.yml\n when : node_exporter\n",
"li... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4599,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/rabbitmq | 7,892 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "# source common.sh\n\n# rabbitmq_password=$1\n\n# if [ -z \"${rabbitmq_password}\" ]; then\n# echo -e \"\\e[31mMisiing rabbit password\\e[0m\"\n# exit 1\n# fi\n\n# print_header \"downloading repo code\"\n# curl -s https://packagecloud.io/install/reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2163,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/redis | 7,892 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "# source common.sh\n\n# print_header \"Installing Redis Repo files\"\n# yum install https://rpms.remirepo.net/enterprise/remi-release-8.rpm -y &>>${log_file}\n# status_check $?\n\n# print_header \"Enable 6.2 redis repo\"\n# dnf module enable redis:remi-6.2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | shankarsrinivasnew/roboshop-ansible | 72cd9083b499e7e1e556d4aa02718bf2316886d7 | 0 | roles/user | 7,892 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "\n\n# source common.sh src\n# component=user\n# schema_type=mongo\n# nodejs\n\n- name: user component\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | emersoncodetv/raspbianansible | 33195dfdb49d1217df2b5e9e24084af5ba7cf9f7 | 0 | roles/DOCKER | 7,892 | [
"permissive"
] | [
{
"path": "roles/DOCKER/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install_config_docker\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 80
},
{
"path": "roles/DOCKER/tasks/get_pkg_list.yml",... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 7317,
"all_permissive": true
} |
ansible_role | emersoncodetv/raspbianansible | 33195dfdb49d1217df2b5e9e24084af5ba7cf9f7 | 0 | roles/PREREQUISITES | 7,892 | [
"permissive"
] | [
{
"path": "roles/PREREQUISITES/tasks/main.yml",
"content": "---\n# tasks file for prerequisites\n- name: PING\n ping: ~\n- name: DEBUG | Access variables facts\n debug:\n verbosity: 1\n msg: \"{{ OS_DIST }}, {{ DOCKER_VERSION }}, {{ OS_RELEASE }}, {{ TEST }}\"\n- name: COMMON PACKAGES | Install basi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1745,
"all_permissive": true
} |
ansible_role | emersoncodetv/raspbianansible | 33195dfdb49d1217df2b5e9e24084af5ba7cf9f7 | 0 | roles/PRINTER | 7,892 | [
"permissive"
] | [
{
"path": "roles/PRINTER/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install_config_printer",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 80
},
{
"path": "roles/PRINTER/vars/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1762,
"all_permissive": true
} |
ansible_role | emersoncodetv/raspbianansible | 33195dfdb49d1217df2b5e9e24084af5ba7cf9f7 | 0 | roles/SECURITY_ANSIBLE | 7,892 | [
"permissive"
] | [
{
"path": "roles/SECURITY_ANSIBLE/handlers/main.yml",
"content": "---\n# handlers file for SECURITY",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 32
},
{
"path": "roles/SECURITY_ANSIBLE/tasks/main.yml",
"content": "---\n# tasks file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1673,
"all_permissive": true
} |
ansible_role | emersoncodetv/raspbianansible | 33195dfdb49d1217df2b5e9e24084af5ba7cf9f7 | 0 | roles/SECURITY_PRINTER | 7,892 | [
"permissive"
] | [
{
"path": "roles/SECURITY_PRINTER/handlers/main.yml",
"content": "---\n# handlers file for SECURITY_PRINTER\n- name: Restart sshd\n service:\n name: sshd\n state: restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 109
},
{
"p... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4070,
"all_permissive": true
} |
ansible_role | ObaidDev/ansible-playbook | f0d1d94b104b9f1411da6552d98f6a5723191c63 | 0 | roles/docker_stack | 7,892 | [
"no_license"
] | [
{
"path": "roles/docker_stack/vars/main.yml",
"content": "---\n# vars file for docker_stack\n\napp_name: \"{{ APP_NAME }}\"\nhome_dir: \"{{ ansible_user_dir }}/softwares/{{ app_name }}\"\ngit_repo: \"{{ GIT_REPO }}\"\nworking_dir: \"{{ (DIR_BUILD_STACK | default('') | string | length > 0) | ternary(home_dir... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1040,
"all_permissive": false
} |
ansible_role | ObaidDev/ansible-playbook | f0d1d94b104b9f1411da6552d98f6a5723191c63 | 0 | roles/init_nginx_proxy | 7,892 | [
"no_license"
] | [
{
"path": "roles/init_nginx_proxy/tasks/generate_ssl_certbot.yml",
"content": "- name: Generate SSL certificate\n ansible.builtin.command:\n cmd: >\n certbot --nginx\n --non-interactive\n --agree-tos\n --email \"{{ acme_account_email }}\"\n --domains \"{{ service_host_name }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | ObaidDev/ansible-playbook | f0d1d94b104b9f1411da6552d98f6a5723191c63 | 0 | roles/java_app | 7,892 | [
"no_license"
] | [
{
"path": "roles/java_app/tasks/download_jar_file.yml",
"content": "- name: Remove the existing JAR file\n file:\n path: \"{{ dest_path }}\"\n state: absent\n\n- name: Download JAR file from MinIO\n aws_s3:\n mode: get\n bucket: \"{{ bucket_name }}\"\n object: \"{{ object_key }}\"\n dest... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3360,
"all_permissive": false
} |
ansible_role | novy4/akash-tools | 5040933e75559bcb1e2b5397463417920004bd03 | 0 | ansible/roles/install | 7,892 | [
"no_license"
] | [
{
"path": "ansible/roles/install/handlers/main.yml",
"content": "---\n- name: Restart_Akash\n systemd:\n name: akashd\n state: restarted\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible/roles/install/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5897,
"all_permissive": false
} |
ansible_role | pgporada/ansible-playbook-ubiquitous | 43a8c7ea9f757a272e34888a9552110c7e1aa844 | 2 | roles/base | 7,892 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install dependencies\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - dirmngr\n - git\n - curl\n - unzip\n - bzip2\n - apt-transport-https\n...\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | pgporada/ansible-playbook-ubiquitous | 43a8c7ea9f757a272e34888a9552110c7e1aa844 | 2 | roles/certbot-digitalocean | 7,892 | [
"no_license"
] | [
{
"path": "roles/certbot-digitalocean/templates/do-api.ini.j2",
"content": "dns_digitalocean_token = {{ certbot_digitalocean_apikey }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/certbot-digitalocean/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | ale0x78ey/setup | 130b06d323e686a3c9e08d7440fa6c96abe0f699 | 0 | roles/system | 7,892 | [
"no_license"
] | [
{
"path": "roles/system/defaults/main.yml",
"content": "system_requirements_debian: &system_requirements_debian\n curl: curl\n tmux: tmux\n telnet: telnet\n expect: expect\n lsb-release: lsb-release\n locales: locales\n ping: iputils-ping\n rlwrap: rlwrap\n git: git\n tox: tox\n python3: python3\... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4768,
"all_permissive": false
} |
ansible_role | ale0x78ey/setup | 130b06d323e686a3c9e08d7440fa6c96abe0f699 | 0 | roles/vim | 7,892 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/requirements/os_darwin.yml",
"content": "- name: vim [darwin] | update homebrew\n community.general.homebrew:\n update_homebrew: yes\n when: update_repo_cache | default(false) | bool\n\n- name: vim [darwin] | upgrade out of date packages\n community.general.homebrew:\n up... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 13423,
"all_permissive": false
} |
ansible_role | zhuxin50/ansible-playbook | 89c87b38bb24080fdbb35ebc5d4dafbfdea31fb0 | 0 | roles/zookeeper | 7,890 | [
"no_license"
] | [
{
"path": "roles/zookeeper/templates/zoo.cfg.j2",
"content": "tickTime=2000\ninitLimit=10\nsyncLimit=5\ndataDir={{ zoo_data_dir }}\nclientPort={{ zoo_listen_port }}\n{% for host in groups['zoo_hosts'] %}\nserver.{{ hostvars[host]['host_id'] }}={{ host }}:{{ zoo_port1 }}:{{ zoo_port2 }}\n{% endfor %}\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1698,
"all_permissive": false
} |
ansible_role | BeTomorrow/ci-gitlab-runner-macos | 2440e389c60c473b39ff30dce35a378961243e8d | 0 | roles/brew | 7,890 | [
"no_license"
] | [
{
"path": "roles/brew/tasks/main.yml",
"content": "---\n- name: Allow 'admin' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%admin'\n line: '%admin ALL=(ALL) NOPASSWD: ALL'\n validate: 'visudo -cf %s'\n become: true\n become_method: sudo\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | BeTomorrow/ci-gitlab-runner-macos | 2440e389c60c473b39ff30dce35a378961243e8d | 0 | roles/gitlab-runner | 7,890 | [
"no_license"
] | [
{
"path": "roles/gitlab-runner/tasks/main.yml",
"content": "---\n- name: Ensure gitlab-runner installed\n community.general.homebrew:\n name: gitlab-runner\n state: present\n\n- name: Unregister old runner\n shell: \"source ~/.zshrc && gitlab-runner unregister --all-runners\"\n when: (gitlab_token ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | BeTomorrow/ci-gitlab-runner-macos | 2440e389c60c473b39ff30dce35a378961243e8d | 0 | roles/nvm | 7,890 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "---\n- name: Ensure nvm installed\n community.general.homebrew:\n name: nvm\n state: present\n\n- name: Ensure .nvm directory exist\n ansible.builtin.file:\n path: ~/.nvm\n state: directory\n mode: '0755'\n\n# Update .zshrc for local session... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1815,
"all_permissive": false
} |
ansible_role | BeTomorrow/ci-gitlab-runner-macos | 2440e389c60c473b39ff30dce35a378961243e8d | 0 | roles/rbenv | 7,890 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/main.yml",
"content": "---\n- name: Ensure rbenv installed\n community.general.homebrew:\n name: rbenv\n state: present\n\n- name: Ensure rbenv init is in .zshrc\n lineinfile:\n path: ~/.zshrc\n line: eval \"$(rbenv init - zsh)\"\n create: yes\n\n- name: Ensure ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | BeTomorrow/ci-gitlab-runner-macos | 2440e389c60c473b39ff30dce35a378961243e8d | 0 | roles/upload_xcode | 7,890 | [
"no_license"
] | [
{
"path": "roles/upload_xcode/tasks/main.yml",
"content": "---\n- name: test whether Xcode was uploaded earlier\n stat: \n path: \"{{ xcode_xip_location }}\"\n register: xcode_dl_path\n\n- name: Upload Xcode\n copy: \n src: \"{{ xcode_src }}\"\n dest: \"{{ xcode_xip_location }}\"\n when: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/docker-over-tcp | 7,890 | [
"no_license"
] | [
{
"path": "roles/docker-over-tcp/tasks/main.yml",
"content": "---\n- name: Create systemd docker service directory\n file:\n path: /etc/systemd/system/docker.service.d\n state: directory\n\n- name: Template Docker startup options\n template:\n src: startup_options.j2\n dest: /etc/systemd/syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/gcp-auth | 7,890 | [
"no_license"
] | [
{
"path": "roles/gcp-auth/tasks/main.yml",
"content": "---\n- name: Authenticate at Google Cloud\n command: gcloud auth activate-service-account --project {{ gcp_project }} --key-file {{ gcp_service_account_file }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/gcp-create | 7,890 | [
"no_license"
] | [
{
"path": "roles/gcp-create/README.md",
"content": "# gcp-create\n\nCreates a Kubernetes cluster at the GCP.\n\nYou can use the [gcp-auth](roles/gcp-auth) to authenticate before creating the cluster.\n\n## Requirements\n\n- [gcloud CLI](https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu?hl=de)\n\n##... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4448,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/gcp-destroy | 7,890 | [
"no_license"
] | [
{
"path": "roles/gcp-destroy/README.md",
"content": "# gcp-destroy\n\nDestroys a Kubernetes cluster at the GCP.\n\nYou can use the [gcp-auth](roles/gcp-auth) to authenticate before destroying the cluster.\n\n## Requirements\n\n- gcloud CLI (https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu?hl=de)\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/group-k8s | 7,890 | [
"no_license"
] | [
{
"path": "roles/group-k8s/tasks/main.yml",
"content": "---\n- name: Group k8s masters\n group_by:\n key: kube-masters\n when: inventory_hostname in master_nodes | default([])\n\n- name: Group k8s workers\n group_by:\n key: kube-workers\n when: inventory_hostname in worker_nodes | default([])\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/helm-chart | 7,890 | [
"no_license"
] | [
{
"path": "roles/helm-chart/defaults/main.yaml",
"content": "---\nhelm_bin: helm\n\nhelm_config_params: {}\nhelm_chart_remote_temp: /tmp/helm-chart\nhelm_chart_inject_config_hash: false\nhelm_wait: true\nhelm_force: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5968,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/systemd-docker-service | 7,890 | [
"no_license"
] | [
{
"path": "roles/systemd-docker-service/defaults/main.yml",
"content": "---\nsystemd_start: yes\nsystemd_external_config_changed: no\nsystemd_service_environment: {}\nsystemd_docker_network:\nsystemd_docker_command:\nsystemd_docker_dns: []\nsystemd_docker_volumes: []\nsystemd_docker_cap_add: []\nsystemd_doc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9289,
"all_permissive": false
} |
ansible_role | metal-stack/ansible-common | 76b30d612347f086d28610512e8f0439904d5101 | 5 | roles/systemd-docker-service-cleanup | 7,890 | [
"no_license"
] | [
{
"path": "roles/systemd-docker-service-cleanup/tasks/main.yml",
"content": "---\n- name: check that the service file exists\n stat:\n path: /etc/systemd/system/{{ systemd_service_name }}.service\n register: systemd_service\n\n- name: ensure service is stopped\n systemd:\n name: \"{{ systemd_servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | Larouimohammed/ansible-composer | e2b3a1b450151a06a0a75270982c881fee443850 | 0 | composers/nvidia/roles/after_failure | 7,890 | [
"no_license"
] | [
{
"path": "composers/nvidia/roles/after_failure/tasks/main.yml",
"content": "---\n- name: Failure Task\n ansible.builtin.debug:\n msg: \"On failure Task\"\n\n- name: Remove nvidia-container-toolkit package\n become: yes\n apt:\n name: nvidia-container-toolkit\n state: absent\n\n- name: Remove NV... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | Larouimohammed/ansible-composer | e2b3a1b450151a06a0a75270982c881fee443850 | 0 | composers/nvidia/roles/after_success | 7,890 | [
"no_license"
] | [
{
"path": "composers/nvidia/roles/after_success/tasks/main.yml",
"content": "---\n- name: Success Task\n ansible.builtin.debug:\n msg: \"On Success Task\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | Larouimohammed/ansible-composer | e2b3a1b450151a06a0a75270982c881fee443850 | 0 | composers/nvidia/roles/before | 7,890 | [
"no_license"
] | [
{
"path": "composers/nvidia/roles/before/defaults/main.yml",
"content": "packages_to_install: \n - nvidia-container-toolkit\n - containerd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "composers/nvidia/roles/before/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | Larouimohammed/ansible-composer | e2b3a1b450151a06a0a75270982c881fee443850 | 0 | composers/nvidia/roles/nvidia_offline | 7,890 | [
"no_license"
] | [
{
"path": "composers/nvidia/roles/nvidia_offline/tasks/main.yml",
"content": "---\n- name: Update apt package list\n become: yes\n apt:\n update_cache: yes\n\n- name: Install nvidia packages\n become: yes\n apt:\n name: \"{{packages_to_install}}\"\n state: present\n update_cache: yes\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | Resovalko/Otus-Linux-Adm-Prof | 0b647b605f5e5a972bda3af6b702f1f8f4609485 | 0 | 03-04-Ansible/roles/common | 7,890 | [
"no_license"
] | [
{
"path": "03-04-Ansible/roles/common/tasks/main.yml",
"content": "---\n# tasks file for roles/common\n- name: Run whoami command\n ansible.builtin.command: whoami\n register: whoami_result\n\n- name: Show whoami output\n ansible.builtin.debug:\n msg: \"Current user is {{ whoami_result.stdout }}\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | Resovalko/Otus-Linux-Adm-Prof | 0b647b605f5e5a972bda3af6b702f1f8f4609485 | 0 | 03-04-Ansible/roles/nginx_deploy | 7,890 | [
"no_license"
] | [
{
"path": "03-04-Ansible/roles/nginx_deploy/handlers/main.yml",
"content": "---\n# handlers file for roles/nginx_deploy\n- name: Restart NGINX\n ansible.builtin.systemd_service:\n name: nginx\n state: restarted\n enabled: yes\n...",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2832,
"all_permissive": false
} |
ansible_role | Resovalko/Otus-Linux-Adm-Prof | 0b647b605f5e5a972bda3af6b702f1f8f4609485 | 0 | 03-04-Ansible/roles/nginx_install | 7,890 | [
"no_license"
] | [
{
"path": "03-04-Ansible/roles/nginx_install/handlers/main.yml",
"content": "---\n# handlers file for roles/nginx_install\n- name: Stop NGINX\n ansible.builtin.systemd_service:\n name: nginx\n state: stopped\n enabled: false\n...",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | Resovalko/Otus-Linux-Adm-Prof | 0b647b605f5e5a972bda3af6b702f1f8f4609485 | 0 | 03-04-Ansible/roles/nginx_repository | 7,890 | [
"no_license"
] | [
{
"path": "03-04-Ansible/roles/nginx_repository/defaults/main.yml",
"content": "---\n# defaults file for roles/nginx_repository\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "03-04-Ansible/roles/nginx_repository/vars/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | zwindler/ansible-nextcloud | 5cd68f82122628ef5ee628606d1c08f368f13407 | 16 | roles/lemp_stack | 7,890 | [
"no_license"
] | [
{
"path": "roles/lemp_stack/tasks/configure_nginx.yml",
"content": "---\n- name: \"Create dirs with owner to nginx\"\n file:\n path: \"{{item}}\"\n state: directory\n recurse: yes\n owner: www-data\n group: www-data\n loop:\n - \"/usr/share/nginx/html\"\n - \"/usr/share/nginx/nextclou... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3646,
"all_permissive": false
} |
ansible_role | zwindler/ansible-nextcloud | 5cd68f82122628ef5ee628606d1c08f368f13407 | 16 | roles/letsencrypt_challenge | 7,890 | [
"no_license"
] | [
{
"path": "roles/letsencrypt_challenge/tasks/main.yml",
"content": "---\n- name: \"Install packages\"\n apt:\n name: \"{{item}}\"\n state: present\n loop:\n - python3-certbot-nginx\n\n- name: \"Generate RSA 4096 key\"\n openssl_privatekey:\n path: \"/etc/pki/cert/private/{{item}}.key\"\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3901,
"all_permissive": false
} |
ansible_role | zwindler/ansible-nextcloud | 5cd68f82122628ef5ee628606d1c08f368f13407 | 16 | roles/nextcloud_installation | 7,890 | [
"no_license"
] | [
{
"path": "roles/nextcloud_installation/tasks/main.yml",
"content": "---\n- name: \"Download file with check (sha256)\"\n get_url:\n url: \"https://download.nextcloud.com/server/releases/nextcloud-{{nextcloud_version}}.zip\"\n dest: \"/tmp/nextcloud-{{nextcloud_version}}.zip\"\n checksum: \"sha256... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1497,
"all_permissive": false
} |
ansible_role | ReutSh/opsschool-ansible-reut | 001a3cf6462fba4737367b014f5afe028138b377 | 0 | hw2/roles/install_docker_role | 7,890 | [
"no_license"
] | [
{
"path": "hw2/roles/install_docker_role/tasks/main.yml",
"content": "---\n# tasks file for install_docker_role\n- name: Uninstall older Docker versions\n apt:\n name: \"{{ item }}\"\n state: absent\n loop: \"{{ pkg_uninstall_ubuntu }}\"\n when:\n ansible_distribution == \"Ubuntu\"\n\n- name: Un... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3533,
"all_permissive": false
} |
ansible_role | AlexanderSerg-jun/terra_hw_gfs2 | 67c5fb6e1487f59a0790cbc6df47d4aca5800231 | 0 | ansible-provision/roles/config_base | 7,890 | [
"no_license"
] | [
{
"path": "ansible-provision/roles/config_base/tasks/main.yml",
"content": "---\n- meta: end_play\n when: (ansible_distribution != \"CentOS\" and ansible_distribution_major_version != \"7\")\n\n- name: Install epel-release\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3334,
"all_permissive": false
} |
ansible_role | coolmotu/ansible-playbooks | 1494431baeadbba9997b7d5e01078828abb1857d | 0 | prakhar-test/roles/prakhar.user-create | 7,890 | [
"no_license"
] | [
{
"path": "prakhar-test/roles/prakhar.user-create/tasks/main.yml",
"content": "---\n# tasks file for prakhar.user-create\n- name: Create user from the list\n user:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ users }}\"\n- name: Create group from the list\n group:\n name: \"{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | coolmotu/ansible-playbooks | 1494431baeadbba9997b7d5e01078828abb1857d | 0 | roles/install-apache | 7,890 | [
"no_license"
] | [
{
"path": "roles/install-apache/tasks/main.yml",
"content": "- name: Install Apache\n yum: \n name: \"{{ item }}\"\n state: latest\n with_items:\n - httpd\n - php\n - php-pear\n - php-gd\n - elinks\n notify: Restart HTTPD\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | coolmotu/ansible-playbooks | 1494431baeadbba9997b7d5e01078828abb1857d | 0 | roles/install-software | 7,890 | [
"no_license"
] | [
{
"path": "roles/install-software/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install-software",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/install-software/defaults/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | coolmotu/ansible-playbooks | 1494431baeadbba9997b7d5e01078828abb1857d | 0 | roles/vault-check | 7,890 | [
"no_license"
] | [
{
"path": "roles/vault-check/defaults/main.yml",
"content": "---\n# defaults file for roles/vault-check",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/vault-check/handlers/main.yml",
"content": "---\n# handlers file for roles/vault-check... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | idm/roles/firewall | 7,890 | [
"no_license"
] | [
{
"path": "idm/roles/firewall/tasks/main.yml",
"content": "---\n- name: install firewalld\n yum:\n name: firewalld\n state: latest\n\n- name: Start and Enable firewalld\n systemd: name=firewalld state=started enabled=yes\n tags: firewall\n\n- name: Configure firewalld\n firewalld:\n port: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | idm/roles/install-idm | 7,890 | [
"no_license"
] | [
{
"path": "idm/roles/install-idm/tasks/main.yml",
"content": "---\n- name: Install IdM RPMs\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - ipa-server\n - ipa-server-dns\n tags: idm\n\n- name: Configure IdM\n command: ipa-server-install -U --hostname={{ idm_hostname }} --doma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 881,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | idm/roles/register | 7,890 | [
"no_license"
] | [
{
"path": "idm/roles/register/tasks/main.yml",
"content": "---\n- name: Register and Attach\n redhat_subscription:\n state: present\n activationkey: \"{{activation_key}}\"\n org_id: \"{{rhn_org_id}}\"\n pool: \"{{pool_ID}}\"\n tags: register\n\n- name: Disable All and Enable Specific Repositor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/add-gluster-network | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/add-gluster-network/tasks/main.yml",
"content": "---\n- name: Login to RHV\n ovirt_auth:\n url: https://{{rhvm_fqdn}}/ovirt-engine/api\n insecure: yes\n username: admin@internal\n password: \"{{ <PASSWORD> }}\"\n tags:\n - network\n\n- name: add gluster network\n ovir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/add-hosts | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/add-hosts/tasks/main.yml",
"content": "---\n- name: Login to RHV\n ovirt_auth:\n url: https://{{rhvm_fqdn}}/ovirt-engine/api\n insecure: yes\n username: admin@internal\n password: \"{{ <PASSWORD> }}\"\n\n- name: add hosts to cluster\n ovirt_hosts:\n auth: \"{{ ovirt_au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/add-storage-domains | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/add-storage-domains/tasks/main.yml",
"content": "---\n- name: Login to RHV\n ovirt_auth:\n url: https://{{rhvm_fqdn}}/ovirt-engine/api\n insecure: yes\n username: admin@internal\n password: \"{{ <PASSWORD> }}\"\n tags: storage-domain\n\n- name: add {{storage_domain_name_2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/configure-gluster | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/configure-gluster/tasks/main.yml",
"content": "---\n#the gdeploy process is slow. This would perform better if repurposed to a traditional ansible playbook.\n- name: copy gdeploy.conf\n template:\n src: templates/gdeploy.conf.j2\n dest: /tmp/gdeploy.conf\n owner: root\n gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/deploy-hosted-engine | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/deploy-hosted-engine/tasks/main.yml",
"content": "---\n- name: copy hosted-engine answer file\n template:\n src: templates/he-answers.cfg.j2\n dest: /tmp/answer.cfg\n owner: root\n group: root\n mode: 0600\n\n- name: run hosted-engine\n shell: hosted-engine --deploy --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/disk-prep | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/disk-prep/tasks/main.yml",
"content": "---\n#Using the parted module won't work for /dev/sda which already has boot, swap and root mounted.\n- name: Create engine partition (this is a workaround. better in post of kickstart?)\n shell: echo -e \"n\\n\\n\\n+80G\\nw\\n\" | fdisk /dev/sda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/etc-hosts | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/etc-hosts/tasks/main.yml",
"content": "---\n- name: Copy /etc/hosts file\n copy:\n src: etc-hosts\n dest: /etc/hosts\n mode: 0644\n tags: etc-hosts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/known-hosts | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/known-hosts/tasks/main.yml",
"content": "---\n- name: Create known_hosts\n shell: \"ssh-keyscan -t ecdsa-sha2-nistp256 {{item}} >> /root/.ssh/known_hosts\"\n with_items:\n - \"{{node1_fqdn}}\"\n - \"{{node2_fqdn}}\"\n - \"{{node3_fqdn}}\"\n - \"{{node1_gluster_fqdn}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | rhhi/roles/ssh-keys | 7,890 | [
"no_license"
] | [
{
"path": "rhhi/roles/ssh-keys/tasks/main.yml",
"content": "---\n- block:\n - name: ensure SSH key is generated\n command: ssh-keygen -t rsa -f /root/.ssh/id_rsa -N ''\n args:\n creates: /root/.ssh/id_rsa\n tags: ssh-keys\n\n - name: fetch RHHI-1 ssh key\n shell: cat ~/.ssh/id_rsa.pub\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | satellite/roles/register | 7,890 | [
"no_license"
] | [
{
"path": "satellite/roles/register/tasks/main.yml",
"content": "---\n- name: Register\n command: subscription-manager register --activationkey={{activation_key}} --org={{rhn_org_id}}\n ignore_errors: yes #Added this because I'm using the Employee SKU, and the auto attach may fail\n tags: register\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | rickmanley-nc/rickmanley-lab | 4a042dbaa2832b2d580b21cb554ecfd4fca9f298 | 2 | satellite/roles/ssh-keys | 7,890 | [
"no_license"
] | [
{
"path": "satellite/roles/ssh-keys/tasks/main.yml",
"content": "---\n- name: Install SSH public key\n authorized_key:\n user: root\n key: \"{{ lookup('file', 'rnelson-homelab.pub') }}\"\n tags: keys\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | CZmikee/ansible-elastic_logstash | c774d64732cfe02e6ad7d53bdfaf8c6c69b657a5 | 0 | roles/diskLVM | 7,890 | [
"no_license"
] | [
{
"path": "roles/diskLVM/tasks/decide.yml",
"content": "---\n- name: set fact if already ready\n tags: lvm\n set_fact:\n LVMnotPrepared: true\n\n- name: Check if sdb present\n tags: lvm\n stat:\n path: /dev/sdb\n register: sdbPresent\n\n- name: check if 3 nvme present\n tags: lvm\n stat:\n p... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4869,
"all_permissive": false
} |
ansible_role | CZmikee/ansible-elastic_logstash | c774d64732cfe02e6ad7d53bdfaf8c6c69b657a5 | 0 | roles/elastic | 7,890 | [
"no_license"
] | [
{
"path": "roles/elastic/handlers/main.yml",
"content": "---\n- name: restartElastic\n systemd:\n name: elasticsearch\n state: restarted\n\n\n\n# expect:\n# command: /usr/share/elasticsearch/bin/elasticsearch-setup-passwords interactive\n# responses:\n# elastic: \"{{ elastic }}\"\n# ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8015,
"all_permissive": false
} |
ansible_role | CZmikee/ansible-elastic_logstash | c774d64732cfe02e6ad7d53bdfaf8c6c69b657a5 | 0 | roles/elastic-base | 7,890 | [
"no_license"
] | [
{
"path": "roles/elastic-base/tasks/main.yml",
"content": "---\n- name: Push in the repo template\n tags: install\n copy:\n src: ../templates/elastic.repo\n dest: /etc/yum.repos.d/elasticsearch.repo\n\n- name: import GPG key\n tags: install\n rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | CZmikee/ansible-elastic_logstash | c774d64732cfe02e6ad7d53bdfaf8c6c69b657a5 | 0 | roles/logstash | 7,890 | [
"no_license"
] | [
{
"path": "roles/logstash/templates/output.pipeline.j2",
"content": "# Configuration documentation\n# https://www.elastic.co/guide/en/logstash/7.9/configuration.html\n# ==================================================================================================\ninput {\n pipeline { address => output... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4042,
"all_permissive": false
} |
ansible_role | CZmikee/ansible-elastic_logstash | c774d64732cfe02e6ad7d53bdfaf8c6c69b657a5 | 0 | roles/logstash-base | 7,890 | [
"no_license"
] | [
{
"path": "roles/logstash-base/tasks/main.yml",
"content": "---\n- name: Add Elasticsearch GPG key.\n rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Logstash repository.\n template:\n src: logstash.repo.j2\n dest: /etc/yum.repos.d/logstash.re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | CZmikee/ansible-elastic_logstash | c774d64732cfe02e6ad7d53bdfaf8c6c69b657a5 | 0 | roles/terraformApply | 7,890 | [
"no_license"
] | [
{
"path": "roles/terraformApply/defaults/main.yml",
"content": "---\nterraBinPath: \"/data/terraform\"\nterraBucket: \"exampleBucketName\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/terraformApply/tasks/main.yml",
"content": "---\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day3/practice/roles/base | 7,890 | [
"no_license"
] | [
{
"path": "Day3/practice/roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n- name: Provisioning of VMs\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python=2.7.15~rc1-1\n - python-pip=9.0.1-2.3~ubuntu1.18.04.1\n - curl\n - wget\n - sudo\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day3/practice/roles/mysql_db | 7,890 | [
"no_license"
] | [
{
"path": "Day3/practice/roles/mysql_db/tasks/main.yml",
"content": "---\n# tasks file for mysql_db\n- name: Install MySQL on Ubuntu 18.01\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libmysqlclient-dev=5.7.29-0ubuntu0.18.04.1\n - python-mysqldb=1.3.10-1build1\n - my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day3/practice/roles/mysql_db_user | 7,890 | [
"no_license"
] | [
{
"path": "Day3/practice/roles/mysql_db_user/tasks/main.yml",
"content": "---\n# tasks file for mysql_db_user\n- name: Add user for create DB\n mysql_user:\n name: \"{{ mysql_user }}\"\n password: \"{{ <PASSWORD> }}\"\n priv: \"*.*:ALL\"\n state: present\n become: yes\n\n- name: Create DB\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day4/practice/roles/mysql-check | 7,890 | [
"no_license"
] | [
{
"path": "Day4/practice/roles/mysql-check/tasks/main.yml",
"content": "---\n# tasks file for mysql-check\n- name: Check group for create\n group:\n name: mysql-check\n state: present\n become: yes\n\n- name: Create user for MySQL\n user:\n name: mysql-check\n group: mysql-check\n become: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day4/practice/roles/nginx | 7,890 | [
"no_license"
] | [
{
"path": "Day4/practice/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install naked nginx\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n become: yes\n when: ansible_os_family == \"Debian\" and ansible_distribution_version == \"18.04... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day4/practice/roles/web-service | 7,890 | [
"no_license"
] | [
{
"path": "Day4/practice/roles/web-service/tasks/main.yml",
"content": "---\n# tasks file for web-service\n- name: Config from template\n template:\n src: backend.j2\n dest: \"/etc/nginx/conf.d/backend.conf\"\n mode: '0644'\n become: yes\n notify:\n - restart nginx\n\n\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day5/Ansible/roles/base | 7,890 | [
"no_license"
] | [
{
"path": "Day5/Ansible/roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n- name: Provisioning of VMs\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python\n - python-pip\n - curl\n - wget\n - sudo\n - net-tools\n become: yes\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day5/Ansible/roles/msg-service | 7,890 | [
"no_license"
] | [
{
"path": "Day5/Ansible/roles/msg-service/tasks/main.yml",
"content": "---\n# tasks file for msg-service\n- name: Call create user role\n include_role:\n name: user\n vars:\n username: \"{{ app_user }}\"\n groupname: \"{{ app_group }}\"\n\n- name: Create a directories if it does not exist\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1438,
"all_permissive": false
} |
ansible_role | PavelKarunas/Ansible_DevOps | 8a52941407996f6f1fb7b1d65d8af021f217158d | 0 | Day5/Ansible/roles/user | 7,890 | [
"no_license"
] | [
{
"path": "Day5/Ansible/roles/user/tasks/main.yml",
"content": "---\n# tasks file for user\n- name: Ensure group \"{{ groupname }}\" exists\n group:\n name: \"{{ groupname }}\"\n state: present\n become: yes\n\n- name: Create \"{{ username }}\" user\n user:\n name: \"{{ username }}\"\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/basic_setup | 7,890 | [
"no_license"
] | [
{
"path": "roles/basic_setup/tasks/locale.yml",
"content": "---\n- name: Ensure localisation files for '{{ config_system_locale }}' are available\n locale_gen:\n name: \"{{ config_system_locale }}\"\n state: present\n\n- name: Ensure localisation files for '{{ config_system_language }}' are available... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4113,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/booksonic | 7,890 | [
"no_license"
] | [
{
"path": "roles/booksonic/defaults/main.yml",
"content": "---\nbooksonic_config_path: /var/booksonic\nbooksonic_audiobooks_path: /media/data/medias/livres_audios\nbooksonic_podcasts_path: /media/data/medias/podcasts\nbooksonic_other_media_path: /media/data/medias/autres\nbooksonic_port: 4040\n",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/chloegaster.fr | 7,890 | [
"no_license"
] | [
{
"path": "roles/chloegaster.fr/files/nginx.conf",
"content": "server {\n listen 443 ssl;\n\n server_name chloegaster.fr;\n\n root /var/www/chloegaster.fr;\n\n index index.php;\n\n location / {\n try_files $uri $uri/ /index.php?q=$uri$args;\n }\n\n location ~ \\.php$ {\n include snippets/fastcg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1321,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/create_ssh_user | 7,890 | [
"no_license"
] | [
{
"path": "roles/create_ssh_user/tasks/main.yml",
"content": "---\n- name: Create the user group\n group:\n name: \"{{ item.name }}\"\n state: present\n with_items: \"{{ users }}\"\n\n- name: Create user (without password)\n user:\n name: \"{{ item.name }}\"\n group: \"{{ item.name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/disks_setup | 7,890 | [
"no_license"
] | [
{
"path": "roles/disks_setup/tasks/main.yml",
"content": "---\n# LABEL/UUID from `blkid`\n- name: auto mount data disk {{ item.mount_point }}\n mount:\n path: \"{{ item.mount_point }}\"\n src: \"LABEL={{ item.disk_label }}\"\n fstype: ext4\n opts: defaults\n state: mounted\n with_items: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/docker | 7,890 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# This role \"successfully\" install Docker/docker-compose for:\n# [X] Raspberry Pi 4 with Ubuntu 20.04\n# [ ] Raspberry Pi 3 with Raspbian X\n- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/nextcloud_client | 7,890 | [
"no_license"
] | [
{
"path": "roles/nextcloud_client/templates/logrotate.j2",
"content": "{{ nextcloud_log_folder }}/*.log\n{\n daily\n rotate 14\n compress\n delaycompress\n missingok\n notifempty\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/nex... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1945,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/nginx | 7,890 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install NGINX\n include_role:\n name: nginxinc.nginx\n vars:\n nginx_debug_output: true\n nginx_selinux: true\n nginx_selinux_tcp_ports:\n - 80\n - 443\n nginx_configure: false\n nginx_logrotate_conf_enable: true\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/photoprism | 7,890 | [
"no_license"
] | [
{
"path": "roles/photoprism/tasks/main.yml",
"content": "---\n- name: Create config directory\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ server_user.name }}\"\n group: \"{{ server_user.group }}\"\n mode: u=rwX,g=rX,o=rX\n loop:\n - \"{{ photoprism_directory }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3107,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/php | 7,890 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt:\n name: apt-transport-https\n state: present\n\n- name: Add Sury.org apt key\n apt_key:\n url: https://packages.sury.org/php/apt.gpg\n state: present\n\n- name: Add Sury.org PHP 7.1 repo\n apt_repositor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/pi_hole | 7,890 | [
"no_license"
] | [
{
"path": "roles/pi_hole/templates/nginx.conf.j2",
"content": "server {\n listen 443 ssl;\n\n server_name trou-noir.alxs.fr;\n\n location / {\n proxy_pass http://127.0.0.1:{{ pi_hole_http_port }};\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2697,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/plex | 7,890 | [
"no_license"
] | [
{
"path": "roles/plex/templates/nginx.conf.j2",
"content": "server {\n listen 443 ssl;\n\n server_name plex.alxs.fr;\n\n location / {\n proxy_pass http://127.0.0.1:32400;\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $proxy_add_x... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2771,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/post-install | 7,890 | [
"no_license"
] | [
{
"path": "roles/post-install/tasks/ufw.yml",
"content": "---\n- name: Install UFW\n apt:\n name: ufw\n state: latest\n\n- name: Support IPv6\n lineinfile:\n path: /etc/default/ufw\n line: \"IPV6=yes\"\n state: present\n\n- name: Configure ufw defaults\n ufw:\n direction: \"{{ item.dire... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7462,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/pre-install | 7,890 | [
"no_license"
] | [
{
"path": "roles/pre-install/tasks/main.yml",
"content": "---\n- name: Auto start SSH\n service:\n name: ssh\n enabled: 'yes'\n\n# Options :\n# B1: console\n# B2: console auto-login\n# B3: desktop\n# B4: desktop auto-login\n- name: Disable GUI at boot time\n command: raspi-config nonint do_boot_beha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | sasabosnic/home_cloud_ansible | 15c98959543199a52d20ae23e4e2bc195b534b4c | 0 | roles/transmission | 7,890 | [
"no_license"
] | [
{
"path": "roles/transmission/templates/nginx.conf.j2",
"content": "server {\n listen 443 ssl;\n\n server_name download.alxs.fr;\n\n location / {\n proxy_pass http://127.0.0.1:8080;\n\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3427,
"all_permissive": false
} |
ansible_role | Hagar-Ali-Fadlallah/Creating-website-with-static-content-on-different-Linux-platform | 23335abc2316127ff20cf30f25dd3bffe7f8e104 | 0 | roles/base | 7,890 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: update repo\n package:\n update_cache: yes\n\n- name: add ubuntu user to sudoers file\n copy:\n src: sudoers\n dest: /etc/sudoers.d/ubuntu\n owner: root\n group: root\n mode: 0440\n- name: add ansible user\n user:\n name: ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | Hagar-Ali-Fadlallah/Creating-website-with-static-content-on-different-Linux-platform | 23335abc2316127ff20cf30f25dd3bffe7f8e104 | 0 | roles/webservers | 7,890 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "- name: install package on ubuntu disro\n apt:\n name:\n - \"{{ apache_package }}\"\n - \"{{ php_package }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install package redhat disro\n dnf:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | phsinghka/ansible-practice | 5d0303816a25daf285eca1d65a5f1a409ae5bab7 | 0 | 06-package-management/roles/package_manager | 7,891 | [
"no_license"
] | [
{
"path": "06-package-management/roles/package_manager/tasks/update.yml",
"content": "---\n- name: Update all packages on Debian-based systems\n apt:\n upgrade: dist\n when: ansible_os_family == 'Debian'\n\n- name: Update all packages on RedHat-based systems\n yum:\n name: \"*\"\n state: latest\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1055,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.