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 | a12556/Ucacity_Project3 | 1680cdb258767ed6f016e8efc87a221572e49ac6 | 0 | .circleci/ansible/roles/deploy | 5,677 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n- name: \"install p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | fola2022/ansible-deploy-pbl19 | 0b4bf86fdf95bcf16d0e4cb2e4e741b64ad5c33e | 0 | Ansible/roles/tooling | 5,677 | [
"no_license"
] | [
{
"path": "Ansible/roles/tooling/tasks/setup-db.yml",
"content": "- name: Install PyMySQL\r\n pip:\r\n name: pymysql\r\n state: present\r\n \r\n- name: create database\r\n community.mysql.mysql_db:\r\n login_host: \"terraform-20221201100410953000000010.cv3syqptmlls.us-east-1.rds.amazonaws.com\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | fola2022/ansible-deploy-pbl19 | 0b4bf86fdf95bcf16d0e4cb2e4e741b64ad5c33e | 0 | Ansible/roles/wordpress | 5,677 | [
"no_license"
] | [
{
"path": "Ansible/roles/wordpress/tasks/setup-db.yml",
"content": "- name: Install PyMySQL\r\n pip:\r\n name: pymysql\r\n state: present\r\n \r\n- name: create database\r\n community.mysql.mysql_db:\r\n login_host: \"terraform-20221201100410953000000010.cv3syqptmlls.us-east-1.rds.amazonaws.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | FlavioAndre/devops-vagrant-ansible | dd6a31b35de0d599e3d3cc934dc480190709968a | 0 | stationJava/ansible/roles/javaIde | 5,677 | [
"no_license"
] | [
{
"path": "stationJava/ansible/roles/javaIde/tasks/main.yml",
"content": "---\n- name: \"Instala o Java JDK\"\n apt:\n update_cache: yes\n name: openjdk-8-jdk\n state: latest\n become: yes\n\n- name: \"Instala o GIT\"\n apt:\n update_cache: yes\n name: git\n state: latest\n become: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1236,
"all_permissive": false
} |
ansible_role | FlavioAndre/devops-vagrant-ansible | dd6a31b35de0d599e3d3cc934dc480190709968a | 0 | stationJava/ansible/roles/postgres | 5,677 | [
"no_license"
] | [
{
"path": "stationJava/ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: 'Instala banco postgres'\n apt:\n update_cache: yes\n cache_valid_time: 3600 #1 hora\n name: [\"postgresql-10\", \"postgresql-contrib\", \"python3\", \"python3-psycopg2\"]\n state: installed\n become: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | irynadiudiuk/tomcat_by_ansible | 770422bb474986ad4d4e6bee4a4b852f4ea84832 | 0 | roles/selinux | 5,677 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n# Download and install EPEL for Centos/RHEL version 7\n- name: Download EPEL Repo - Centos/RHEL 7\n get_url: url=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm dest=/tmp/epel-release-latest-7.noarch.rpm\n\n\n- name: Install ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | irynadiudiuk/tomcat_by_ansible | 770422bb474986ad4d4e6bee4a4b852f4ea84832 | 0 | roles/tomcat | 5,677 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "\r\n---\r\n- name: Install Java 1.7\r\n yum: name=java-1.7.0-openjdk state=present\r\n\r\n- name: add group \"tomcat\"\r\n group: name=tomcat\r\n\r\n- name: add user \"tomcat\"\r\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1967,
"all_permissive": false
} |
ansible_role | wombolo/Output-2.4-Create-a-Custom-Network-for-CP | ed19ebfee173532e8022095fcb6de9fc8d00d315 | 0 | ansible_playbooks/database/roles/createdb | 5,717 | [
"no_license"
] | [
{
"path": "ansible_playbooks/database/roles/createdb/tasks/main.yml",
"content": "---\n - name: Update cache\n apt:\n update_cache: yes\n\n\n # Update packages to latest version\n - name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache=true state=la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1586,
"all_permissive": false
} |
ansible_role | nnooney/homelab | 49cfed76b831fec087c7fb6e5f817575412ca2ad | 0 | roles/hashicorp-common | 5,717 | [
"permissive"
] | [
{
"path": "roles/hashicorp-common/tasks/add_repository_Debian.yml",
"content": "---\n\n- name: \"[Debian] Add HashiCorp GPG key\"\n ansible.builtin.apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n id: E8A032E094D8EB4EA189D270DA418C88A3219F7B\n\n- name: \"[Debian] Add HashiCorp repository\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1296,
"all_permissive": true
} |
ansible_role | nnooney/homelab | 49cfed76b831fec087c7fb6e5f817575412ca2ad | 0 | roles/hashicorp-consul | 5,717 | [
"permissive"
] | [
{
"path": "roles/hashicorp-consul/README.md",
"content": "# hashicorp-consul\n\nInstall and configure HashiCorp Consul.\n\n## Requirements\n\nNone\n\n## Role Variables\n\nSee `defaults/main.yml`.\n\n## Dependencies\n\nNone\n\n## Example Role\n\nThis role follows my cluster organization management philosophy... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 16421,
"all_permissive": true
} |
ansible_role | nnooney/homelab | 49cfed76b831fec087c7fb6e5f817575412ca2ad | 0 | roles/hashicorp-vault | 5,717 | [
"permissive"
] | [
{
"path": "roles/hashicorp-vault/tasks/install.yml",
"content": "---\n\n- name: Add HashiCorp Repository\n ansible.builtin.include_role:\n name: hashicorp-common\n tasks_from: add_repository\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": true
} |
ansible_role | nnooney/homelab | 49cfed76b831fec087c7fb6e5f817575412ca2ad | 0 | roles/installer-rpi | 5,717 | [
"permissive"
] | [
{
"path": "roles/installer-rpi/tasks/remote_user.yml",
"content": "---\n\n- name: Change '{{ pi_remote_user }}' user password\n ansible.builtin.user:\n name: \"{{ pi_remote_user }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n when: pi_remote_user_change_password\n",
"licens... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3977,
"all_permissive": true
} |
ansible_role | cosmo0920/ansible-playbook-for-keter-deploy | fd574d867f37a327ac062e02ed226cc5eb810f2e | 0 | roles/avahi | 5,717 | [
"no_license"
] | [
{
"path": "roles/avahi/tasks/main.yml",
"content": "---\n- name: be sure avahi-daemon is installed\n apt: name=avahi-daemon state=installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | cosmo0920/ansible-playbook-for-keter-deploy | fd574d867f37a327ac062e02ed226cc5eb810f2e | 0 | roles/install-lib | 5,717 | [
"no_license"
] | [
{
"path": "roles/install-lib/tasks/main.yml",
"content": "---\n- name: be sure libgmp10 is installed\n apt: name=libgmp10 state=installed\n\n- name: be sure htop is installed\n apt: name=htop state=installed",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | cosmo0920/ansible-playbook-for-keter-deploy | fd574d867f37a327ac062e02ed226cc5eb810f2e | 0 | roles/keter | 5,717 | [
"no_license"
] | [
{
"path": "roles/keter/tasks/main.yml",
"content": "- include_vars:\n ../vars/external_vars.yml\n- name: copy to files\n copy: src=etc/keter.conf dest=/etc/init/keter.conf\n\n- name: mkdir /opt/keter/bin\n file: dest={{bin_dir}} state=directory\n\n- name: mkdir /opt/keter/etc\n file: dest={{conf_dir}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/activator | 5,717 | [
"no_license"
] | [
{
"path": "roles/activator/tasks/install.yml",
"content": "---\n\n- name: download activator.zip\n get_url: url={{ activator_url }} dest=/tmp/activator.zip validate_certs=False\n\n\n- name: unzip activator.zip\n unarchive: src=/tmp/activator.zip dest=~/\n\n- name: rename from activator-version to activato... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/atom | 5,717 | [
"no_license"
] | [
{
"path": "roles/atom/files/keymap.cson",
"content": "'atom-text-editor':\n 'alt-space': 'autocomplete-plus:activate'\n 'alt-/': 'autocomplete-plus:activate'\n\n 'ctrl-j': 'focus-pane-or-panel:focus-below'\n 'ctrl-k': 'focus-pane-or-panel:focus-above'\n 'ctrl-h': 'focus-pane-or-panel:focus-on-left'\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8004,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/bash | 5,717 | [
"no_license"
] | [
{
"path": "roles/bash/templates/bashrc",
"content": "# ~/.bashrc: executed by bash(1) for non-login shells.\n# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)\n# for examples\n\n# If not running interactively, don't do anything\ncase $- in\n *i*) ;;\n *) return;;\nesac\n\n# ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5102,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/bash-it | 5,717 | [
"no_license"
] | [
{
"path": "roles/bash-it/tasks/config.yml",
"content": "---\n- copy: src=\"{{ item }}\" dest=\"~/.bash_it/custom\"\n with_items:\n - cd.bash\n - alias.bash\n - env.bash\n\n- file: src=\"~/.bash_it/plugins/available/{{ item }}\"\n dest=\"~/.bash_it/plugins/enabled/{{ item }}\"\n state... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/bash_on_windows | 5,717 | [
"no_license"
] | [
{
"path": "roles/bash_on_windows/tasks/install.yml",
"content": "---\n- name: Remove openssh-server\n apt: name={{ item }} state=absent\n with_items:\n - openssh-server\n become: true\n\n- name: Install openssh-server\n apt: name={{ item }} state=present\n with_items:\n - openssh-server\n become... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/binary | 5,717 | [
"no_license"
] | [
{
"path": "roles/binary/tasks/main.yaml",
"content": "- name: Get the latest version\n ansible.builtin.uri:\n url: \"https://api.github.com/repos/ajeetdsouza/zoxide/releases/latest\"\n return_content: yes\n register: json_data\n\n- name: Get the latest version\n set_fact:\n version: \"{{ json_da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3732,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/br | 5,717 | [
"no_license"
] | [
{
"path": "roles/br/tasks/install.yml",
"content": "---\n\n- name: download broot.zip\n get_url: url={{ broot_url }} dest=~/bin/ mode='0755'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/br/tasks/config.yml",
"content": "---\n\n- fil... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/byobu | 5,717 | [
"no_license"
] | [
{
"path": "roles/byobu/files/profile.tmux",
"content": "source $BYOBU_PREFIX/share/byobu/profiles/tmux\nsource \"$BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable\"\n\n# Start windows and panes at 1, not 0\nset -g base-index 1\nset -g pane-base-index 1\nset -g default-terminal \"screen-256color\"\ns... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2334,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/caps_remap | 5,717 | [
"no_license"
] | [
{
"path": "roles/caps_remap/tasks/main.yaml",
"content": "---\n\n- name: Update /etc/default/keyboard\n ansible.builtin.lineinfile:\n line: 'XKBOPTIONS=\"caps:{{ new_key }}\"'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/cloud9 | 5,717 | [
"no_license"
] | [
{
"path": "roles/cloud9/tasks/install.yml",
"content": "---\n\n- name: clone c9sdk\n git: repo=\"git://github.com/c9/core.git\"\n dest=\"~/c9sdk\"\n\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - git\n - curl\n - wget\n - build-essential\n - python2.7\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/common | 5,717 | [
"no_license"
] | [
{
"path": "roles/common/tasks/fact-collect.yml",
"content": "---\n\n- shell: \"echo $HOME\"\n register: HOME_PATH_RESULT\n\n- set_fact:\n HOME_PATH: \"{{ HOME_PATH_RESULT.stdout }}\"\n\n- shell: \"lsb_release -c|awk '{print $2}'\"\n register: UBUNTU_VERSION_RESULT\n when: ansible_distribution == 'Ubun... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/common-packages | 5,717 | [
"no_license"
] | [
{
"path": "roles/common-packages/tasks/install.yml",
"content": "---\n- name: Install package\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - python-dev\n - python-pip\n become: true\n when: ansible_distribution == 'Ubuntu'\n\n- name: Install package\n dnf: nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/deb-squid-proxy | 5,717 | [
"no_license"
] | [
{
"path": "roles/deb-squid-proxy/tasks/config.yml",
"content": "---\n- name: config\n template: src=squid.conf.j2 dest=/etc/squid/squid.conf mode=0644\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/deb-squid-proxy/tasks/i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3904,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/desktop-packages | 5,717 | [
"no_license"
] | [
{
"path": "roles/desktop-packages/tasks/config.yml",
"content": "---\n\n- name: create ~/.xprofile\n file: path=\"{{ HOME_PATH}}/.xprofile\" state=touch\n\n- name: add touchegg to xprofile\n lineinfile: line=\"touchegg&\" dest=\"{{ HOME_PATH}}/.xprofile\"\n\n- name: map caps_lock to ctrl\n lineinfile: li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/developer-packages | 5,717 | [
"no_license"
] | [
{
"path": "roles/developer-packages/tasks/install.yml",
"content": "---\n\n- name: Install package\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - git\n become: true\n when: ansible_distribution == 'Ubuntu'\n\n- name: Install package\n ansible.builtin.dnf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/docker | 5,717 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/install.yml",
"content": "---\n\n- name: Install curl package\n apt: name=curl state=present\n become: true\n\n- name: add gpg key\n shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n\n- name: update sources.list for docker\n lineinfile: d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/eos | 5,717 | [
"no_license"
] | [
{
"path": "roles/eos/files/backup.sh",
"content": "#!/bin/bash\n\ndconf dump /org/gnome/settings-daemon/plugins/media-keys/ > media-keys\ndconf dump /org/gnome/desktop/peripherals/touchpad/ > touchpad\ndconf dump /org/gnome/desktop/wm/keybindings/ > keybindings\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/fish | 5,717 | [
"no_license"
] | [
{
"path": "roles/fish/files/fish/functions/fish_user_key_bindings.fish",
"content": "function fish_notify\n commandline -i -- \";hterm-notify.sh done \"\nend\n\nfunction workspace_func\n commandline -i -- \"workspace\"\nend\n\nfunction cd_workspace\n set --local dir (workspace -p)\n if test -n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 16363,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/flatpak | 5,717 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/install.yml",
"content": "---\n- include: \"install-debian.yml\"\n when: ansible_distribution == 'Debian'\n\n- include: \"install-ubuntu.yml\"\n when: ansible_distribution == 'Ubuntu' or ansible_os_family == \"\\\"elementary\\\"\"\n\n- include: \"install-fedora.yml\"\n when... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 862,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/i3 | 5,717 | [
"no_license"
] | [
{
"path": "roles/i3/files/i3-config/move_workspace_right.py",
"content": "#!/usr/bin/env python\n\nimport i3\noutputs = i3.get_outputs()\n\n# set current workspace to output 0\ni3.workspace(outputs[1]['current_workspace'])\n\n# ..and move it to the other output.\n# outputs wrap, so the right of the right is... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 46,
"total_bytes": 44948,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/lighttable | 5,717 | [
"no_license"
] | [
{
"path": "roles/lighttable/tasks/install.yml",
"content": "---\n\n- name: download lighttable\n get_url: url=\"{{ lighttable_download_url }}\"\n dest=/tmp/lighttable.tar.gz\n\n #- name: download lighttable\n # command: \"wget -O /tmp/lighttable.tar.gz {{ lighttable_download_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/micro | 5,717 | [
"no_license"
] | [
{
"path": "roles/micro/tasks/install.yml",
"content": "---\n\n- debug: var=ansible_env.HOME\n- name: download micro\n shell: curl https://getmic.ro | bash\n args:\n chdir: \"{{ ansible_env.HOME }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"p... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/mybin | 5,717 | [
"no_license"
] | [
{
"path": "roles/mybin/files/mybin/boot_x86.sh",
"content": "#! /usr/bin/env bash\nqemu-system-i386 -machine accel=kvm -m 1024 -vga std -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+x2apic -monitor telnet:127.0.0.1:1234,server,nowait -usbdevice tablet \"$@\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 38,
"total_bytes": 28492,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/nushell | 5,717 | [
"no_license"
] | [
{
"path": "roles/nushell/files/pueue.nu",
"content": "def parse-status [ value ] {\n print $value\n try {\n return $\"Failed: ($value.Done.Failed) ->\"\n }\n try {\n return ($value.Done + \" ->\")\n }\n return ($value + \" ->\")\n}\ndef complete-jobs [ ] {\n pueue status --json|from json|get ta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 39567,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/oh-my-posh | 5,717 | [
"no_license"
] | [
{
"path": "roles/oh-my-posh/tasks/config.yml",
"content": "---\n- name: Render posh config\n ansible.builtin.copy:\n src: theme.omp.json\n dest: ~/.posh.omp.json\n mode: '0600'\n\n\n- name: Render nu config\n ansible.builtin.shell: oh-my-posh init nu --config ~/.posh.omp.json\n args:\n chdir:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8321,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/pueue | 5,717 | [
"no_license"
] | [
{
"path": "roles/pueue/tasks/config.yml",
"content": "- name: Create ~/bin\n ansible.builtin.file:\n path: ~/bin/\n state: directory\n mode: 0755\n\n- name: Copy p.py\n ansible.builtin.copy:\n src: p.py\n dest: \"~/bin/{{ item }}\"\n mode: 0755\n with_items:\n - p\n - job\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5218,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/sbt | 5,717 | [
"no_license"
] | [
{
"path": "roles/sbt/tasks/install.yml",
"content": "---\n\n- name: download sbt.zip\n get_url: url={{ sbt_url }} dest=/tmp/sbt.zip\n\n\n- name: unzip sbt.zip\n unarchive: src=/tmp/sbt.zip dest=~/\n\n- file: path=~/mybin/ state=directory\n\n- name: link sbt\n file: src=~/sbt/bin/sbt dest=~/mybin/sbt stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/sdcv | 5,717 | [
"no_license"
] | [
{
"path": "roles/sdcv/tasks/install.yml",
"content": "---\n\n- name: Install sdcv package\n apt: name={{ item }} state=present\n with_items:\n - sdcv\n become: true\n\n- copy: src={{ item }} dest=\"/dev/shm/{{ item }}\"\n with_items:\n - stardict-dictd_www.dict.org_gcide-2.4.2.tar\n - stardict-dic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/tmux | 5,717 | [
"no_license"
] | [
{
"path": "roles/tmux/files/_tmux_duplicate_window",
"content": "#!/bin/bash\nset -e\n\npid=\"$(tmux display-message -p '#{pane_pid}')\"\npid=\"$(ps -o tpgid:1= -p \"$pid\")\"\ndir=\"$(readlink -f \"/proc/$pid/cwd\")\"\ncd -- \"${dir:?}\"\nexe=\"$(readlink -f \"/proc/$pid/exe\")\"\nreadarray -d '' args <\"/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 14726,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/vifm | 5,717 | [
"no_license"
] | [
{
"path": "roles/vifm/tasks/install.yml",
"content": "---\n\n- name: Install vifm package\n apt: name={{ item }} state=present\n with_items:\n - byobu\n become: true\n when: ansible_distribution == 'Ubuntu'\n\n- name: Install vifm package\n apt: name={{ item }} state=present\n with_items:\n - byob... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/vim | 5,717 | [
"no_license"
] | [
{
"path": "roles/vim/files/efm.yaml",
"content": "version: 2\nroot-markers:\n - .git/\n\ntools:\n python-isort: &python-isort\n format-command: 'isort --quiet -'\n format-stdin: true\n\n markdown-pandoc: &markdown-pandoc\n format-command: 'pandoc -f markdown -t gfm -sp --tab-stop=2'\n\n yaml-ya... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 35,
"total_bytes": 115823,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/virtualbox-guest | 5,717 | [
"no_license"
] | [
{
"path": "roles/virtualbox-guest/tasks/install.yml",
"content": "---\n\n- name: Install virtualbox guest package\n apt: name={{ item }} state=present\n with_items:\n - virtualbox-guest-dkms\n - virtualbox-guest-utils\n - virtualbox-guest-x11\n become: true\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/vscode | 5,717 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/install_deb_family.yml",
"content": "---\n\n\n- block:\n - name: download vscode package by get_url\n get_url: url=https://go.microsoft.com/fwlink/?LinkID=760868 dest=/tmp/vscode.deb\n\n rescue:\n - name: download vscode by wget\n shell: wget -O vscode.deb http... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10403,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/xbindkeys | 5,717 | [
"no_license"
] | [
{
"path": "roles/xbindkeys/tasks/install.yml",
"content": "---\n\n- apt: name={{ item }} state=present\n with_items:\n - xbindkeys\n - xvkbd\n become: true\n\n- pip: name={{ item }}\n with_items:\n - psutil\n become: true\n\n- copy: src=\"send_key.py\"\n dest=\"~/send_key.py\"\n m... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | kjelly/auto_config | 4fdd02ac3fb8eb87aaa1df2bfc58d9a51cbe944a | 3 | roles/zsh | 5,717 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/install.yml",
"content": "---\n\n- name: Install zsh package\n apt: name={{ item }} state=present\n with_items:\n - zsh\n - git\n become: true\n when: ansible_distribution == 'Ubuntu'\n\n- name: Install zsh package\n dnf: name={{ item }} state=present\n with_items:\n -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | evgeniy-skt/devops-diplom | f83034793c88273932a619ca70162423d7c34a40 | 0 | ansible/roles/mysql | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/replica.yml",
"content": "---\n- name: Configure replication on the slave.\n mysql_replication:\n mode: changeprimary\n master_host: 192.168.10.24\n master_user: wordpress\n master_password: <PASSWORD>\n ignore_errors: true\n\n- name: Start replication.\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/aws | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/aws/tasks/main.yml",
"content": "---\n- name: Install AWS CLI\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - python\n - aws-cli\n become: yes\n\n\n- name: Install AWS EB CLI\n pip:\n name: awsebcli\n state: latest\n extra_args: --user\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/docker | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install docker\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - docker\n - docker-compose\n become: yes\n notify:\n - docker_restart\n\n\n- name: Add users into docker group\n user:\n append: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/gcloud | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/gcloud/tasks/main.yml",
"content": "---\n- name: Get google-cloud-sdk\n get_url:\n url: https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-{{ gcloud_version }}-linux-x86.tar.gz\n dest: /tmp/google-cloud-sdk.tar.gz\n\n\n- name: Unarchive\n unarchive:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/go | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/go/tasks/main.yml",
"content": "---\n- name: Install Go\n pacman:\n name: go\n state: latest\n become: yes\n\n\n- name: Create go directory in HOME\n file:\n path: \"{{ ansible_env.HOME }}/go\"\n state: directory\n\n# Run GoInstallBinaries in vim\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/javascript | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/javascript/tasks/main.yml",
"content": "---\n- name: Install JavaScript relevant packages\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - nodejs\n - npm\n - yarn\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/libvirt | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/libvirt/templates/libvirtd.conf.j2",
"content": "unix_sock_group = \"libvirt\"\nunix_sock_ro_perms = \"0770\"\nauth_unix_ro = \"none\"\nauth_unix_rw = \"none\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "ansible/role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/openldap | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/openldap/tasks/main.yml",
"content": "---\n- name: Install OpenLDAP\n pacman:\n name: openldap\n state: latest\n become: yes\n\n\n- name: Check ldapvi installed or not\n shell: |\n pacman -Q ldapvi || echo -n not_found\n register: ldapvi_result\n\n\n- name: Download lda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/openswan | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/openswan/tasks/main.yml",
"content": "---\n- name: Check openswan installed or not\n shell: |\n pacman -Q openswan || echo -n not_found\n register: openswan_result\n\n\n- name: Download openswan AUR snapshot\n get_url:\n url: https://aur.archlinux.org/cgit/aur.git/snapshot/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3236,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/python | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "---\n- name: Install Python\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - python\n - python-pip\n - python2\n - python2-virtualenv\n - python-numpy\n - python-pandas\n - python-scipy\n - python-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/ruby | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "---\n# NOTE: You must set PATH environment variable (PATH=$HOME/.rbenv/bin:$PATH)\n\n- name: Clone rbenv repository\n git:\n dest: \"{{ ansible_env.HOME }}/.rbenv\"\n repo: https://github.com/rbenv/rbenv.git\n clone: yes\n update: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/rust | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/rust/tasks/main.yml",
"content": "---\n- name: Install Rust\n get_url:\n url: https://sh.rustup.rs\n dest: /tmp/rustup-installer.sh\n mode: 0700\n\n\n- name: Run rustup installer\n shell: |\n /tmp/rustup-installer.sh -y --default-toolchain stable\n\n\n- name: Install s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/samba | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/samba/templates/nmbd.service.j2",
"content": "[Unit]\nDescription=Samba NetBIOS name server for {{ ansible_hostname }}\nAfter=network.target\n\n[Service]\nType=simple\nExecStart=/opt/samba/sbin/nmbd -F\nExecReload=/bin/kill -HUP $MAINPID\n\n[Install]\nWantedBy=multi-user.target\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4045,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/sysctl | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/sysctl/tasks/main.yml",
"content": "---\n- name: Set sysctl\n sysctl:\n name: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n sysctl_file: /etc/sysctl.d/{{ ansible_hostname }}.conf\n with_items:\n - key: \"net.ipv4.ip_forward\"\n value: \"1\"\n - key: \"net.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/unarchiver | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/unarchiver/tasks/main.yml",
"content": "---\n\n# Always update unarchiver\n\n- name: Download unarchiver AUR snapshot\n get_url:\n url: https://aur.archlinux.org/cgit/aur.git/snapshot/unarchiver.tar.gz\n dest: /tmp/unarchiver.tar.gz\n\n\n- name: Unarchive unarchiver.tar.gz\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/xl2tpd | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/xl2tpd/templates/xl2tpd.conf.j2",
"content": "[global]\naccess control = no\nauth file = /etc/ppp/chap-secrets\ndebug avp = no\ndebug network = no\ndebug packet = no\ndebug state = no\ndebug tunnel = no\n\n[lac {{ vpn_name }}]\nlns = {{ vpn_server_ip }}\nrequire chap = yes\nrequire ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | yykamei/infra | 2a47a748eeeb6e6e5825dd80215820c5ebabef74 | 0 | ansible/roles/xorg-mouse | 5,717 | [
"no_license"
] | [
{
"path": "ansible/roles/xorg-mouse/tasks/main.yml",
"content": "---\n\n- name: Deploy thinkpad configuration file\n copy:\n src: 20-thinkpad.conf\n dest: /etc/X11/xorg.conf.d/20-thinkpad.conf\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | felix-fy/ansible-deploys-ELK | 1af4281c80df8f28d3747530717a04e9cec5f883 | 0 | es-cluster/roles/docker_run_elk | 5,717 | [
"no_license"
] | [
{
"path": "es-cluster/roles/docker_run_elk/tasks/main.yml",
"content": "---\n- include: elasticsearch-node01.yml\n when: ansible_default_ipv4['address'] == \"10.3.3.231\"\n\n- include: elasticsearch-node02.yml\n when: ansible_default_ipv4['address'] == \"10.3.3.232\"\n\n- include: elasticsearch-node03... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | jjmengze/kubeadm-ansible | 8cb748fffb1474be7ee95b14398cb86aa31f2fcb | 1 | roles/docker | 5,717 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: check if docker deploy is needed\n raw: which docker\n register: need_docker\n ignore_errors: True\n\n- name: Enable docker repo apt\n when: ( need_docker is failed )\n include_tasks: repo.yml\n\n- name: Enable and restart Docker engine\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | MDN7-tech/ansible-node-exporter | b9bdcff627761b8fb60a4d4316f9e149cee31e36 | 0 | roles/node_exporter | 5,797 | [
"permissive"
] | [
{
"path": "roles/node_exporter/defaults/main.yaml",
"content": "node_exporter_version: \"v1.8.2\" \nnode_exporter_user: node_exporter\nnode_exporter_port: 9100\nnode_exporter_install_dir: /usr/local/bin\nnode_exporter_service_name: node_exporter\nnode_exporter_release_url: https://github.com/prometheus/nod... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8576,
"all_permissive": true
} |
ansible_role | unistra/install_podv3 | a0bcda690439dd0ba876b2803a45c60bcafafa4d | 0 | roles/logrotate | 5,797 | [
"no_license"
] | [
{
"path": "roles/logrotate/defaults/main.yml",
"content": "---\n# defaults file for arillso.logrotate\n\nlogrotate_wtmp:\n logs:\n - /var/log/wtmp\n options:\n - missingok\n - monthly\n - create 0664 root utmp\n - rotate 1\n\nlogrotate_btmp:\n logs:\n - /var/log/btmp\n options:\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5489,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/accept_hosts_to_gm_port | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/accept_hosts_to_gm_port/tasks/main.yml",
"content": "- name: iptables accept host access gm port\n iptables: \n chain: INPUT\n source: \"{{item[1]}}\"\n destination_port: \"{{item[0].gm_port}}\"\n jump: ACCEPT\n protocol: tcp\n action: insert \n with_nested:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/backup_mysql_data_only | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/backup_mysql_data_only/tasks/main.yml",
"content": "- name: dump mysql all data to backup dir\n shell: >\n mysqldump -u{{item.db_user}} -h{{item.db_host}} -p{{item.db_pwd}} \n -P{{item.db_port | default(3306)}} {{item.db_name_pre}}\n --no-create-info > {{item.db_backup_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/check_center_port_stop | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/check_center_port_stop/tasks/main.yml",
"content": "- name: check if cgs port has been used\n wait_for:\n port: \"{{item.gs_port}}\"\n timeout: 1\n state: stopped\n with_items: \"{{server_config | default([])}}\"\n when: \"allow_ports is undefined or {{[item.gs_port,ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/check_center_port_use_and_kill | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/check_center_port_use_and_kill/tasks/main.yml",
"content": "- name: check if center is running\n shell: ps ax|grep {{item.path}}/|grep -v grep|awk '{print $1}'\n with_items: \"{{server_config | default([])}}\"\n ignore_errors: True\n register: psResult\n when: \"allow_ports is... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/check_mysql | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/check_mysql/tasks/main.yml",
"content": "- name: install MySQL-python for check Mysql db status\n yum: \n name: MySQL-python\n ignore_errors: True\n become: true\n \n- name: check mysql default character set\n mysql_variables: \n variable: character_set_database\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/check_port_stop | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/check_port_stop/tasks/main.yml",
"content": "- name: check if port has beean used\n wait_for:\n port: \"{{item.port}}\"\n timeout: 30\n state: stopped\n with_items: \"{{server_config | default([])}}\"\n when: \n - \"allow_ports is undefined or {{[item.port]}} | issub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/check_port_use_and_kill | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/check_port_use_and_kill/tasks/main.yml",
"content": "- name: check if server is running\n shell: ps ax|grep {{item.path}}/|grep -v grep|awk '{print $1}'\n with_items: \"{{server_config | default([])}}\"\n ignore_errors: True\n register: psResult\n when: \n - \"allow_ports i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/config_jdk | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/config_jdk/tasks/main.yml",
"content": "- name: check if exsits proper jdk\n shell: find /usr/java -name 'jdk1.8.0*' -type d|head -n1\n register: possible_jdk\n\n- name: export JAVA_HOME CLASSPATH PATH\n blockinfile:\n dest: /etc/profile\n block: |\n export JAVA_HOME=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/config_mysql | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/config_mysql/tasks/main.yml",
"content": "- name: stop mysql\n service:\n name: mysql\n state: stopped\n become: true\n\n- name: template my.cnf\n template: \n src: my.cnf.j2\n dest: /etc/my.cnf\n become: true\n \n- name: init data dir\n file:\n path: \"{{mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2735,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/config_mysql_2 | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/config_mysql_2/tasks/main.yml",
"content": "- name: add need database\n mysql_db:\n name: \"{{item.name}}\"\n state: present\n encoding: \"{{item.encoding}}\"\n login_user: root\n login_password: \"{{<PASSWORD>}}\"\n with_items: \"{{create_database | default([])}}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/config_php | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/config_php/tasks/main.yml",
"content": "- name: add php to PATH\n blockinfile:\n block: |\n export PATH=$PATH:{{php_install_dir}}/bin\n marker: \"# {mark} php path\"\n dest: /etc/profile\n\n- name: source /etc/profile\n shell: source /etc/profile\n \n- name: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/copy_and_extract | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/copy_and_extract/tasks/main.yml",
"content": "- name: copy distribution to remote package path\n copy: \n src: \"{{item.src}}\"\n dest: \"{{item.package_path}}\"\n mode: \"0755\"\n with_items: \"{{server_config | default([])}}\"\n when: \n - \"allow_ports is undefine... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1229,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/copy_and_extract_center | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/copy_and_extract_center/tasks/main.yml",
"content": "- name: copy distribution to remote package path\n copy: \n src: \"{{item.src}}\"\n dest: \"{{item.package_path}}\"\n mode: \"0755\"\n with_items: \"{{server_config | default([])}}\"\n when: \"allow_ports is undefined... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/cron_dump_all_game_db | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/cron_dump_all_game_db/templates/multiBackupMysql.sh.j2",
"content": "#!/bin/sh\n\ncd /usr/bin\n\n#add new dump statement#\n\nfind {{backup_dir}} -name '*.dump.gz' -mtime +7 -type f |xargs rm -rf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 12... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1503,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/cron_mysql_backup | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/cron_mysql_backup/templates/backupMysql.sh.j2",
"content": "#!/bin/sh\n\nif [ $# -lt 5 ]; then\ncat<<HELP\n USAGE: user host password database backupDir\n\nHELP\n exit 0\nfi\n\nUSER=\"$1\"\nHOST=\"$2\"\nPASSWORD=\"$3\"\nDB=\"$4\"\nBACKUPDIR=\"$5\"\n\n\ncd /usr/bin\n\n#echo \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/execute_update_game_sql | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/execute_update_game_sql/tasks/main.yml",
"content": "- name: template backupMysql.sh file\n template: \n src: backupMysql.sh.j2\n dest: \"{{item.path}}/backupMysql.sh\"\n with_items: \"{{server_config | default([])}}\"\n when: \n - \"allow_ports is undefined or {{[item.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5556,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/import_data_to_master_db | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/import_data_to_master_db/tasks/main.yml",
"content": "- name: dump player prefix tables data\n shell: >\n mysqldump -u{{item.db_user}} -h{{item.db_host}} -p{{item.db_pwd}} \n -P{{item.db_port | default(3306)}} {{item.db_name_pre}}\n {{player_pre_tables}} --no-create-info... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1765,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/init_center_directory | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/init_center_directory/tasks/main.yml",
"content": "- name: create install dir if not exsits\n shell: mkdir -p {{item.path}}\n args:\n creates: \"{{item.path}}\"\n with_items: \"{{server_config | default([])}}\"\n when: \"allow_ports is undefined or {{[item.bs_port,item.gs_po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/init_db | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/init_db/tasks/main.yml",
"content": "- name: add need database\n mysql_db:\n name: \"{{item.db_name_pre}}\"\n state: present\n encoding: \"utf8\"\n login_user: \"{{item.db_user}}\"\n login_password: \"{{<PASSWORD>}}\"\n login_host: \"{{item.db_host}}\"\n login... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1081,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/init_directory | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/init_directory/tasks/main.yml",
"content": "- name: create install dir if not exsits\n shell: mkdir -p {{item.path}}\n args:\n creates: \"{{item.path}}\"\n with_items: \"{{server_config | default([])}}\"\n when: \n - \"allow_ports is undefined or {{[item.port]}} | issubse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_jdk | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_jdk/tasks/main.yml",
"content": "- name: check if exsits proper jdk\n shell: find /usr/java -name 'jdk1.8.0*' -type d|head -n1\n register: possible_jdk\n ignore_errors: True\n\n- name: copy jdk.rpm to remote package directory\n copy: \n src: \"{{jdk_src}}/{{jdk_versi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_mysql_5.1 | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_mysql_5.1/tasks/main.yml",
"content": "- name: install perl module\n yum:\n name: perl-Module-Install.noarch\n\n- name: install python module\n yum:\n name: MySQL-python,libselinux-python\n\n- name: install mysql client, server, and devel\n yum:\n name: mysql,my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_mysql_client_5.6 | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_mysql_client_5.6/tasks/main.yml",
"content": "- name: get mysql-client from ftp\n shell: wget -np -nH {{mysql_ftp_url}}/{{mysql_client_version}}\n args:\n chdir: \"{{mysql_package_dir}}\"\n creates: \"{{mysql_package_dir}}/{{mysql_client_version}}\"\n \n- name: i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_mysql_devel_5.6 | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_mysql_devel_5.6/tasks/main.yml",
"content": "- name: get mysql-devel from ftp\n shell: wget -np -nH {{mysql_ftp_url}}/{{mysql_devel_version}}\n args:\n chdir: \"{{mysql_package_dir}}\"\n creates: \"{{mysql_package_dir}}/{{mysql_devel_version}}\"\n \n- name: install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_mysql_server_5.6 | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_mysql_server_5.6/tasks/main.yml",
"content": "- name: get mysql-server from ftp\n shell: wget -np -nH {{mysql_ftp_url}}/{{mysql_server_version}}\n args:\n chdir: \"{{mysql_package_dir}}\"\n creates: \"{{mysql_package_dir}}/{{mysql_server_version}}\"\n \n- name: i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_nginx | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_nginx/tasks/main.yml",
"content": "- name: install nginx by yum\n yum:\n name: nginx\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 66,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_php | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_php/tasks/main.yml",
"content": "- name: get php from offical\n get_url:\n url: \"{{php_get_url}}\"\n dest: \"{{php_package_dir}}/{{php_version}}.tar.xz\"\n mode: 0755\n become: true\n \n- name: clean exsits dir\n shell: rm -rf {{php_package_dir}}/{{php_versi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1961,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/install_php_by_yum | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/install_php_by_yum/tasks/main.yml",
"content": "- name: update yum\n yum:\n name: yum\n state: lastest\n \n- name: install php\n yum:\n name: php",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/open_center_mon_port | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/open_center_mon_port/tasks/main.yml",
"content": "- name: iptables open center server mon_port\n iptables: \n chain: INPUT\n destination_port: \"{{item.mon_port}}\"\n jump: ACCEPT\n protocol: tcp\n with_items: \"{{center_config | default([])}}\"\n when: \"allow_ports... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.