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
hung2602/ansible-tool
bb6fef16e605cc1b3e7e3dad98d292cf12d73fb7
0
roles/postgres-exporter
7,910
[ "no_license" ]
[ { "path": "roles/postgres-exporter/handlers/main.yaml", "content": "---\r\n- name: Restart postgres_exporter\r\n systemd:\r\n name: postgres_exporter\r\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/postgres-export...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1059, "all_permissive": false }
ansible_role
hung2602/ansible-tool
bb6fef16e605cc1b3e7e3dad98d292cf12d73fb7
0
roles/postgres-percona-v16
7,910
[ "no_license" ]
[ { "path": "roles/postgres-percona-v16/defaults/main.yaml", "content": "---\ndir_ex: /tmp/install-pg\nCluster_Name: cluster_payment\npassword_pg: abc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/postgres-percona-v16/templates/etcd.conf.yaml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4442, "all_permissive": false }
ansible_role
yuval0499/awx
a03a6a04d202867d2fb18d0bba21c90ac2992227
0
ansible/roles/first_role
7,910
[ "no_license" ]
[ { "path": "ansible/roles/first_role/tasks/main.yml", "content": "---\n - fail:\n msg: \"role 1 error\"\n when: inventory_hostname == \"localhost\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
yuval0499/awx
a03a6a04d202867d2fb18d0bba21c90ac2992227
0
ansible/roles/second_role
7,910
[ "no_license" ]
[ { "path": "ansible/roles/second_role/defaults/main.yml", "content": "---\n# defaults file for secend-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/second_role/tasks/main.yml", "content": "---\n - fail:\n msg: \"role 2 e...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 305, "all_permissive": false }
ansible_role
yuval0499/awx
a03a6a04d202867d2fb18d0bba21c90ac2992227
0
ansible/roles/third_role
7,910
[ "no_license" ]
[ { "path": "ansible/roles/third_role/handlers/main.yml", "content": "---\n# handlers file for third-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/third_role/defaults/main.yml", "content": "---\n# defaults file for third-role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 255, "all_permissive": false }
ansible_role
Hryapusek/devops-lab4-2
2f51a5c84018f2e229b5b343d12c83c2dad6c6c4
0
k8s_simple/roles/k8s
7,910
[ "no_license" ]
[ { "path": "k8s_simple/roles/k8s/tasks/kubeadm/init.yml", "content": "---\n- name: kubeadm init\n become: yes\n become_user: root\n become_flags: \"-\"\n block:\n\n - name: kubeadm init\n shell: \"kubeadm init --config {{KUBEADM_CONFIG_FILE}}\"\n register: kubeadm_init_output\n\n - n...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 17109, "all_permissive": false }
ansible_role
mochimochino/ansible_root_wsl_setup
da7ff39c913af20877d95fdde81e9c35bd9925ad
0
roles/root_install_binary
7,910
[ "no_license" ]
[ { "path": "roles/root_install_binary/tasks/main.yml", "content": "#- name: Debug root_final_install_dir value\n# ansible.builtin.debug:\n# var: root_final_install_dir\n# become: no\n\n#- name: Debug user_actual_home value (from lookup('env', 'HOME'))\n# ansible.builtin.debug:\n# var: user_actual_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2631, "all_permissive": false }
ansible_role
mochimochino/ansible_root_wsl_setup
da7ff39c913af20877d95fdde81e9c35bd9925ad
0
roles/wsl_almalinux_setup
7,910
[ "no_license" ]
[ { "path": "roles/wsl_almalinux_setup/tasks/main.yml", "content": "- name: Install dnf-plugins-core (for dnf config-manager)\n ansible.builtin.dnf:\n name: dnf-plugins-core\n state: present\n\n- name: Enable EPEL repository\n ansible.builtin.dnf:\n name: epel-release\n state: present\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": false }
ansible_role
singh5himanshu/ansible
8997e945ac7ed193a406a8a6a9db941842f2deab
0
ansible-training/Deploy_Web_App_Roles/roles/mysql_db
7,910
[ "no_license" ]
[ { "path": "ansible-training/Deploy_Web_App_Roles/roles/mysql_db/tasks/main.yml", "content": " - name: Install MySql database\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - mysql-client\n\n - name: Start MySql database\n service:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
sbrupert/cloud-resume
399fe2b3a6b4d65d1d6038d7eb3d87b4cad3fed6
0
ansible/roles/caddy
7,910
[ "no_license" ]
[ { "path": "ansible/roles/caddy/defaults/main.yml", "content": "---\ncaddy_binary_url: \"https://caddyserver.com/api/download?os=linux&arch=amd64&p=github.com%2Fcaddy-dns%2Fcloudflare&idempotency=88907043568537\"\ncaddy_binary_dest: /usr/local/bin/caddy", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2289, "all_permissive": false }
ansible_role
sbrupert/cloud-resume
399fe2b3a6b4d65d1d6038d7eb3d87b4cad3fed6
0
ansible/roles/docker
7,910
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/redhat.yaml", "content": "---\n- name: Remove conflicting packages\n yum:\n name:\n - buildah\n - podman\n state: absent\n\n- name: Add Docker stable repository\n yum_repository:\n name: docker-ce\n description: Docker Stable CentOS\n baseurl:...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2415, "all_permissive": false }
ansible_role
Olala1389/Playbooks_Roles_Structure_Test
b9a4b29786e72585c7708eda8cb6e250776ba88c
0
roles/apache
7,910
[ "no_license" ]
[ { "path": "roles/apache/tasks/service.yml", "content": "---\n\n- name: start apache2 server\n service: name=apache2 state=started\n when: ansible_os_family == \"Ubuntu\"\n\n- name: start httpd server\n service: name=httpd state=started\n when: ansible_os_family == \"Centos\"\n", "license_type": "no_...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1420, "all_permissive": false }
ansible_role
jogo/ansible-playground
40ef1e2393c0f6129a871ddb7197ebc8be491d59
0
roles/base
7,910
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: apt-get update\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n- name: upgrade packages\n apt: upgrade=dist\n sudo: yes\n when: upgrade\n- name: Install tools\n apt: name={{item}} state=present update_cache=yes\n sudo: yes\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3215, "all_permissive": false }
ansible_role
jogo/ansible-playground
40ef1e2393c0f6129a871ddb7197ebc8be491d59
0
roles/weechat
7,910
[ "no_license" ]
[ { "path": "roles/weechat/defaults/main.yml", "content": "---\n# defaults file for weechat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/weechat/handlers/main.yml", "content": "---\n# handlers file for weechat\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2058, "all_permissive": false }
ansible_role
huangronaldo/ansible
7a84e68c9c4ff51e7f067b1cfe80f94f12ce3597
1
init/roles/init-server
7,910
[ "no_license" ]
[ { "path": "init/roles/init-server/tasks/main.yml", "content": "# 初始化服务:安装基础工具,修改句柄,创建engine用户并实现免密登录,修改时区,增加阿里云监控\n---\n\n- name: Show OS Info\n debug:\n msg: \"OS: {{ ansible_distribution }} {{ ansible_distribution_version }}, Host: {{ ansible_hostname }}, IP: {{ ansible_all_ipv4_addresses }}, Mem: {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4574, "all_permissive": false }
ansible_role
huangronaldo/ansible
7a84e68c9c4ff51e7f067b1cfe80f94f12ce3597
1
init/roles/mkfs
7,910
[ "no_license" ]
[ { "path": "init/roles/mkfs/tasks/main.yml", "content": "# 初始化服务:挂载磁盘\n---\n\n- name: 判断磁盘是否存在\n shell: test -b {{ device_name }} \n register: result\n ignore_errors: true\n\n- name: 磁盘不存在直接报错\n debug:\n msg: \"{{ device_name }} not exists\"\n when: result.rc != 0\n\n- name: 磁盘分区\n parted: device={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
huangronaldo/ansible
7a84e68c9c4ff51e7f067b1cfe80f94f12ce3597
1
init/roles/root-ssh
7,910
[ "no_license" ]
[ { "path": "init/roles/root-ssh/tasks/main.yml", "content": "# 创建Engine用户并免密登陆\n---\n- name: 1 Install SSH Key\n authorized_key: \n user: root\n key: \"{{ lookup('file', '/root/.ssh/id_rsa.pub') }}\" \n state: present\n\n- name: 2 Permit root Login\n lineinfile:\n path: /etc/ssh/sshd_config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
huangronaldo/ansible
7a84e68c9c4ff51e7f067b1cfe80f94f12ce3597
1
init/roles/sources
7,910
[ "no_license" ]
[ { "path": "init/roles/sources/tasks/main.yml", "content": "# 初始化服务:需要软件源为国内源-阿里源\n---\n- name: Bakup sources.list\n shell: cp /etc/apt/sources.list /etc/apt/sources.list.bak{{ '%Y%m%d' | strftime(ansible_date_time.epoch) }}\n\n- name: Copy sources.list \n template: src=sources.list.ubuntu.16.04.j2 dest=/e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
huangronaldo/ansible
7a84e68c9c4ff51e7f067b1cfe80f94f12ce3597
1
init/roles/swap
7,910
[ "no_license" ]
[ { "path": "init/roles/swap/tasks/main.yml", "content": "# 初始化服务:增加Swap\n---\n\n- name: Show OS Info\n debug:\n msg: \"OS: {{ ansible_distribution }} {{ ansible_distribution_version }}, Host: {{ ansible_hostname }}, IP: {{ ansible_all_ipv4_addresses }}, Mem: {{ ansible_memtotal_mb }}, CPU: {{ ansible_pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
huangronaldo/ansible
7a84e68c9c4ff51e7f067b1cfe80f94f12ce3597
1
jdk/roles/jdk
7,910
[ "no_license" ]
[ { "path": "jdk/roles/jdk/tasks/main.yml", "content": "# 安装openjdk至远程服务器\n---\n- name: 安装openjdk\n apt: name=openjdk-8-jdk update_cache=yes state=present\n when: ansible_os_family == \"Debian\"\n\n- name: 安装openjdk\n yum: name=java-1.8.0-openjdk-devel.x86_64 state=present\n when: ansible_os_family == \"R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
huangronaldo/ansible
7a84e68c9c4ff51e7f067b1cfe80f94f12ce3597
1
mariadb/roles/mariadb
7,910
[ "no_license" ]
[ { "path": "mariadb/roles/mariadb/templates/secure.txt.j2", "content": "\ny\n{{ root_db_pwd }}\n{{ root_db_pwd }}\ny\ny\ny\ny\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "mariadb/roles/mariadb/vars/main.yml", "content": "root_db_user: roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6912, "all_permissive": false }
ansible_role
dimik10/docker
fa3a39706214dbf017723e161e6a91d81171b4dd
0
B7_docker/ansible/roles/docker
7,910
[ "no_license" ]
[ { "path": "B7_docker/ansible/roles/docker/tasks/main.yml", "content": "- name: Install packages on Ubuntu host\n ansible.builtin.include: ub.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Install packages on CentOS host\n ansible.builtin.include: centos.yml\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2295, "all_permissive": false }
ansible_role
dimik10/docker
fa3a39706214dbf017723e161e6a91d81171b4dd
0
B7_docker/ansible/roles/postgresql
7,910
[ "no_license" ]
[ { "path": "B7_docker/ansible/roles/postgresql/tasks/main.yml", "content": "---\n- name: Run apt upgrade\n apt:\n upgrade: yes\n update_cache: yes\n\n\n- name: Install acl packages to start postgresql unpriv user\n apt:\n package: acl\n state: latest\n\n- name: Install packages\n apt:\n pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": false }
ansible_role
ReenigneArcher/infrastructure-automation
2347d8ddf107b31efeb91c00b2d56a5e1153b414
0
roles/notifications
7,910
[ "no_license" ]
[ { "path": "roles/notifications/tasks/email.yml", "content": "---\n- name: Send email notification\n delegate_to: localhost\n when:\n - email_to is defined\n - notification_message is defined\n community.general.mail:\n host: \"{{ email_host | default('localhost') }}\"\n port: \"{{ email_port ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1617, "all_permissive": false }
ansible_role
sudlenkovea/proxmox
1b11e7f91c7e33494325f74653ea8802d43ec0e7
0
roles/prox-vm-spinup-part1
7,910
[ "no_license" ]
[ { "path": "roles/prox-vm-spinup-part1/tasks/main.yml", "content": "---\n- name: Include needed vars file\n include_vars:\n file: \"{{ role_path }}/../../vars/proxmox-vms-automation-vars.yml\"\n\n- name: Retrieve information about TEMPLATE by name\n community.general.proxmox_vm_info:\n api_host: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2481, "all_permissive": false }
ansible_role
sudlenkovea/proxmox
1b11e7f91c7e33494325f74653ea8802d43ec0e7
0
roles/prox-vm-spinup-part2
7,910
[ "no_license" ]
[ { "path": "roles/prox-vm-spinup-part2/tasks/main.yml", "content": "---\n- name: Include needed vars file\n include_vars:\n file: \"{{ role_path }}/../../vars/proxmox-vms-automation-vars.yml\"\n\n- name: Retrieve information about specific VM by name\n community.general.proxmox_vm_info:\n api_host: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4055, "all_permissive": false }
ansible_role
sudlenkovea/proxmox
1b11e7f91c7e33494325f74653ea8802d43ec0e7
0
roles/prox-vm-spinup-part3
7,910
[ "no_license" ]
[ { "path": "roles/prox-vm-spinup-part3/tasks/main.yml", "content": "---\n- name: Include needed vars file\n include_vars:\n file: \"{{ role_path }}/../../vars/proxmox-vms-automation-vars.yml\"\n\n- name: Include needed vars file\n include_vars:\n file: \"{{ role_path }}/../../group_vars/prox-clone.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2575, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/apt
7,910
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: Check if running on battery\n become: yes\n shell: dmidecode --string chassis-type\n register: chassis\n- name: Install tlp\n become: yes\n apt:\n pkg:\n - tlp\n when: chassis.stdout == \"Notebook\"\n- name: Install apt packages\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/brew
7,910
[ "no_license" ]
[ { "path": "roles/brew/tasks/main.yml", "content": "---\n- name: Install formulas\n become: no\n homebrew:\n pkg:\n - docker\n - neovim\n - tfenv\n - go\n - jq\n - pyenv\n - tfenv\n - kubectl\n - helm\n - zsh\n - zsh-syntax-highlighting\n - tel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/chrome
7,910
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n- name: Gather the packager facts\n package_facts:\n- name: Install chrome\n become: yes\n shell: |\n wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n dpkg -i google-chrome-stable_current_amd64.deb\n rm goo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/docker
7,910
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker deps packages\n become: yes\n apt:\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n- name: Test if Docker's GPG key is present\n stat:\n path: \"/usr/share/keyrings/docker-archive-keyring.gpg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2320, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/k8s
7,910
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "---\n- name: Install helm\n shell: |\n curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n chmod 700 get_helm.sh\n ./get_helm.sh\n rm get_helm.sh\n- name: Install kubectl\n become: yes\n shell: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1114, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/nvchad
7,910
[ "no_license" ]
[ { "path": "roles/nvchad/tasks/main.yml", "content": "---\n- name: Test if nvim is present.\n stat:\n path: \"/opt/nvim/\"\n register: nvim\n- name: Install kubectl\n become: yes\n shell: |\n curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz\n rm -rf /op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/pyenv
7,910
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "---\n- name: Install pyenv\n shell: |\n curl https://pyenv.run | bash\n echo 'export PYENV_ROOT=\"$HOME/.pyenv\"' >> ~/.zshrc\n echo 'command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\"' >> ~/.zshrc\n echo 'eval \"$(pyenv init...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/snap
7,910
[ "no_license" ]
[ { "path": "roles/snap/tasks/main.yml", "content": "---\n- name: Install apt packages\n become: yes\n apt:\n pkg:\n - snapd\n- name: add several snap items with --classic tag\n become: yes\n snap:\n name: \"{{ item }}\"\n classic: yes\n loop:\n - go\n - code\n- name: Install snap packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
PedroRossi/ansible
3d8224bd1f1d3bf78e7a59656dafad6de9287c96
0
roles/zsh
7,910
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Test if oh-my-zsh is present.\n stat:\n path: \"~/.oh-my-zsh\"\n register: ohmyzsh\n- name: Install \"oh-my-zsh\"\n shell: RUNZSH=no sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/activator
7,910
[ "no_license" ]
[ { "path": "roles/activator/defaults/main.yml", "content": "---\nactivator_version: \"1.3.10\"\nactivator_install_dir: \"/opt/build/activator\"\nactivator_download_url: \"https://downloads.typesafe.com/typesafe-activator\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/autoconf
7,910
[ "no_license" ]
[ { "path": "roles/autoconf/tasks/main.yml", "content": "---\n- name: download autoconf\n get_url: url=\"{{ autoconf_download_url }}/autoconf-{{ autoconf_version }}.tar.gz\"\n dest={{ autoconf_download_dir }}/autoconf-{{ autoconf_version }}.tar.gz\n\n- name: extraction autoconf\n unarchive: src={{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 903, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/ffmpeg
7,910
[ "no_license" ]
[ { "path": "roles/ffmpeg/tasks/libopus.yml", "content": "---\n- name: download libopus\n get_url: url=\"{{ ffmpeg_libopus_download_url }}/opus-{{ ffmpeg_libopus_version }}.tar.gz\"\n dest={{ ffmpeg_src_dir }}/opus-{{ ffmpeg_libopus_version }}.tar.gz\n\n- name: extraction libopus\n unarchive: src=...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 12419, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/grafana
7,910
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: install grafana\n yum: name=https://grafanarel.s3.amazonaws.com/builds/grafana-{{ grafana_version }}.x86_64.rpm state=present\n\n- name: update grafana configs\n template: src={{ item }}.j2 dest=/etc/grafana/{{ item }} owner={{ grafana_use...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 514, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/imagemagick
7,910
[ "no_license" ]
[ { "path": "roles/imagemagick/defaults/main.yml", "content": "---\nimagemagick_version: \"7.0.3-6\"\nimagemagick_download_url: \"download_url\"\nimagemagick_download_dir: \"/usr/local/src\"\nimagemagick_install_dir: \"/usr/local/bin\"", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 988, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/influxdb
7,910
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n- name: install influxdb\n yum: name=https://dl.influxdata.com/influxdb/releases/influxdb-{{ influxdb_version }}.x86_64.rpm state=present\n\n- name: update influxdb config\n template: src=influxdb.conf.j2 dest=/etc/influxdb/influxdb.conf\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/jdk
7,910
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n- name: create jdk install dir\n file: path={{ jdk_install_dir }} state=directory owner=root group=root mode=0755\n\n- name: download jdk\n get_url: url=\"{{ jdk_download_url }}/{{ jdk_version.major }}u{{ jdk_version.minor }}-b{{ jdk_version.build }}/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1280, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/mysql
7,910
[ "no_license" ]
[ { "path": "roles/mysql/templates/logrotate.d/mysql.j2", "content": "{{ mysql_log_dir }}/*.log {\n daily\n missingok\n rotate 30\n compress\n dateext\n notifempty\n create 644 {{ mysql_user }} {{ mysql_group }}\n postrotate\n # just if mysqld is really running\n if test -x /usr/...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11037, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/nginx
7,910
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: reload nginx\n service: name=ngix state=reloaded", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/nginx/templ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5924, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/nodejs
7,910
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: add repository 'nodesource'\n yum: name=https://rpm.nodesource.com//pub_{{ nodejs_major_version }}.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm\n state=present\n register: add_nodesource_repo\n\n- name: clean yum\n command: yum ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/openstack
7,910
[ "no_license" ]
[ { "path": "roles/openstack/defaults/main.yml", "content": "---\nopenstack_client_packages:\n - python-openstackclient\n - python-novaclient\n - python-neutronclient", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/openstack/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 235, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/percona
7,910
[ "no_license" ]
[ { "path": "roles/percona/defaults/main.yml", "content": "---\npercona_repo_url: \"http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm\"\npercona_packages:\n - \"percona-toolkit\"\n - \"percona-xtrabackup-24\"", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/python
7,910
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: install \"Development Tools\" package group\n yum: name=\"@Development Tools\" state=installed\n\n- name: install python build package\n yum: name={{ item }} state=installed\n with_items:\n - zlib-devel\n - bzip2-devel\n - openssl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2132, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/rabbitmq
7,910
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n- name: add repository 'erlang_solutions'\n command: {{ item }}\n with_items:\n - \"wget http://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm\"\n - \"rpm -Uvh erlang-solutions-1.0-1.noarch.rpm\"\n\n- name: install erlang\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3645, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/redis
7,910
[ "no_license" ]
[ { "path": "roles/redis/templates/init.d/redis.j2", "content": "#!/bin/sh\n#\n# Simple Redis init.d script for RHEL-based distros\n#\n# chkconfig: - 58 74\n# description: Redis key-value store\n\n# Source function library.\n. /etc/rc.d/init.d/functions\n\nREDIS_PORT={{ redis_port }}\nPIDFILE=\"{{ redis_pidfi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 11369, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/sensu
7,910
[ "no_license" ]
[ { "path": "roles/sensu/templates/handlers/mailer-template.erb.j2", "content": "<%= output %>\nHost: <%= @event[\"client\"][\"name\"] %>.amb-labo.incvb.io\nTimestamp: <%= Time.at(@event[\"check\"][\"issued\"]) %>\nCheck Name: <%= @event[\"check\"][\"name\"] %>\nCommand: <%= command %>\nStatus: <%= status_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 10477, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/serf
7,910
[ "no_license" ]
[ { "path": "roles/serf/tasks/main.yml", "content": "---\n- name: download serf\n get_url: url=\"{{ serf_download_url }}/{{ serf_version }}/serf_{{ serf_version }}_linux_amd64.zip\"\n dest={{ serf_download_dir }}/serf_{{ serf_version }}_linux_amd64.zip\n register: download_serf\n\n- name: extracti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4281, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/td-agent
7,910
[ "no_license" ]
[ { "path": "roles/td-agent/defaults/main.yml", "content": "---\ntd_agent_user: \"td-agent\"\ntd_agent_group: \"td-agent\"\ntd_agent_plugins:\n - plugin: \"datacounter\"\n - plugin: \"numeric-monitor\"\ntd_agent_conf_dir: \"/etc/td-agent/conf.d\"\ntd_agent_configs:\n - \"monitor.conf\"\n\n# monitor-agent.c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1782, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/uchiwa
7,910
[ "no_license" ]
[ { "path": "roles/uchiwa/defaults/main.yml", "content": "---\nuchiwa_user: \"uchiwa\"\nuchiwa_group: \"uchiwa\"\n\n# uchiwa.json\nuchiwa_host: \"0.0.0.0\"\nuchiwa_port: 3000\nuchiwa_user: \"\"\nuchiwa_pass: \"\"\nuchiwa_refresh: 10\nuchiwa_sensu_name: \"sensu\"\nuchiwa_sensu_host: \"127.0.0.1\"\nuchiwa_sensu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1420, "all_permissive": false }
ansible_role
y-kuno/ansible-playbook
50082b9803ba4483d15c754065436bef570c5be3
0
roles/zookeeper
7,910
[ "no_license" ]
[ { "path": "roles/zookeeper/templates/myid.j2", "content": "{% if zookeeper_replicated_servers is defined %}\n{% for server in zookeeper_replicated_servers %}\n{% if server.host == ansible_eth0.ipv4.address %}\n{{ server.id }}\n{% endif %}\n{% endfor %}\n{% endif %}", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2771, "all_permissive": false }
ansible_role
aronjanosch/server-setup-ansible
dfdeb9d6719efb80238bf6f3425e5280f5b3a818
0
roles/common
7,910
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n upgrade: dist\n autoremove: true\n force_apt_get: true\n\n- name: Install essentia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
aronjanosch/server-setup-ansible
dfdeb9d6719efb80238bf6f3425e5280f5b3a818
0
roles/docker
7,910
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Install required packages\n ansible.builtin.package:\n name:\n - ca-certificates\n - curl\n state: present\n\n- name: Create directory for apt keyrin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1302, "all_permissive": false }
ansible_role
aronjanosch/server-setup-ansible
dfdeb9d6719efb80238bf6f3425e5280f5b3a818
0
roles/user
7,910
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Set the name of a sudo group\n ansible.builtin.set_fact:\n sudo_group: sudo\n\n- name: Create primary login user\n ansible.builtin.user:\n name: \"{{ user_name }}\"\n password: \"{{ user_password | default('') | password_hash('<PASSW...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1835, "all_permissive": false }
ansible_role
akihitoalextsuboi/ansible-rails
c73d8f301a933f99225af7c6856ead64f53fa059
0
roles/common
7,910
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update yum packages\n yum: name=*\n\n- name: Install basic packages\n yum: name={{ item }}\n with_items: \n - wget\n - git\n - make\n - vim\n - gcc\n - gcc-c++\n - zlib-devel\n - openssl-devel\n - readline\n - read...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
akihitoalextsuboi/ansible-rails
c73d8f301a933f99225af7c6856ead64f53fa059
0
roles/web
7,910
[ "no_license" ]
[ { "path": "roles/web/tasks/node_and_yarn.yml", "content": "- name: Install node\n shell: \"sudo curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -\"\n\n- name: add yarn repo\n shell: curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.rep...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4702, "all_permissive": false }
ansible_role
vladetkoto/ansible-npm
74c0b691f60f1e7e20d65cf08133461f76e216d7
0
roles/basic
7,903
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"install aditional software\"\n apt: pkg={{ item }} state=installed\n with_items:\n - dnsutils\n - git\n - mc\n - vim\n - ntp\n - at\n - lvm2 \n - coreutils\n - nginx\n - php7.0-fpm\n - python-pycurl\n - libcurl4-openssl-dev\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
vladetkoto/ansible-npm
74c0b691f60f1e7e20d65cf08133461f76e216d7
0
roles/webserver
7,903
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n\n- name: \"Instalation of required package\"\n apt: pkg={{ item }} state=installed\n with_items:\n - nginx\n - php7.0-fpm\n - openssl\n\n- name: \"create app and certs directory\"\n file:\n path: \"{{ item }}\"\n state: directory\n ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1736, "all_permissive": false }
ansible_role
AnchalJain/ssh-access
3f3d328b382d52532d58d137f78c0a229a083403
0
roles/ssh-access
7,903
[ "no_license" ]
[ { "path": "roles/ssh-access/tasks/revoke.yml", "content": "---\n\n- name: Revoke SSH access\n authorized_key:\n user: \"{{ user_name }}\"\n state: absent\n key: \"{{ lookup('file', '../files/pubkeys/{{ user_name }}/id_rsa.pub') }}\"\n tags:\n - revoke\n\n- name: Remove user\n user:\n name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
maosanhioro/dedev-centos
09c8ba8a188e1e5d1502c4d5e28c6feb139c92f2
2
ansible/roles/common
7,903
[ "no_license" ]
[ { "path": "ansible/roles/common/user/tasks/main.yml", "content": "---\n- name: $HOME以下を初期化\n file:\n state=directory\n path={{ item.path }}\n mode={{ item.mode }}\n owner={{ user }}\n group={{ user }}\n with_items:\n - { path: '/home/{{ user }}/', mode: '711' }\n - { path: '/home/{{ u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1176, "all_permissive": false }
ansible_role
johnfb64/pihole-docker
83ec589141637c3bfd8e400572a63a0d57bacba0
0
roles/prep_pihole
7,903
[ "no_license" ]
[ { "path": "roles/prep_pihole/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - prep_raspberry", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/prep_pihole/tasks/main.yml", "content": "---\n# tasks f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1641, "all_permissive": false }
ansible_role
jeremiahdsouza/ansible-vault
da6b9b4a205b894f72f510834da4ed7d9dd4b6df
0
roles/copy_files
7,903
[ "no_license" ]
[ { "path": "roles/copy_files/vars/main.yml", "content": "destination: 'remote-vault'\nfile_name: 'test_file'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/copy_files/tasks/main.yml", "content": "---\n- name: Copy file to remote\n copy:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 185, "all_permissive": false }
ansible_role
jeremiahdsouza/ansible-vault
da6b9b4a205b894f72f510834da4ed7d9dd4b6df
0
roles/create_files
7,903
[ "no_license" ]
[ { "path": "roles/create_files/tasks/main.yml", "content": "---\n- name: Create a directory if it does not exist\n file:\n path: /{{ directory_name }}\n state: directory\n- name: Create a file with text\n file:\n path: /{{ directory_name }}/{{ file_name }}\n state: touch\n- name: Add a line to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
jeremiahdsouza/ansible-vault
da6b9b4a205b894f72f510834da4ed7d9dd4b6df
0
roles/install_sw
7,903
[ "no_license" ]
[ { "path": "roles/install_sw/tasks/main.yml", "content": "---\n- name: update cache\n apt:\n update_cache: yes\n upgrade: yes\n cache_valid_time: 86400\n- name : Install Maven\n apt :\n name : maven\n state : present\n- name : Install Git\n apt :\n name : git\n state : present ", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/common
7,903
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: setup erlang solutions repo\n apt_repository: repo='deb http://packages.erlang-solutions.com/debian {{ ansible_lsb.codename }} contrib'\n\n- name: add Erlang Solutions apt-key\n apt_key: url=http://packages.erlang-solutions.com/debian/erl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2507, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/dotfiles
7,903
[ "no_license" ]
[ { "path": "roles/dotfiles/files/powerline/config_files/tmux/default.json", "content": "{\n\t\"default_module\": \"powerline.segments.common\",\n\t\"segment_data\": {\n\t\t\"uptime\": {\n\t\t\t\"before\": \"⇑ \"\n\t\t},\n\t\t\"date\": {\n\t\t\t\"before\": \"\"\n\t\t}\n\t},\n\t\"segments\": {\n\t\t\"right\":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1198, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/lxc
7,903
[ "no_license" ]
[ { "path": "roles/lxc/tasks/main.yml", "content": "---\n\n- name: Install lxc Packages\n apt: >\n pkg={{ item }}\n state=installed\n with_items:\n - lxc\n - lxc-templates\n - cgroup-lite\n - redir\n tags: lxc\n\n- name: apt-get update\n apt: update_cache=yes\n tags: lxc\n\n# Update all...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/ohmyzsh
7,903
[ "no_license" ]
[ { "path": "roles/ohmyzsh/tasks/main.yml", "content": "---\n\n- name: install zsh\n apt: pkg=zsh\n\n- name: setting zsh as default shell for {{ dev_user }}\n shell: chsh -s /usr/bin/zsh {{ dev_user }}\n\n- name: setup oh-my-zsh\n git: repo=git://github.com/robbyrussell/oh-my-zsh.git dest={{ oh_my_zsh_home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/powerline
7,903
[ "no_license" ]
[ { "path": "roles/powerline/tasks/main.yml", "content": "---\n\n- name: powerline fonts\n git: repo=https://github.com/Lokaltog/powerline-fonts.git dest=/usr/share/fonts/powerline\n- file: path=/usr/share/fonts/powerline owner=root group=root recurse=yes mode=0755\n- command: fc-cache -f -v\n\n- name: power...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/vim
7,903
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n\n- name: vim-spf13\n apt: pkg=vim\n- apt: pkg=vim-gnome\n- apt: pkg=exuberant-ctags\n- apt: pkg=ack-grep\n- git: repo=https://github.com/spf13/spf13-vim.git dest=/home/{{ dev_user }}/.spf13-vim-3 version=3.0\n- git: repo=https://github.com/gmarik/vund...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1254, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/virtualbox
7,903
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n\n- name: setup virtualbox repo key\n apt_key: url=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc state=present\n tags: virtualbox\n\n- name: setup virtualbox repo\n apt_repository: repo='deb http://download.virtualbox.org/vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
ryanfitz/playbooks
6fd2cd88b719a7359838e0c3a1cc81df9ef329d8
1
roles/webdev
7,903
[ "no_license" ]
[ { "path": "roles/webdev/tasks/main.yml", "content": "---\n\n- apt: pkg=nodejs state=latest\n\n- name: install node packages\n npm: name=grunt-cli global=yes state=latest\n- npm: name=yo global=yes state=latest\n- npm: name=generator-angular global=yes state=latest\n- npm: name=grunt-init global=yes state=l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
richmitch/mac-ansible
50ebe45d3e2db02c70878d5b1d4160dcbe950591
0
roles/richmitch_mac
7,903
[ "permissive" ]
[ { "path": "roles/richmitch_mac/vars/main.yml", "content": "do_homebrew_setup: no\ndo_homebrew_packages: no\ndo_homebrew_casks: no\ndo_dock: no\ndo_hot_corners: yes\ndo_osx_defaults: yes\ndo_app_defaults: yes\ndo_network: yes\n", "license_type": "permissive", ...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 19, "total_bytes": 13126, "all_permissive": true }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
aws-ansible/roles/aws_setup
7,903
[ "no_license" ]
[ { "path": "aws-ansible/roles/aws_setup/tasks/main.yaml", "content": "- name: Install Java 11 (Amazon Corretto)\r\n package:\r\n name: java-11-amazon-corretto\r\n state: present\r\n when:\r\n - ansible_distribution == \"Fedora\" or ansible_os_family == \"Amazon\"\r\n\r\n- name: Set Java version us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1261, "all_permissive": false }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
aws-ansible/roles/k8s-db
7,903
[ "no_license" ]
[ { "path": "aws-ansible/roles/k8s-db/tasks/main.yaml", "content": "- name: Read application.properties file\r\n slurp:\r\n src: /var/lib/jenkins/workspace/onPremiseBJIT/src/main/resources/application.properties\r\n register: file_content\r\n\r\n- name: Load secrets from db-secrets.yaml\r\n include_vars...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
aws-ansible/roles/local-edit
7,903
[ "no_license" ]
[ { "path": "aws-ansible/roles/local-edit/tasks/main.yaml", "content": "- name: Read application.properties file\r\n slurp:\r\n src: /var/lib/jenkins/workspace/AWS-Deploy/src/main/resources/application.properties\r\n register: file_content\r\n\r\n- name: Load secrets from db-secrets.yaml\r\n include_var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
aws-ansible/roles/start-app
7,903
[ "no_license" ]
[ { "path": "aws-ansible/roles/start-app/tasks/main.yaml", "content": "- name: Copy JAR file to remote EC2 host\r\n copy:\r\n src: /var/lib/jenkins/workspace/AWS-Deploy/target/spark-lms-0.0.1-SNAPSHOT.jar\r\n dest: /home/ec2-user/\r\n mode: 0644\r\n \r\n- name: Restart BJIT App Service\r\n syste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
kubernets_playbook - v4/kubernets_playbook - v4/roles/Docker
7,903
[ "no_license" ]
[ { "path": "kubernets_playbook - v4/kubernets_playbook - v4/roles/Docker/tasks/main.yaml", "content": "- name: Update system packages\n become: true\n dnf:\n name: '*'\n state: latest\n when: ansible_facts['os_family'] == 'RedHat'\n \n- name: Add Docker repository\n become: true\n shell: dnf conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1191, "all_permissive": false }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
kubernets_playbook - v4/kubernets_playbook - v4/roles/jenkins+others
7,903
[ "no_license" ]
[ { "path": "kubernets_playbook - v4/kubernets_playbook - v4/roles/jenkins+others/tasks/main.yaml", "content": "- name: Install wget package\r\n become: true\r\n dnf:\r\n name: wget\r\n state: latest\r\n when: ansible_facts['os_family'] == 'RedHat'\r\n \r\n- name: Add Jenkins repository\r\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2476, "all_permissive": false }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
kubernets_playbook - v4/kubernets_playbook - v4/roles/master
7,903
[ "no_license" ]
[ { "path": "kubernets_playbook - v4/kubernets_playbook - v4/roles/master/tasks/main.yaml", "content": "- name: Pull Kubernetes images\r\n command: sudo kubeadm config images pull\r\n when: ansible_facts['os_family'] == 'RedHat'\r\n\r\n- name: Enable IP forwarding\r\n sysctl:\r\n name: net.ipv4.ip_forwa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2955, "all_permissive": false }
ansible_role
NazmulPranto76/Final-project-bjit
cfb58674723baad53edf59dcbb5d8f6305762f3b
0
kubernets_playbook - v4/kubernets_playbook - v4/roles/worker
7,903
[ "no_license" ]
[ { "path": "kubernets_playbook - v4/kubernets_playbook - v4/roles/worker/tasks/main.yaml", "content": "- name: Fetch join_command.txt Control Node\r\n copy:\r\n src: /tmp/join_command.txt\r\n dest: /tmp/\r\n when: ansible_facts['os_family'] == 'RedHat'\r\n \r\n- name: Read join_command.txt\r\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
mimiczo-zz/ansible-examples
c4ba0fd9f89fe56806825f7fec6f085457914a20
0
aws-ec2/roles/common
7,903
[ "no_license" ]
[ { "path": "aws-ec2/roles/common/tasks/user.yml", "content": "- name: create a new group\n group: name=mimiczo state=present\n\n- name: create a new user\n user: name=mimiczo state=present groups=\"sudo\" password=<PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1759, "all_permissive": false }
ansible_role
mimiczo-zz/ansible-examples
c4ba0fd9f89fe56806825f7fec6f085457914a20
0
aws-ec2/roles/ec2
7,903
[ "no_license" ]
[ { "path": "aws-ec2/roles/ec2/tasks/main.yml", "content": "- name: Set Instance Name\n set_fact:\n create_ec2_name1: \"t2_micro_8gb_1\"\n create_ec2_name2: \"t2_micro_10gb_1\"\n\n- name: Creating EC2 instance {{ create_ec2_name1 }}\n ec2:\n keypair: \"{{ keypair }}\"\n instance_type: \"t2.micro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2112, "all_permissive": false }
ansible_role
mimiczo-zz/ansible-examples
c4ba0fd9f89fe56806825f7fec6f085457914a20
0
aws-ec2/roles/packages
7,903
[ "no_license" ]
[ { "path": "aws-ec2/roles/packages/tasks/main.yml", "content": "- name: Install list of packages\n apt:\n pkg: \"{{ item }}\"\n state: installed\n update-cache: yes\n with_items:\n - gcc\n - openssl\n - unzip\n - zlib1g-dev\n - libpcre3-dev\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
waltermoreira/playbooks
da207af4b4f4ab87bbf7a939fe0608ceab84a96e
0
roles/docker
7,903
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Refresh apt cache\n apt:\n update_cache: yes\n sudo: yes\n\n- name: Ensure https transport available\n apt:\n name: \"{{ item }}\"\n state: present\n sudo: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2481, "all_permissive": false }
ansible_role
waltermoreira/playbooks
da207af4b4f4ab87bbf7a939fe0608ceab84a96e
0
roles/git
7,903
[ "no_license" ]
[ { "path": "roles/git/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install git\n license: MIT\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n - trusty\n - utopic\n - vivid\ndependencies: []\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1083, "all_permissive": false }
ansible_role
waltermoreira/playbooks
da207af4b4f4ab87bbf7a939fe0608ceab84a96e
0
roles/tmux
7,903
[ "no_license" ]
[ { "path": "roles/tmux/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install tmux\n license: MIT\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n - trusty\n - utopic\n - vivid\ndependencies: []\n \n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
Wawax007/TP_DEVOPS_DAUPHIN
fcf19c2c12181af4753b96495d0b3a08aa5b5848
0
A-DevSecOps-B3-CYBSEC/test worpress/roles/server
7,903
[ "no_license" ]
[ { "path": "A-DevSecOps-B3-CYBSEC/test worpress/roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Install required softwarre\n apt: name={{ item }} state=present\n become: yes\n with-ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
tw1ster83/module_B6
969123fc4ab72f6b8520ba734ae3b330b86c9dd3
0
roles/dnsmasq
7,903
[ "no_license" ]
[ { "path": "roles/dnsmasq/handlers/main.yml", "content": "# Standards: 1.2\n---\n- name: Restart dnsmasq\n systemd:\n name: dnsmasq\n state: restarted\n daemon_reload: True\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/dn...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
giofontana/cfme-vmware-dialog-sync
5d2c7f0d387c53b46114cec54f145e98ee6bfaa9
0
roles/ocp-vmware
7,913
[ "no_license" ]
[ { "path": "roles/ocp-vmware/tasks/main.yml", "content": "---\n# tasks file for jritenour.vmware-cf-miq\n\n - name: Generate UUID\n shell: openssl rand -hex 2\n register: uuid_list\n with_sequence: start=1 end=\"{{ count }}\"\n - name: create the VM\n vmware_guest:\n hostname: \"{{ vcente...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1609, "all_permissive": false }
ansible_role
maheshmekala05/openshift
3fbce55c3ba627f158879d92ceabb1ebd204916f
0
roles/openshift
7,913
[ "no_license" ]
[ { "path": "roles/openshift/tasks/main.yml", "content": "- name: Download openshift\n get_url:\n url: https://github.com/openshift/origin/releases/download/{{ openshift_version }}/{{ openshift_file_name }}.tar.gz\n dest: /tmp/openshift-client.tar.gz\n\n- name: Untar openshift\n unarchive:\n src: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 544, "all_permissive": false }
ansible_role
smowden/meteor-ansible
524d798256996435b608b3e285c21885e049b776
8
roles/ansible-haproxy
7,913
[ "no_license" ]
[ { "path": "roles/ansible-haproxy/templates/haproxy_cert.pem.j2", "content": "{{ ssl_certificate }}\n{{ ssl_key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/ansible-haproxy/README.md", "content": "Role Name\n========\n\nWill instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4357, "all_permissive": false }
ansible_role
smowden/meteor-ansible
524d798256996435b608b3e285c21885e049b776
8
roles/meteorapp
7,913
[ "no_license" ]
[ { "path": "roles/meteorapp/tasks/main.yml", "content": "- name: install meteor\n shell: creates=/usr/local/bin/meteor\n curl https://install.meteor.com/ | sh\n\n- name: Install PhantomJS\n apt: pkg=phantomjs state=present\n when: setup_phantomjs\n\n- name: Get path to PhantomJS\n command: which ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12049, "all_permissive": false }
ansible_role
smowden/meteor-ansible
524d798256996435b608b3e285c21885e049b776
8
roles/mongodb
7,913
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n- include: mongodb.yml\n when: mongodb_enabled\n tags: [mongodb]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/mongodb/tasks/mongodb.yml", "content": "---\n\n- include: in...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9192, "all_permissive": false }
ansible_role
smowden/meteor-ansible
524d798256996435b608b3e285c21885e049b776
8
roles/nginx-passenger
7,913
[ "no_license" ]
[ { "path": "roles/nginx-passenger/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: \"Sets up nginx and passenger from Phusion APT repository.\"\n company: InnoHub, Inc.\n license: MIT\n min_ansible_version: 1.4\n platforms:\n - name: Ubuntu\n versions:\n - precise\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1979, "all_permissive": false }