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 | Nour9911/CD_project | 7f67666f538440b8b3d0cf67a00134bb88022c51 | 0 | ansible/roles/grafana | 7,546 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "---\n# tasks file for grafana\n- name: run container grafana\n grafana_container:\n name: grafana\n image: grafana/grafana:latest\n state: started\n recreate: true\n ports:\n - \"3000:3000\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | Nour9911/CD_project | 7f67666f538440b8b3d0cf67a00134bb88022c51 | 0 | ansible/roles/node-exporter | 7,546 | [
"no_license"
] | [
{
"path": "ansible/roles/node-exporter/tasks/main.yml",
"content": "---\n# tasks file for node-exporter\n- name: run container node-exporter\n node_exporter_container:\n name: node_exporter\n image: prom/node-exporter:latest\n state: started\n recreate: true\n ports:\n - \"9100:9100\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | Nour9911/CD_project | 7f67666f538440b8b3d0cf67a00134bb88022c51 | 0 | ansible/roles/prometheus | 7,546 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/main.yml",
"content": "---\n- name: run container prometheus\n prometheus_container:\n name: prometheus\n image: prom/prometheus:latest\n state: started\n recreate: true\n ports:\n - \"9090:9090\"\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | joaoluga/ansible-personal-workspace | f3f7323bebe774fbae4841090a7fb26c100f5480 | 0 | src/roles/mac_setup | 7,546 | [
"no_license"
] | [
{
"path": "src/roles/mac_setup/tasks/main.yml",
"content": "- name: Setup Homebrew packages\n import_tasks: brew_setup.yml\n\n- name: Setup additional apps\n import_tasks: python_packages_setup.yml\n\n- name: Setup Apache Spark\n import_tasks: env_var_setup.yml\n\n",
"license_type": "no_license",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | amirbarzi003/my-ansible | aa8f8f8ee8d47e7f966c4cb32022de88fe13040c | 0 | roles/common | 7,546 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: update & upgrade pkg\n apt:\n name: \"*\"\n state: latest \n update_cache: yes\n\n \n\n- name: install apps\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - plocate\n\n- name: Tasks done\n debug:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | amirbarzi003/my-ansible | aa8f8f8ee8d47e7f966c4cb32022de88fe13040c | 0 | roles/firewalls | 7,546 | [
"no_license"
] | [
{
"path": "roles/firewalls/tasks/main.yml",
"content": "---\n\n- name: Allow outgoing connections by default\n ufw:\n rule: allow\n direction: out\n\n\n\n- name: Deny incoming connections by default\n ufw:\n rule: deny\n direction: in\n\n\n- name: permit traffic in default zone for ssh, http, ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | amirbarzi003/my-ansible | aa8f8f8ee8d47e7f966c4cb32022de88fe13040c | 0 | roles/gathering | 7,546 | [
"no_license"
] | [
{
"path": "roles/gathering/tasks/main.yml",
"content": "---\n\n- name: selected Data from gatherings Facts\n debug:\n var: \"{{ item }}\"\n loop:\n - my_ip_address\n - my_hostname\n - my_distribution\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | amirbarzi003/my-ansible | aa8f8f8ee8d47e7f966c4cb32022de88fe13040c | 0 | roles/nginx | 7,546 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: install last version of nginx\n apt:\n name: nginx\n state: latest\n update_cache: yes\n\n\n- name: Add or modify try_files directive\n lineinfile:\n path: /etc/nginx/sites-available/default # Update the path as needed\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | alphajc/ansible-kubernetes | 2875bb854ef2672e6750c44d2cb1a16acf6bbf7e | 0 | roles/basic | 7,546 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "---\n- name: 代理consul界面\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n loop:\n - src: consul.conf\n dest: /etc/nginx/conf.d/\n - src: passwd.db\n dest: /opt/consul/\n\n- name: 重载nginx\n systemd:\n name: nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | alphajc/ansible-kubernetes | 2875bb854ef2672e6750c44d2cb1a16acf6bbf7e | 0 | roles/cleanup | 7,546 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "- name: 停止容器相关服务\n systemd:\n name: \"{{ item }}\"\n enabled: no\n state: stopped\n force: yes\n loop:\n - kubelet\n - docker\n ignore_errors: yes\n\n- name: 删除集群环境\n shell: \"kubeadm reset\"\n ignore_errors: yes\n\n- name: 卸载容器相关环... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | alphajc/ansible-kubernetes | 2875bb854ef2672e6750c44d2cb1a16acf6bbf7e | 0 | roles/common | 7,546 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: 安装docker\n yum:\n name: docker\n state: present\n\n- name: 启动docker并设置开机自启\n systemd:\n name: docker\n enabled: yes\n state: started\n\n- name: 上传安装包\n copy:\n src: \"{{ item }}\"\n dest: \"/tmp/ansible/packages/\"\n with_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 790,
"all_permissive": false
} |
ansible_role | alphajc/ansible-kubernetes | 2875bb854ef2672e6750c44d2cb1a16acf6bbf7e | 0 | roles/consul | 7,546 | [
"no_license"
] | [
{
"path": "roles/consul/vars/consulc.yml",
"content": "---\nconf: client_config.j2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/consul/vars/main.yml",
"content": "---\ntemplate_pid_file: /opt/consul/consul-template.pid\ntemplate_log_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7220,
"all_permissive": false
} |
ansible_role | alphajc/ansible-kubernetes | 2875bb854ef2672e6750c44d2cb1a16acf6bbf7e | 0 | roles/master | 7,546 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "- name: 上传docker镜像\n copy:\n src: \"{{ item }}\"\n dest: \"/tmp/ansible/images/\"\n with_fileglob:\n - \"files/images/*\"\n register: imgs\n\n- name: 装载docker镜像\n shell: \"docker load -i {{ item }}\"\n loop: \"{{ imgs.results | map(attribute... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | alphajc/ansible-kubernetes | 2875bb854ef2672e6750c44d2cb1a16acf6bbf7e | 0 | roles/worker | 7,546 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "- name: 上传docker镜像\n copy:\n src: \"{{ item }}\"\n dest: \"/tmp/ansible/images/\"\n loop:\n - \"files/images/pause-amd64_3.1.tgz\"\n - \"files/images/kube-proxy-amd64_v1.10.1.tgz\"\n register: imgs\n\n- name: 装载docker镜像\n shell: \"docker l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | evanshortiss/rhdh-demo-ansible | 7ce23f1c5ac233ef99e51c2ca283169aae0f80b8 | 1 | ansible/roles/install_operator | 7,546 | [
"no_license"
] | [
{
"path": "ansible/roles/install_operator/tasks/main.yml",
"content": "---\n# Do not modify this file\n\n- name: \"{{ install_operator_name }} - Install the operator\"\n when: install_operator_action == \"install\"\n include_tasks:\n file: install.yml\n ignore_errors: \"{{ install_operator_install_csv... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6803,
"all_permissive": false
} |
ansible_role | evanshortiss/rhdh-demo-ansible | 7ce23f1c5ac233ef99e51c2ca283169aae0f80b8 | 1 | ansible/roles/ocp4_workload_platform_engineering_workshop | 7,546 | [
"no_license"
] | [
{
"path": "ansible/roles/ocp4_workload_platform_engineering_workshop/templates/parasol/rolebinding.yaml.j2",
"content": "{% for __binding in r_platform_engineering_workshop_bindings %}\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: '{{ __binding.role }}-{{ __binding.na... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 32545,
"all_permissive": false
} |
ansible_role | qdf-zapanta/CPE232_DaveHOA9 | e91e9a68021b1bda587f5c71b3ab931ce532af35 | 0 | roles/centos | 7,546 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yml",
"content": "---\n- name: prometheus directory\n file:\n path: ~/prometheus\n state: directory\n\n- name: download & extract prometheus\n unarchive:\n src: \"{{source}}\"\n dest: ~/prometheus\n remote_src: yes\n mode: 0777\n owner: root\n gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | o-bashmak/DeusOps_ID231206 | 211b67fe1a9262d8b51ea0c08d15d274e1f9cb0c | 0 | roles/nfs | 7,546 | [
"no_license"
] | [
{
"path": "roles/nfs/defaults/main.yml",
"content": "---\n# defaults file for nfs\nansible_user : vagrant\nansible_ssh_private_key_file : /home/vagrant/.ssh/ansible_key\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/nfs/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | o-bashmak/DeusOps_ID231206 | 211b67fe1a9262d8b51ea0c08d15d274e1f9cb0c | 0 | roles/nginx | 7,546 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\ndest_folder: /etc/nginx/sites-available\nansible_user : vagrant\nansible_ssh_private_key_file : /home/vagrant/.ssh/ansible_key\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/alacritty | 7,546 | [
"no_license"
] | [
{
"path": "roles/alacritty/tasks/main.yml",
"content": "- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Install alacritty\n pacman:\n name: \"{{ role_path | basename }}\"\n state: present\n become: y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/aur | 7,546 | [
"no_license"
] | [
{
"path": "roles/aur/tasks/main.yml",
"content": "- name: Create aur_builder user\n user:\n name: aur_builder\n group: wheel\n become: yes\n\n- name: Configure aur_builder user\n lineinfile:\n path: /etc/sudoers.d/11-install-aur_builder\n line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/awesome | 7,546 | [
"no_license"
] | [
{
"path": "roles/awesome/files/themes/my-powerarrow/theme.lua",
"content": "--[[\n\n Powerarrow Dark Awesome WM theme\n github.com/lcpz\n\n--]]\n\nlocal gears = require(\"gears\")\nlocal lain = require(\"lain\")\nlocal awful = require(\"awful\")\nlocal wibox = require(\"wibox\")\n\n-- For debugging... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 24414,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/aws | 7,546 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/arch.yml",
"content": "- name: Install aws-cli via pacman\n pacman:\n name: aws-cli\n state: latest\n become: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/aws/tasks/debian.yml",
"content": "- ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/base | 7,546 | [
"no_license"
] | [
{
"path": "roles/base/tasks/arch.yml",
"content": "- name: Install common packages\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ base_packages }}\"\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
"path": "role... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/base16 | 7,546 | [
"no_license"
] | [
{
"path": "roles/base16/tasks/main.yml",
"content": "- name: Clone base16-shell\n git:\n repo: https://github.com/chriskempson/base16-shell\n dest: \"{{ arch_bootstrap_user_home }}/.config/base16-shell\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/browsers | 7,546 | [
"no_license"
] | [
{
"path": "roles/browsers/tasks/main.yml",
"content": "- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/browsers/tasks/arch.yml",
"content": "- name: Install w3m\n pac... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/docker | 7,546 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/debian.yml",
"content": "- name: Install packages to allow apt to use a repository over HTTPS\n apt: name={{ item }} state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n - python-setuptools \n become: yes\n\n- name:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/docker-compose | 7,546 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "- name: Install docker compose\n pip:\n name: docker-compose\n state: latest\n extra_args: --user\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/fonts | 7,546 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "- name: Install base fonts\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ base_fonts }}\"\n become: yes\n\n- name: Install AUR fonts\n aur:\n name: \"{{ item }}\"\n with_items: \"{{ aur_fonts }}\"\n tags:\n - aur\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/git | 7,546 | [
"no_license"
] | [
{
"path": "roles/git/tasks/arch.yml",
"content": "- name: Install git\n pacman:\n name: git\n state: latest\n become: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/git/templates/gitconfig.j2",
"content": "[hub]\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1530,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/i3lock | 7,546 | [
"no_license"
] | [
{
"path": "roles/i3lock/tasks/templates/i3lock.service.j2",
"content": "[Unit]\nDescription=Lock X session using i3lock for user %i\n\n[Service]\nUser={{ user.name }}\nType=forking\nEnvironment=DISPLAY=:0\nExecStart=/usr/bin/i3lock\n\n[Install]\nWantedBy=suspend.target\nWantedBy=sleep.target\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/kops | 7,546 | [
"no_license"
] | [
{
"path": "roles/kops/tasks/archlinux.yaml",
"content": "- name: Install kops from AUR\n aur:\n name: kops-bin\n skip_installed: yes\n become: yes\n become_user: aur_builder\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/kops/met... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/kubectl | 7,546 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/archlinux.yaml",
"content": "- name: Install kubectl from AUR\n aur:\n name: kubectl-bin\n skip_installed: yes\n become: yes\n become_user: aur_builder\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/linux-lts | 7,546 | [
"no_license"
] | [
{
"path": "roles/linux-lts/tasks/main.yml",
"content": "- name: Install linux-lts\n block:\n - name: Install packages with pacman\n pacman:\n name: \"{{ item }}\"\n state: present\n loop:\n - linux-lts\n - linux-lts-headers\n register: installed\n\n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/lxdm | 7,546 | [
"no_license"
] | [
{
"path": "roles/lxdm/tasks/main.yml",
"content": "- name: Install lxdm\n pacman:\n name: lxdm\n state: present\n become: yes\n\n- name: Install lxdm themes\n aur:\n name: lxdm-themes\n\n- name: Enable lxdm.service\n systemd:\n name: lxdm.service\n enabled: yes\n become: yes\n\n- name: C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/minikube | 7,546 | [
"no_license"
] | [
{
"path": "roles/minikube/tasks/main.yaml",
"content": "- import_tasks: archlinux.yaml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Check if minikube already running\n command: minikube status\n no_log: yes\n failed_when: no\n register: minikube_status\n\n# - name: check minikube_status\n# d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/neovim | 7,546 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Copy init.vim file\n template:\n src: \"init.j2\"\n dest: \"{{ arch_bootstrap_user_home }}/.config/nvim/init.vim\"\n\n- include: \"{{ arch_bootstrap_home }}/roles/vim/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/net | 7,546 | [
"no_license"
] | [
{
"path": "roles/net/tasks/main.yml",
"content": "# This is needed in order to not be charged for sharing internet from a mobile device\n- name: Set IPv4 TTL to 65\n command: sysctl net.ipv4.ip_default_ttl=65\n become: yes\n\n- name: Persist IPv4 TTL on restarts\n copy:\n src: \"{{ arch_bootstrap_home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/nodejs | 7,546 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/debian.yml",
"content": "- name: Ensure apt-transport-https is installed.\n apt:\n name: apt-transport-https\n state: present\n become: yes\n\n- name: Add Nodesource apt key.\n apt_key:\n url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x16... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2031,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/npm | 7,546 | [
"no_license"
] | [
{
"path": "roles/npm/tasks/main.yml",
"content": "- name: Install NodeJS\n pacman:\n name: npm\n state: latest\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/nvm | 7,546 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Install nvm\n git:\n repo: https://github.com/creationix/nvm.git\n dest: \"{{ arch_bootstrap_user_home... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/pip | 7,546 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/arch.yml",
"content": "- name: Install pip\n pacman:\n name: python-pip\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/pip/tasks/main.yml",
"content": "- import_tasks: a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/power-saving | 7,546 | [
"no_license"
] | [
{
"path": "roles/power-saving/tasks/i915.yml",
"content": "# https://wiki.archlinux.org/index.php/Dell_XPS_15_9560\n- name: Set options for i915 kernel module\n copy:\n src: \"{{ arch_bootstrap_home }}/roles/power-saving/files/i915_options.conf\"\n dest: \"/etc/modprobe.d/i915_options.conf\"\n becom... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1784,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/ssh | 7,546 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/debian.yml",
"content": "- name: Install OpenSSH via apt-get\n apt:\n name: openssh\n state: latest\n become: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/ssh/tasks/arch.yml",
"content": "- na... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/systemd-timesyncd | 7,546 | [
"no_license"
] | [
{
"path": "roles/systemd-timesyncd/tasks/main.yml",
"content": "- name: Start and enable systemd-timesyncd service\n systemd:\n name: systemd-timesyncd.service\n enabled: yes\n state: started\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/tmux | 7,546 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n# - name: Check if tmux installed\n# shell: command -v tmux >/dev/null 2>&1\n# register: tmux_not_exist\n# fai... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5829,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/tweaking | 7,546 | [
"no_license"
] | [
{
"path": "roles/tweaking/tasks/capslock2ctrl.yml",
"content": "- name: Remap CapsLock to Ctrl for tty\n lineinfile:\n path: /etc/default/keyboard\n line: 'XKBOPTIONS=\"ctrl:nocaps\"'\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/video-drivers | 7,546 | [
"no_license"
] | [
{
"path": "roles/video-drivers/tasks/main.yml",
"content": "- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Adding current user to group bumblebee\n user:\n name: \"{{ ansible_user_id }}\"\n groups: b... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2607,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/vim | 7,546 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/vim-plugins.yml",
"content": "- name: Install Vundle\n git:\n repo: https://github.com/VundleVim/Vundle.vim.git\n dest: \"{{ arch_bootstrap_user_home }}/.vim/bundle/Vundle.vim\"\n\n- name: Install vim plugins\n shell: vim -c \":PluginInstall\" -c q -c q -c q\n register: p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1848,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/virtualbox | 7,546 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/arch.yml",
"content": "- name: Install VirtualBox\n pacman:\n name: \"{{ item }}\"\n state: present\n loop:\n - virtualbox\n - virtualbox-guest-utils\n become: yes\n\n- name: Install VirtualBox additional modules\n pacman:\n name: \"{{ item }}\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/wsl | 7,546 | [
"no_license"
] | [
{
"path": "roles/wsl/tasks/main.yml",
"content": "- name: Copy wsl.conf\n copy:\n src: \"wsl.conf\"\n dest: \"/etc/wsl.conf\"\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/x11 | 7,546 | [
"no_license"
] | [
{
"path": "roles/x11/tasks/arch.yml",
"content": "- name: Install X11 packages\n pacman:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ xorg_packages }}\"\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "roles/x1... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/yaourt | 7,546 | [
"no_license"
] | [
{
"path": "roles/yaourt/meta/main.yml",
"content": "dependencies:\n - { role: aur }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/yaourt/tasks/main.yml",
"content": "# This does not work anymore\n#- name: Add archlinux.fr repository ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | cyxou/arch-bootstrap | a70250c7796f29cfe4ba69532f330b6d2407469b | 2 | roles/zsh | 7,546 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "# Installation and setup\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n# Configuration\n- name: Check if zshrc already exists\n stat: path=\"{{ arch_bootstrap_us... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1538,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/firewalld | 7,546 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/main.yml",
"content": "---\r\n- name: restart service firewalld\r\n ansible.builtin.service:\r\n name: firewalld\r\n state: restarted\r\n- name: Open 80 port\r\n ansible.posix.firewalld:\r\n service: http\r\n permanent: yes\r\n state: enabled\r\n- name: Open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/httpd | 7,546 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\r\n- name: install apache\r\n yum:\r\n name: httpd\r\n state: latest\r\n- name: change listen port\r\n template:\r\n src: httpd.conf\r\n dest: /etc/httpd/conf/httpd.conf\r\n- name: enabled httpd\r\n service: name=httpd enabled=yes\r\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/memcached | 7,546 | [
"no_license"
] | [
{
"path": "roles/memcached/tasks/main.yml",
"content": "---\n- name: install memcached server\n yum:\n name: memcached\n state: latest\n- name: start and enable memcached server\n service:\n name: memcached\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/mysql | 7,546 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL 5.7 repo\n yum: name=http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm state=present\n- name: Install MySQL 5.7\n yum: pkg={{ item }}\n with_items:\n - mysql-community-server.x86_64\n - mysql-community-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/nginx | 7,546 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\r\n- name: install nginx\r\n yum:\r\n name: nginx\r\n state: latest\r\n- name: enabled nginx\r\n service:\r\n name: nginx\r\n enabled: yes\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/php | 7,546 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: install php74\n yum:\n name: php74-php\n state: latest\n- name: install modules php\n yum:\n name: \"{{ item }}\"\n with_items:\n - php74\n - php74-php-pecl-memcache.x86_64\n - php74-php-pecl-memcached.x86_64\n - php74-ph... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/repos | 7,546 | [
"no_license"
] | [
{
"path": "roles/repos/tasks/main.yml",
"content": "---\n- name: install epel release\n yum:\n name=epel-release\n state=latest\n- name: install remi release\n yum:\n name=https://rpms.remirepo.net/enterprise/remi-release-7.rpm\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/source | 7,546 | [
"no_license"
] | [
{
"path": "roles/source/tasks/main.yml",
"content": "---\r\n- name: intsall group of utills\r\n yum:\r\n name: '{{ item }}'\r\n state: latest\r\n with_items:\r\n - mc\r\n - wget\r\n - tar\r\n - vim\r\n - psmisc\r\n - net-tools\r\n - git\r\n - ncdu\r\n - htop\r\n - telne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | onehpclub/ansible-wp-nginx-apache | b1a992328dbfa1691445d6dd46aa409ba14b21a0 | 0 | roles/wordpress | 7,546 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: creatin user\n user: name=www-data\n\n- name: creating database\n mysql_db:\n name: \"{{ db_name }}\"\n state: \"present\"\n login_user: \"root\"\n login_password: \"{{ mysql_root_password }}\"\n\n- name: creating database us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1669,
"all_permissive": false
} |
ansible_role | avk-git-07/expense-ansible-roles | 47bb1718a24d63a4aceef1a631a1afec4a8d2adf | 0 | roles/backend | 7,548 | [
"no_license"
] | [
{
"path": "roles/backend/vars/main.yaml",
"content": "# mysql_root_password: <PASSWORD>\n# login_host: mysql.avk07.online\napp_location: /app\ncomponent: backend\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/backend/tasks/main.yaml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | avk-git-07/expense-ansible-roles | 47bb1718a24d63a4aceef1a631a1afec4a8d2adf | 0 | roles/common | 7,548 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-req.yaml",
"content": "\n- name: Remove existing app location\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: absent\n ignore_errors: true\n\n- name: Create App Directory\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: director... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/admin | 7,548 | [
"no_license"
] | [
{
"path": "roles/admin/defaults/main.yml",
"content": "---\nadmin_user: jwodder\nadmin_gecos: '<NAME>'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/admin/tasks/main.yml",
"content": "---\n- assert:\n that: 'admin_user != \"root\"'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2596,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/apache | 7,548 | [
"no_license"
] | [
{
"path": "roles/apache/files/bin/apache_access",
"content": "#!/bin/bash\nJWODDER_ROOT=\"$(dirname \"$(dirname \"$(readlink -f \"$0\")\")\")\"\nexec \"$JWODDER_ROOT\"/venvs/logsdb/bin/logsdb \\\n -c \"$JWODDER_ROOT\"/etc/logsdb.ini \\\n -l \"$JWODDER_ROOT\"/logs/apache_access.err \\\n apache-acces... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4630,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/authfail | 7,548 | [
"no_license"
] | [
{
"path": "roles/authfail/tasks/main.yml",
"content": "---\n- name: Install bin/authfail\n copy:\n src: bin/authfail\n dest: \"{{jwodder_root}}/bin/authfail\"\n mode: 0755\n notify:\n - Restart rsyslog\n\n- name: Ensure authfail errfile exists\n file:\n path: \"{{jwodder_root}}/logs/authfa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/backup | 7,548 | [
"no_license"
] | [
{
"path": "roles/backup/templates/backdroplet",
"content": "#!/bin/bash\n# Usage: sudo ./backdroplet [--rsync-only]\n((EUID == 0)) || exec sudo \"$0\" \"$@\"\n\nif [ \"$1\" = \"--rsync-only\" ]\nthen rsync_only=1\n shift\nfi\n\nROOT=/var/backups/jwodder\n\nset -ex\nmkdir -p \"$ROOT\"\n\nJWODDER_ROOT=\"$... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2303,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/base | 7,548 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install essential software\n apt:\n name:\n - apt-transport-https\n - build-essential\n - curl\n - fail2ban\n - git\n - htop\n - jq\n - libpam-google-authenticator\n - moreutils... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5165,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/dailyreport | 7,548 | [
"no_license"
] | [
{
"path": "roles/dailyreport/defaults/main.yml",
"content": "---\ndailyreporter: \"{{admin_user}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/dailyreport/meta/main.yml",
"content": "---\ndependencies:\n - role: logsdb\n - ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/docker | 7,548 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\nupdate_docker_compose: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Docker\n shell: 'wget -qO- https://get.d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/logsdb | 7,548 | [
"no_license"
] | [
{
"path": "roles/logsdb/meta/main.yml",
"content": "---\ndependencies:\n - role: postgres\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/logsdb/templates/logsdb.ini",
"content": "[database]\ndatabase = {{ logsdb_db }}\nusername = {{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2043,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/mail | 7,548 | [
"no_license"
] | [
{
"path": "roles/mail/files/bin/mailuser",
"content": "#!/bin/bash\nmailuser=\"$(cut -d@ -f1 <<<\"$1\" | cut -d+ -f1 | tr / -)\"\nprintf '%s\\n' \"${mailuser:-NULL}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/mail/tasks/postwhite.yml... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 8814,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/postgres | 7,548 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n apt:\n name:\n - libpq-dev\n - postgresql\n - python3-psycopg2 # Needed by Ansible's postgresql_* modules\n state: present\n update_cache: false\n\n# This makes the pager always use -S wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/skel | 7,548 | [
"no_license"
] | [
{
"path": "roles/skel/tasks/main.yml",
"content": "---\n- set_fact:\n # This makes the variable accessible to subsequent roles, right?\n jwodder_root: \"{{jwodder_root}}\"\n\n- name: Create jwodder package skeleton\n file:\n path: \"{{item}}\"\n state: directory\n with_items:\n - \"{{jwodde... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 804,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/ssl | 7,548 | [
"no_license"
] | [
{
"path": "roles/ssl/defaults/main.yml",
"content": "---\nupdate_certbot: false\ncertbot_cert_name: jwodder\n\n# Required: certbot_domains (list of strings)\n# Required: certbot_email\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/ssl/tem... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1819,
"all_permissive": false
} |
ansible_role | jwodder/system | 5f7f104ad8cf54746b062431820f96c6399f6539 | 0 | roles/xmission | 7,548 | [
"no_license"
] | [
{
"path": "roles/xmission/meta/main.yml",
"content": "---\ndependencies:\n - role: mail\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/xmission/tasks/main.yml",
"content": "---\n- name: Enable Transmission PPA\n apt_repository:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2281,
"all_permissive": false
} |
ansible_role | Harsith-Panda/Ansible-Mac-Playbook | 6a26bf6c5b2956d0ae1f7a11693dc8d113d0123c | 0 | roles/Dock | 7,548 | [
"no_license"
] | [
{
"path": "roles/Dock/Tasks/main.yml",
"content": "---\n\n- name: Removing all stuff from Dock\n shell: dockutil --remove '{{ item }}'\n ignore_errors: true\n with_items: \"{{ dockitems_to_remove }}\"\n\n- name: Check if items in dock exist\n shell: dockutil --find '{{ item.name }}' || dockutil --add '{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | Harsith-Panda/Ansible-Mac-Playbook | 6a26bf6c5b2956d0ae1f7a11693dc8d113d0123c | 0 | roles/homebrew | 7,548 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "- name: Installing Applications via brew\n shell: brew install --cask '{{ item }}'\n with_items: \"{{ brew_install_Apps }}\"\n\n- name: Installing frameworks via brew\n shell: brew install --cask '{{ item }}'\n with_items: \"{{ brew_install_framewor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/common.centos | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/common.centos/tasks/provision.yml",
"content": "---\n\n- name: Set timezone to Europe/Moscow\n command: timedatectl set-timezone Europe/Moscow\n\n- name: And the NGINX repository definition\n copy: src=nginx.repo dest=/etc/yum.repos.d/\n when: config_only == false\n\n-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/control-front | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/control-front/tasks/provision.yml",
"content": "---\n- name: Initialize static content root\n file:\n path: /srv/control-front/www\n state: directory\n become: yes \n\n- name: Download gotty\n get_url:\n url: https://github.com/yudai/gotty/releases/download/v... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2771,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/grafana | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/grafana/tasks/provision.yml",
"content": "---\n\n - name: Install Grafana\n yum:\n name: \"https://dl.grafana.com/oss/release/{{grafana_version_rpm}}\"\n state: present\n when: config_only == false",
"license_type": "no_license",
"detected_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/haproxy | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/haproxy/tasks/provision.yml",
"content": "---\n\n- name: Install HAProxy & ncat\n package: \n name: [haproxy, nmap-ncat] \n state: present\n when: config_only == false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6109,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/influxdb | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/influxdb/tasks/main.yml",
"content": "---\n\n- name: Package installation\n include_tasks:\n file: \"{{ role_path }}/tasks/provision.yml\"\n when: skip_install == false\n\n- name: Setup and configuration\n include_tasks:\n file: \"{{ role_path }}/tasks/setup.yml\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5058,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/mariadb | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/mariadb/tasks/setup.yml",
"content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n\n- name: Configure SELinux to start mysql on any port\n seboolean: name=mysql_connect_any state=true persistent=yes\n when: enabled_selinux and con... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2124,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/nginx | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/nginx/tasks/provision.yml",
"content": "---\n\n- name: Install nginx\n package: name=nginx state=present\n when: config_only == false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible/deployment/roles/ngi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 838,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/php-fpm | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/php-fpm/tasks/main.yml",
"content": "---\n\n- name: Package installation\n include_tasks: \"{{ role_path }}/tasks/provision.yml\"\n when: skip_install == false\n\n- name: Setup and configuration\n include_tasks: \"{{ role_path }}/tasks/setup.yml\"\n when: install_only... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/postgresql | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/postgresql/tasks/setup.yml",
"content": "---\n# This playbook will install PostgreSQL and create db user and give permissions and enable pg_stat_statements extension.\n\n# mkdir /root/shared/\n# mount -t vboxsf loadlab_vm /root/shared/\n# cd /root/shared/ansible/deploymen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11062,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/telegraf-host.alpine | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/telegraf-host.alpine/tasks/provision.yml",
"content": "---\n# Playbook for Alpine host\n\n - name: Install Telegraf\n become: true\n package: name=telegraf@testing state=installed\n when: config_only == false",
"license_type": "no_license",
"detected_lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/telegraf-node | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/telegraf-node/tasks/provision.yml",
"content": "---\n\n - name: Add influx repository\n copy:\n dest: /etc/yum.repos.d/influxdb.repo\n content: |\n [influxdb]\n name = InfluxDB Repository - RHEL \\$releasever\n baseurl = https://repos.in... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/wordpress | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/wordpress/templates/wp-config.php",
"content": "<?php\n/**\n * The base configurations of the WordPress.\n *\n * This file has the following configurations: MySQL settings, Table Prefix,\n * Secret Keys, WordPress Language, and ABSPATH. You can find more information\n * b... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6358,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/wordpress-db-switch | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/wordpress-db-switch/tasks/main.yml",
"content": "---\n\n# https://wordpress.org/plugins/wppg\n- name: Activate Plugin WPPG - copy db.php\n copy:\n src: \"/srv/wordpress/wp-content/plugins/wppg/pg4wp/db.php\"\n dest: /srv/wordpress/wp-content/db.php\n remote_src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/wordpress-debug-switch | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/wordpress-debug-switch/tasks/main.yml",
"content": "---\n\n- name: Debug on - define('WP_DEBUG', true );\n lineinfile:\n path: /srv/wordpress/wp-config.php\n regexp: '^define..WP_DEBUG.,'\n line: define('WP_DEBUG', true );\n when: wp_debug_switch == \"on\"\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3036,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/wordpress-plugins | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/wordpress-plugins/tasks/provision.yml",
"content": "---\n- name: Copy JSON Basic Auth plugin\n copy:\n src: \"{{ lab.path.contentdir }}/wordpress/plugins/Basic-Auth\"\n dest: /srv/wordpress/wp-content/plugins\n when: config_only == false\n\n- name: Copy WP Super C... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1403,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/wp-db-convert-mysql-2-postgresql | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/wp-db-convert-mysql-2-postgresql/tasks/main.yml",
"content": "---\n- name: Install pgloader\n yum: name={{ item }} state=present\n with_items:\n - pgloader\n when: config_only == false\n\n- name: Drop PostgreSQL Database\n command: dropdb wordpress2\n when: config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 49820,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/wp-db-setup.mysql | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/wp-db-setup.mysql/tasks/setup.yml",
"content": "---\n\n- name: Create WordPress database\n mysql_db: name={{ wp_db_name }} state=present\n when: config_only == false\n\n- name: Copy WordPress database snapshot\n copy:\n src: \"{{lab.path.contentdir}}/wordpress/db/my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | aragozin/loadlab_vm | db29af622e90896c23a3cfebfa67f677b9423aaa | 2 | ansible/deployment/roles/wp-db-setup.postgresql | 7,548 | [
"no_license"
] | [
{
"path": "ansible/deployment/roles/wp-db-setup.postgresql/tasks/setup.yml",
"content": "---\n\n- name: Drop WordPress database\n postgresql_db:\n name: \"{{ wp_db_name }}\"\n state: absent\n become: true\n become_user: postgres\n become_method: su\n when: wp_db_import_dump|bool\n\n- name: Create... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2209,
"all_permissive": false
} |
ansible_role | sanju99sen/devops-rancher | 4ea9c5f613e6eb8438d363bbf5710a1e7ec7e196 | 0 | ansible-rancher/roles/rke_rancher_clusters | 7,548 | [
"no_license"
] | [
{
"path": "ansible-rancher/roles/rke_rancher_clusters/tasks/setup-docker.yml",
"content": "---\n\n- name: Retrieve docker binary archive\n unarchive:\n src: \"{{ docker_url }}\"\n dest: \"./\"\n remote_src: yes\n changed_when: false\n check_mode: no\n\n- name: Move docker binary into place\n co... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6860,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/apparmor | 7,548 | [
"no_license"
] | [
{
"path": "roles/apparmor/tasks/disable.yaml",
"content": "---\n\n\n- name: disable apparmor\n service:\n name: 'apparmor'\n state: 'stopped'\n enabled: False\n\n- name: check apparmor status\n command: apparmor_status\n register: check_apparmor\n changed_when: False\n failed_when: False\n\n- ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 535,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.