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
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_locale
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_locale/defaults/main.yaml", "content": "arch_locale_keyboard_layout: pl\narch_locale_locale: en_US.UTF-8\narch_locale_timezone: Europe/Warsaw", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "ansible/roles/arch_locale/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1069, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_network
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_network/templates/resolved.conf.j2", "content": "# This file is part of systemd.\n#\n# systemd is free software; you can redistribute it and/or modify it\n# under the terms of the GNU Lesser General Public License as published by\n# the Free Software Foundation; either vers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2914, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_reflector
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_reflector/defaults/main.yaml", "content": "arch_reflector_service_timer_dir: /etc/systemd/system\n\narch_reflector_executable: /usr/bin/reflector\narch_reflector_repository_number: 100\narch_reflector_sort_by: rate\narch_reflector_mirror_list: /etc/pacman.d/mirrorlist\n\narch_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1618, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_virtualization
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_virtualization/tasks/provider.yaml", "content": "---\n- name: install packages\n package:\n name: '{{ arch_virtualization_packages[arch_virtualization_provider] }}'\n state: present\n become: true\n\n- name: enable services\n systemd:\n name: '{{ item }}'\n state...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1664, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/arch_x
7,213
[ "no_license" ]
[ { "path": "ansible/roles/arch_x/tasks/main.yaml", "content": "- name: check graphics card\n shell: lspci | grep -i 'vga\\|3d\\|2d' | cut -f 5- -d ' '\n register: x_check_graphics_card_result\n changed_when: false\n\n- name: install Intel graphics driver\n package:\n name: '{{ item.driver }}'\n sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1448, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/dotfiles
7,213
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/tasks/main.yaml", "content": "---\n- name: clone dotfiles repository\n git:\n repo: '{{ dotfiles_repo_url }}'\n dest: '{{ dotfiles_repo_dest }}'\n register: dotfiles_clone_result\n\n- name: run installation script\n command: '{{ dotfiles_install_script }}'\n when:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/fonts
7,213
[ "no_license" ]
[ { "path": "ansible/roles/fonts/tasks/main.yaml", "content": "---\n- name: make sure fontconfig and unzip are installed\n package:\n name: '{{ item }}'\n state: present\n become: '{{ fonts_become_to_install_packages }}'\n loop:\n - fontconfig\n - unzip\n\n- name: create directory for fonts if ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2718, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/git
7,213
[ "no_license" ]
[ { "path": "ansible/roles/git/defaults/main.yaml", "content": "git_user_name: ''\ngit_user_email: ''\n\ngit_gitconfig_path: '~/.gitconfig'\ngit_core_excludesfile: '~/.gitignore_global'\n\ngit_aliases:\n - aliases: '!git config -l | grep alias | cut -c 7-'\n\ngit_core_editor: nvim\ngit_merge_tool: nvimdiff...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1620, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/github
7,213
[ "no_license" ]
[ { "path": "ansible/roles/github/defaults/main.yaml", "content": "---\n# If below variable is set to \"rm\", \"remove\" or \"delete\",\n# the key will be removed from the account\ngithub_role_action: add\n\ngithub_username: '{{ ansible_env.GITHUB_USERNAME | default(\"\") }}'\ngithub_api_token: '{{ ansible_en...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1464, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/lightdm
7,213
[ "no_license" ]
[ { "path": "ansible/roles/lightdm/tasks/main.yaml", "content": "- name: install packages\n package:\n name: '{{ lightdm_packages }}'\n state: present\n become: true\n\n- name: enable lightdm service\n systemd:\n name: lightdm\n enabled: true\n become: true", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/neovim
7,213
[ "no_license" ]
[ { "path": "ansible/roles/neovim/tasks/ubuntu.yml", "content": "---\n- name: Add NeoVim PPA\n apt_repository:\n repo: ppa:neovim-ppa/stable\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "ansible/roles/neovim/molecule/default/tests/test_defaul...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1611, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/terminal
7,213
[ "no_license" ]
[ { "path": "ansible/roles/terminal/defaults/main.yaml", "content": "xdg_data_home: '{{ ansible_env.XDG_DATA_HOME | default(ansible_env.HOME + \"/.local/share\") }}'\n\nterminal_packages:\n - fish\n - git\n - highlight\n - ranger\n # - ripgrep\n - rsync\n - tmux\n - tree\n - unzip\n - xclip\n - ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2868, "all_permissive": false }
ansible_role
filwie/ground-control
2c666aa13660b54a8006a6b0958ee4e093e2d590
0
ansible/roles/xdg
7,213
[ "no_license" ]
[ { "path": "ansible/roles/xdg/defaults/main.yaml", "content": "---\n# either 'local' or 'global'\nxdg_config_scope: 'global'\n\nxdg_require_sudo: '{{ true if xdg_config_scope == \"global\" else false }}'\n\nxdg_spec:\n XDG_CONFIG_HOME: '~/.config'\n XDG_DATA_HOME: '~/.local/share'\n XDG_CACHE_HOME: '~/.ca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4455, "all_permissive": false }
ansible_role
garymor/wp_deploy
cf5c33f6ce5fc8b4f6c61bcfc74cf044d58fa928
0
roles/wordpress
7,213
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: mysql_user \n become: true\n mysql_user: \n login_user: \"root\"\n login_password: \"\"\n login_unix_socket: /var/run/mysqld/mysqld.sock \n name: wpuser\n password: <PASSWORD>\n priv: '*...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1179, "all_permissive": false }
ansible_role
XuhuiSun95/ansible
4030b8a9d5630fd927be2199b1c73e06cf6a63da
0
proxmox-vm/roles/common
7,213
[ "no_license" ]
[ { "path": "proxmox-vm/roles/common/tasks/apt.yml", "content": "- name: OS upgrade\n ansible.builtin.apt:\n update_cache: yes\n upgrade: 'yes'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "proxmox-vm/roles/common/tasks/iscsi.yml", "co...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1108, "all_permissive": false }
ansible_role
XuhuiSun95/ansible
4030b8a9d5630fd927be2199b1c73e06cf6a63da
0
proxmox-vm/roles/hard-disk-operator
7,213
[ "no_license" ]
[ { "path": "proxmox-vm/roles/hard-disk-operator/tasks/format.yml", "content": "- name: Format partition\n community.general.filesystem:\n fstype: ext4\n dev: /dev/sdb1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "proxmox-vm/roles/hard-di...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 711, "all_permissive": false }
ansible_role
ronaldegmar/LexCodeTest
ff3a8bbb3a532ed45eef3e5472acda1108469ffb
0
playbooks/roles/docker
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "- name: Add Docker’s official GPG key\n shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -\n\n- name: Set up Docker stable repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1680, "all_permissive": false }
ansible_role
ronaldegmar/LexCodeTest
ff3a8bbb3a532ed45eef3e5472acda1108469ffb
0
playbooks/roles/host
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/host/tasks/main.yml", "content": "- name: Updating /etc/hosts\n copy:\n dest: /etc/hosts\n content: |\n 127.0.0.1 localhost\n 127.0.1.1 codetest\n # The following lines are desirable for IPv6 capable hosts\n ::1 ip6-localhost ip6-loopback\n fc00:d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }
ansible_role
ronaldegmar/LexCodeTest
ff3a8bbb3a532ed45eef3e5472acda1108469ffb
0
playbooks/roles/orchestration
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/orchestration/tasks/main.yml", "content": "- name: Creating composetest source directory\n file: path=/home/ubuntu/composetest owner=ubuntu group=ubuntu recurse=\"yes\" state=directory\n\n- name: Copying orchestration files\n copy:\n src: \"{{ item }}\"\n dest: \"/home/ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1888, "all_permissive": false }
ansible_role
ronaldegmar/LexCodeTest
ff3a8bbb3a532ed45eef3e5472acda1108469ffb
0
playbooks/roles/ubuntu
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/ubuntu/vars/pkg_defs.yml", "content": "---\npkg_reqs:\n # server software\n - wget\n # Install packages to allow apt to use a repository over HTTPS\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n # python\n - python-pip\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 778, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/apiserver
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/apiserver/tasks/main.yml", "content": "- name: copy kube-apiserver conf file\n copy: src=roles/apiserver/files/kube-apiserver.conf dest=/opt/kubernetes/cfg\n- name: copy kube-apiserver service file\n copy: src=roles/apiserver/files/kube-apiserver.service dest=/usr/lib/systemd/sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/basecont
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/basecont/tasks/main.yaml", "content": "- name: copy pause image\n copy: src=roles/basecont/files/pause.tar.gz dest=/opt/kubernetes/cfg/\n- name: docker load pause iamge\n shell: docker load -i /opt/kubernetes/cfg/pause.tar.gz\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/controllermanager
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/controllermanager/tasks/main.yml", "content": "- name: copy kube-controller-manager conf file\n copy: src=roles/controllermanager/files/kube-controller-manager.conf dest=/opt/kubernetes/cfg\n- name: copy kube-controller-manager service file\n copy: src=roles/controllermanager/fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/docker
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "- name: create dir for docker service\n file: path=/etc/systemd/system/docker.service.d/ state=directory\n- name: create dir for docker.tar.gz\n file: path=/opt/dcos/docker state=directory\n- name: copy docker installed tar\n copy: src=roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 898, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/etcd
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/etcd/tasks/main.yaml", "content": "- name: make etcd data directory\n file: path=/var/lib/etcd state=directory\n- name: make etcd date file\n file: path=/var/lib/etcd/k8s.etcd state=directory\r\n- name: mkdir cfg directory\r\n file: path=/opt/kubernetes/cfg state=directory\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/flannel
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/flannel/tasks/main.yml", "content": "- name: copy mk-docker-opts.sh\n copy: src=roles/flannel/files/mk-docker-opts.sh dest=/opt/kubernetes/bin/ mode=766\n- name: copy remove-docker0.sh\n copy: src=roles/flannel/files/remove-docker0.sh dest=/opt/kubernetes/bin/ mode=766\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/kubelet
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/kubelet/tasks/main.yaml", "content": "- name: copy kubelet conf file\n copy: src=roles/kubelet/files/kubelet.conf dest=/opt/kubernetes/cfg/\n- name: copy kubelet service file\n copy: src=roles/kubelet/files/kubelet.service dest=/usr/lib/systemd/system/\n- name: copy kubelet file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/proxy
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/proxy/tasks/main.yml", "content": "- name: copy kube-proxy conf file\n copy: src=roles/proxy/files/kube-proxy.conf dest=/opt/kubernetes/cfg/\n- name: copy kube-proxy service file\n copy: src=roles/proxy/files/kube-proxy.service dest=/usr/lib/systemd/system/\n- name: copy kube-pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
kiragoo/k8s-simple-cluster-deployment
1bc2088a7421a8aa33bdc9e1449aed3857814f52
0
playbooks/roles/scheduler
7,213
[ "no_license" ]
[ { "path": "playbooks/roles/scheduler/tasks/main.yml", "content": "- name: copy kube-scheduler conf file\n copy: src=roles/scheduler/files/kube-scheduler.conf dest=/opt/kubernetes/cfg\n- name: copy kube-scheduler service file\n copy: src=roles/scheduler/files/kube-scheduler.service dest=/usr/lib/systemd/sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
khozema-nullwala/ansible-lab-demos
4bb0ba50603ca2da5df40d70d656193f0459d508
2
ansible-lab-six/roles/mysql-server
7,213
[ "no_license" ]
[ { "path": "ansible-lab-six/roles/mysql-server/tasks/main.yml", "content": "---\n - name: Add Repository mysql-server\n yum:\n name: [ \"{{ mysql_package_url }}\", 'MySQL-python' ] \n state: latest\n\n - name: Disable the repository (pls set --enablerepo=mysql57-community if you use it)\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1060, "all_permissive": false }
ansible_role
khozema-nullwala/ansible-lab-demos
4bb0ba50603ca2da5df40d70d656193f0459d508
2
ansible-lab-six/roles/webserver
7,213
[ "no_license" ]
[ { "path": "ansible-lab-six/roles/webserver/vars/main.yml", "content": "---\n# vars file for webserver\n\n http_port: 8080\n greeting: \"Ansible for Configuration Management and Deployments\" \n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 974, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/base
7,213
[ "no_license" ]
[ { "path": "demo/roles/base/tasks/main.yml", "content": "- name: install python 2\n become: true\n become_user: root\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n\n- name: discover facts\n setup:\n\n- name: disable automatic updates\n become: true\n become_user: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2309, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/kvm_bridge
7,213
[ "no_license" ]
[ { "path": "demo/roles/kvm_bridge/tasks/main.yml", "content": "---\n- name: define vgw network\n virt_net:\n name: \"{{item.key}}\"\n command: define \n xml: \"{{ lookup('template','net.j2') }}\"\n with_dict: \"{{ucpe}}\"\n register: net_define\n\n- name: start networks\n virt_net:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1070, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/kvm_cloud
7,213
[ "no_license" ]
[ { "path": "demo/roles/kvm_cloud/templates/meta-data.j2", "content": "instance-id: {{install_server_name}}\nlocal-hostname: {{install_server_name}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "demo/roles/kvm_cloud/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1748, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/scm
7,213
[ "no_license" ]
[ { "path": "demo/roles/scm/tasks/main.yml", "content": "- name: create org\n scm_org:\n url: \"{{prov_scm_url}}\"\n user: \"admin\"\n password: \"<PASSWORD>\"\n org: \"{{prov_scm_org}}\"\n org_long: \"{{prov_scm_org_long}}\"\n city: \"{{prov_scm_city}}\"\n tz: \"{{prov_scm_tz}}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1005, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/scm_site
7,213
[ "no_license" ]
[ { "path": "demo/roles/scm_site/tasks/main.yml", "content": "- name: create sites\n scm_site:\n url: \"{{scm_url}}\"\n user: \"admin\"\n password: \"<PASSWORD>\"\n org: \"{{scm_org}}\"\n city: \"{{city}}\"\n site: \"{{site}}\"\n country: \"{{country}}\"\n state: \"present\"\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/ubuntu_bridges
7,213
[ "no_license" ]
[ { "path": "demo/roles/ubuntu_bridges/templates/bridges.j2", "content": "{% for key,value in nodes[node_name].bridges.iteritems() %}\n{% if value.interface %}\nauto {{value.interface}}\niface {{value.interface}} inet manual\n address 0.0.0.0\n{% endif %}\nauto {{key}}\niface {{key}} inet static\n address...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 855, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/ucpe
7,213
[ "no_license" ]
[ { "path": "demo/roles/ucpe/tasks/main.yml", "content": "#- name: update network config for multiple bridges\n# become: true\n# become_user: root\n# template:\n# src: templates/10.j2\n# dest: /etc/network/interfaces.d/10-kvm-bridge.cfg\n#\n- set_fact:\n node_name: \"{{ansible_nodename|upper}}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/uplink
7,213
[ "no_license" ]
[ { "path": "demo/roles/uplink/tasks/main.yml", "content": "- name: create uplink\n scm_uplink:\n url: \"{{prov_scm_url}}\"\n user: \"admin\"\n password: \"<PASSWORD>\"\n org: \"{{prov_scm_org}}\"\n wan: \"{{item.key}}\"\n wan_long: \"{{item.value.wan_long}}\"\n internet: \"{{item.value....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
jacec/obs-demo
868fa3d62ed397cc45fabd643ec80fe59e67a4d9
1
demo/roles/wan
7,213
[ "no_license" ]
[ { "path": "demo/roles/wan/tasks/main.yml", "content": "- name: create provider wans\n scm_wan:\n url: \"{{prov_scm_url}}\"\n user: \"admin\"\n password: \"<PASSWORD>\"\n org: \"{{prov_scm_org}}\"\n wan: \"{{item.key}}\"\n wan_long: \"{{item.value.wan_long}}\"\n internet: \"{{item.value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
jolitos/ansible-network-cef
4f5227f85662500d7eceaa4acd9aa84a004b7321
0
roles/backup-routers-huawei
7,213
[ "no_license" ]
[ { "path": "roles/backup-routers-huawei/tasks/main.yml", "content": "---\n# tasks file for backup-routers-huawei\n- include: bkp-routers-huawei.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/backup-routers-huawei/vars/main.yml", "cont...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 719, "all_permissive": false }
ansible_role
jolitos/ansible-network-cef
4f5227f85662500d7eceaa4acd9aa84a004b7321
0
roles/backup-switches-cisco
7,213
[ "no_license" ]
[ { "path": "roles/backup-switches-cisco/defaults/main.yml", "content": "---\n# defaults file for backup-switches-cisco", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/backup-switches-cisco/tests/test.yml", "content": "---\n- hosts: localho...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 562, "all_permissive": false }
ansible_role
jolitos/ansible-network-cef
4f5227f85662500d7eceaa4acd9aa84a004b7321
0
roles/backup-switches-huawei
7,213
[ "no_license" ]
[ { "path": "roles/backup-switches-huawei/tasks/bkp-switches-huawei.yml", "content": "---\r\n# Backup task\r\n- name: Copy the configuration file of each HUAWEI S5700/S5720 Switch and put it in a .cfg file\r\n ce_config:\r\n backup: yes\r\n backup_options:\r\n filename: \"{{ inventory_hostname }}....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 575, "all_permissive": false }
ansible_role
jolitos/ansible-network-cef
4f5227f85662500d7eceaa4acd9aa84a004b7321
0
roles/create-directory-router
7,213
[ "no_license" ]
[ { "path": "roles/create-directory-router/vars/main.yml", "content": "---\n# vars file for create-directory-router", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/create-directory-router/defaults/main.yml", "content": "---\n# defaults file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 629, "all_permissive": false }
ansible_role
jolitos/ansible-network-cef
4f5227f85662500d7eceaa4acd9aa84a004b7321
0
roles/create-directory-switch
7,213
[ "no_license" ]
[ { "path": "roles/create-directory-switch/handlers/main.yml", "content": "---\n# handlers file for create-directory-switch", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/create-directory-switch/vars/main.yml", "content": "---\n# vars file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 715, "all_permissive": false }
ansible_role
jolitos/ansible-network-cef
4f5227f85662500d7eceaa4acd9aa84a004b7321
0
roles/huawei-sw-apply-nac-config
7,213
[ "no_license" ]
[ { "path": "roles/huawei-sw-apply-nac-config/handlers/main.yml", "content": "---\n# handlers file for huawei-sw-apply-nac-config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/huawei-sw-apply-nac-config/vars/main.yml", "content": "---\n# ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 926, "all_permissive": false }
ansible_role
jolitos/ansible-network-cef
4f5227f85662500d7eceaa4acd9aa84a004b7321
0
roles/huawei-sw-save-config
7,213
[ "no_license" ]
[ { "path": "roles/huawei-sw-save-config/vars/main.yml", "content": "---\n# vars file for huawei-sw-save-config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/huawei-sw-save-config/tasks/save-config-huawei-sw.yml", "content": "---\n# Save ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 398, "all_permissive": false }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
01_Apache_laravel/roles/apache
7,213
[ "permissive" ]
[ { "path": "01_Apache_laravel/roles/apache/tasks/main.yml", "content": "- name: Install Apache HTTPD\n yum:\n name: httpd\n state: present\n\n\n- name: httpd のサービス起動・自動起動設定\n service:\n name: httpd\n state: started\n enabled: yes\n\n\n#- name: change Apache config\n# template:\n# src: .....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
01_Apache_laravel/roles/default
7,213
[ "permissive" ]
[ { "path": "01_Apache_laravel/roles/default/templates/sysstat.j2", "content": "# Run system activity accounting tool every 10 minutes\n*/1 * * * * root /usr/lib64/sa/sa1 1 1\n# 0 * * * * root /usr/lib64/sa/sa1 600 6 &\n# Generate a daily summary of process accounting at 23:53\n53 23 * * * root /usr/lib64/sa/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 725, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
01_Apache_laravel/roles/php
7,213
[ "permissive" ]
[ { "path": "01_Apache_laravel/roles/php/tasks/main.yml", "content": "- name: Enable to install .\n shell: \"amazon-linux-extras enable php8.0\"\n changed_when: False\n\n- name: yum php install\n yum:\n name: \"{{ item }}\"\n state: latest\n enablerepo: amzn2extra-php8.0\n with_items:\n - php\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
02_Nginx_laravel/roles/default
7,213
[ "permissive" ]
[ { "path": "02_Nginx_laravel/roles/default/tasks/main.yml", "content": "- name: set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n become: yes\n become_user: root\n\n\n- name: \"requires install\"\n yum: \"name={{ item }} state=present\"\n with_items:\n - telnet\n - nodejs\n - tree\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
02_Nginx_laravel/roles/mysql
7,213
[ "permissive" ]
[ { "path": "02_Nginx_laravel/roles/mysql/tasks/main.yml", "content": "- name: rpm install MySQL Yum Repository\n yum:\n name: https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm\n state: present\n\n- name: enable mysql57-community\n shell: |\n yum-config-manager --disable mysql80-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
02_Nginx_laravel/roles/nginx
7,213
[ "permissive" ]
[ { "path": "02_Nginx_laravel/roles/nginx/templates/php-fpm.conf.j2", "content": "location / {\nroot /usr/share/nginx/html; #上と同じにする\nindex index.html index.htm;\n}\n\nlocation ~ \\.php$ {\nfastcgi_pass 127.0.0.1:9000; # unix:/var/run/php-fpm/php-fpm.sock;\nfastcgi_index index.php;\nfastcgi_param SCRIPT_FILEN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 708, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
02_Nginx_laravel/roles/php
7,213
[ "permissive" ]
[ { "path": "02_Nginx_laravel/roles/php/tasks/main.yml", "content": "- name: Enable to install PHP.\n shell: \"amazon-linux-extras enable php8.0\"\n changed_when: False\n\n- name: install remi epel\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - https://rpms.remirepo.net/enterp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 699, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
02_Nginx_laravel/roles/php_remi
7,213
[ "permissive" ]
[ { "path": "02_Nginx_laravel/roles/php_remi/tasks/main.yml", "content": "- name: install remi\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - https://rpms.remirepo.net/enterprise/remi-release-7.rpm\n\n- name: yum repo priority Modify\n template:\n src: \"../templates/{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1409, "all_permissive": true }
ansible_role
Myabaou/ansible_playbooks
eae5f6f7be868dc49e03dafeca264cb31adc7a2a
0
02_Nginx_laravel/roles/terraform
7,213
[ "permissive" ]
[ { "path": "02_Nginx_laravel/roles/terraform/tasks/main.yml", "content": "- name: tfenv clone\n ansible.builtin.git:\n repo: https://github.com/tfutils/tfenv.git\n dest: ~/.tfenv\n\n- name: bachrc modify tfenv\n ansible.builtin.lineinfile:\n path: \"/home/{{ target_user }}/.bashrc\"\n line: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": true }
ansible_role
rasputnik/ansible-homebridge
73849999f25b90663ddc8904a3562b17d0371786
1
roles/homebridge
7,202
[ "no_license" ]
[ { "path": "roles/homebridge/handlers/main.yml", "content": "---\n\n- name: bounce homebridge\n become: yes\n service:\n name: homebridge\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/homebridge/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1273, "all_permissive": false }
ansible_role
rasputnik/ansible-homebridge
73849999f25b90663ddc8904a3562b17d0371786
1
roles/nodejs
7,202
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: get {{ nodejs_tarball_url }}\n get_url:\n url: \"{{ nodejs_tarball_url }}\"\n dest: \"{{ nodejs_tarball_dest }}\"\n\n- name: extract {{ nodejs_tarball_dest }}\n become: yes\n unarchive:\n remote_src: yes\n src: \"{{ nodejs_ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 693, "all_permissive": false }
ansible_role
cripperz/candidate-freeswitch
3b41cc20a562447ed82c19ce8c0bd489329c1587
0
roles/freeswitch
7,202
[ "no_license" ]
[ { "path": "roles/freeswitch/tasks/main.yml", "content": "---\n\n- name: Check remote host met this requirment or not\n fail: msg=\"Please use Centos 6 cause this playbook design for that recommand Centos 6.6-6.7\"\n when: ansible_distribution != \"CentOS\" and\n (ansible_distribution_major_version ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3057, "all_permissive": false }
ansible_role
cripperz/candidate-freeswitch
3b41cc20a562447ed82c19ce8c0bd489329c1587
0
roles/freeswitch-iptables
7,202
[ "no_license" ]
[ { "path": "roles/freeswitch-iptables/tasks/main.yml", "content": "---\n\n- name: Insert iptables rule SSH Port\n lineinfile:\n dest=/etc/sysconfig/iptables \n state=present \n regexp=\"^.*INPUT.*tcp.*22.*ACCEPT\" \n insertafter=\"^.*INPUT.*ESTABLISHED,RELATED.*ACCEPT\" line=\"-A INPUT -m state ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
cripperz/candidate-freeswitch
3b41cc20a562447ed82c19ce8c0bd489329c1587
0
roles/freeswitch-service
7,202
[ "no_license" ]
[ { "path": "roles/freeswitch-service/tasks/main.yml", "content": "---\n\n# file: {{ name }}/tasks/main.yml\n\n- name: Enable Freeswitch service. \n service: name=freeswitch enabled=yes\n tags:\n - enable-service\n\n- name: Start Service Freeswitch\n service: name=freeswitch state=started\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
cripperz/candidate-freeswitch
3b41cc20a562447ed82c19ce8c0bd489329c1587
0
roles/freeswitch-user
7,202
[ "no_license" ]
[ { "path": "roles/freeswitch-user/README.md", "content": "Role Name\n========\n\nThis role use to create user for target remote and design for freeswitch ( I'm Candidate ) not recommend for general usage.\n\nRequirements\n------------\n\n- Openssl because i use openssl to generate password. \n\n\n\nRole Vari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2404, "all_permissive": false }
ansible_role
mraarif/udacity-clouddevops-assignment3
c4c7fdb1829619aa8555c69c07f9d681d206ddc0
1
.circleci/ansible/roles/deploy
7,202
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: copy backend app\n synchronize:\n src: /tmp/workspace/backend/\n dest: ~/web/\n\n- name: populate /etc/environment\n lineinfile:\n dest: \"/etc/environment\"\n state: present\n regexp: \"^{{ item.key }}=\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
suttonr/racenow
109e26747b0e0f1bf20a52c2fcaae1e70bb89c3c
0
roles/acc_server
7,202
[ "no_license" ]
[ { "path": "roles/acc_server/defaults/main.yml", "content": "acc_image: kugel/accweb:latest \nacc_admin_password: <PASSWORD>\nacc_mod_password: <PASSWORD>\nacc_ro_password: <PASSWORD>\nacc_port_web: 8080\nacc_port_race: 9001\nacc_cert_path: /srv/acccerts/\nacc_server_path: /srv/accserver/\nacc_letsencrypt_fq...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2493, "all_permissive": false }
ansible_role
suttonr/racenow
109e26747b0e0f1bf20a52c2fcaae1e70bb89c3c
0
roles/teamspeak
7,202
[ "no_license" ]
[ { "path": "roles/teamspeak/defaults/main.yml", "content": "teamspeak_image: teamspeak\nteamspeak_dbpassword: <PASSWORD>\nteamspeak_port_voice: 9987\nteamspeak_port_query: 10011\nteamspeak_port_file: 30033\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2441, "all_permissive": false }
ansible_role
yixian12580/scripts
a951d53577585e023239d292622db63e1f160d72
0
ansible-playbooks/ansible-playbook/ansible-mailserver/roles/ispmail-certificate
7,202
[ "no_license" ]
[ { "path": "ansible-playbooks/ansible-playbook/ansible-mailserver/roles/ispmail-certificate/defaults/main.yml", "content": "---\nispmail_certificate_directory: /etc/letsencrypt/live/sub.domain.tld\nispmail_certificate_location: /etc/letsencrypt/live/sub.domain.tld/fullchain.pem\nispmail_certificate_keyfile: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3639, "all_permissive": false }
ansible_role
yixian12580/scripts
a951d53577585e023239d292622db63e1f160d72
0
ansible-playbooks/ansible-playbook/ansible-mailserver/roles/ispmail-nginx
7,202
[ "no_license" ]
[ { "path": "ansible-playbooks/ansible-playbook/ansible-mailserver/roles/ispmail-nginx/tasks/main.yml", "content": "---\n- name: Install nginx package\n apt:\n name: nginx\n state: present\n update_cache: true\n cache_valid_time: 3600\n register: apt_result\n until: apt_result is succeeded\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1692, "all_permissive": false }
ansible_role
yixian12580/scripts
a951d53577585e023239d292622db63e1f160d72
0
ansible-playbooks/ansible-playbook/ansible-mailserver/roles/ispmail-postfix
7,202
[ "no_license" ]
[ { "path": "ansible-playbooks/ansible-playbook/ansible-mailserver/roles/ispmail-postfix/templates/pgsql-virtual-mailbox-maps.cf.j2", "content": "user = mail\nhosts = {{ ispmail_postfix_database_hosts|join(' ') }}\npassword = {{ ispmail_postfix_database_password }}\ndbname = mailserver\nquery = SELECT u.email...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1988, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson19/roles/install_soft
7,202
[ "no_license" ]
[ { "path": "lesson19/roles/install_soft/tasks/main.yml", "content": "- name: Install additional software\n ansible.builtin.apt:\n update_cache: yes\n state: latest\n name:\n - curl\n - wget\n - git\n - mc\n - tree\n - vim", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson19/roles/mysql_server
7,202
[ "no_license" ]
[ { "path": "lesson19/roles/mysql_server/tasks/main.yml", "content": "- name: Install Docker\n ansible.builtin.apt:\n update_cache: yes\n state: latest\n name: docker.io\n\n- name: Pull image\n community.docker.docker_image:\n name: mysql\n source: pull\n\n- name: Run nginx\n community.docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson19/roles/user_config
7,202
[ "no_license" ]
[ { "path": "lesson19/roles/user_config/tasks/main.yml", "content": " ### USER CONFIGURATION ###\n - name: Create group\n group:\n name: \"{{ group_name }}\"\n state: present\n\n - name: Create User\n user:\n name: \"{{ user_name }}\"\n state: present\n password: \"{{ <PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson19/roles/web_server
7,202
[ "no_license" ]
[ { "path": "lesson19/roles/web_server/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.apt:\n update_cache: yes\n state: latest\n name: nginx\n notify: Start Nginx\n\n- name: Creates nginx directories\n ansible.builtin.file:\n path: /{{item}}\n state: directory\n loop:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson23/ansible/roles/ping
7,202
[ "no_license" ]
[ { "path": "lesson23/ansible/roles/ping/tasks/main.yml", "content": "---\n\n- name: Ping EC2 Isntances\n action: ping\n\n- name: EC2 {{ ansible_host }} instance is working\n debug:\n msg: \"{{ ansible_host }} is working and reachble\"\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
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson24/ansible/roles/kibana
7,202
[ "no_license" ]
[ { "path": "lesson24/ansible/roles/kibana/tasks/main.yml", "content": "---\n\n- name: Install Kibana\n ansible.builtin.apt:\n name: kibana\n state: present\n update_cache: yes\n\n- name: Configure Kibana\n ansible.builtin.template:\n src: kibana.yml.j2\n dest: /etc/kibana/kibana.yml\n mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 465, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson24/ansible/roles/logstash
7,202
[ "no_license" ]
[ { "path": "lesson24/ansible/roles/logstash/tasks/main.yml", "content": "---\n- name: Install logstash\n ansible.builtin.apt:\n name: logstash\n state: present\n notify: restart logstash\n\n- name: Configure logstash\n ansible.builtin.template:\n src: logstash.yml.j2\n dest: /etc/logstash/logs...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 743, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson25/ansible/roles/filebeat
7,202
[ "no_license" ]
[ { "path": "lesson25/ansible/roles/filebeat/tasks/main.yml", "content": "---\n\n- name: Install filebeat\n ansible.builtin.apt:\n name: filebeat\n state: present\n\n- name: Configure filebeat\n ansible.builtin.template:\n src: filebeat.yml.j2\n dest: filebeat.yml\n mode: 0644\n\n- name: Enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2446, "all_permissive": false }
ansible_role
Valentinishe/robotdreams-all-lessons
e630f60ecaec0bad5e27598cd1d52fe1fdda0362
0
lesson25/ansible/roles/logstash
7,202
[ "no_license" ]
[ { "path": "lesson25/ansible/roles/logstash/tasks/main.yml", "content": "---\n\n- name: Install logstash\n ansible.builtin.apt:\n name: logstash\n state: present\n\n- name: Configure logstash\n ansible.builtin.template:\n src: beats.conf.j2\n dest: /etc/logstash/conf.d/beats.conf\n mode: 064...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
marinipete/Ansible-elk
e389735b155b28df5107e496e95c97ac86ec941c
0
roles/extraction
7,202
[ "no_license" ]
[ { "path": "roles/extraction/tasks/bin_version-shippers.yml", "content": "---\n- name: Validando o diretório destino {{ install_path.shippers }}\n file:\n path: \"{{ install_path.shippers }}\"\n state: directory\n owner: qaadm\n group: qaadm\n mode: 0700\n recurse: no\n\n- name: Validando ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5539, "all_permissive": false }
ansible_role
marinipete/Ansible-elk
e389735b155b28df5107e496e95c97ac86ec941c
0
roles/health_check
7,202
[ "no_license" ]
[ { "path": "roles/health_check/defaults/main.yml", "content": "---\n# defaults file for replicacaoELK", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/health_check/tasks/health-shippers.yml", "content": "---\n- name: Verificando se o proces...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2072, "all_permissive": false }
ansible_role
marinipete/Ansible-elk
e389735b155b28df5107e496e95c97ac86ec941c
0
roles/update
7,202
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: Validando o arquivo de configuração no servidor de destino (Shippers)\n include: update-shippers.yml app_name_update={{ item }}\n with_items: \"{{ app_name.split('|') }}\"\n #loop: \"{{ app_name.split('|') | flatten(levels=1) }}\" #Disponí...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3694, "all_permissive": false }
ansible_role
toinux/ansible-pihole
96ebefff982b8d5574702fced2765da7c88c8dd8
1
roles/gravity-sync
7,202
[ "no_license" ]
[ { "path": "roles/gravity-sync/tasks/main.yaml", "content": "- name: Create gravity-sync config directory\n ansible.builtin.file:\n path: /etc/gravity-sync\n mode: '0775'\n state: directory\n become: true\n\n- name: Git checkout gravity-sync\n ansible.builtin.git:\n repo: 'https://github.com/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1815, "all_permissive": false }
ansible_role
toinux/ansible-pihole
96ebefff982b8d5574702fced2765da7c88c8dd8
1
roles/keepalived
7,202
[ "no_license" ]
[ { "path": "roles/keepalived/tasks/main.yaml", "content": "- name: 'Enable nonlocal IP binding'\n ansible.builtin.lineinfile:\n path: /etc/sysctl.conf\n line: 'net.{{ item }}.ip_nonlocal_bind = 1'\n loop:\n - ipv4\n - ipv6\n notify: Reload sysctl config\n\n- name: Flush handlers\n meta: flush...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
toinux/ansible-pihole
96ebefff982b8d5574702fced2765da7c88c8dd8
1
roles/pihole
7,202
[ "no_license" ]
[ { "path": "roles/pihole/vars/main.yaml", "content": "pihole_default_environment:\n TZ: 'Europe/Paris'\n FTLCONF_LOCAL_IPV4: \"{{ pihole_vip_ipv4.split('/')[0] }}\"\n FTLCONF_LOCAL_IPV6: \"{{ pihole_vip_ipv6.split('/')[0] }}\"\n PIHOLE_DNS_: \"127.0.0.1#{{ pihole_dnscrypt_port|string + pihole_dnscrypt_ip...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3267, "all_permissive": false }
ansible_role
toinux/ansible-pihole
96ebefff982b8d5574702fced2765da7c88c8dd8
1
roles/setup
7,202
[ "no_license" ]
[ { "path": "roles/setup/handlers/main.yaml", "content": "- name: reload dhclient\n ansible.builtin.shell: \"dhclient -r; dhclient\"\n\n- name: reload firewalld\n ansible.builtin.command: \"firewall-cmd --reload\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2001, "all_permissive": false }
ansible_role
umapathireddy/newgerrit
5f86d452939074a8b6574715ee24e0b0a2ee68a5
0
roles/gerrit
7,202
[ "no_license" ]
[ { "path": "roles/gerrit/tasks/main.yml", "content": "---\n\n \n\n\n - name: Install add-apt-repostory\n\n apt: name=openjdk-8-jdk state=present\n\n - name: Check java environment varibale file is there ot not\n\n stat:\n\n path: /etc/profile.d/java.sh\n\n register: env_result\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1439, "all_permissive": false }
ansible_role
omarelsheekh/Udacity-DevOps-Proj3
4da45d31b86a8664a85ead535dc7e4e504906557
0
.circleci/ansible/roles/configure-prometheus-node-exporter
7,202
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-prometheus-node-exporter/tasks/main.yml", "content": "- name: \"download node exporter.\"\n unarchive:\n src: https://github.com/prometheus/node_exporter/releases/download/v1.1.1/node_exporter-1.1.1.linux-amd64.tar.gz\n dest: \"~\"\n remote_src: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
omarelsheekh/Udacity-DevOps-Proj3
4da45d31b86a8664a85ead535dc7e4e504906557
0
.circleci/ansible/roles/deploy
7,202
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: install packages\n become: true\n apt:\n name: [git, build-essential, curl, openssl, libssl-dev]\n state: latest\n update_cache: yes\n\n\n- name: clone repos\n shell: \"chdir=/home/ubuntu/ {{ item }}\"\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/create-ec2-loadbalancer
7,202
[ "no_license" ]
[ { "path": "roles/create-ec2-loadbalancer/tasks/main.yml", "content": "---\n - name: Create EC2 LoadBalancer\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1172, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/create-swarm-manager-groups
7,202
[ "no_license" ]
[ { "path": "roles/create-swarm-manager-groups/tasks/main.yml", "content": "---\n# tasks file for swarm-manager\n- name: determine swarm status\n shell: >\n docker info | egrep '^Swarm: ' | cut -d ' ' -f2\n register: swarm_status\n\n- name: create swarm_manager_running group\n add_host:\n hostname: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/create-swarm-node-groups
7,202
[ "no_license" ]
[ { "path": "roles/create-swarm-node-groups/vars/main.yml", "content": "---\n# vars file for create-swarm-slave-groups\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/create-swarm-node-groups/defaults/main.yml", "content": "---\n# default...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 750, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/initialise-swarm
7,202
[ "no_license" ]
[ { "path": "roles/initialise-swarm/tasks/main.yml", "content": "---\n# tasks file for initialise-swarm\n- name: initialize swarm cluster\n shell: >\n docker swarm init\n --advertise-addr={{ swarm_iface | default('eth0') }}:2377\n when: \"'swarm_manager_running' not in groups\"\n register: not_runnin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/install-docker-engine
7,202
[ "no_license" ]
[ { "path": "roles/install-docker-engine/defaults/main.yml", "content": "---\n# defaults file for docker-engine\ndocker_version: \"1.12\"\ndocker_compose_version: \"1.7.1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/install-docker-engine...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1169, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/provision-ec2-loadbalancer
7,202
[ "no_license" ]
[ { "path": "roles/provision-ec2-loadbalancer/tasks/main.yml", "content": "---\n - name: remove nginx directory if exists\n file: path=/var/docker/nginx state=absent\n\n - name: check nginx directory exists\n file: path=/var/docker/nginx/log state=directory\n\n - name: copy the config folder to the l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1147, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/provision-ec2-managers
7,202
[ "no_license" ]
[ { "path": "roles/provision-ec2-managers/tasks/main.yml", "content": "---\n - name: Provision EC2 Managers\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1227, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/provision-ec2-nodes
7,202
[ "no_license" ]
[ { "path": "roles/provision-ec2-nodes/tasks/main.yml", "content": "---\n - name: Provision EC2 Nodes\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1213, "all_permissive": false }
ansible_role
StephenCoady/Docker-Swarm-With-Ansible
96d33e1e835d19380518cad755fe08eeffd9d5ed
0
roles/setup-swarm
7,202
[ "no_license" ]
[ { "path": "roles/setup-swarm/handlers/main.yml", "content": "---\n# handlers file for setup-swarm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/setup-swarm/defaults/main.yml", "content": "---\n# defaults file for setup-swarm\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 550, "all_permissive": false }
ansible_role
zzzzzsy/ansible_playbooks
7a43bb4821570920b52e7a1ae60dd72f74b08cb6
0
zabbix/roles/agent
7,202
[ "no_license" ]
[ { "path": "zabbix/roles/agent/tasks/main.yml", "content": "---\n# this role contains zabbix-agent play for all agent nodes\n\n- name: remove tmp workspace\n file:\n path: \"{{agent_tmp_wksp}}\"\n state: absent\n\n- name: create tmp workspace\n file:\n path: \"{{agent_tmp_wksp}}\"\n state: dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
zzzzzsy/ansible_playbooks
7a43bb4821570920b52e7a1ae60dd72f74b08cb6
0
zabbix/roles/db
7,202
[ "no_license" ]
[ { "path": "zabbix/roles/db/templates/zdb_image_env.j2", "content": "MARIADB_USER={{zdb_db_user}}\nMARIADB_PASS={{z<PASSWORD>}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "zabbix/roles/db/tasks/main.yml", "content": "---\n# this role conta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
zzzzzsy/ansible_playbooks
7a43bb4821570920b52e7a1ae60dd72f74b08cb6
0
zabbix/roles/download
7,202
[ "no_license" ]
[ { "path": "zabbix/roles/download/tasks/main.yml", "content": "---\n# this role play for collecting resources from internet\n# assume that only builder server has internet access\n\n# ++++++++ docker images for zabbix-server && zabbix-db +++++++++++\n\n- name: download docker image for zabbix-server (zabbix...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1434, "all_permissive": false }
ansible_role
zzzzzsy/ansible_playbooks
7a43bb4821570920b52e7a1ae60dd72f74b08cb6
0
zabbix/roles/server
7,202
[ "no_license" ]
[ { "path": "zabbix/roles/server/templates/zs_image_env.j2", "content": "PHP_date_timezone={{zwb_timezone}}\nZS_DBHost={{zdb_db_host}}\nZS_DBName={{zdb_db_name}}\nZS_DBUser={{zdb_db_user}}\nZS_DBPassword={{<PASSWORD>}}\nZS_DBPort={{zdb_db_port}}\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1451, "all_permissive": false }