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
penghai/FastDFS
02f0a676e46ebfb07003426b8c085de6e933135a
0
roles/fastdfs
7,243
[ "no_license" ]
[ { "path": "roles/fastdfs/files/fastdfs/fdfs_shared_func.h", "content": "/**\n* Copyright (C) 2008 <NAME> / YuQing\n*\n* FastDFS may be copied only under the terms of the GNU General\n* Public License V3, which may be found in the FastDFS source kit.\n* Please visit the FastDFS Home Page http://www.fastken.c...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 18586, "all_permissive": false }
ansible_role
penghai/FastDFS
02f0a676e46ebfb07003426b8c085de6e933135a
0
roles/nginx_mod_fastdfs
7,243
[ "no_license" ]
[ { "path": "roles/nginx_mod_fastdfs/tasks/main.yml", "content": "---\n# tasks file for roles/nginx_mod_fastdfs\n\n- import_tasks: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/nginx_mod_fastdfs/vars/main.yml", "content": "-...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4310, "all_permissive": false }
ansible_role
penghai/FastDFS
02f0a676e46ebfb07003426b8c085de6e933135a
0
roles/storage
7,243
[ "no_license" ]
[ { "path": "roles/storage/defaults/main.yml", "content": "---\n# defaults file for roles/storage", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/storage/vars/main.yml", "content": "---\n# vars file for roles/storage", "license_type": "...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1663, "all_permissive": false }
ansible_role
penghai/FastDFS
02f0a676e46ebfb07003426b8c085de6e933135a
0
roles/tracker
7,243
[ "no_license" ]
[ { "path": "roles/tracker/tasks/main.yml", "content": "---\n# tasks file for roles/tracker\n\n- include: config_tracker.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/tracker/defaults/main.yml", "content": "---\n# defaults file for ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 948, "all_permissive": false }
ansible_role
SemooSoft/finalUdacityProject
893f443a776f5be0136690333e9e5a8513e8d249
0
.circleci/ansible/roles/configure-server
7,243
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"install python3.\"\n become: true\n apt:\n name: [\"python3\"]\n state: latest\n update_cache: true\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: true\n\n- name: \"install nodej...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
SemooSoft/finalUdacityProject
893f443a776f5be0136690333e9e5a8513e8d249
0
.circleci/ansible/roles/deploy
7,243
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"make backend dir\"\n shell: mkdir ~/backend\n\n- name: \"send zipped backend file ==> \"\n unarchive:\n src: ../../mybackend.tar.gz\n dest: ~/\n\n- name: \"install backend\"\n npm:\n path: ~/backend\n produc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
xnoto/torwww
d66fe95726457f2ece4c895b70c35a619d4bd044
0
roles/common
7,243
[ "no_license" ]
[ { "path": "roles/common/tasks/warp.yml", "content": "---\n- name: Start & Enable warp-svc service\n ansible.builtin.systemd:\n name: warp-svc.service\n enabled: true\n state: started\n\n- name: Start & Enable WARP\n ansible.builtin.shell:\n cmd: |\n yes | warp-cli registration new --accep...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4080, "all_permissive": false }
ansible_role
flyboy1565/ansible_user_creation
756222d352ff981e410dd5d427352457e015de33
0
ansible/roles/controlMachine
7,243
[ "no_license" ]
[ { "path": "ansible/roles/controlMachine/vars/main.yml", "content": "users:\n - username: jholstine\n - username: test_user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "ansible/roles/controlMachine/tasks/user_tasks.yml", "content": "---\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3548, "all_permissive": false }
ansible_role
fdavis/ansible-best-practices
706697950b47de6b91a1f1e9d5b4dcba4115a05c
189
roles/django
7,243
[ "no_license" ]
[ { "path": "roles/django/handlers/main.yml", "content": "---\n- name: service nginx start/enable\n service: name=nginx state=restarted enabled=yes\n\n- name: service uwsgi start/enable\n service: name=uwsgi state=restarted enabled=yes\n\n- name: django syncdb\n command: chdir=/opt/mysite/mysite python man...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2966, "all_permissive": false }
ansible_role
fdavis/ansible-best-practices
706697950b47de6b91a1f1e9d5b4dcba4115a05c
189
roles/postgres
7,243
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: install postgres pkgs\n apt: pkg=$item state=present\n with_items:\n - libpq-dev\n - postgresql \n - python-psycopg2\n\n- name: setup pg_hba file\n copy: src=pg_hba.conf dest=/etc/postgresql/9.1/main/pg_hba.conf owner=postgres g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
fandilladp/k8s_vagrant_ansible
fa6cbbbe4589c50210f518afdb7ebe60a2a9cc4f
1
ansible/roles/configure-k8s
7,243
[ "no_license" ]
[ { "path": "ansible/roles/configure-k8s/handlers/main.yml", "content": "---\n# handlers file for configure-k8s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/roles/configure-k8s/tasks/main.yml", "content": "# tasks file for configure-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1007, "all_permissive": false }
ansible_role
fandilladp/k8s_vagrant_ansible
fa6cbbbe4589c50210f518afdb7ebe60a2a9cc4f
1
ansible/roles/docker
7,243
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: apt-update\n command: sudo apt-get update\n\n- name: Add keyrings\n command: sudo install -m 0755 -d /etc/apt/keyrings\n\n- name: Add Docker's official GPG key\n command: sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1265, "all_permissive": false }
ansible_role
fandilladp/k8s_vagrant_ansible
fa6cbbbe4589c50210f518afdb7ebe60a2a9cc4f
1
ansible/roles/helm
7,243
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yml", "content": "- name: \"Create tmp directory\"\n file:\n path: \"{{ tmp_dir }}\"\n state: directory\n mode: 0755\n tags: helm\n\n- name: \"Check if Helm is installed\"\n shell: command -v helm >/dev/null 2>&1\n register: helm_exists\n ignore_errors:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
fandilladp/k8s_vagrant_ansible
fa6cbbbe4589c50210f518afdb7ebe60a2a9cc4f
1
ansible/roles/preconfigure
7,243
[ "no_license" ]
[ { "path": "ansible/roles/preconfigure/default/main.yaml", "content": "---\nssh_user: vagrant\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/roles/preconfigure/tasks/main.yaml", "content": "---\n - name: Copy SSH key to vagrant\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
Pozlewitch/roles
be9942a42a9c28f2230252eaa977518ed02a4d60
0
roles/build
7,243
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n# tasks file for build\n- name: install packages\n apt: name={{ item }} state=present\n with_items:\n - maven\n - git\n - default-jdk\n\n- name: git clone\n git:\n repo: https://github.com/boxfuse/boxfuse-sample-java-war-hello.git\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
Pozlewitch/roles
be9942a42a9c28f2230252eaa977518ed02a4d60
0
roles/prod
7,243
[ "no_license" ]
[ { "path": "roles/prod/tasks/main.yml", "content": "---\n# tasks file for build\n- name: install packages\n apt: name={{ item }} state=present\n with_items:\n - tomcat8\n - default-jdk\n\n- name: Ensure tomcat is running\n service: name=tomcat8 state=started\n\n- name: Copy war\n shell: scp root@10...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/common-packages
7,243
[ "no_license" ]
[ { "path": "roles/common-packages/tasks/apt.yml", "content": "- name: Install using apt \n apt:\n name: [p7zip-full, golang-cfssl]\n become: yes \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/common-packages/tasks/main.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/docker
7,243
[ "no_license" ]
[ { "path": "roles/docker/tasks/apt.yml", "content": "- name: Install Dependencies\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg-agent', 'software-properties-common']\n state: present\n become: yes\n\n- name: Add apt key for Docker\n apt_key:\n id: <KEY>\n url: https:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1367, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/git
7,243
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: Install Git\n package:\n name: git\n state: present\n become: yes\n\n- name: Create global gitconfig\n git_config:\n name: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n scope: global\n loop: \"{{ loo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/golang
7,243
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n# tasks file for golang\n# Instructions from https://golang.org/doc/install#install\n\n- name: Check previous installation at /usr/local/go\n stat:\n path: /usr/local/go\n register: st\n\n- name: Download & Install Go binary\n unarchive:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/google-chrome
7,243
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/apt.yml", "content": "---\n# tasks file for google-chrome\n\n- name: Install Google Chrome from deb package from dl.google.com\n apt:\n deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n become: yes\n", "license_type": "no_license",...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 347, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/nvidia
7,243
[ "no_license" ]
[ { "path": "roles/nvidia/tasks/ubuntu.yml", "content": "- name: Install Nvidia Driver\n apt:\n name: [\"nvidia-dkms-{{ driver_version }}\", \"nvidia-driver-{{ driver_version }}\"]\n update_cache: yes\n register: install \n become: yes\n\n- debug:\n msg: \"Reboot machine manually\"\n when: insta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1395, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/pip
7,243
[ "no_license" ]
[ { "path": "roles/pip/tasks/apt.yml", "content": "# Need python-vevn because: \n# The virtual environment was not created successfully because ensurepip is not\n# available. On Debian/Ubuntu systems, you need to install the python3-venv\n# package using the following command.\n\n# apt-get install python...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1272, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/ssh
7,243
[ "no_license" ]
[ { "path": "roles/ssh/templates/sshd_config.j2", "content": "ChallengeResponseAuthentication no\nLogLevel VERBOSE\nPasswordAuthentication no\nPermitEmptyPasswords no\nPermitRootLogin no\nUsePAM no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 525, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/tmux
7,243
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n# tasks file for tmux\n\n- name: Install Tmux\n package:\n name: tmux\n become: yes\n\n# Instructions from https://github.com/gpakosz/.tmux \n\n- name: Install .tmux.conf (Oh My Tmux!)\n git:\n repo: 'https://github.com/gpakosz/.tmux.git'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/vim
7,243
[ "no_license" ]
[ { "path": "roles/vim/files/vimrc", "content": "set expandtab\nset tabstop=2\nsyn on\nset history=500", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/vim/tasks/main.yml", "content": "---\n# tasks file for vim\n\n- name: Install Vim\n pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 247, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/virtual-machine-software
7,243
[ "no_license" ]
[ { "path": "roles/virtual-machine-software/tasks/ubuntu.yml", "content": "- name: Install Multipass\n snap:\n name: multipass\n channel: beta # As of 3 Nov 2019\n classic: yes\n state: present\n become: yes\n\n- name: Install KVM\n include_tasks: kvm.yml\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 777, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/visual-studio-code
7,243
[ "no_license" ]
[ { "path": "roles/visual-studio-code/tasks/main.yml", "content": "---\n# tasks file for visual-studio-code\n\n- name: \"Install Visual Studio Code with {{ ansible_pkg_mgr }}\"\n include_tasks: \"{{ ansible_pkg_mgr }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": false }
ansible_role
64bit/developer-setup-ansible
928484cd147e274ce275b2466a78629aecb2c032
1
roles/zsh
7,243
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n# tasks file for zsh\n- name: Install Zsh (with dependecy curl & git of oh-my-zsh) \n package:\n name: \"{{ item }}\"\n state: present\n become: yes \n with_items:\n - zsh\n - curl\n - git\n\n- name: Check if Oh My Zsh already installed\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1272, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/base
7,243
[ "no_license" ]
[ { "path": "roles/base/defaults/main.yml", "content": "backups_dir: \"{{ virtualenv_dir }}/backups\"\nbackups_dir_date: \"{{ backups_dir }}/{{ date.stdout_lines.0 }}\"\nbackups_dir_now: \"{{ backups_dir_date }}/{{ time.stdout_lines.0 }}\"\n\nuser: default\n\nvirtualenv_dir: \"/home/{{ user }}/{{ user }}\"\np...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 936, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/django
7,243
[ "no_license" ]
[ { "path": "roles/django/tasks/loaddata.yml", "content": "- django_manage:\n command=loaddata\n app_path=\"{{ project_src }}\"\n virtualenv=\"{{ virtualenv_dir }}\"\n settings=\"{{ django_setting }}\"\n fixtures=\"{{ fixtures_name }}\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1347, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/frontend
7,243
[ "no_license" ]
[ { "path": "roles/frontend/templates/local.json.j2", "content": "{\n{% for item in frontend_local_dict %}\n \"{{ item.key }}\": \"{{ item.value }}\",\n{% endfor %}\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/frontend/tasks/deploy.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 624, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/nginx
7,243
[ "no_license" ]
[ { "path": "roles/nginx/tasks/setup.yml", "content": "- name: Add repo key nginx\n apt_key: url=\"{{ nginx_repo_key }}\"\n\n- name: Add deb repo nginx\n apt_repository: repo=\"{{ nginx_repo_deb }}\"\n\n- name: Add deb-src repo nginx\n apt_repository: repo=\"{{ nginx_repo_deb_src }}\"\n\n- name: Install ng...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/nodejs
7,243
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/setup.yml", "content": "- name: Install packages\n apt: name={{ item }}\n with_items:\n - apt-transport-https\n - lsb-release\n\n- name: Add repo key nodejs\n apt_key: url=\"{{ nodejs_repo_key }}\"\n\n- name: Add deb repo nodejs\n apt_repository: repo=\"{{ nodejs_repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 813, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/postgresql
7,243
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/backup.yml", "content": "- name: Backup postgresql db {{ postgresql_db }}\n shell: pg_dump -T 'topology.*' --no-acl --no-owner -Fc \"{{ postgresql_db }}\" > \"{{ postgresql_backup_name }}\"\n args:\n chdir: \"{{ backups_dir_now }}\"\n", "license_type": "no_license"...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2239, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/project
7,243
[ "no_license" ]
[ { "path": "roles/project/tasks/deploy.yml", "content": "- name: Clone git repo\n git: repo=\"{{ project_repo }}\" dest=\"{{ project_dir }}\" version=\"{{ git_version }}\" accept_hostkey=yes force=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/ramona
7,243
[ "no_license" ]
[ { "path": "roles/ramona/tasks/restart.yml", "content": "- shell: \"{{ ramona_command }} stop\"\n register: result\n args:\n chdir: \"{{ project_src }}\"\n executable: /bin/bash\n\n- debug: var=result.stdout_lines\n\n\n- shell: \"{{ ramona_command }} start\"\n register: result\n args:\n chdir: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/ruby
7,243
[ "no_license" ]
[ { "path": "roles/ruby/tasks/setup.yml", "content": "- name: install Ruby\n apt: name=ruby-full\n\n- gem: name=rubygems-update\n when: rubygems-update\n\n- gem: name=sass\n when: sass\n\n- gem: name=compass\n when: compass\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 214, "all_permissive": false }
ansible_role
haos616/ansible-skeleton-old
19cdad451fdf8e868d7cd8958fa8b6d8c3364d90
0
roles/user
7,243
[ "no_license" ]
[ { "path": "roles/user/tasks/setup.yml", "content": "- name: Add user \"{{ user }}\"\n user: name=\"{{ user }}\" shell=/bin/bash\n\n- name: Create SSH key for user \"{{ user }}\"\n user: name=\"{{ user }}\" generate_ssh_key=yes\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
machacekondra/ovirt-vm-operator
ce49c9f239dad99ffe6ee870a828952e53267f10
0
roles/migratevm
7,243
[ "no_license" ]
[ { "path": "roles/migratevm/tasks/main.yml", "content": "- name: Get CA file of oVirt\n get_url:\n url: \"http://{{ ovirt_fqdn | mandatory }}/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA\"\n dest: /tmp/cafile.pem\n mode: '0664'\n when: \"ovirt_ca_file is not define...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2160, "all_permissive": false }
ansible_role
ilude/py-ai-spike
805dba4ef6a0ac3a36da4b6fe8d9276472f93087
0
.devcontainer/ansible/roles/setup-container
7,243
[ "no_license" ]
[ { "path": ".devcontainer/ansible/roles/setup-container/defaults/main.yml", "content": "dotfiles_url: \"{{ lookup('env', 'DOTFILES_URL') | default('https://github.com/ilude/dotfiles.git') }}\"\ndotfiles_path: \"{{ lookup('env', 'HOME') + '/.dotfiles' }}\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 466, "all_permissive": false }
ansible_role
mr-anderson86/mongodb-replset-creation-ansible
699c8bbba15b01e0462db0e1a6c3c24130200113
0
roles/first_installation
7,243
[ "no_license" ]
[ { "path": "roles/first_installation/tasks/main.yaml", "content": "---\r\n- name: Copy mongo repo file to server\r\n copy:\r\n src: \"{{ playbook_dir }}/scripts/mongodb-org-4.2.repo\"\r\n dest: \"/etc/yum.repos.d/\"\r\n mode: '0644'\r\n\r\n- name: Install mongodb\r\n yum:\r\n name: mongodb-org\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1589, "all_permissive": false }
ansible_role
mr-anderson86/mongodb-replset-creation-ansible
699c8bbba15b01e0462db0e1a6c3c24130200113
0
roles/last_configuration
7,243
[ "no_license" ]
[ { "path": "roles/last_configuration/tasks/main.yaml", "content": "---\r\n- name: Configure the /etc/mongod.conf file\r\n replace:\r\n path: \"/etc/mongod.conf\"\r\n regexp: \"{{ item.regexp }}\"\r\n replace: \"{{ item.value }}\"\r\n with_items:\r\n - { regexp: '#security', value: \"security\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
mr-anderson86/mongodb-replset-creation-ansible
699c8bbba15b01e0462db0e1a6c3c24130200113
0
roles/repset_creation
7,243
[ "no_license" ]
[ { "path": "roles/repset_creation/tasks/main.yaml", "content": "---\r\n- name: Copy script to server\r\n copy:\r\n src: \"{{ playbook_dir }}/scripts/create_mongo_repset.sh\"\r\n dest: \"/tmp/\"\r\n mode: '0755'\r\n\r\n- name: Replica set creation\r\n environment:\r\n DB_PATH: \"{{ DB_PATH }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
InFuria/ansible-wordpress
c2e2eee46667ebba54a5f5d8d4fa1e7a07a40985
0
roles/apache
7,243
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "# Inventario para apache\n\napache_packages:\n - apache2\n - apache2-utils\n\napache_mods_enabled:\n - rewrite.load\n\n# Configuration of apache in Ubuntu 18\napache_daemon: apache2\napache_daemon_path: /usr/sbin/\napache_server_root: /etc/apache2\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1836, "all_permissive": false }
ansible_role
InFuria/ansible-wordpress
c2e2eee46667ebba54a5f5d8d4fa1e7a07a40985
0
roles/haproxy
7,243
[ "no_license" ]
[ { "path": "roles/haproxy/defaults/main.yml", "content": "---\n# Inventario para haproxy.cfg\n\nhaproxy_socket: /var/lib/haproxy/stats\nhaproxy_chroot: /var/lib/haproxy\nhaproxy_user: haproxy\nhaproxy_group: haproxy\n\n# Frontend settings\nhaproxy_frontend_name: 'hafrontend'\nhaproxy_frontend_bind_address: '...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1512, "all_permissive": false }
ansible_role
InFuria/ansible-wordpress
c2e2eee46667ebba54a5f5d8d4fa1e7a07a40985
0
roles/mysql
7,243
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n\nmysql_packages:\n - python-selinux\n - mysql-server\n - python-mysqldb\n\nmysql_service: mysql\nmysql_conf_dir: \"/etc/mysql\"\nmysql_port: 3306\n\n# Abre los puertos a todos los hosts, para personalizar seria \"192.168.33.12, 192.168.33.13\" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1843, "all_permissive": false }
ansible_role
InFuria/ansible-wordpress
c2e2eee46667ebba54a5f5d8d4fa1e7a07a40985
0
roles/php
7,243
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install the PHP packages\n apt: name= {{ item }} state=installed\n with_items: \"{{ php_packages }}\"\n notify: restart apache2\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/asn
7,245
[ "no_license" ]
[ { "path": "roles/asn/tasks/arch.yml", "content": "- name: Install asn required packages for arch\n pacman:\n name:\n - whois\n - ipcalc\n - mtr\n state: latest\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "path": "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 573, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/bat
7,245
[ "no_license" ]
[ { "path": "roles/bat/tasks/main.yml", "content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Create config dir\n file:\n path: \"{{ user_home }}/.config/bat/\"\n state: directory\n\n- name: Sym...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 892, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/cargo
7,245
[ "no_license" ]
[ { "path": "roles/cargo/tasks/main.yml", "content": "- name: Install cargo/rust\n shell: curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/docker
7,245
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Start docker service\n systemd:\n name: docker\n state: started\n enabled: yes\n become: yes\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1453, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/duf
7,245
[ "no_license" ]
[ { "path": "roles/duf/tasks/debian.yml", "content": "---\n- name: Check if duf is installed\n command: dpkg-query -W duf\n register: duf_check_deb\n failed_when: duf_check_deb.rc > 1\n changed_when: duf_check_deb.rc == 1\n\n- name: Install duf with a .deb file\n apt:\n deb: \"{{ duf_release_url }}/v{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 453, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/fd
7,245
[ "no_license" ]
[ { "path": "roles/fd/defaults/main.yml", "content": "fd_release_url: https://github.com/sharkdp/fd/releases/download/v\nfd_version: 8.2.1\nfd_dpkg_file: fd_8.2.1_amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/fd/tasks/debian.yml"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 503, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/fnm
7,245
[ "no_license" ]
[ { "path": "roles/fnm/tasks/main.yml", "content": "- name: Install fnm\n shell: curl -fsSL https://fnm.vercel.app/install | bash -s -- --skip-shell\n\n- name: Load fnm and install node/npm\n shell: PATH=$PATH:$HOME/.fnm && eval \"$(fnm env)\" ; fnm install v14.17.1\n args:\n executable: /bin/bash\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/fzf
7,245
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "- name: Clone fzf repo\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: ~/.fzf\n\n- name: Install fzf\n shell: ~/.fzf/install --all\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/git
7,245
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Check if gitconfig exists\n stat: path=\"{{ user_home }}/.gitconfig\"\n register: gitconfig_stat\n\n- nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1227, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/go
7,245
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "- name: Check if go exists\n command: which go\n register: go\n failed_when: go.rc > 1\n changed_when: go.rc == 1\n\n- name: Install go\n block:\n - name: Download go tarball\n unarchive:\n src: \"{{ go_url }}{{ go_tar_file }}\"\n d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/lsd
7,245
[ "no_license" ]
[ { "path": "roles/lsd/tasks/arch.yml", "content": "- name: Install lsd\n pacman:\n name: lsd\n state: latest\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/lsd/tasks/debian.yml", "content": "---\n- name: Check if l...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 526, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/lua
7,245
[ "no_license" ]
[ { "path": "roles/lua/tasks/debian.yml", "content": "- name: Install lua via apt\n apt:\n name: lua5.3\n state: latest\n become: yes\n\n- name: Create symlink for lua\n file:\n src: /usr/bin/lua5.3\n dest: /usr/local/bin/lua\n state: link\n force: yes\n become: true\n", "license_typ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 301, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/npm
7,245
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "# - name: Install required npm packages\n# community.general.npm:\n# name: \"{{ item }}\"\n# executable: ~/.nvm/versions/node/v14.17.0/bin/npm\n# path: ~/opt/node_modules\n# state: latest\n# loop:\n# - prettier\n# - neovim\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/nvim
7,245
[ "no_license" ]
[ { "path": "roles/nvim/tasks/debian.yml", "content": "- name: Install NVIM from repo\n block:\n - name: Add NVIM repo for WSL\n apt_repository:\n repo: ppa:neovim-ppa/stable\n when: >\n ansible_env[\"WSLENV\"] is defined and\n ansible_lsb[\"major_release\"] == \"18\" and\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2756, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/packages
7,245
[ "no_license" ]
[ { "path": "roles/packages/tasks/arch.yml", "content": "- name: Update pacman cache\n pacman:\n update_cache: yes\n become: yes\n\n- name: Install usefull packages\n pacman:\n name:\n - htop\n - tree\n - jq\n - mtr\n become: yes\n", "license_type": "no_license", "detecte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/pip
7,245
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "- name: Install pip packages\n pip:\n name:\n - httpie\n - ptpython\n - jedi\n - isort\n - mypy\n - flake8\n - autopep8\n - yapf\n - black\n - pynvim\n - jedi-language-server\n\n- name: Creates .conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/poetry
7,245
[ "no_license" ]
[ { "path": "roles/poetry/tasks/main.yml", "content": "- name: Install poetry\n shell: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -\n args:\n warn: false\n\n- name: Check if poetry config directory exist\n file:\n path: \"{{ user_home }}/.config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/pyenv
7,245
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/arch.yml", "content": "- name: Install pyenv prerequisites\n pacman:\n name:\n - base-devel\n - openssl\n - zlib\n - xz\n state: latest\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1276, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/ranger
7,245
[ "no_license" ]
[ { "path": "roles/ranger/tasks/main.yml", "content": "- name: Install ranger\n pip:\n name: ranger-fm\n state: latest\n\n- name: Check if .config directory exist\n file:\n path: \"{{ user_home }}/.config\"\n state: directory\n\n- name: Symlink ranger config\n file:\n src: \"{{ dotfiles_home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/rg
7,245
[ "no_license" ]
[ { "path": "roles/rg/defaults/main.yml", "content": "rg_release_url: https://github.com/BurntSushi/ripgrep/releases/download\nrg_version: 12.1.1\nrg_dpkg_file: ripgrep_12.1.1_amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/rg/task...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 542, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/tldr
7,245
[ "no_license" ]
[ { "path": "roles/tldr/defaults/main.yml", "content": "tldr_release_url: https://github.com/dbrgn/tealdeer/releases/download/v\ntldr_version: 1.3.0\ntldr_bin_file: tldr-linux-x86_64-musl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/tldr/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/tmux
7,245
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Symlink .tmux.conf\n file:\n src: \"{{ dotfiles_home }}/tmux.conf\"\n dest: \"{{ user_home }}/.tmux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/wsl
7,245
[ "no_license" ]
[ { "path": "roles/wsl/tasks/main.yml", "content": "- name: Copy autohotkey script\n copy:\n src: autohotkey.ahk\n dest: /mnt/c/Users/{{ lookup('env', 'USER') }}/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup\n when: ansible_env[\"WSLENV\"] is defined\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
horseinthesky/ansible_dotfiles
b3f8011baa74da351adc7635543d6328f03e3ab9
0
roles/zsh
7,245
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n- import_tasks: oh-my-zsh.yml\n\n# Configuration\n- name: Check if zshrc already exists\n stat:\n path: \"{{ us...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1910, "all_permissive": false }
ansible_role
davidszegedi/ansible_collections
d15ab90411b0c102b8a65117bf37ae6bbf3e41ea
0
redhat/demo_collection/roles/hello_motd
7,245
[ "no_license" ]
[ { "path": "redhat/demo_collection/roles/hello_motd/tasks/main.yml", "content": "---\n# tasks file for hello_motd\n- name: Generate greeting and store result\n demo_hello:\n name: \"{{ friend_name }}\"\n register: demo_greeting\n\n- name: Print demo greeting content\n debug:\n msg: \"{{ demo_greetin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 608, "all_permissive": false }
ansible_role
hiraethmarkb/vagrant-ansible-test
d428c01c5a8c3de870383280961d320b3b728e02
0
roles/common
7,245
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp\n yum: name=ntp state=present\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n tags: ntp\n notify: restart ntp\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 974, "all_permissive": false }
ansible_role
hiraethmarkb/vagrant-ansible-test
d428c01c5a8c3de870383280961d320b3b728e02
0
roles/version_control
7,245
[ "no_license" ]
[ { "path": "roles/version_control/tasks/main.yml", "content": "---\n# This playbook contains version control plays that will be run on all nodes.\n\n- name: Install git\n yum: name=git state=installed\n tags: git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
DcMcIx/awx
759e88c4897a18b2b62b3a8826b387d92d359d04
0
roles/awx_deploy_on_single_node_k3s
7,245
[ "no_license" ]
[ { "path": "roles/awx_deploy_on_single_node_k3s/tasks/main.yml", "content": "---\n- name: Nettoyage\n file:\n path: \"{{path_awx_tmp}}\"\n state: absent\n ignore_errors: yes\n\n- name: Install Prerequis\n apt:\n update_cache: yes\n name: \"{{ item }}\"\n state: latest\n loop:\n - make\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3329, "all_permissive": false }
ansible_role
DcMcIx/awx
759e88c4897a18b2b62b3a8826b387d92d359d04
0
roles/awx_undeploy_single_node_k3s
7,245
[ "no_license" ]
[ { "path": "roles/awx_undeploy_single_node_k3s/tasks/main.yml", "content": "---\n- name: Nettoyage awx-operator\n file:\n path: \"{{path_awx_tmp}}\"\n state: absent\n ignore_errors: yes\n\n- name: Copy Configuration k3s dans \"~/.kube\"\n copy:\n src: /etc/rancher/k3s/k3s.yaml\n dest: /root/.k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
DcMcIx/awx
759e88c4897a18b2b62b3a8826b387d92d359d04
0
roles/awx_upgrade_single_node_k3s
7,245
[ "no_license" ]
[ { "path": "roles/awx_upgrade_single_node_k3s/vars/main.yml", "content": "path_awx_tmp: /tmp/awx-operator", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/awx_upgrade_single_node_k3s/handlers/main.yml", "content": "---\n- name: clean\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2455, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/adguard_home
7,245
[ "no_license" ]
[ { "path": "ansible/roles/adguard_home/defaults/main.yml", "content": "---\nadguard_home_stack_name: 'adguard-home'\nadguard_home_config_folder: '{{ docker_config_dir }}/{{ adguard_home_stack_name }}'\nadguard_home_docker_volumes:\n data: '{{ docker_volumes_dir }}/{{ adguard_home_stack_name }}/work'\n", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3259, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/adguard_home_exporter
7,245
[ "no_license" ]
[ { "path": "ansible/roles/adguard_home_exporter/tasks/main.yml", "content": "---\n- name: Deploy AdGuard Home Exporter\n ansible.builtin.include_role:\n name: docker_compose\n vars:\n docker_compose_stack_name: 'adguard-home-exporter'\n docker_compose_use_env: true\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 798, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/alloy
7,245
[ "no_license" ]
[ { "path": "ansible/roles/alloy/templates/config.alloy.j2", "content": "livedebugging {\n enabled = false\n}\n\nprometheus.exporter.self \"default\" {\n}\n\nprometheus.scrape \"metamonitoring\" {\n targets = prometheus.exporter.self.default.targets\n forward_to = [prometheus.relabel.filter_metrics.rece...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5036, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/docker
7,245
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Create Docker root directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: '{{ users.app_user.name }}'\n group: '{{ users.app_user.group }}'\n mode: '0750'\n loop:\n - \"{{ docker_com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/docker_compose
7,245
[ "no_license" ]
[ { "path": "ansible/roles/docker_compose/tasks/main.yml", "content": "---\n- name: Set ownership variables for docker compose\n ansible.builtin.set_fact:\n docker_compose_owner: \"{{ docker_compose_user_name | default(users.app_user.name) }}\"\n docker_compose_group: \"{{ docker_compose_user_group | d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2286, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/docker_networks
7,245
[ "no_license" ]
[ { "path": "ansible/roles/docker_networks/tasks/main.yml", "content": "---\n- name: Ensure Docker networks exist\n community.docker.docker_network:\n name: \"{{ item }}\"\n driver: bridge\n state: present\n loop:\n - \"{{ monitoring.network_name }}\"\n - \"{{ traefik.network_name }}\"\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/freebox_exporter
7,245
[ "no_license" ]
[ { "path": "ansible/roles/freebox_exporter/tasks/main.yml", "content": "---\n- name: Create configuration directory\n ansible.builtin.file:\n path: '{{ freebox_exporter_config_folder }}'\n state: directory\n owner: '{{ users.app_user.name }}'\n group: '{{ users.app_user.group }}'\n mode: '075...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1516, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/grafana
7,245
[ "no_license" ]
[ { "path": "ansible/roles/grafana/defaults/main.yml", "content": "---\ngrafana_config_folders:\n provisioning: '{{ docker_config_dir }}/grafana/provisioning'\ngrafana_docker_volumes:\n data: '{{ docker_volumes_dir }}/grafana/data'\ngrafana_port: 3000\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2265, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/loki
7,245
[ "no_license" ]
[ { "path": "ansible/roles/loki/templates/compose.yaml.j2", "content": "services:\n {{ monitoring.loki }}:\n image: grafana/loki:3.5.1\n restart: unless-stopped\n user: '10001'\n ports:\n - \"{{ loki_port }}:3100\"\n volumes:\n - \"{{ loki_docker_volumes.data }}:/loki\"\n - \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1714, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/omada_controller
7,245
[ "no_license" ]
[ { "path": "ansible/roles/omada_controller/templates/compose.yaml.j2", "content": "services:\n omada-controller:\n image: mbentley/omada-controller:172.16.31.10\n restart: unless-stopped\n ulimits:\n nofile:\n soft: 4096\n hard: 8192\n stop_grace_period: 60s\n network_mode:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1928, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/omada_exporter
7,245
[ "no_license" ]
[ { "path": "ansible/roles/omada_exporter/tasks/main.yml", "content": "---\n- name: Deploy Omada Exporter\n ansible.builtin.include_role:\n name: docker_compose\n vars:\n docker_compose_stack_name: 'omada-exporter'\n docker_compose_use_env: true\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 923, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/prometheus
7,245
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/defaults/main.yml", "content": "---\nprometheus_name: prometheus\nprometheus_config_folder: '{{ docker_config_dir }}/{{ prometheus_name }}'\nprometheus_docker_volumes:\n data: '{{ docker_volumes_dir }}/{{ prometheus_name }}/data'\nprometheus_port: 9090\n", "license_t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3084, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/traefik
7,245
[ "no_license" ]
[ { "path": "ansible/roles/traefik/defaults/main.yml", "content": "---\ntraefik_config_folder: '{{ docker_config_dir }}/traefik'\ntraefik_docker_volumes:\n letsencrypt: '{{ docker_volumes_dir }}/traefik/letsencrypt'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4304, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/ufw
7,245
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n- name: Ensure UFW is installed\n ansible.builtin.apt:\n name: ufw\n state: present\n update_cache: true\n become: true\n\n- name: Allow port 22 (SSH)\n community.general.ufw:\n rule: allow\n port: \"22\"\n proto: tcp\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 801, "all_permissive": false }
ansible_role
dchaib/homelab
63e381b34da212c07787aec8b665e2de61739490
0
ansible/roles/users
7,245
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n- name: Create groups\n ansible.builtin.group:\n name: \"{{ item.value.group }}\"\n state: present\n loop: \"{{ users | dict2items }}\"\n loop_control:\n label: \"{{ item.key }}\"\n become: true\n\n- name: Create users\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
dfradejas/kubernetes-vsphere
084255fd22ca1b7feb9c3ff998d94820d00b1334
0
servicios/roles/common
7,245
[ "no_license" ]
[ { "path": "servicios/roles/common/tasks/base.yml", "content": "---\n- name: Actualizar ssoo\n apt:\n upgrade: yes\n update_cache: yes\n environment:\n http_proxy: \"{{ proxy }}\"\n https_proxy: \"{{ proxy }}\"\n\n- name: Habilitar firewall y permitir ssh\n ufw:\n state: enabled\n rule: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1068, "all_permissive": false }
ansible_role
dfradejas/kubernetes-vsphere
084255fd22ca1b7feb9c3ff998d94820d00b1334
0
servicios/roles/k8s
7,245
[ "no_license" ]
[ { "path": "servicios/roles/k8s/tasks/entorno.yml", "content": "---\n- name: Deshabilitar swap\n shell: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: Eliminar el fichero swap de /etc/fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n with_items:\n - swap\n - no...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7633, "all_permissive": false }
ansible_role
dfradejas/kubernetes-vsphere
084255fd22ca1b7feb9c3ff998d94820d00b1334
0
servicios/roles/lb
7,245
[ "no_license" ]
[ { "path": "servicios/roles/lb/templates/haproxy.j2", "content": "global\n log /dev/log local0\n log /dev/log local1 notice\n daemon\n user haproxy\n group haproxy\n\ndefaults\n log global\n mode http\n option httplog\n option dontlognull\n timeout connect 5000\n timeout client 50000\n timeou...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4015, "all_permissive": false }
ansible_role
rastoelias/ansible-adduser
65c92a0beb8f9b96b2c486c08008ce147e57fa23
0
roles/adduser
7,245
[ "no_license" ]
[ { "path": "roles/adduser/README.md", "content": "# Role: Add user\n\n## Tasks\n* Add new user with sudo.\n* Configure SSH key-based authentication for added user.\n* Create `/etc/sudoers.d/USERNAME` for the passwordless access.\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 743, "all_permissive": false }
ansible_role
ABHAY4321/Ansible
f2a07d1ae38fbb0d91c5c08b6ffafc8c5ba10cef
0
roles/php
7,245
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- \n name: \"task 1\"\n command: touch /tmp/php_play_1_task_1.txt\n- \n name: \"task 2\"\n command: touch /tmp/php_play_1_task_2.txt\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
ABHAY4321/Ansible
f2a07d1ae38fbb0d91c5c08b6ffafc8c5ba10cef
0
roles/sqlserver
7,245
[ "no_license" ]
[ { "path": "roles/sqlserver/tasks/main.yml", "content": "---\n# tasks file for sqlserver\n-\n name: \"task 1\"\n command: touch /tmp/sql_play_1_task_1.txt\n-\n name: \"task 2\"\n command: touch /tmp/sql_play_1_task_2.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
ABHAY4321/Ansible
f2a07d1ae38fbb0d91c5c08b6ffafc8c5ba10cef
0
roles/webserver
7,245
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n-\n name: \"task 1\"\n command: touch /tmp/web_play_1_task_1.txt\n-\n name: \"task 2\"\n command: touch /tmp/web_play_1_task_2.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }