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 | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/mariadbha | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/mariadbha/tasks/main.yml",
"content": "---\n- name: unpack the mariadb file\n unarchive: src={{all.files}}/{{mariadb.file}} dest={{mariadb.dir}} copy=yes\n- name: mysql user check\n shell: cat /etc/passwd\n register: info\n- name: user delete\n shell: userdel -rf mysql && rm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3968,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/node_exporter | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/node_exporter/tasks/main.yml",
"content": "---\n# tasks file for prometheus_install\n- name: unpack the node_export file\n unarchive: src={{all.files}}/{{node_exporter.node_exporter_version}}.tar.gz dest={{node_exporter.dir}}/ copy=yes\n- name: create soft link\n file: path={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1042,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/pag | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/pag/templates/start-alertmanager.sh",
"content": "#!/usr/bin/env bash\n\nnohup {{pag.dir}}/alertmanager/alertmanager --config.file=alertmanager.yml --data.retention=720h &",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 3887,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/sshsingle | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/sshsingle/tasks/main.yml",
"content": "---\n# tasks file for ssh_single\n- name: delete /root/.ssh/\n file: path=/root/.ssh/ state=absent\n- name: generating public/private rsa key pair \n shell: ssh-keygen -t rsa -b 2048 -N '' -f /root/.ssh/id_rsa\n- name: view id_rsa.pub \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 984,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/sysopt | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/sysopt/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sysopt",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 64
},
{
"path": "ansible_2.1/roles/sysopt/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3123,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/zookeeper | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/zookeeper/tasks/main.yml",
"content": "---\n# tasks file for zookeeper_install\n- name: unpack the zookeeper file\n unarchive: src={{all.files}}/{{zookeeper.file}} dest={{zookeeper.dir}}/ copy=yes\n- name: zookeeper user check\n shell: cat /etc/passwd\n register: info\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1499,
"all_permissive": true
} |
ansible_role | ecormaksin/ansible-playbook-centos-dev | db9bdd6846c3f1768b9887e9ee86d5789bbd1cc9 | 0 | roles/common | 318 | [
"no_license"
] | [
{
"path": "roles/common/tasks/sub/install_vim.yml",
"content": "- name: \"共通 | vimをインストールする\"\n become: yes\n ignore_errors: \"{{ ansible_check_mode }}\"\n yum:\n name: vim-enhanced\n state: present\n\n- name: \"共通 | viでvimを呼び出せるようにする\"\n become: yes\n ignore_errors: \"{{ ansible_check_mode }}\"\... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7924,
"all_permissive": false
} |
ansible_role | ecormaksin/ansible-playbook-centos-dev | db9bdd6846c3f1768b9887e9ee86d5789bbd1cc9 | 0 | roles/google-chrome | 318 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/main.yml",
"content": "- name: \"Google Chrome | リポジトリファイルを配置する\"\n become: yes\n ignore_errors: \"{{ ansible_check_mode }}\"\n copy:\n src: google-chrome.repo \n dest: /etc/yum.repos.d/\n\n- name: \"Google Chrome | 署名キーファイルを配置する\"\n become: yes\n ignore_error... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | ecormaksin/ansible-playbook-centos-dev | db9bdd6846c3f1768b9887e9ee86d5789bbd1cc9 | 0 | roles/mate-desktop | 318 | [
"no_license"
] | [
{
"path": "roles/mate-desktop/tasks/main.yml",
"content": "- name: \"MATEデスクトップ | インストールする\"\n become: yes\n ignore_errors: \"{{ ansible_check_mode }}\"\n yum:\n name:\n - \"@X Window system\" \n - \"@^MATE Desktop\"\n enablerepo: \"epel\"\n state: present\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | ecormaksin/ansible-playbook-centos-dev | db9bdd6846c3f1768b9887e9ee86d5789bbd1cc9 | 0 | roles/set-ja-jp | 318 | [
"no_license"
] | [
{
"path": "roles/set-ja-jp/vars/main.yml",
"content": "ibus:\n auto_start:\n file:\n path: /etc/ibus_auto_start\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/set-ja-jp/tasks/main.yml",
"content": "- name: \"日本語設定 | 日本語関連のパッケー... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | ecormaksin/ansible-playbook-centos-dev | db9bdd6846c3f1768b9887e9ee86d5789bbd1cc9 | 0 | roles/vboxguest | 318 | [
"no_license"
] | [
{
"path": "roles/vboxguest/vars/main.yml",
"content": "# このバージョンがインストールされているかどうかを処理の判定基準とする\nvirtualbox_version: 6.1.6\n# VBoxGuestAdditions_{{ virtualbox_version }}.isoファイルのチェックサム(http://download.virtualbox.org/virtualbox/{{ virtualbox_version }}/SHA256SUMS)\niso_checksum: \"sha256:bcde4691dea7de93b65a10a4... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4878,
"all_permissive": false
} |
ansible_role | ecormaksin/ansible-playbook-centos-dev | db9bdd6846c3f1768b9887e9ee86d5789bbd1cc9 | 0 | roles/vscode | 318 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "- name: \"Visual Studio Code | rpmのキーをインポートする\"\n become: yes\n ignore_errors: \"{{ ansible_check_mode }}\"\n rpm_key:\n key: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: \"Visual Studio Code | リポジトリファイルを作成する\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | ecormaksin/ansible-playbook-centos-dev | db9bdd6846c3f1768b9887e9ee86d5789bbd1cc9 | 0 | roles/xrdp | 318 | [
"no_license"
] | [
{
"path": "roles/xrdp/tasks/main.yml",
"content": "- name: \"Xrdp | Xrdpサーバーをインストールする\"\n become: yes\n ignore_errors: \"{{ ansible_check_mode }}\"\n yum:\n name: xrdp\n enablerepo: \"epel\"\n state: present\n\n- name: \"Xrdp | Xrdpサーバーを起動する\"\n become: yes\n ignore_errors: \"{{ ansible_check_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | h-dj/awesome-development-toolbox | 38308712136be256b62e983d298b0a26536c4a40 | 3 | devOps/ansible/roles/common | 318 | [
"no_license"
] | [
{
"path": "devOps/ansible/roles/common/files/install_docker.sh",
"content": "#!/bin/bash\n\n# Check if Docker is already installed\nif ! [ -x \"$(command -v docker)\" ]; then\n echo \"Docker is not installed. Proceeding with the installation...\"\n \n # Install Docker\n curl -fsSL https://get.do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | desnudopenguino/ansible-k8s-config | 8b737c2b066a71696107ae19268573224f07ae50 | 0 | roles/master-config | 318 | [
"no_license"
] | [
{
"path": "roles/master-config/tasks/main.yml",
"content": "---\n- name: Set Hostname\n shell: \"hostnamectl set-hostname {{hostname}}\"\n tags:\n - master-config\n - set-hostname\n\n- name: Disable Swap\n shell: swapoff -a\n tags:\n - master-config\n - disable-swap\n\n- name: Set Up host fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1321,
"all_permissive": false
} |
ansible_role | desnudopenguino/ansible-k8s-config | 8b737c2b066a71696107ae19268573224f07ae50 | 0 | roles/worker-config | 318 | [
"no_license"
] | [
{
"path": "roles/worker-config/tasks/main.yml",
"content": "---\n- name: Set Hostname\n shell: \"hostnamectl set-hostname {{hostname}}\"\n tags:\n - worker-config\n - set-hostname\n\n- name: Disable Swap\n shell: swapoff -a\n tags:\n - worker-config\n - disable-swap\n\n- name: Set Up host fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | smarkin-repository/aws_cources | 8c1ae5e05b3c8a5f8d7e865770a5ccc2aa2c86c9 | 0 | vpn_server/ansible/roles/common | 318 | [
"no_license"
] | [
{
"path": "vpn_server/ansible/roles/common/tasks/main.yml",
"content": "---\r\n- name: update all packages\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Add a new user\r\n shell: |\r\n adduser ec-user --disabled-login --gecos \"\"\r\n usermod -aG sudo ec-user\r\n rsync --archive --chown=ec-use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | smarkin-repository/aws_cources | 8c1ae5e05b3c8a5f8d7e865770a5ccc2aa2c86c9 | 0 | vpn_server/ansible/roles/nginx | 318 | [
"no_license"
] | [
{
"path": "vpn_server/ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Install nginx\r\n shell: | \r\n apt install nginx -y\r\n\r\n- name: setup firewall\r\n shell: |\r\n ufw allow 'Nginx HTTP'\r\n ufw allow 'Nginx HTTPS'\r\n ufw allow 'OpenSSH'\r\n echo \"y\" | ufw enable \r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | smarkin-repository/aws_cources | 8c1ae5e05b3c8a5f8d7e865770a5ccc2aa2c86c9 | 0 | vpn_server/ansible/roles/softether | 318 | [
"no_license"
] | [
{
"path": "vpn_server/ansible/roles/softether/tasks/install.yml",
"content": "- name: create softether_dir\r\n # become: true\r\n # become_user: root\r\n file:\r\n path: \"{{ softether_dir }}\"\r\n state: directory\r\n mode: 0700\r\n\r\n- name: download and extract vpnserver.tar.gz\r\n # become... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4204,
"all_permissive": false
} |
ansible_role | smarkin-repository/aws_cources | 8c1ae5e05b3c8a5f8d7e865770a5ccc2aa2c86c9 | 0 | vpn_server/ansible/roles/ufw | 318 | [
"no_license"
] | [
{
"path": "vpn_server/ansible/roles/ufw/tasks/main.yml",
"content": "- name: install Ubuntu firewall package\r\n become: true\r\n become_user: root\r\n apt:\r\n name: ufw\r\n state: latest\r\n\r\n- name: logging to /var/log/ufw.log\r\n become: true\r\n become_user: root\r\n ufw:\r\n logging: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | MahinderChhapola/circleci | 09208b23d2bfea3d12ea1370b9de1c849e4f03f0 | 0 | roles/setup | 318 | [
"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 no longer required\n become: yes\n apt:\n autoremove: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | ErwinJanssen/dotfiles | c46b86d9472024dcf3e6e71cffb4c84bdf153df5 | 0 | roles/_common | 318 | [
"no_license"
] | [
{
"path": "roles/_common/tasks/install.yml",
"content": "---\n- name: Install dependencies\n become: true\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ dependencies }}\"\n when: install_dependencies | bool\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1374,
"all_permissive": false
} |
ansible_role | ErwinJanssen/dotfiles | c46b86d9472024dcf3e6e71cffb4c84bdf153df5 | 0 | roles/sway | 318 | [
"no_license"
] | [
{
"path": "roles/sway/tasks/main.yml",
"content": "---\n- name: Perform common tasks\n ansible.builtin.import_role:\n name: _common\n\n- name: Remove obsolete condiguration files.\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - \"{{ config_directory }}/config.d/syst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | ErwinJanssen/dotfiles | c46b86d9472024dcf3e6e71cffb4c84bdf153df5 | 0 | roles/user | 318 | [
"no_license"
] | [
{
"path": "roles/user/defaults/main.yml",
"content": "---\nuser_username: \"{{ ansible_user_id }}\"\nuser_shell: fish\nuser_shell_path: /usr/bin/fish\nuser_groups:\n - sudo\n - wheel\n - docker\n - libvirt\n - nix-users\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | awesome-devops-and-cd/vagrant-docker-ansible-playground | dc107a6772040b9ff20b47a2c495a4ebd6c01f1f | 0 | roles/docker | 318 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Ensure obsolete docker versions are not installed\n package:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n\n- name: Ensure docker apt dependencies are present\n apt:\n name:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1640,
"all_permissive": false
} |
ansible_role | awesome-devops-and-cd/vagrant-docker-ansible-playground | dc107a6772040b9ff20b47a2c495a4ebd6c01f1f | 0 | roles/users | 318 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "- name: Add the user\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n comment: \"{{ item.comment }}\"\n password: \"{{ <PASSWORD> }}\"\n update_password: always\n group: \"sudo\"\n shell: /bin/bash\n create_home: yes\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/ansible_dep | 318 | [
"no_license"
] | [
{
"path": "roles/ansible_dep/tasks/main.yml",
"content": "---\n# \n- name: Install python bindings for ansible\n yum: name={{ item }} state=present\n with_items:\n - libselinux-python\n - libsemanage-python\n - MySQL-python\n\n #- name: test to see if selinux is running\n # command: getenforce\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/graylog_agent | 318 | [
"no_license"
] | [
{
"path": "roles/graylog_agent/templates/collector_sidecar.yml.j2",
"content": "server_url: {{sidecar_server_url}}\nupdate_interval: 10\ntls_skip_verify: false\nsend_status: true\nlist_log_files:\nnode_id: graylog-collector-sidecar-{{inventory_hostname}}\ncollector_id: file:/etc/graylog/collector-sidecar/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/graylog_server | 318 | [
"no_license"
] | [
{
"path": "roles/graylog_server/handlers/main.yml",
"content": "---\n\n- name: restart elasticsearch\n service: name=elasticsearch state=restarted\n\n- name: restart graylog-server\n service: name=graylog-server state=restarted\n\n- name: save iptables \n command: /sbin/service iptables save\n become: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3477,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/mysql | 318 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/db.yml",
"content": "---\n\n- name: Create the database's\n mysql_db: name={{ item.name }} state=present\n with_items: \"{{ mysql_db }}\"\n when: mysql_db|lower() != 'none'\n\n- name: Create the database users\n mysql_user: name={{ item.name }} password={{ item.pass }} appe... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5287,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/qaweb1 | 318 | [
"no_license"
] | [
{
"path": "roles/qaweb1/defaults/main.yml",
"content": "---\nshacobin_dir: /opt/shaco/bin\nweb1_dir: /usr/local/src/web1\nweb1_config: \"{{web1_dir}}/conf/config\"\nweb1_logfile: \"{{web1_dir}}/web1.log\"\nweb1_pidfile: \"{{web1_dir}}/web1.pid\"\nweb1_user: root\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4175,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/qzmonitor | 318 | [
"no_license"
] | [
{
"path": "roles/qzmonitor/tasks/graylog.yml",
"content": "---\n- name: Import elasticsearch GPGKEY\n command: rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: Create mongodb repo file\n template: src=eelasticsearch.repo.j2\n dest=/etc/yum.repos.d/elasticsearch.repo\n\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3591,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/qzserver | 318 | [
"no_license"
] | [
{
"path": "roles/qzserver/tasks/checkout_test_res.yml",
"content": "- name: Svn co test res\n subversion:\n repo: \"{{test_res_svn_dist}}\"\n dest: \"{{test_res_dir_dist}}\"\n force: true\n username: \"{{my_svn_user}}\"\n password: \"{{<PASSWORD>}}\"\n register: r\n\n- name: Check if res/lu... | {
"task_files": 21,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 21388,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/redis | 318 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/check_vars.yml",
"content": "---\n- name: check for checksum\n fail:\n msg: >\n There is no sha1 checksum defined for version {{ redis_version }} in\n vars/main.yml. Set redis_checksum manually or submit a PR to add this\n version.\n when:\n - redis_verify... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/shacobin | 318 | [
"no_license"
] | [
{
"path": "roles/shacobin/tasks/main.yml",
"content": "---\n# install shacobin\n- name: Svn co shacobin\n subversion:\n repo: \"{{shacobin_svn}}\"\n dest: .log/shacobin\n force: true\n username: \"{{my_svn_user}}\"\n password: \"{{<PASSWORD>}}\"\n register: code\n become: false\n run_once... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/shadowsocks | 318 | [
"no_license"
] | [
{
"path": "roles/shadowsocks/templates/shadowsocks.json.j2",
"content": "{\n \"server\": \"0.0.0.0\",\n \"port_password\": {\n {% for item in shadowsocks_port_password %}\n {%- if loop.last -%}\n \"{{item.port}}\": \"{{item.password}}\"\n {%- else -%} \n \"{{item.port}}\":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/sshd_password_disable | 318 | [
"no_license"
] | [
{
"path": "roles/sshd_password_disable/tasks/main.yml",
"content": "---\n#\n\n- name: disable password login\n lineinfile: dest=/etc/ssh/sshd_config regexp='^PasswordAuthentication.*' \n line='PasswordAuthentication no' backrefs=yes\n notify: restart sshd\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/sshd_rsa_enable | 318 | [
"no_license"
] | [
{
"path": "roles/sshd_rsa_enable/tasks/main.yml",
"content": "---\n# this playbook will enable ssh rsa key login\n\n- name: enable RSAAuthentication\n lineinfile: dest=/etc/ssh/sshd_config regexp='^#RSAAuthentication.*' \n line='RSAAuthentication yes' backrefs=yes\n notify: restart sshd\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/sshuser | 318 | [
"no_license"
] | [
{
"path": "roles/sshuser/README.md",
"content": "#### config\n---\nsshusers:\n - name: game\n password: \"<PASSWORD>\"\n authorized:\n - ~/.ssh/id_rsa_coolsoft.pub\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/sshuser/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/test | 318 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "---\n- name: a1111\n shell: echo \"1111\"\n run_once: true\n delegate_to: localhost\n\n- name: a2222\n shell: echo \"2222\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | lvshaco/ldist | 38479d0272559531a47bb1aeec1b6a1c9980a29c | 0 | roles/web | 318 | [
"no_license"
] | [
{
"path": "roles/web/tasks/sql.yml",
"content": "---\n- name: Checkout sql\n subversion: \n repo: \"{{web_sqlsvn}}/{{datedir}}\"\n dest: .log/qzadmin_mysql_db_{{datedir}}\n force: true \n username: \"{{my_svn_user}}\"\n password: \"{{<PASSWORD>}}\"\n register: sql\n run_once: true\n deleg... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3426,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/drone | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/drone/tasks/install-stolon.yml",
"content": "---\n# file: roles/drone/tasks/install-stolon.yml\n\n- name: \"label nodes {{ drone.stolon.affinity.keeper.label }}\"\n shell: |\n kubectl label nodes {{ item }} {{ drone.stolon.affinity.keeper.label }}= --overwrite\n become: true\n ... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 23716,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/elk | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/elk/tasks/check-kibana-ui-login.yml",
"content": "---\n# file: roles/rook-ceph/tasks/check-kibana-ui-login.yml\n\n- name: get elastic user password for kibana ui access https://{{ kibana.ui.host }}\n shell: |\n kubectl get secret {{ elastic.name }}-es-elastic-user -o=jsonpath='{... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 9680,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/gitea | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/gitea/tasks/install-cfssl.yml",
"content": "---\n# file: roles/gitea/tasks/install-cfssl.yml\n\n- name: create file /home/kubeadmin/cfssl/gitea-csr.json\n copy:\n content: |\n {\n \"CN\": \"{{ gitea.ui.csr_CN }}\",\n \"hosts\": [\n \"{{ gitea.... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 20005,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/harbor | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/harbor/tasks/install-repo.yml",
"content": "---\n# file: roles/harbor/tasks/install-repo.yml\n\n- name: mkdir folder /home/kubeadmin/harbor\n file:\n path: /home/kubeadmin/harbor\n state: directory\n become: true\n become_user: kubeadmin\n\n- name: helm repo add harbor http... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 7432,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/keycloak | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/keycloak/tasks/install-keycloak.yml",
"content": "---\n# file: roles/keycloak/tasks/install-keycloak.yml\n\n- name: create file /home/kubeadmin/keycloak/keycloak.yaml\n copy:\n content: |\n apiVersion: v1\n kind: Service\n metadata:\n name: keycloak\n ... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 16318,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/letsencrypt | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/letsencrypt/tasks/install-nginx.yml",
"content": "---\n# file: roles/letsencrypt/tasks/install-nginx.yml\n\n- name: create file /home/kubeadmin/letsencrypt/nginx-deployment.yaml\n copy:\n content: |\n ---\n apiVersion: apps/v1\n kind: Deployment\n metadata:\n... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 11152,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/minio | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/minio/tasks/install-cfssl-minio-tls.yml",
"content": "---\n# file: roles/minio/tasks/install-cfssl-minio-tls.yml\n\n- name: create file /home/kubeadmin/cfssl/certif-ui-minio-local.json\n copy:\n content: |\n {\n \"CN\": \"{{ minio.helm.name }}.{{ minio.namespace }}... | {
"task_files": 22,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 22,
"total_bytes": 25733,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/minio-nodes | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/minio-nodes/vars/main.yml",
"content": "\n# operation (prepare or clean) and task to run\n#\n# use --extra-vars=\"operation=prepare task=all\" when running ansible-playbook\n#\n\noperation: prepare\ntask: all\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/nexus | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/nexus/tasks/delete-namespace.yml",
"content": "---\n# file: roles/nexus/tasks/delete-namespace.yml\n\n- name: delete nexus namespace \"{{ nexus.namespace }}\"\n shell: |\n kubectl nexus namespace {{ nexus.namespace }}\n become: true\n become_user: kubeadmin\n ignore_errors: t... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 8789,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/prometheus | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/delete-repo.yml",
"content": "---\n# file: roles/prometheus/tasks/delete-repo.yml\n\n- name: rm folder /home/kubeadmin/prometheus\n file:\n path: /home/kubeadmin/prometheus\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4639,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/rook-ceph | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/rook-ceph/tasks/delete-storage-class.yml",
"content": "---\n# file: roles/rook-ceph/tasks/delete-storage-class.yml\n\n- name: delete rook-ceph new storage class \"rook-ceph-block\"\n shell: |\n cd /home/kubeadmin/rook-ceph\n kubectl delete -f storageclass.yaml\n become: true... | {
"task_files": 18,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 11264,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/rook-ceph-nodes | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/rook-ceph-nodes/tasks/install-mount-points.yml",
"content": "---\n# file: roles/template/tasks/install-mount-points.yml\n\n- name: create folder {{ rook_ceph.dataDirHostPath }}\n file:\n path: \"{{ rook_ceph.dataDirHostPath }}\"\n state: directory\n mode: '0755'\n become:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | saubriot/k8s_components | 03c38df82cc91c75be23c031ef4c21322886f175 | 0 | ansible/roles/template | 318 | [
"no_license"
] | [
{
"path": "ansible/roles/template/tasks/delete-step-1.yml",
"content": "---\n# file: roles/template/tasks/delete-1.yml\n\n- debug:\n msg: \"{{ message }} operation={{ operation }} task={{ task }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path":... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 949,
"all_permissive": false
} |
ansible_role | krisrazum/devops-task | 739c47bed49ce495fae9e9711b97260b638a60bf | 0 | .ansible/roles/app | 318 | [
"no_license"
] | [
{
"path": ".ansible/roles/app/defaults/main.yml",
"content": "---\nnpm_binary: /usr/bin/npm\ndefault_directory: /apps\napp_environment: development\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": ".ansible/roles/app/handlers/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2104,
"all_permissive": false
} |
ansible_role | krisrazum/devops-task | 739c47bed49ce495fae9e9711b97260b638a60bf | 0 | .ansible/roles/nginx | 318 | [
"no_license"
] | [
{
"path": ".ansible/roles/nginx/templates/app-vhost-non-ssl.j2",
"content": "server {\n listen 80;\n server_name {{ app_domain }};\n\n access_log /var/log/nginx/{{ app_domain }}.access.log;\n error_log /var/log/nginx/{{ app_domain }}.error.log;\n\n root /var/www/html/;... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3237,
"all_permissive": false
} |
ansible_role | krisrazum/devops-task | 739c47bed49ce495fae9e9711b97260b638a60bf | 0 | .ansible/roles/others | 318 | [
"no_license"
] | [
{
"path": ".ansible/roles/others/defaults/main.yml",
"content": "---\ngithub_runner_location: /opt/github-runner/\ngithub_repo: https://github.com/krisrazum/devops-task\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": ".ansible/roles/others/tasks/... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3991,
"all_permissive": false
} |
ansible_role | krisrazum/devops-task | 739c47bed49ce495fae9e9711b97260b638a60bf | 0 | .ansible/roles/postgres | 318 | [
"no_license"
] | [
{
"path": ".ansible/roles/postgres/tasks/main.yml",
"content": "---\n- include_tasks: \"preinstall.yml\"\n- include_tasks: \"add-docker-container.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": ".ansible/roles/postgres/defaults/main.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2406,
"all_permissive": false
} |
ansible_role | vardansavarde/ansible-samples | 4e3abbe77097db6af9d0d2b3280c636aed8509a1 | 0 | roles/deploy-to-tomcat | 318 | [
"no_license"
] | [
{
"path": "roles/deploy-to-tomcat/tasks/main.yml",
"content": "---\n# tasks file for deploy-to-tomcat\n- name: Invoke task to stop tomcat\n include_role:\n name: install_tomcat\n tasks_from: stop-tomcat\n- name: Delete existing deployment war\n file:\n path: \"/opt/tomcat/webapps/{{war_file_name}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | vardansavarde/ansible-samples | 4e3abbe77097db6af9d0d2b3280c636aed8509a1 | 0 | roles/install_tomcat | 318 | [
"no_license"
] | [
{
"path": "roles/install_tomcat/tasks/stop-tomcat.yml",
"content": "---\n- name: Stop Tomcat Service\n service:\n name: tomcat\n state: stopped\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/install_tomcat/tasks/star... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | w3c/aria-at-app | 7a1eacea690f6c2c04add84f114ca3a9c0cf24c6 | 44 | deploy/roles/application | 318 | [
"no_license"
] | [
{
"path": "deploy/roles/application/tasks/main.yml",
"content": "---\n- name: Install version control software\n apt:\n name: git\n state: present\n\n- name: Define source code location\n set_fact:\n source_dir: /home/{{application_user}}/aria-at-report\n\n- include_tasks: upload-source-code.yml\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8816,
"all_permissive": false
} |
ansible_role | w3c/aria-at-app | 7a1eacea690f6c2c04add84f114ca3a9c0cf24c6 | 44 | deploy/roles/certbot | 318 | [
"no_license"
] | [
{
"path": "deploy/roles/certbot/tasks/templates/aria-at-app-cert.service.j2",
"content": "[Unit]\nDescription=ARIA-AT SSL Certificate Renewal Service\nAfter=nginx.service\n\n[Service]\nType=oneshot\nExecStart=/usr/bin/certbot renew --no-self-upgrade --deploy-hook \"/bin/systemctl restart nginx\"\nKillMode=c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1806,
"all_permissive": false
} |
ansible_role | w3c/aria-at-app | 7a1eacea690f6c2c04add84f114ca3a9c0cf24c6 | 44 | deploy/roles/database | 318 | [
"no_license"
] | [
{
"path": "deploy/roles/database/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n apt:\n name:\n - postgresql\n - postgresql-contrib\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | w3c/aria-at-app | 7a1eacea690f6c2c04add84f114ca3a9c0cf24c6 | 44 | deploy/roles/nodejs | 318 | [
"no_license"
] | [
{
"path": "deploy/roles/nodejs/tasks/upgrade.yml",
"content": "- name: Check if Node exists\n shell: |\n if ! node --version; then\n echo \"Node.js is not installed\"\n fi\n register: node_version\n ignore_errors: true\n\n- name: Show status of nodejs installation\n debug: msg=\"{{ node_versi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1583,
"all_permissive": false
} |
ansible_role | w3c/aria-at-app | 7a1eacea690f6c2c04add84f114ca3a9c0cf24c6 | 44 | deploy/roles/permissions | 318 | [
"no_license"
] | [
{
"path": "deploy/roles/permissions/tasks/main.yml",
"content": "---\n- name: Disallow password authentication\n lineinfile: dest=/etc/ssh/sshd_config\n regexp=\"^PasswordAuthentication\"\n line=\"PasswordAuthentication no\"\n state=present\n notify: Restart ssh\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | w3c/aria-at-app | 7a1eacea690f6c2c04add84f114ca3a9c0cf24c6 | 44 | deploy/roles/proxy | 318 | [
"no_license"
] | [
{
"path": "deploy/roles/proxy/handlers/main.yml",
"content": "---\n- name: Restart Nginx\n become: yes\n systemd:\n name: nginx\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "deploy/roles/proxy/templates/nginx.conf.j2",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2134,
"all_permissive": false
} |
ansible_role | alxric/thirdopinion | 823f858a3d32647575681a6f3e138c301497b786 | 0 | aws/ansible/roles/ec2 | 318 | [
"no_license"
] | [
{
"path": "aws/ansible/roles/ec2/templates/create_tables.sql.j2",
"content": "CREATE TABLE users (\n email character varying(60),\n pw_hash character varying(60),\n activated boolean DEFAULT false,\n user_id serial primary key\n);\n\nCREATE TABLE user_sessions (\n user_id integer,\n last_s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2061,
"all_permissive": false
} |
ansible_role | Agterra/homelab-ansible | 6c639a4013d02b7cc7432c281e7e5da7e535eeac | 1 | roles/dependencies | 318 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yml",
"content": "---\n- name: Update System\n become: true\n ansible.builtin.dnf:\n name: \"*\"\n state: latest\n\n- name: Install pkgx and package\n block:\n - name: Check pkgx install\n ansible.builtin.shell: which pkgx\n changed_when: false\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1415,
"all_permissive": false
} |
ansible_role | rajashekarkristappa/Play-books | 2b0e3896f1907e423cad2a5804fb384e9afc16e0 | 0 | roles/mysql | 318 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\n\nwp_mysql_db: wordpress\nwp_mysql_user: wp_user\nwp_mysql_password: <PASSWORD>\nwp_mysql_host: localhost\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/mysql/tasks/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | rajashekarkristappa/Play-books | 2b0e3896f1907e423cad2a5804fb384e9afc16e0 | 0 | roles/server | 318 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n - mysql-server\n - php7.2-mysql\n - php7.2\n - libapache2-mod-php7.2\n - python-mysqldb\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | rajashekarkristappa/Play-books | 2b0e3896f1907e423cad2a5804fb384e9afc16e0 | 0 | roles/wordpress | 318 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n\n- name: Download WordPress\n get_url:\n url=https://wordpress.org/latest.tar.gz\n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: Extract WordPress\n unarchive: src=/tmp/wordpress.tar.gz dest=/var/www/ copy=no\n become: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/aws-cloud-tools | 318 | [
"no_license"
] | [
{
"path": "roles/aws-cloud-tools/tasks/main.yml",
"content": "---\n\n- package: name={{ item }} state=present\n with_items:\n - awscli\n - aws-shell\n - python3-PyYAML # workaround to avoid \"ImportError: No module named 'yaml'\" after dnf upgrade to awscli-1.11.10-1.fc24\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/bash | 318 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yml",
"content": "---\n\n# http://unix.stackexchange.com/questions/1288/preserve-bash-history-in-multiple-terminal-windows/1292#1292\n- name: Preserve history across concurrent bash sessions\n copy:\n content: |\n export HISTCONTROL=ignoredups:erasedups\n expor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/bats | 318 | [
"no_license"
] | [
{
"path": "roles/bats/tasks/main.yml",
"content": "---\n\n- package: name=bats\n become: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 42,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/benchmarking | 318 | [
"no_license"
] | [
{
"path": "roles/benchmarking/tasks/main.yml",
"content": "---\n- package: name={{ item }}\n with_items:\n - kernel-tools\n - phoronix-test-suite\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/c-development | 318 | [
"no_license"
] | [
{
"path": "roles/c-development/tasks/main.yml",
"content": "- package: name=\"@c-development\" state=present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 62,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/chrome | 318 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "- copy: src=google-chrome.repo dest=/etc/yum.repos.d/\n\n- package: name=google-chrome-stable\n\n- lineinfile:\n dest: /etc/xdg/mimeapps.list\n create: yes\n line: '[Default Applications]'\n\n- lineinfile:\n dest: /etc/xdg/mimeapps.list\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/chromium | 318 | [
"no_license"
] | [
{
"path": "roles/chromium/tasks/main.yml",
"content": "---\n\n- package: name=chromium\n\n- lineinfile:\n dest: /etc/xdg/mimeapps.list\n create: yes\n line: '[Default Applications]'\n\n- lineinfile:\n dest: /etc/xdg/mimeapps.list\n create: yes\n regexp: '{{ item.regexp }}'\n line: '{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/development-tools | 318 | [
"no_license"
] | [
{
"path": "roles/development-tools/tasks/main.yml",
"content": "---\n- package: name=\"@development-tools\"\n become: true\n\n- package: name={{ item }}\n with_items:\n - meld\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/dictionary | 318 | [
"no_license"
] | [
{
"path": "roles/dictionary/tasks/main.yml",
"content": "---\n\n# TODO assert lang is defined\n\n# Fedora uses hunspell: https://mail.gnome.org/archives/evolution-list/2013-April/msg00032.html\n- package: name=hunspell-{{ lang }}{{ '-' if country is defined }}{{ country | default() }} state=present\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/drake | 318 | [
"no_license"
] | [
{
"path": "roles/drake/tasks/vim.yml",
"content": "- git: >\n repo=https://bitbucket.org/larsyencken/vim-drake-syntax.git\n dest=~/.vim/bundle/vim-drake-syntax\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/drake/meta/main.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/drip | 318 | [
"no_license"
] | [
{
"path": "roles/drip/tasks/main.yml",
"content": "- shell: cd {{ project_dir }}/drip && { ! git diff --quiet HEAD ;}\n register: drip_local\n changed_when: false\n failed_when: drip_local.rc > 1\n\n- git: >\n repo=https://github.com/ninjudd/drip.git\n dest={{ project_dir }}/drip\n register: drip\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/epson-inkjet-printer-escpr | 318 | [
"no_license"
] | [
{
"path": "roles/epson-inkjet-printer-escpr/tasks/main.yml",
"content": "---\n\n- name: Install required packages\n package: name=epson-inkjet-printer-escpr\n become: true\n\n#- name: Download and install Epson ESC/P-R driver package\n# package: name=https://download3.ebz.epson.net/dsc/f/03/00/04/23/02/6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/fancontrol | 318 | [
"no_license"
] | [
{
"path": "roles/fancontrol/meta/main.yml",
"content": "---\ndependencies:\n - { role: lm-sensors }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/fancontrol/handlers/main.yml",
"content": "---\n- name: restart fancontrol\n service: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/fontconfig | 318 | [
"no_license"
] | [
{
"path": "roles/fontconfig/tasks/main.yml",
"content": "---\n\n- name: Override default system-wide fonts with preferred fonts for sans, sans-serif and monospace font families\n template: src=local.conf.j2 dest=/etc/fonts/local.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/git-user | 318 | [
"no_license"
] | [
{
"path": "roles/git-user/tasks/main.yml",
"content": "---\n\n- name: Get current git config for credential.helper\n command: git config --global credential.helper\n register: get_credential_helper\n changed_when: false\n failed_when: get_credential_helper.rc > 1\n when: config_credential_helper is def... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/github-hub | 318 | [
"no_license"
] | [
{
"path": "roles/github-hub/tasks/main.yml",
"content": "---\n\n- package: name=ruby\n become: true\n\n- package: name=hub\n become: true\n\n- get_url: \n url: 'https://raw.githubusercontent.com/github/hub/master/etc/hub.bash_completion.sh'\n dest: '/etc/bash_completion.d/'\n become: true\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/github-hub-user | 318 | [
"no_license"
] | [
{
"path": "roles/github-hub-user/meta/main.yml",
"content": "---\n\ndependencies:\n - { role: github-hub }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/github-hub-user/tasks/main.yml",
"content": "---\n\n- lineinfile: dest=~/.bashrc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gnome-autostart-user | 318 | [
"no_license"
] | [
{
"path": "roles/gnome-autostart-user/tasks/main.yml",
"content": "---\n\n- name: Assert required vars are defined\n assert: \n that: application is defined\n msg: Unable to proceed, required var 'application' is not defined\n\n- name: Install required packages\n package:\n name: rsync\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gnome-desktop-user | 318 | [
"no_license"
] | [
{
"path": "roles/gnome-desktop-user/tasks/main.yml",
"content": "---\n\n- shell: gsettings get \n org.gnome.desktop.interface\n scaling-factor | \n awk '{ print $2 }' \n register: get_scaling_factor\n changed_when: false\n when: scaling_factor is defined\n\n- command: gsettings set \n org.gno... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gnome-extras | 318 | [
"no_license"
] | [
{
"path": "roles/gnome-extras/tasks/main.yml",
"content": "---\n- package: name={{ item }}\n with_items:\n - gnome-logs\n - gnome-tweak-tool\n - dconf-editor\n - nautilus-image-converter\n - easytag\n - gitg\n - transmission-gtk\n - p7zip-plugins # to get 7z encryption in file rolle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gnome-fonts | 318 | [
"no_license"
] | [
{
"path": "roles/gnome-fonts/handlers/main.yml",
"content": "---\n- name: compile glib schemas\n command: glib-compile-schemas /usr/share/glib-2.0/schemas/\n\n- name: print restart gnome session\n debug:\n msg: 'A restart of gnome session instances on {{ ansible_hostname }} is now required due to\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1674,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gnome-mutter | 318 | [
"no_license"
] | [
{
"path": "roles/gnome-mutter/tasks/main.yml",
"content": "---\n\n- lineinfile:\n dest: /usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.override\n create: yes\n line: '[org.gnome.mutter]'\n\n- lineinfile:\n dest: /usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.override\n regexp: '^c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gnome-mutter-user | 318 | [
"no_license"
] | [
{
"path": "roles/gnome-mutter-user/tasks/main.yml",
"content": "---\n\n- command: gsettings get \n org.gnome.mutter\n center-new-windows\n register: get_center_new_windows\n changed_when: false\n when: center_new_windows is defined\n\n- command: gsettings set \n org.gnome.mutter\n center-new-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gnome-terminal-user | 318 | [
"no_license"
] | [
{
"path": "roles/gnome-terminal-user/tasks/main.yml",
"content": "---\n# https://wiki.gnome.org/Apps/Terminal/FAQ#How_can_I_change_a_profile_setting_from_the_command_line.3F\n\n- shell: gsettings get org.gnome.Terminal.ProfilesList default | sed \"s/'//g\"\n register: default_profile_uuid\n changed_when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/gstreamer-plugins | 318 | [
"no_license"
] | [
{
"path": "roles/gstreamer-plugins/tasks/main.yml",
"content": "---\n- package: name={{ item }}\n with_items:\n - gstreamer1-libav\n - gstreamer1-plugins-good\n - gstreamer1-plugins-ugly\n - gstreamer1-plugins-bad-free\n - gstreamer-ffmpeg\n - gstreamer-plugins-good\n - gstreamer-plugi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/java-development | 318 | [
"no_license"
] | [
{
"path": "roles/java-development/tasks/main.yml",
"content": "- package: name=\"@java-development\" state=present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 65,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/leiningen | 318 | [
"no_license"
] | [
{
"path": "roles/leiningen/tasks/main.yml",
"content": "---\n\n- get_url: >\n dest=/usr/local/bin\n url=https://raw.github.com/technomancy/leiningen/stable/bin/lein\n become: true\n\n- file: path=/usr/local/bin/lein mode=0755\n become: true\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/libva | 318 | [
"no_license"
] | [
{
"path": "roles/libva/tasks/main.yml",
"content": "---\n- package: name={{ item }}\n with_items:\n - libva-utils\n - libva-intel-driver\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | alza-bitz/fedora-ansible | d19ba8ed348b780f9749b3ac95a684e69a21cdaf | 1 | roles/livestreamer | 318 | [
"no_license"
] | [
{
"path": "roles/livestreamer/tasks/main.yml",
"content": "---\n- package: name={{ item }}\n with_items:\n - livestreamer\n - rtmpdump\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.