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 | alexfv/minio-cluster | 326861ae3c28115c99747466056c7cb8664430be | 0 | vagrant/roles/nginx_proxy | 8,039 | [
"no_license"
] | [
{
"path": "vagrant/roles/nginx_proxy/tasks/main.yaml",
"content": "- name: Install Nginx\n apt:\n name: \"{{ ngnix_package_name }}\"\n state: present\n \n- name: Remove default site\n file:\n path: \"{{ nginx_default_site_config_path }}\"\n state: absent\n\n- name: Create config for reverse p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | sulibao/ansible_docker_docker-compose_middlware_monitor | 27fd939903309d576a259d80d8f102467fabdd3d | 2 | roles/docker | 8,039 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: stop firewalld\n command:\n \"systemctl stop firewalld\"\n ignore_errors: yes\n\n- name: Set SELinux in permissive mode (effectively disabling it)\n shell:\n \"{{ item }}\"\n ignore_errors: yes\n with_items:\n - setenforce 0\n - sed ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1591,
"all_permissive": false
} |
ansible_role | sulibao/ansible_docker_docker-compose_middlware_monitor | 27fd939903309d576a259d80d8f102467fabdd3d | 2 | roles/docker-compose | 8,039 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "- name: copy file on docker-compose\n copy:\n src: \"{{ item }}\"\n dest: /usr/local/bin/docker-compose\n remote_src: false\n mode: 0755\n with_items:\n - \"x86/docker-compose-linux-x86_64\"\n when: \"ansible_architecture == 'x86... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | movvamanoj/SecureCertAppDeploy | b27963c7e8dd4c7c0ea4c4e8d6b462a4142bb61a | 0 | roles/ca_certificates | 8,039 | [
"no_license"
] | [
{
"path": "roles/ca_certificates/vars/main.yml",
"content": "vault_ca_private_key_files: \"{{ vault_path }}/*.key\"\nvault_ca_certificate_files: \"{{ vault_path }}/*.crt\"\nvault_path: \"vault/hideme\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | movvamanoj/SecureCertAppDeploy | b27963c7e8dd4c7c0ea4c4e8d6b462a4142bb61a | 0 | roles/python_app | 8,039 | [
"no_license"
] | [
{
"path": "roles/python_app/vars/main.yml",
"content": "# Python application settings\npython_app_flask_package: flask\npython_app_gunicorn_package: gunicorn\npython_app_wheel_name: Example-1.1.1-py3-none-any.whl\npython_app_wheel_path: \"{{ python_app_wheel_name }}\"\n\n\n# Packages to install\npython_pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4415,
"all_permissive": false
} |
ansible_role | habouche/microservice_in_amazon_eks | 74669252d3199590ab131b5a15be98482c0ca7ba | 0 | .circleci/ansible/roles/configure-server | 8,039 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"install docker engine dependencies\"\n become: true\n apt:\n name:\n [\"apt-transport-https\", \"ca-certificates\", \"curl\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2119,
"all_permissive": false
} |
ansible_role | habouche/microservice_in_amazon_eks | 74669252d3199590ab131b5a15be98482c0ca7ba | 0 | .circleci/ansible/roles/deploy | 8,039 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Creates directory\n file:\n path: /home/ubuntu/kube\n state: directory\n\n- name: copy deployment files to ec2 server\n become: yes\n copy:\n src: /root/project/kube\n dest: /home/ubuntu\n# - name: Deploy to k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/caddy | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/caddy/files/Caddyfile",
"content": "stream.superminerbattle.farm {\n proxy / {\n websocket\n transparent\n upstream localhost:4000\n }\n}\n\nbrackets.superminerbattle.farm {\n header / {\n Access-Control-Allow-Origin *\n\tAccess-Control-Allow-Methods \"GET, POST, OPT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2183,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/cholibot | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/cholibot/tasks/main.yml",
"content": "---\n- name: install redis\n apt:\n name: redis-server\n state: present\n- name: discordbot bin directory\n file:\n path: \"{{ cholibot_app_directory }}\"\n state: directory\n- name: cholibot config directory\n file:\n path: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/digitalocean | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/digitalocean/tasks/main.yml",
"content": "---\n- name: make user\n become: yes\n user:\n name: heshoots9999\n groups:\n - sudo\n state: present\n password: \"{{ <PASSWORD> }}\"\n update_password: always\n shell: /bin/bash\n- name: add ssh key to authorized key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/ma.xprettyjohns | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/ma.xprettyjohns/tasks/main.yml",
"content": "---\n- name: html directory\n file:\n path: /var/www/ma.xprettyjohns/html\n state: directory\n- name: download release\n unarchive:\n src: \"https://github.com/quorauk/ma.xprettyjohns.com/releases/download/{{ maxprettyjohns_rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/prometheus | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/main.yml",
"content": "---\n- name: create prometheus group\n group:\n name: prometheus\n state: present\n- name: create prometheus user\n user:\n name: prometheus\n group: prometheus\n state: present\n- name: directory exists\n become: yes\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/smbf-api | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/smbf-api/tasks/main.yml",
"content": "---\n- name: smbfapi directory\n file:\n path: /opt/smbf-api/bin\n state: directory\n- name: smbfapi directory\n file:\n path: /etc/smbf-api/\n state: directory\n- name: pull smbfapi binary\n get_url:\n url: \"https://github.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/superminerbattle.farm | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/superminerbattle.farm/vars/main.yml",
"content": "smbf_release: v0.1.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "ansible/roles/superminerbattle.farm/tasks/main.yml",
"content": "---\n- name: html directory\n fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | quorauk/operations | ffc9190514a2d5f040a53a01990c81a20a66e0da | 0 | ansible/roles/webserver | 8,039 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "---\n- name: install nginx\n become: yes\n apt:\n name: nginx\n state: present\n tags: nginx\n- name: install certbot\n become: yes\n apt:\n name: certbot\n state: present\n tags: nginx\n- name: install certbot\n become: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | openstack/diskimage-builder | 4987b7dbc364b6067bfdaf3f701541f53e88f156 | 355 | roles/dib-ensure-debootstrap | 8,039 | [
"no_license"
] | [
{
"path": "roles/dib-ensure-debootstrap/README.rst",
"content": "Update debootstap from debian unstable. This ensures debootstrap is new\nenough to recognize Noble.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/dib-ensure-debootstrap/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | openstack/diskimage-builder | 4987b7dbc364b6067bfdaf3f701541f53e88f156 | 355 | roles/dib-functests | 8,039 | [
"no_license"
] | [
{
"path": "roles/dib-functests/README.rst",
"content": "dib-functests\n-------------\n\nRun diskimage-builder functional tests\n\nInstalls dib and dependencies, and runs functional tests\n\n**Role Variables**\n\n.. zuul:rolevar:: python_version\n :default: 2\n\n The python version to run the test unde... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3267,
"all_permissive": false
} |
ansible_role | openstack/diskimage-builder | 4987b7dbc364b6067bfdaf3f701541f53e88f156 | 355 | roles/dib-setup-gate-mirrors | 8,039 | [
"no_license"
] | [
{
"path": "roles/dib-setup-gate-mirrors/templates/openeuler-minimal/22.03-LTS/openEuler.repo.j2",
"content": "[OS]\nname=OS\nbaseurl=http://{{ mirror_fqdn }}/openeuler/openEuler-22.03-LTS/OS/$basearch/\nenabled=1\ngpgcheck=0\n\n[everything]\nname=everything\nbaseurl=http://{{ mirror_fqdn }}/openeuler/openEu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 3441,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/apache | 8,039 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: change owner of Redmine directory\n become: yes\n file:\n path: \"{{ redmine_dir }}\"\n state: directory\n owner: \"{{ redmine_dir_owner }}\"\n group: \"{{ redmine_dir_group }}\"\n recurse: yes\n\n- name: install Passenger\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1261,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/backup | 8,039 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "- name: set cron configuration for backup\n become: yes\n template:\n src: backup.cron.j2\n dest: /etc/cron.d/backup\n force: no\n\n- name: make directory for backup scripts\n become: yes\n file:\n path: \"{{ backup_script_path }}\"\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1398,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/pg | 8,039 | [
"no_license"
] | [
{
"path": "roles/pg/tasks/main.yml",
"content": "- name: start PostgreSQL\n become: yes\n service:\n name: postgresql\n state: restarted\n enabled: yes\n\n- name: create PostgreSQL user\n become: yes\n become_user: postgres\n become_method: sudo\n vars:\n ansible_ssh_pipelining: true\n po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/pg_init | 8,039 | [
"no_license"
] | [
{
"path": "roles/pg_init/tasks/main.yml",
"content": "- name: PostgreSQL initdb\n become: yes\n command:\n postgresql-setup initdb\n register:\n result\n failed_when: result.rc not in [0, 1]\n changed_when: result.rc == 0\n\n- name: grant access to database for Redmine\n become: yes\n lineinfil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/redmine | 8,039 | [
"no_license"
] | [
{
"path": "roles/redmine/tasks/settings.yml",
"content": "- name: load default data\n become: yes\n command:\n bundle exec rake redmine:load_default_data\n chdir={{ redmine_dir }}\n environment:\n RAILS_ENV: production\n REDMINE_LANG: \"{{ redmine_lang }}\"\n when:\n result_database_yml i... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5905,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/scm | 8,039 | [
"no_license"
] | [
{
"path": "roles/scm/templates/scm.yml.j2",
"content": "production:\n auto_create: true\n pre_create: /usr/local/libexec/redmine/scm/pre-create.sh\n post_create: /usr/local/libexec/redmine/scm/post-create.sh\n pre_delete: /usr/local/libexec/redmine/scm/pre-delete.sh\n post_delete: /usr/local/libexec/re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6674,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/system_centos | 8,039 | [
"no_license"
] | [
{
"path": "roles/system_centos/tasks/main.yml",
"content": "- name: check SELinux\n command:\n /usr/sbin/selinuxenabled\n register:\n result\n changed_when: false\n failed_when: result.rc not in [0, 1]\n\n- name: disable SELinux\n become: yes\n selinux: state=disabled\n when: result.rc == 0\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2862,
"all_permissive": false
} |
ansible_role | taqueci/ansible-redmine | 842cd1028e4896d956bfdba7e710992694fef623 | 2 | roles/system_debian | 8,039 | [
"no_license"
] | [
{
"path": "roles/system_debian/tasks/main.yml",
"content": "- name: update list of available packages\n become: yes\n apt:\n update_cache: yes\n cache_valid_time: 86400\n\n- name: install development tools\n become: yes\n apt:\n name:\n - build-essential\n\n- name: install development tool... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1361,
"all_permissive": false
} |
ansible_role | acritelli/home-k8s | b637ac050a3cab4c7642dffccdfdb9b387ff3115 | 1 | roles/backup_server | 8,039 | [
"no_license"
] | [
{
"path": "roles/backup_server/tasks/main.yml",
"content": "- name: install rclone\n copy:\n dest: /usr/local/bin/rclone\n src: usr/local/bin/rclone\n mode: '0755'\n\n- name: create directory for config file\n file:\n path: /etc/rclone\n owner: root\n group: root\n mode: '0640'\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | acritelli/home-k8s | b637ac050a3cab4c7642dffccdfdb9b387ff3115 | 1 | roles/common | 8,039 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "- name: netplan apply\n command:\n cmd: /usr/sbin/netplan apply\n\n# Credit: https://earlruby.org/2019/07/rebooting-a-host-with-ansible/\n- name: restart and wait\n reboot:\n msg: \"Rebooting to update GRUB config\"\n connect_timeout: 5\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1842,
"all_permissive": false
} |
ansible_role | acritelli/home-k8s | b637ac050a3cab4c7642dffccdfdb9b387ff3115 | 1 | roles/gluster_node | 8,039 | [
"no_license"
] | [
{
"path": "roles/gluster_node/tasks/main.yml",
"content": "- name: Create file for loop device\n command:\n cmd: /bin/dd if=/dev/zero of=/gluster_mount.img bs=100M count=50\n creates: /gluster_mount.img\n\n# Format the /gluster_mount.img by mounting to /dev/loop0. This is only\n# done if it's necessa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2868,
"all_permissive": false
} |
ansible_role | acritelli/home-k8s | b637ac050a3cab4c7642dffccdfdb9b387ff3115 | 1 | roles/k8s_common | 8,039 | [
"no_license"
] | [
{
"path": "roles/k8s_common/handlers/main.yml",
"content": "- name: set wlan0 to promiscuous mode\n command:\n cmd: /sbin/ip link set wlan0 promisc on\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/k8s_common/files/etc/networkd-dispatc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1605,
"all_permissive": false
} |
ansible_role | acritelli/home-k8s | b637ac050a3cab4c7642dffccdfdb9b387ff3115 | 1 | roles/k8s_control_plane | 8,039 | [
"no_license"
] | [
{
"path": "roles/k8s_control_plane/tasks/main.yml",
"content": "- name: initialize control plane\n command:\n cmd: \"kubeadm init --pod-network-cidr={{ pod_network_cidr }} --apiserver-advertise-address={{ eth0_ip.split('/')[0] }} \"\n creates: /etc/kubernetes/admin.conf\n\n- name: Transfer CNI config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | acritelli/home-k8s | b637ac050a3cab4c7642dffccdfdb9b387ff3115 | 1 | roles/k8s_node | 8,039 | [
"no_license"
] | [
{
"path": "roles/k8s_node/tasks/main.yml",
"content": "- name: grab token and command for joining hosts\n shell:\n cmd: kubeadm token create --print-join-command 2>/dev/null\n register: kubeadm_token_command\n delegate_to: \"{{ groups['k8s_control_plane'][0] }}\"\n run_once: True\n\n- name: join node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | pgacek/ansible-playground | 2cfbb0ca42f5d73fe48e296e299c0c740725321f | 0 | roles/configure_apache2 | 8,039 | [
"no_license"
] | [
{
"path": "roles/configure_apache2/defaults/main.yaml",
"content": "apache_default_dir: \"/var/www\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/configure_apache2/handlers/main.yaml",
"content": "- name: Restart apache2\n systemd:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | dileep2019/ansible-aws-ec2 | c9aea97a6c7899103dea53c8e976a19f15c95cb4 | 0 | roles/ansible-aws-ec2 | 8,039 | [
"no_license"
] | [
{
"path": "roles/ansible-aws-ec2/defaults/main.yml",
"content": "---\ndemo_region: us-east-2\nyour_name: \"{{ lookup('env', 'USER') }}\"\ndemo_net_name: \"{{ your_name }}-vpc\"\ndemo_net: 192.168.1.0/24\ndemo_subnet: 192.168.1.0/26\ndemo_instance_type: t2.micro\ndemo_instance_profile: ecsInstanceRole # FIXM... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7626,
"all_permissive": false
} |
ansible_role | prathyaksh/ps-terraform-live-envs | 3f6d7813683c9c2f8d169dd9c5e5e344037af15d | 0 | Java-project-01/dev/ansible/roles/deploy_java_app | 8,039 | [
"no_license"
] | [
{
"path": "Java-project-01/dev/ansible/roles/deploy_java_app/tasks/main.yml",
"content": "---\n- name: Install Java 11\n apt:\n name: openjdk-11-jdk\n state: present\n update_cache: yes\n\n- name: Create tomcat user\n user:\n name: tomcat\n shell: /bin/false\n\n- name: Download Tomcat\n ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | HavidDulsman/QA-RapperNameGenerator | 3e3f6de99f65a51a0f17f6a5fe25ae5994b00b04 | 0 | roles/docker-swarm-add-nodes | 8,039 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-add-nodes/tasks/main.yml",
"content": "- name: Add worker to manager node\n shell: \"docker swarm join --token {{ hostvars['RESULT']['value'] }} docker-vm:2377\"\n ignore_errors: true\n tags: swarm\n\n- ",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | HavidDulsman/QA-RapperNameGenerator | 3e3f6de99f65a51a0f17f6a5fe25ae5994b00b04 | 0 | roles/docker-swarm-init | 8,039 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-init/tasks/main.yml",
"content": "- name: swarm status\n shell: >\n docker node ls\n register: swarm_status\n ignore_errors: true\n tags: swarm\n\n- name: Initialise docker swarm\n shell: >\n docker swarm init\n when: swarm_status.rc != 0\n run_once: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | ashince/good-ansible-project | b835b6d8b8e763fd2560d8a9783c2e788351fda7 | 0 | roles/app-server | 8,039 | [
"no_license"
] | [
{
"path": "roles/app-server/vars/main.yml",
"content": "---\n\n\ntomcat_root_directory: /usr/share/tomcat/webapps/ROOT\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/app-server/tasks/main.yml",
"content": "---\n\n- name: install apach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | ashince/good-ansible-project | b835b6d8b8e763fd2560d8a9783c2e788351fda7 | 0 | roles/base-config | 8,039 | [
"no_license"
] | [
{
"path": "roles/base-config/tasks/main.yml",
"content": "---\n\n- name: enable repos\n template:\n src: open_three-tier-app.repo.j2\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\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 | lawaladekunle/create-lampOnEc2 | 43f17ecee5f6b3a8038f6aee8997f3453947cd16 | 0 | roles/apache | 8,039 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: Remove the Apache Service & HTTPD Tools\n yum:\n name: ['httpd', 'httpd-tools']\n state: absent\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | lawaladekunle/create-lampOnEc2 | 43f17ecee5f6b3a8038f6aee8997f3453947cd16 | 0 | roles/jenkins | 8,039 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n- name: Disable Docker on Amazon Linux Extras\n command:\n cmd: amazon-linux-extras disable docker\n\n- name: Import GPG Key for Jenkins\n rpm_key:\n state: present\n key: https://pkg.jenkins.io/redhat-stable/jen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | lawaladekunle/create-lampOnEc2 | 43f17ecee5f6b3a8038f6aee8997f3453947cd16 | 0 | roles/mysql | 8,039 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Upload Yum Repo Config for MariaDB\n copy:\n src: MariaDB.repo\n dest: /etc/yum.repos.d\n owner: root\n group: root\n\n- name: Install MariaDB\n yum: \n name: ['mariadb-server.x86_64', 'mariadb-libs.x86... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-kafka-operations | cace29886f6bf22c3240e1ac5811b8e79d83fe3e | 0 | roles/common | 8,039 | [
"no_license"
] | [
{
"path": "roles/common/tasks/kafka_check.yml",
"content": "---\n- name: Display the debug kafka\n debug: \n var: service_state.ansible_facts.services[\"kafka.service\"].state\n\n- name: Display the debug zookeeper\n debug: \n var: service_state.ansible_facts.services[\"zookeeper.service\"].state\n\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-kafka-operations | cace29886f6bf22c3240e1ac5811b8e79d83fe3e | 0 | roles/kafka-acls | 8,039 | [
"no_license"
] | [
{
"path": "roles/kafka-acls/templates/auth.properties.j2",
"content": "# configure user pass for security\nsasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required \\\n username={{kafka_admin_username}} \\\n password={{<PASSWORD>}};\n\n# configure sasl mechanism\nsasl.mechanism=SC... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-kafka-operations | cace29886f6bf22c3240e1ac5811b8e79d83fe3e | 0 | roles/kafka-topics | 8,039 | [
"no_license"
] | [
{
"path": "roles/kafka-topics/tasks/kafka_topic_list.yml",
"content": "---\n- name: \"Check if auth file exists\"\n stat:\n path: \"{{ kafka_path }}/config/ansible-auth-{{kafka_user}}.properties\"\n register: file\n\n- name: Setup New config file for auth user\n template:\n src: auth.properties.j2\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2332,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-kafka-operations | cace29886f6bf22c3240e1ac5811b8e79d83fe3e | 0 | roles/kafka-users-scram | 8,039 | [
"no_license"
] | [
{
"path": "roles/kafka-users-scram/tasks/kafka_user_list.yml",
"content": "---\n- name: \"Check if auth file exists\"\n stat:\n path: \"{{ kafka_path }}/config/ansible-auth-{{kafka_admin_username}}.properties\"\n register: file\n\n- name: Setup New config file for auth user\n template:\n src: auth.... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2113,
"all_permissive": false
} |
ansible_role | jjames-smarsh/test-dev-vagrant | 1b538340282c605ed64400edcba31b94c02fcb5c | 0 | roles/amq | 8,039 | [
"no_license"
] | [
{
"path": "roles/amq/tasks/main.yml",
"content": "---\n- name: Install AMQ\n yum:\n name: ['java-1.8.0-openjdk','activemq-cpp']\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: Install AMQ Ubuntu\n apt:\n name: ['openjdk-7-jre','activemq']\n state: present\n when: ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | jjames-smarsh/test-dev-vagrant | 1b538340282c605ed64400edcba31b94c02fcb5c | 0 | roles/check_platform | 8,039 | [
"no_license"
] | [
{
"path": "roles/check_platform/meta/main.yml",
"content": "---\n# Role dependencies\n\ngalaxy_info:\n role_name: check_platform\n author: <NAME>\n description: Check minimum platform requirements\n company: AMTEGA - Xunta de Galicia\n license: GPLv3 or EUPL\n min_ansible_version: 2.9\n platforms:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2378,
"all_permissive": false
} |
ansible_role | jjames-smarsh/test-dev-vagrant | 1b538340282c605ed64400edcba31b94c02fcb5c | 0 | roles/sudo-setup | 8,039 | [
"no_license"
] | [
{
"path": "roles/sudo-setup/tasks/main.yml",
"content": "---\n\n- name: Make sure sudoers.d dir is available\n file:\n path: \"{{ sudo_sudoersd_dir }}\"\n state: directory\n owner: root\n group: root\n mode: 0750\n\n- name: Restore default sudoers file\n copy:\n backup: yes\n src: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3530,
"all_permissive": false
} |
ansible_role | jjames-smarsh/test-dev-vagrant | 1b538340282c605ed64400edcba31b94c02fcb5c | 0 | roles/yum-repos-setup | 8,039 | [
"no_license"
] | [
{
"path": "roles/yum-repos-setup/defaults/main.yml",
"content": "---\n# defaults file for yum-repos-setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/yum-repos-setup/vars/main.yml",
"content": "---\n# vars file for yum-repos-setup\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1239,
"all_permissive": false
} |
ansible_role | moreiracruz/ansible-dev-env | e76aaf4a14080878431b36069195e225d335a4dd | 0 | roles/dev-tools | 8,042 | [
"no_license"
] | [
{
"path": "roles/dev-tools/tasks/main.yml",
"content": "- name: Criar diretório para ferramentas de desenvolvimento\n file:\n path: /home/{{ ansible_user }}/docker-dev-tools\n state: directory\n\n- name: Criar arquivo docker-compose.yml para ferramentas de desenvolvimento\n copy:\n dest: /home/{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1475,
"all_permissive": false
} |
ansible_role | moreiracruz/ansible-dev-env | e76aaf4a14080878431b36069195e225d335a4dd | 0 | roles/docker | 8,042 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Instalar dependências para Docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n\n- name: Adicionar chave GPG do Docker\n apt_key:\n url: https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | moreiracruz/ansible-dev-env | e76aaf4a14080878431b36069195e225d335a4dd | 0 | roles/jdk | 8,042 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "- name: Instalar JDK 8\n apt:\n name: openjdk-8-jdk\n state: present\n\n- name: Instalar JDK 11\n apt:\n name: openjdk-11-jdk\n state: present\n\n- name: Instalar JDK 17\n apt:\n name: openjdk-17-jdk\n state: present\n\n- name: Instalar ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | moreiracruz/ansible-dev-env | e76aaf4a14080878431b36069195e225d335a4dd | 0 | roles/maven | 8,042 | [
"no_license"
] | [
{
"path": "roles/maven/tasks/main.yml",
"content": "- name: Instalar Maven\n apt:\n name: maven\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 65,
"all_permissive": false
} |
ansible_role | moreiracruz/ansible-dev-env | e76aaf4a14080878431b36069195e225d335a4dd | 0 | roles/mysql | 8,042 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Criar diretório para MySQL\n file:\n path: /home/{{ ansible_user }}/docker-mysql\n state: directory\n\n- name: Criar arquivo docker-compose.yml para MySQL\n copy:\n dest: /home/{{ ansible_user }}/docker-mysql/docker-compose.yml\n cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1060,
"all_permissive": false
} |
ansible_role | moreiracruz/ansible-dev-env | e76aaf4a14080878431b36069195e225d335a4dd | 0 | roles/postgres | 8,042 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "- name: Criar diretório para PostgreSQL\n file:\n path: /home/{{ ansible_user }}/docker-postgres\n state: directory\n\n- name: Criar arquivo docker-compose.yml para PostgreSQL\n copy:\n dest: /home/{{ ansible_user }}/docker-postgres/docker-co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | kmjones1979/ansible-ndtk | 6b9e7e57d782cd88e3889ba0a1f170ad8bcca68c | 0 | install_nginx_plus/roles/common | 8,042 | [
"no_license"
] | [
{
"path": "install_nginx_plus/roles/common/handlers/main.yml",
"content": "#---\n#- name: restart any services here\n# service: name=service_here state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "install_nginx_plus/roles/common/tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | kmjones1979/ansible-ndtk | 6b9e7e57d782cd88e3889ba0a1f170ad8bcca68c | 0 | install_nginx_plus/roles/nginx-plus | 8,042 | [
"no_license"
] | [
{
"path": "install_nginx_plus/roles/nginx-plus/tasks/main.yml",
"content": "---\n- name: create SSL directory\n file: \n path: /etc/ssl/nginx\n state: directory\n\n- name: install nginx signing key\n apt_key: \n url: http://nginx.org/keys/nginx_signing.key\n state: present\n\n- name: copy the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | kmjones1979/ansible-ndtk | 6b9e7e57d782cd88e3889ba0a1f170ad8bcca68c | 0 | rtmp_hls_convert/roles/common | 8,042 | [
"no_license"
] | [
{
"path": "rtmp_hls_convert/roles/common/tasks/main.yml",
"content": "---\n- name: create backup directory\n file:\n path: /var/backups\n state: directory\n mode: 0755\n\n- name: backup /etc/nginx/ folder\n shell: cp -a /etc/nginx /var/backups/nginx-conf-backup-$(date +%s | sha256sum | base64 | h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | kmjones1979/ansible-ndtk | 6b9e7e57d782cd88e3889ba0a1f170ad8bcca68c | 0 | rtmp_hls_convert/roles/nginx-plus | 8,042 | [
"no_license"
] | [
{
"path": "rtmp_hls_convert/roles/nginx-plus/tasks/main.yml",
"content": "---\n- name: Clean nginx directory\n file:\n state: absent\n path: \"/etc/nginx/\"\n\n- name: copy nginx folder to /etc/nginx\n copy:\n src: etc/nginx/\n dest: /etc/nginx/\n\n- name: template nginx.conf to /etc/nginx/ngi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | aaronburrell/elk-anisble | 7efdcef7da130b3ff4877912ab5ac6a4dd5ee09b | 0 | ansible/roles/elk | 8,042 | [
"no_license"
] | [
{
"path": "ansible/roles/elk/tasks/install_nginx.yml",
"content": "\n - name: Download Nginx\n get_url: url=http://nginx.org/packages/mainline/centos/7/x86_64/RPMS/nginx-1.13.9-1.el7_4.ngx.x86_64.rpm dest=.\n\n - name: Copy rpm file to server\n copy:\n src: nginx-1.13.9-1.el7_4.ngx.x86_64.rpm\n... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3847,
"all_permissive": false
} |
ansible_role | ystia/yorc-a4c-plugin | 2f4881330bd06682816e0353e44df98ab222f976 | 6 | tosca-samples/org/ystia/yorc/samples/vision/linux/ansible/playbooks/roles/cchurch.virtualenv | 8,042 | [
"no_license"
] | [
{
"path": "tosca-samples/org/ystia/yorc/samples/vision/linux/ansible/playbooks/roles/cchurch.virtualenv/tests/example.yml",
"content": "---\n\n- hosts: all\n roles:\n - role: cchurch.virtualenv\n virtualenv_path: ~/env\n virtualenv_os_packages:\n apt: [libjpeg-dev]\n yum: [libjpe... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 19628,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/albert | 8,042 | [
"no_license"
] | [
{
"path": "roles/albert/tasks/main.yml",
"content": "---\n\n- name: Install albert\n apt:\n deb: \"https://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_19.04/amd64/albert_{{ albert_version }}_amd64.deb\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/atom | 8,042 | [
"no_license"
] | [
{
"path": "roles/atom/tasks/main.yml",
"content": "---\n\n- name: Add atom key\n apt_key:\n url: https://packagecloud.io/AtomEditor/atom/gpgkey\n\n- name: Add atom ppa\n apt_repository:\n repo: deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main\n\n- name: Install Atom\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/chrome | 8,042 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "---\n\n- name: Install chrome\n apt:\n deb: \"https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/common | 8,042 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Perform upgrade\n apt:\n update_cache: yes\n upgrade: dist\n\n- name: Enable universe and multiverse repos\n apt_repository:\n repo: \"{{ item }}\"\n with_items:\n - \"deb http://lv.archive.ubuntu.com/ubuntu/ {{ ubuntu_codename... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/configuration | 8,042 | [
"no_license"
] | [
{
"path": "roles/configuration/tasks/main.yml",
"content": "---\n\n- name: Sudo without password\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: \"^{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n with_items:\n - { line: \"#Password less sudo\", regexp: '^#Password' }\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/docker | 8,042 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install Docker\n apt:\n name: [docker, docker-compose]\n\n- name: Add user to docker group\n user:\n name: \"{{ user.name }}\"\n groups: docker\n append: yes\n\n- name: Installing lazydocker\n shell: \"curl https://raw.github... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/git | 8,042 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: Install Git\n apt:\n name: git\n\n- name: Add lazygit ppa\n apt_repository:\n repo: ppa:lazygit-team/release\n\n- name: Install lazygit\n apt:\n name: lazygit\n \n- name: Install diff-so-fancy\n yarn:\n name: diff-so-fancy\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/gnome | 8,042 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "---\n\n- name: Install gnome specific software\n apt:\n name: [\n gnome-tweaks,\n gpaste\n ]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/jetbrains | 8,042 | [
"no_license"
] | [
{
"path": "roles/jetbrains/tasks/main.yml",
"content": "---\n\n- name: Install jetbrains toolbox\n unarchive:\n src: https://download.jetbrains.com/toolbox/jetbrains-toolbox-{{ jetbrains_toolbox_version }}.tar.gz\n dest: /usr/bin\n remote_src: yes\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/neovim | 8,042 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n\n- name: Install nvim\n apt:\n name: neovim\n\n- name: Create nvim config dir\n file:\n path: \"{{ user.home }}/.config/nvim\"\n state: directory\n become: no\n\n- name: Set init.vim\n template:\n src: init.vim.j2\n dest: \"{{ use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 10730,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/node | 8,042 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n\n- name: Clone node version manager\n git:\n repo: \"https://github.com/creationix/nvm.git\"\n dest: \"{{ nvm_home }}\"\n accept_hostkey: yes\n become: no\n\n- name: Set nvm to latest version\n shell: \"git checkout `git describe --abbrev=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1079,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/ovpn | 8,042 | [
"no_license"
] | [
{
"path": "roles/ovpn/tasks/main.yml",
"content": "- name: Install essential libs\n apt:\n name:\n - openvpn\n - networkmanager-openvpn\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/rambox | 8,042 | [
"no_license"
] | [
{
"path": "roles/rambox/tasks/main.yml",
"content": "---\n\n- name: Install rambox\n apt:\n deb: \"https://github.com/ramboxapp/community-edition/releases/download/{{ rambox_version }}/Rambox-{{ rambox_version }}-linux-amd64.deb\"\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/ruby | 8,042 | [
"no_license"
] | [
{
"path": "roles/ruby/defaults/main.yml",
"content": "rbenv_home: \"{{ user.home }}/.rbenv\"\nrbenv_exec: \"{{ rbenv_home }}/bin/rbenv\"\nruby_version: \"2.6.3\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/ruby/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/sdks | 8,042 | [
"no_license"
] | [
{
"path": "roles/sdks/tasks/main.yml",
"content": "---\n\n- name: Check if sdkman is installed\n stat:\n path: \"{{ sdk_home }}\"\n register: sdk\n\n- name: Installing sdk manager\n shell: \"curl -s https://get.sdkman.io | bash\"\n args:\n creates: \"{{ sdk_home }}\"\n warn: false\n when: not ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/slack | 8,042 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "---\n\n- name: Install slack desktop\n apt:\n deb: \"https://downloads.slack-edge.com/linux_releases/slack-desktop-{{ slack_version }}-amd64.deb\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/spotify | 8,042 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "---\n\n- name: Install spotify\n snap:\n name: spotify\n classic: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/stow | 8,042 | [
"no_license"
] | [
{
"path": "roles/stow/tasks/main.yml",
"content": "---\n\n- name: Install stow\n apt:\n name: stow\n\n- name: Symlink configs\n command: \"stow -d {{ dotfiles }} -S {{ item }}\"\n with_lines: \"cat {{ dotfiles }}/stow.txt\"\n ignore_errors: yes\n become: no\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/vscode | 8,042 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n\n- name: Add vscode key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Add vscode ppa\n apt_repository:\n repo: deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\n\n- name: Install Visua... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/xps | 8,042 | [
"no_license"
] | [
{
"path": "roles/xps/tasks/main.yml",
"content": "---\n# Dell XPS 15 9570 tweaks.\n# https://github.com/JackHack96/dell-xps-9570-ubuntu-respin/blob/master/xps-tweaks.sh\n# https://wiki.archlinux.org/index.php/Dell_XPS_15_9570\n\n- name: Install power management tools\n apt:\n name: [thermald, tlp, tlp-r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1658,
"all_permissive": false
} |
ansible_role | andrcuns/linux-workstation-setup | b2361d5b79cca068baa72781097ae218e8e570c5 | 4 | roles/zshell | 8,042 | [
"no_license"
] | [
{
"path": "roles/zshell/defaults/main.yml",
"content": "---\n\nomzsh_dir: \"{{ user.home }}/.oh-my-zsh\"\nomzsh_custom_dir: \"{{ omzsh_dir }}/custom\"\nomzsh_plugins_dir: \"{{ omzsh_custom_dir }}/plugins\"\nomzsh_themes_dir: \"{{ omzsh_custom_dir}}/themes\"\n\nomzsh_plugins: {\n zsh-syntax-highlighting: zs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6229,
"all_permissive": false
} |
ansible_role | TirelCristian/VagrantAutomatization | bb385c1a3ef4fae49e40581081743770b73a3cad | 0 | Provisioning/Roles/Common | 8,042 | [
"no_license"
] | [
{
"path": "Provisioning/Roles/Common/Tasks/main.yml",
"content": "- name: Install a list of packages\n yum:\n name:\n - httpd\n - python2\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | TirelCristian/VagrantAutomatization | bb385c1a3ef4fae49e40581081743770b73a3cad | 0 | Provisioning/Roles/NFS-Clients | 8,042 | [
"no_license"
] | [
{
"path": "Provisioning/Roles/NFS-Clients/Tasks/main.yml",
"content": "- name: Install a list of packages\n yum:\n name:\n - nfs-utils\n - libreoffice-base\n - libreoffice-impress\n - libreoffice-core\n state: latest\n\n- name: NFS\n service: \n name: nfs-client.target\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | TirelCristian/VagrantAutomatization | bb385c1a3ef4fae49e40581081743770b73a3cad | 0 | Provisioning/Roles/NFS-Server | 8,042 | [
"no_license"
] | [
{
"path": "Provisioning/Roles/NFS-Server/Tasks/main.yml",
"content": "- name: Create Mountable Directory\n file: \n path: /Server\n state: directory \n mode: 0766\n owner: vagrant\n group: vagrant\n\n- name: Install NFS\n yum:\n name:\n - nfs-utils\n - rpcbind\n state: lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/ansible-lint | 8,042 | [
"no_license"
] | [
{
"path": "roles/ansible-lint/tasks/main.yml",
"content": "---\n- name: Install ansible-lint at version 6.22.0\n ansible.builtin.pip:\n name: ansible-lint\n version: 6.22.0\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/bashrc_d | 8,042 | [
"no_license"
] | [
{
"path": "roles/bashrc_d/tasks/main.yml",
"content": "---\n- name: Create ~/.bashrc.d directory\n ansible.builtin.file:\n path: ~/.bashrc.d\n state: directory\n mode: \"0755\"\n\n- name: Setup ~/.bashrc to load .bash files from ~/.bashrc.d\n ansible.builtin.blockinfile:\n dest: ~/.bashrc\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/cache | 8,042 | [
"no_license"
] | [
{
"path": "roles/cache/vars/main.yml",
"content": "---\ncache_dir_downloads: /var/cache/downloads\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/cache/tasks/main.yml",
"content": "---\n- name: Add systemd-tmpfiles configuration for {{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/docker | 8,042 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Download Docker CE .deb Packages\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/dists/jammy/pool/stable/{{ docker_deb_arch }}/{{ item.deb_file }}\n checksum: sha256:{{ item.sha256sum[docker_deb_arch] }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2408,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/docker-hacks | 8,042 | [
"no_license"
] | [
{
"path": "roles/docker-hacks/tasks/main.yml",
"content": "---\n# note: this mimics systemd, allowing to start systemd services in container which would otherwise not work\n# source: https://github.com/gdraheim/docker-systemctl-replacement at 9cbe1a00eb4bdac6ff05b96ca34ec9ed3d8fc06c\n- name: Inject docker s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/git | 8,042 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Make sure Git is installed\n ansible.builtin.apt:\n name: git\n state: present\n become: true\n\n- name: Set up the PS1 shell prompt for Git\n ansible.builtin.copy:\n src: git-ps1.bash\n dest: ~/.bashrc.d/git-ps1.bash\n mode: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/readme | 8,042 | [
"no_license"
] | [
{
"path": "roles/readme/handlers/main.yml",
"content": "---\n- name: Restart display-manager\n ansible.builtin.systemd:\n name: display-manager\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/readm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2245,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/testinfra | 8,042 | [
"no_license"
] | [
{
"path": "roles/testinfra/tasks/main.yml",
"content": "---\n- name: Install testinfra at version 9.0.0\n ansible.builtin.pip:\n name: pytest-testinfra\n version: 9.0.0\n state: present\n become: true\n\n- name: Install pytest-spec formatter at version 3.2.0\n ansible.builtin.pip:\n name: pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | Zuehlke/linux-developer-vm-with-ansible | f38bd9d8f73c5402185a9b6276736feee1c13758 | 5 | roles/vscode | 8,042 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: Download VSCode version {{ vscode_version }} .deb package\n ansible.builtin.get_url:\n url: https://update.code.visualstudio.com/{{ vscode_version }}/linux-deb-{{ vscode_arch }}/stable\n checksum: sha256:{{ vscode_sha256sum[vscode_arch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | humayun-alam/Ansible | 6d096324f002d7c516629c93e6e186bcd825139f | 0 | roles/database | 8,035 | [
"no_license"
] | [
{
"path": "roles/database/templates/ssmtp.conf.j2",
"content": "TLS_CA_FILE=/etc/pki/tls/certs/ca-bundle.crt\nroot=<EMAIL>\nmailhub=smtp.gmail.com:465\nFromLineOverride=YES\nAuthUser=<EMAIL>\nAuthPass={{<PASSWORD>}}\nUseTLS=YES\nhostname={{inventory_hostname}}\n\n\n\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4626,
"all_permissive": false
} |
ansible_role | xrichmolex/expensify-infra-challenge | 335f6f9d7a5574f8d9f41572cb792e7f8eb5036a | 0 | roles/lb | 8,035 | [
"no_license"
] | [
{
"path": "roles/lb/templates/haproxy.cfg.j2",
"content": "global\n log /dev/log local0\n log /dev/log local1 notice\n daemon\n maxconn 4096\n\ndefaults\n log global\n mode http\n option httplog\n option dontlognull\n retries 3\n timeout connect 5000ms\n timeo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1403,
"all_permissive": false
} |
ansible_role | xrichmolex/expensify-infra-challenge | 335f6f9d7a5574f8d9f41572cb792e7f8eb5036a | 0 | roles/monitoring | 8,035 | [
"no_license"
] | [
{
"path": "roles/monitoring/files/web_monitor.py",
"content": "#!/usr/bin/env python3\nimport requests\nimport sys\n\ndef load_server_list(file_path):\n \"\"\"Reads a list of servers from a file\"\"\"\n try:\n with open(file_path, 'r') as f:\n return [line.strip() for line in f if li... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8501,
"all_permissive": false
} |
ansible_role | xrichmolex/expensify-infra-challenge | 335f6f9d7a5574f8d9f41572cb792e7f8eb5036a | 0 | roles/network | 8,035 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "- name: Set bastion host IP\n set_fact:\n bastion_ip: >-\n {{\n hostvars\n | dict2items\n | selectattr('value.bastion_host', 'defined')\n | selectattr('value.bastion_host', 'equalto', true)\n | map(attribute='v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | xrichmolex/expensify-infra-challenge | 335f6f9d7a5574f8d9f41572cb792e7f8eb5036a | 0 | roles/users | 8,035 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "- name: Create expensify user\n user:\n name: expensify\n groups: sudo\n create_home: true\n shell: /bin/bash\n state: present\n\n- name: Create .ssh directory for expensify user\n file:\n path: /home/expensify/.ssh\n state: director... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.