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
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/lvm
7,692
[ "no_license" ]
[ { "path": "roles/lvm/molecule/default/tasks/prepare_create-pvs.yaml", "content": "---\n- name: \"Find free loopdevice for pv {{ pv }}\"\n become: true\n ansible.builtin.command: \"losetup -f\"\n register: free_loopdev\n changed_when: free_loopdev.rc != 0\n failed_when: free_loopdev.rc != 0\n\n- name: \...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 19381, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/mkinitcpio
7,692
[ "no_license" ]
[ { "path": "roles/mkinitcpio/tasks/main.yaml", "content": "---\n# tasks file for mkinitcpio\n- name: Modify mkinitcpio.conf\n become: true\n ansible.builtin.template:\n src: \"mkinitcpio.conf.j2\"\n dest: \"{{ mkinitcpio_conf_path }}\"\n owner: root\n group: root\n mode: \"0644\"\n notify:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5920, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/nfs
7,692
[ "no_license" ]
[ { "path": "roles/nfs/tasks/deps-archlinux.yaml", "content": "- name: Install Arch linux deps for nfs\n become: true\n community.general.pacman:\n name:\n - nfs-utils\n - rpcbind\n state: present\n update_cache: true\n tags:\n - molecule-idempotence-notest\n", "license_type": "no_licen...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7423, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/nvidia_patch
7,692
[ "no_license" ]
[ { "path": "roles/nvidia_patch/molecule/default/verify.yml", "content": "---\n# This is an example playbook to execute Ansible tests.\n- name: Verify hosts\n hosts: all\n gather_facts: false\n tasks:\n - name: Stat nvidia_patch script\n ansible.builtin.stat:\n path: \"/usr/local/lib/nvidia_patch/...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6146, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/raspi_boot_config
7,692
[ "no_license" ]
[ { "path": "roles/raspi_boot_config/defaults/main.yml", "content": "---\n# defaults file for raspi_boot_config\nraspi_boot_config_allow_reboot: false\nraspi_boot_config_path: /boot/config.txt\nraspi_boot_config_cmdline_path: /boot/cmdline.txt\n# raspi_boot_config_vars:\n# - key: boot_delay\n# value: 0\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 7466, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/reboot
7,692
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n# tasks file for reboot\n- name: Flush handlers\n ansible.builtin.meta: flush_handlers\n\n- name: Check if reboot-required exists\n become: true\n ansible.builtin.stat:\n path: /var/run/reboot-required\n register: reboot_required\n\n- name: Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/s_nail
7,692
[ "no_license" ]
[ { "path": "roles/s_nail/templates/.mailrc.j2", "content": "{{ ansible_managed | comment }}\n\n# All the examples require v15-compat!\nset v15-compat\n{% if s_nail_configure_gmail | default(false) %}\naccount gmail {\n # Localize options, forget them when changing the account\n localopts yes\n # (The p...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7091, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/samba
7,692
[ "no_license" ]
[ { "path": "roles/samba/templates/smb.conf.j2", "content": "{% macro render_config_block(config) %}\n{%- for valuepair in config.items() %}\n {{ valuepair | join(\" = \") }}\n{% endfor -%}\n{% endmacro %}\n{{- ansible_managed | comment }}\n\n{% for blockname in samba_config.keys() %}\n[{{ blockname }}]\n{...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 16581, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/smartd
7,692
[ "no_license" ]
[ { "path": "roles/smartd/defaults/main.yaml", "content": "---\n# defaults file for smartd\nsmartd_rund_dir: /etc/smartmontools/run.d\nsmartd_runner_path: /usr/share/smartmontools/smartd-runner\nsmartd_args_file: /etc/conf.d/smartd\nsmartd_config_file: /etc/smartd.conf\nsmartd_executable: /usr/bin/smartd\nsma...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9525, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/superfans
7,692
[ "no_license" ]
[ { "path": "roles/superfans/tasks/main.yaml", "content": "---\n# tasks file for superfans\n- name: Populate service facts\n become: true\n when: services is not defined\n ansible.builtin.service_facts:\n\n- name: Install deps\n ansible.builtin.include_tasks: \"deps-{{ ansible_os_family | lower }}.yml\"\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6630, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/update_os
7,692
[ "no_license" ]
[ { "path": "roles/update_os/tasks/package-facts-redhat.yaml", "content": "- name: Gather the package facts RedHat\n become: true\n ansible.builtin.package_facts:\n manager: auto\n\n# - debug:\n# var: ansible_facts.packages\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 6521, "all_permissive": false }
ansible_role
wahooli/ansible-collection-common
dcd712e5e70746441f32aef41c3996417daf5fc7
0
roles/zfs
7,692
[ "no_license" ]
[ { "path": "roles/zfs/tasks/dataset_tasks.yaml", "content": "- name: \"{{ zfs_command_name | capitalize }}\"\n become: true\n ansible.builtin.command:\n cmd: \"{{ zfs_command }}\"\n failed_when: zfs_command_exec.rc != 0\n changed_when: \"zfs_command != 'true'\"\n register: zfs_command_exec\n when: n...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 18, "total_bytes": 27551, "all_permissive": false }
ansible_role
dhavlev/mediawiki
e875278ad74648496a9154f358c51c5b4a97c909
3
roles/apt-install
7,692
[ "no_license" ]
[ { "path": "roles/apt-install/tasks/main.yaml", "content": "---\n\n- name: apt update and upgrade\n shell: apt-get -y update && apt-get -y upgrade && apt-get -f install\n\n- name: set mysql root password when server type is database\n shell: >-\n echo \"mysql-server mysql-server/root_password password {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
dhavlev/mediawiki
e875278ad74648496a9154f358c51c5b4a97c909
3
roles/mediawiki
7,692
[ "no_license" ]
[ { "path": "roles/mediawiki/tasks/mysql-setup.yaml", "content": "---\n\n- name: tranform sql setup template\n template:\n dest: /tmp/sql.sh\n src: sql.sh.j2\n mode: 0555\n\n- name: execute sql setup\n shell: /tmp/sql.sh\n\n- name: modify mysql.conf to allow access to web server\n shell: sed -i 's...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2366, "all_permissive": false }
ansible_role
jamesob/infra
3f8cae9c0035161802bc842ae4409e4c765fd444
0
ansible/roles/ali
7,692
[ "no_license" ]
[ { "path": "ansible/roles/ali/templates/ddclient.conf.j2", "content": "use=web, web=dynamicdns.park-your-domain.com/getip \\\nprotocol=namecheap \\\nserver=dynamicdns.park-your-domain.com \\\nlogin=cabsav.site \\\npassword=<PASS...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5285, "all_permissive": false }
ansible_role
jamesob/infra
3f8cae9c0035161802bc842ae4409e4c765fd444
0
ansible/roles/bitcoind
7,692
[ "no_license" ]
[ { "path": "ansible/roles/bitcoind/templates/bitcoind.service.j2", "content": "# bitcoind.service #######################################################################\n[Unit]\nDescription=Bitcoind\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nExecStartPre=-/usr/bin/docker kill bitcoind\nExe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1114, "all_permissive": false }
ansible_role
plotly/orca
abc3b73488bb8c93d87aeaabcb0e2161c159bf61
305
deployment/roles/common
7,692
[ "no_license" ]
[ { "path": "deployment/roles/common/tasks/main.yml", "content": "- name: Get credentials for cluster\n local_action: command gcloud container clusters get-credentials {{ cluster }} --zone {{ zone }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
plotly/orca
abc3b73488bb8c93d87aeaabcb0e2161c159bf61
305
deployment/roles/rollback
7,692
[ "no_license" ]
[ { "path": "deployment/roles/rollback/tasks/main.yml", "content": "- name: Undo rollout\n local_action: command kubectl rollout undo deployments/imageserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
plotly/orca
abc3b73488bb8c93d87aeaabcb0e2161c159bf61
305
deployment/roles/update
7,692
[ "no_license" ]
[ { "path": "deployment/roles/update/tasks/main.yml", "content": "- name: Determine current sha1 to deploy\n local_action: command git rev-parse HEAD\n register: sha1\n- set_fact: sha1_to_deploy=\"{{ sha1.stdout }}\"\n- debug: msg=\"Deploying rev {{ sha1_to_deploy }}\"\n\n- name: Ensure image exists\n loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
plotly/orca
abc3b73488bb8c93d87aeaabcb0e2161c159bf61
305
deployment/roles/update_plotlyjs
7,692
[ "no_license" ]
[ { "path": "deployment/roles/update_plotlyjs/tasks/main.yml", "content": "# From https://github.com/kubernetes/kubernetes/issues/27081#issuecomment-238078103\n# Change an unused variable in the deployment config, which will cause a\n# rolling update that creates new pods. (New pods will automatically run th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
pnkmtt/ansible_work
f5a5b8d91ca8a4854a70aad99f999a144dea8933
0
roles/apache2
7,692
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: install web compoents\n apt:\n name={{item}}\n with_items:\n - apache2\n - libapache2-mod-wsgi\n\n- name: ensure mod_wsgi enabled\n apache2_module:\n state=present\n name=wsgi\n notify:\n resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
pnkmtt/ansible_work
f5a5b8d91ca8a4854a70aad99f999a144dea8933
0
roles/control
7,692
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n- name: install tools\n yum:\n name={{item}}\n state=present\n update_cache=yes\n with_items:\n - curl\n - python-httplib2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
pnkmtt/ansible_work
f5a5b8d91ca8a4854a70aad99f999a144dea8933
0
roles/demo_app
7,692
[ "no_license" ]
[ { "path": "roles/demo_app/tasks/main.yml", "content": "---\n# tasks file for demo_app\n- name: install web compoents\n apt:\n name={{item}}\n with_items:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n\n- name: copy demo app source\n copy:\n src=demo/app/\n dest=/var/www/demo\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
pnkmtt/ansible_work
f5a5b8d91ca8a4854a70aad99f999a144dea8933
0
roles/nginx
7,692
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n - name: install tools\n apt:\n name={{item}}\n state=present\n update_cache=yes\n with_items:\n - python-httplib2\n\n - name: install nginx\n apt:\n name=nginx\n state=present\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1271, "all_permissive": false }
ansible_role
jorneilander/dataiku_dss_gcp
8fa0c5cff6585b796e97f4ea562d45d3d886c1c8
0
ansible/roles/dataiku-dss
7,692
[ "no_license" ]
[ { "path": "ansible/roles/dataiku-dss/tasks/prerequisites.yaml", "content": "---\n- name: \"[Prerequisites] - Disable SELinux\"\n become: true\n selinux:\n state: disabled\n notify:\n - \"restart_host\"\n\n- name: \"[Prerequisites] - Increase system limits\"\n become: true\n pam_limits:\n domai...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 25737, "all_permissive": false }
ansible_role
lijiecheng/zabbix-agent-install
82e699b78fae6a059ddf8e94354f8d7d667345f3
0
roles/zabbix
7,692
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/install_zabbix.yml", "content": "- name: copy zabbix package to all nodes\n copy:\n src: \"{{item.src}}\"\n dest: \"{{item.dest}}\"\n owner: root\n force: yes\n mode: 755\n with_items:\n - {src: \"./zabbix_agentd.conf\", dest: \"/opt/\"}\n - {src: \"./zab...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 732, "all_permissive": false }
ansible_role
Ajaypathak372/ansible-hadoop-aws
33da1f635adb7e1528872700a989c1a2b0d5aa88
2
roles/config_slave
7,692
[ "no_license" ]
[ { "path": "roles/config_slave/tasks/main.yml", "content": "---\n\n- name: Checking Hadoop installed or not\n yum:\n list: hadoop\n register: hadoop\n\n- name: checking jdk is installed or not\n yum:\n list: jdk\n register: jdk\n\n- name: Installing Hadoop\n command:\n cmd: rpm -ivh https://arc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1450, "all_permissive": false }
ansible_role
Ajaypathak372/ansible-hadoop-aws
33da1f635adb7e1528872700a989c1a2b0d5aa88
2
roles/ec2
7,692
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n\n- name: Launch EC2 Instances for Hadoop Cluster\n ec2: \n region: \"{{ region }}\"\n image: \"{{ ami_id }}\"\n instance_type: \"{{ instance_type }}\"\n count: \"{{ count }}\"\n vpc_subnet_id: \"{{ subnet_id }}\"\n group_id: \"{{ sg_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 733, "all_permissive": false }
ansible_role
iiawx/projextAWX
bab2426628767e7bdfde2af7f536099e7ba3d01c
0
VMWare/govc/roles/create_vm_govc
7,692
[ "no_license" ]
[ { "path": "VMWare/govc/roles/create_vm_govc/tasks/main.yml", "content": "---\n\n- include_vars:\n dir: 'vars/'\n\n- name: Create New VM\n command: /go/bin/govc vm.create -annotation=\"{{ vm_notes }}\" -m=\"{{ vm_memory }}\" -c=\"{{ vm_cpu }}\" -disk=\"{{ vm_disk }}GB\" -ds=\"{{ datastore }}\" -folder=/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1479, "all_permissive": false }
ansible_role
iiawx/projextAWX
bab2426628767e7bdfde2af7f536099e7ba3d01c
0
VMWare/govc/roles/mount_iso_govc
7,692
[ "no_license" ]
[ { "path": "VMWare/govc/roles/mount_iso_govc/tasks/main.yml", "content": "--- # This playbook will modify an existing VM and will mount an iso for provisioning using govc\n# https://github.com/vmware/govmomi/blob/master/govc/USAGE.md\n\n- include_vars:\n dir: 'vars/'\n\n- name: Add cdrom to virtual machin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1850, "all_permissive": false }
ansible_role
iiawx/projextAWX
bab2426628767e7bdfde2af7f536099e7ba3d01c
0
VMWare/govc/roles/power_on_vm
7,692
[ "no_license" ]
[ { "path": "VMWare/govc/roles/power_on_vm/tasks/main.yml", "content": "--- # This playbook will power on an existing VM using govc\n# https://github.com/vmware/govmomi/blob/master/govc/USAGE.md\n\n- name: Power on Virtual Machine\n command: \"govc vm.power -on {{ vm_guest | upper }}\"\n no_log: false\n en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
observability-as-code-sandbox/learn-ansible-lab
7b3854a8aec9e425425879bc25fb20ab35d3ac31
0
roles/machine-agent-linux
7,692
[ "no_license" ]
[ { "path": "roles/machine-agent-linux/tasks/copy_agent.yml", "content": "---\n- name: Copy Machine Agent files - from Local\n become: true\n ansible.builtin.copy:\n src: \"{{ ma_agent_source_file }}\"\n dest: \"{{ machine_agent_dest_folder_linux }}/{{ ma_agent_dest_file }}\"\n mode: 0755", "li...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3815, "all_permissive": false }
ansible_role
Las-Mohamed/Ansible_for_Docker
737b796422a0ad05515092685ad3e873495f6656
0
roles/docker
7,700
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install aptitude\n apt: name=aptitude update_cache=yes state=latest\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1036, "all_permissive": false }
ansible_role
behradeslamifar/kube-management
cee77fff6a25ffc6212302437a98932ff7d4c5e9
1
user-management/roles/namespace
7,700
[ "no_license" ]
[ { "path": "user-management/roles/namespace/defaults/main.yml", "content": "quota: \"enabled\"\nnetowrk_policy: \"disabled\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "user-management/roles/namespace/templates/quota.yml.j2", "content": "a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3721, "all_permissive": false }
ansible_role
behradeslamifar/kube-management
cee77fff6a25ffc6212302437a98932ff7d4c5e9
1
user-management/roles/user
7,700
[ "no_license" ]
[ { "path": "user-management/roles/user/templates/clusterrolebinding.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRoleBinding\nmetadata:\n name: \"{{ item.name }}\"\nroleRef:\n apiGroup: rbac.authorization.k8s.io\n kind: ClusterRole\n name: {% if item.role == 'cluster_view' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2934, "all_permissive": false }
ansible_role
InnoZhan/devops
a982fd09e61a87bae2767d8bb57859e0844a7816
0
ansible/roles/startapp
7,700
[ "no_license" ]
[ { "path": "ansible/roles/startapp/defaults/main.yml", "content": "---\n# defaults file for startapp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/startapp/tasks/main.yml", "content": "---\n# tasks file for deploy_app\n- name: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 795, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/cart
7,700
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: Install nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: setup application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Install application dependencies\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/catalogue
7,700
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: Install nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: setup application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Install application dependencies\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/common
7,700
[ "no_license" ]
[ { "path": "roles/common/tasks/systemd-setup.yaml", "content": "- name: Set up the {{ component }} service\n ansible.builtin.copy:\n src: \"{{ component }}.service\"\n dest: /etc/systemd/system/{{ component }}.service\n\n- name: Reload systemd daemon\n ansible.builtin.systemd:\n daemon_reload: tru...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1941, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/dispatch
7,700
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yaml", "content": "- name: Install GoLang\n ansible.builtin.dnf:\n name: golang\n state: installed\n\n- name: setup the application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Check if go.mod exists\n ansible.builtin.st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/mongodb
7,700
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: copy mongo.repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: install MongoDB\n ansible.builtin.dnf:\n name: mongodb-org\n state: installed\n\n- name: start MongoDB service\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/mysql
7,700
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: install mysql-server\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: start mysql service\n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: change the default root passow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/payment
7,700
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: Install Python and required packages\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: installed\n loop:\n - python3.11\n - gcc\n - python3-devel\n - python3-pip\n\n- name: setup the application\n ansible.builtin.import...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/rabbitmq
7,700
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yaml", "content": "- name: configure rabbitmq yum repos\n ansible.builtin.shell: \"{{item}}\"\n loop:\n - \"curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\"\n - \"curl -s https://packagecloud.io/install/repositories/rabb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/redis
7,700
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yaml", "content": "- name: Install Redis\n ansible.builtin.dnf:\n name: redis\n state: installed\n\n- name: Change Redis configuration to allow remote connections\n ansible.builtin.replace:\n path: /etc/redis/redis.conf # Adjust the path as needed\n regexp: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/shipping
7,700
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yaml", "content": "- name: Install Maven\n ansible.builtin.dnf:\n name: maven\n state: installed\n\n- name: setup application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Build the application\n ansible.builtin.command:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1121, "all_permissive": false }
ansible_role
AcAvinash/ansible-roboshop-roles
2a0badd2853b79194d3f6aae0d4bf12dfb1317cf
0
roles/web
7,700
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "- name: Install NGINX\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: Start and enable NGINX\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Remove default HTML directory\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1245, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/bootstrap-etcd
7,700
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap-etcd/tasks/main.yml", "content": "- name: Install the etcd Binaries \n copy:\n remote_src: yes\n src: \"/root/kubernetes-the-hard-way/downloads/{{ item }}\"\n dest: \"/usr/local/bin/{{ item }}\"\n mode: '0755'\n delegate_to: '{{ hosts[1] }}'\n loop:\n - '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/configure-kubectl
7,700
[ "no_license" ]
[ { "path": "ansible/roles/configure-kubectl/tasks/main.yml", "content": "- name: Set context for kube\n ansible.builtin.command:\n cmd: >\n kubectl config set-cluster kubernetes-the-hard-way\n --certificate-authority=/var/lib/kubelet/ca.crt\n --embed-certs=true\n --server=https://serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 880, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/generate-certs
7,700
[ "no_license" ]
[ { "path": "ansible/roles/generate-certs/tasks/main.yml", "content": "- name: Generate CA private key (ca.key)\n ansible.builtin.command:\n cmd: openssl genrsa -out /root/kubernetes-the-hard-way/ca.key 4096\n args:\n creates: /root/kubernetes-the-hard-way/ca.key\n\n- name: Generate CA certificate (ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3803, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/generate-configs
7,700
[ "no_license" ]
[ { "path": "ansible/roles/generate-configs/tasks/main.yml", "content": "- name: Read machine list into variable\n ansible.builtin.slurp:\n src: /root/machines.txt\n register: machines_file\n\n- name: Parse machine lines\n set_fact:\n machines: \"{{ machines_file['content'] | b64decode | split('\\n')...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7025, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/setup-control-plane
7,700
[ "no_license" ]
[ { "path": "ansible/roles/setup-control-plane/tasks/main.yml", "content": "- name: Ensure config directory exists\n file:\n path: \"/etc/kubernetes/config\"\n state: directory\n mode: '0755'\n recurse: yes\n delegate_to: \"{{ hosts[1] }}\"\n\n- name: Ensure Python3 is installed\n apt:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4537, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/setup-jumpbox
7,700
[ "no_license" ]
[ { "path": "ansible/roles/setup-jumpbox/tasks/main.yml", "content": "- name: Ensure required packages are installed\n apt:\n update_cache: yes\n name:\n - wget\n - curl\n - vim\n - openssl\n - git\n state: present\n\n\n- name: Clone Kubernetes The Hard Way repo\n git:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4368, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/setup-networking
7,700
[ "no_license" ]
[ { "path": "ansible/roles/setup-networking/tasks/main.yml", "content": "- name: Read machine list into variable\n ansible.builtin.slurp:\n src: /root/machines.txt\n register: machines_file\n\n- name: Parse machine lines\n set_fact:\n machines: \"{{ machines_file['content'] | b64decode | split('\\n')...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 941, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/setup-ssh
7,700
[ "no_license" ]
[ { "path": "ansible/roles/setup-ssh/tasks/main.yml", "content": "- name: Setup machine database on jumpbox\n ansible.builtin.copy:\n src: ../../machines.txt \n dest: /root/machines.txt\n\n- name: Read machine list into variable\n ansible.builtin.slurp:\n src: /root/machines.txt\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2206, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/setup-worker-nodes
7,700
[ "no_license" ]
[ { "path": "ansible/roles/setup-worker-nodes/tasks/main.yml", "content": "- name: Read machine list into variable\n ansible.builtin.slurp:\n src: /root/machines.txt\n register: machines_file\n\n- name: Parse machine lines\n set_fact:\n machines: \"{{ machines_file['content'] | b64decode | split('\\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8454, "all_permissive": false }
ansible_role
Sog0/k8s_ansible
244c5a351d0ce5c98664f62c859b0f7253fc61bc
0
ansible/roles/smoke-test
7,700
[ "no_license" ]
[ { "path": "ansible/roles/smoke-test/tasks/main.yml", "content": "- name: Create Kubernetes secret\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Secret\n metadata:\n name: kubernetes-the-hard-way\n namespace: default\n type: Opaque\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1664, "all_permissive": false }
ansible_role
ghilbut/aws-dcos
3ab2f8a95985f7a662dbcce70a22eedba1be6294
4
ansible/roles/bootstrap
7,700
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/tasks/install-dcos-bootstrap.yml", "content": "---\n- name: create directory\n file:\n path: /home/centos/dcos/bootstrap/genconf\n state: directory\n\n- name: copy ssh key\n copy:\n src: \"{{ inventory_dir }}/files/{{ aws.ec2.key_pair }}.pem\"\n dest: /home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1285, "all_permissive": false }
ansible_role
ghilbut/aws-dcos
3ab2f8a95985f7a662dbcce70a22eedba1be6294
4
ansible/roles/common
7,700
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/install-docker.yml", "content": "---\n- stat: path=/var/lib/docker\n register: docker_path\n- name: make file for dcos block device\n shell: \"fallocate -l {{ docker_block_size }}GiB /mnt/docker.disk.image\"\n when: not docker_path.stat.exists\n- include: roles/commo...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 13087, "all_permissive": false }
ansible_role
ghilbut/aws-dcos
3ab2f8a95985f7a662dbcce70a22eedba1be6294
4
ansible/roles/dcos
7,700
[ "no_license" ]
[ { "path": "ansible/roles/dcos/tasks/install-dcos-filebeat.yml", "content": "---\n- name: install filebeat\n yum:\n name: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.4-x86_64.rpm\n state: present\n\n- name: check backup state\n stat: path=/etc/filebeat/filebeat.yml.bak\n regi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3912, "all_permissive": false }
ansible_role
ghilbut/aws-dcos
3ab2f8a95985f7a662dbcce70a22eedba1be6294
4
ansible/roles/es6
7,700
[ "no_license" ]
[ { "path": "ansible/roles/es6/templates/elasticsearch.yml.j2", "content": "# ======================== Elasticsearch Configuration =========================\n#\n# NOTE: Elasticsearch comes with reasonable defaults for most settings.\n# Before you set out to tweak and tune the configuration, make sure yo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4637, "all_permissive": false }
ansible_role
ghilbut/aws-dcos
3ab2f8a95985f7a662dbcce70a22eedba1be6294
4
ansible/roles/vpc
7,700
[ "no_license" ]
[ { "path": "ansible/roles/vpc/tasks/subnet-remove.yml", "content": "---\n- name: \"remove subnet - subnet-{{ item.suffix }}\"\n ec2_vpc_subnet:\n aws_access_key: \"{{ access_key }}\"\n aws_secret_key: \"{{ secret_key }}\"\n cidr: \"{{ item.cidr }}\"\n region: \"{{ region }}\"\n...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 9473, "all_permissive": false }
ansible_role
meetchauhan1716/ansible-hub
7c13e5a4229a8dc0a63e041bfd964e1497f1be35
0
grafana/grafana-setup/roles/grafana
7,700
[ "no_license" ]
[ { "path": "grafana/grafana-setup/roles/grafana/templates/grafana.ini.j2", "content": "[server]\nprotocol = https\ncert_file = /etc/grafana-setup/grafana.crt\ncert_key = /etc/grafana-setup/grafana.key\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 959, "all_permissive": false }
ansible_role
meetchauhan1716/ansible-hub
7c13e5a4229a8dc0a63e041bfd964e1497f1be35
0
node-exporter/roles/node_exporter
7,700
[ "no_license" ]
[ { "path": "node-exporter/roles/node_exporter/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=Prometheus Node Exporter\nAfter=network.target\n\n[Service]\nUser=root\nGroup=root\nType=simple\nExecStart=/usr/local/bin/node_exporter --web.listen-address=:9100\nRestart=on-failure\nRestartSec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1470, "all_permissive": false }
ansible_role
meetchauhan1716/ansible-hub
7c13e5a4229a8dc0a63e041bfd964e1497f1be35
0
prometheus/roles/prometheus
7,700
[ "no_license" ]
[ { "path": "prometheus/roles/prometheus/defaults/main.yml", "content": "---\n# Default variables for Prometheus setup\nprometheus_version: \"2.54.1\"\nprometheus_download_url: \"https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.linux-amd6...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2442, "all_permissive": false }
ansible_role
jsbret/devops
251b9a603442d40153813cfa238d95a65302fc7e
0
camunda/roles/camunda-tomcat
7,700
[ "no_license" ]
[ { "path": "camunda/roles/camunda-tomcat/tasks/main.yml", "content": "---\n- name: download foo.conf\n get_url:\n url: https://camunda.org/release/camunda-bpm/tomcat/7.6/camunda-bpm-tomcat-7.6.0.tar.gz\n dest: /opt/camunda-bpm-tomcat-7.6.0.tar.gz\n\n- file:\n path: /opt/camunda-bpm-tomcat-7.6.0\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 637, "all_permissive": false }
ansible_role
jsbret/devops
251b9a603442d40153813cfa238d95a65302fc7e
0
camunda/roles/dependencies
7,700
[ "no_license" ]
[ { "path": "camunda/roles/dependencies/tasks/main.yml", "content": "---\n- name: installing some dependencies\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - git\n - curl\n - vim\n# - libssl0.9.8\n# - libjna-java\n# - sysstat\n# - python-software-properties\n when: ansible_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
jsbret/devops
251b9a603442d40153813cfa238d95a65302fc7e
0
camunda/roles/sansible.java
7,700
[ "no_license" ]
[ { "path": "camunda/roles/sansible.java/meta/main.yml", "content": "---\n\nallow_duplicates: yes\ndependencies: []\n\ngalaxy_info:\n author: <NAME>\n description: Oracle Java installation role\n license: MIT\n min_ansible_version: 1.8\n platforms:\n - name: Ubuntu\n versions:\n - all\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2047, "all_permissive": false }
ansible_role
Dmitriy-Muchanovskiy/work_node_exporter
34aefc4170093ca2177a53379058e9f829a89698
0
roles/netns_test
7,700
[ "no_license" ]
[ { "path": "roles/netns_test/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - netns_test", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/netns_test/templates/my-netns.j2", "content": "[Unit]\nDescr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1403, "all_permissive": false }
ansible_role
Dmitriy-Muchanovskiy/work_node_exporter
34aefc4170093ca2177a53379058e9f829a89698
0
roles/node_exporter
7,700
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/systemd.yml", "content": "---\n# Reload systemd and start node_exporter_unit.service\n- name: Reload systemd\n systemd: daemon_reload=yes\n\n- name: Start node_exporter service and enable autostart\n systemd:\n name: \"{{ node_exporter_name_unit }}\"\n state: sta...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3556, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/daemonize
7,700
[ "no_license" ]
[ { "path": "ansible/roles/daemonize/tasks/main.yml", "content": "---\n- name: Download daemonize archive.\n get_url:\n url: \"https://github.com/bmc/daemonize/archive/release-{{ daemonize_version }}.tar.gz\"\n dest: \"{{ workspace }}/daemonize-{{ daemonize_version }}.tar.gz\"\n become: yes\n \n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 930, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/httpd
7,700
[ "no_license" ]
[ { "path": "ansible/roles/httpd/tasks/secure.yml", "content": "---\n\n- name: Add ports 80, 443 to firewall\n become: yes\n shell: firewall-cmd --permanent --zone=public --add-service=http && \\\n firewall-cmd --zone=public --add-port=80/tcp --permanent && \\\n firewall-cmd --zone=public --add-port=...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2927, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/init
7,700
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "---\n\n#- name: Set up firewall\n# shell: systemctl enable firewalld && systemctl start firewalld\n# become: yes\n\n- name: Update Yum\n yum: name=* state=latest\n become: yes\n\n- name: Install base system tools\n yum: pkg={{ item }} state=ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1389, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/mailhog
7,700
[ "no_license" ]
[ { "path": "ansible/roles/mailhog/tasks/main.yml", "content": "---\n\n# Install and configure MailHog.\n- name: Ensure mailhog install directory exists.\n file:\n path: \"{{ mailhog_install_dir }}\"\n owner: root\n group: root\n state: directory\n mode: 0755\n become: yes\n\n- name: Download...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1692, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/mysql
7,700
[ "no_license" ]
[ { "path": "ansible/roles/mysql/defaults/main.yml", "content": "---\n\n mysql_root_password: <PASSWORD>\n max_allowed_packet: 256M\n\n mysql_users:\n - name: root\n pass: <PASSWORD>\n priv: \"*.*:ALL,GRANT\"", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1461, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/php56
7,700
[ "no_license" ]
[ { "path": "ansible/roles/php56/tasks/configure.yml", "content": "---\n\n#- name: Install Composer globally\n# shell: curl -sS https://getcomposer.org/installer | /usr/bin/php && /bin/mv -f composer.phar {{ composer_path }} creates={{ composer_path }}\n\n- name: change php apache2 memory_limit\n lineinfil...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4567, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/php7
7,700
[ "no_license" ]
[ { "path": "ansible/roles/php7/tasks/install.yml", "content": "---\n\n- name: Install epel from remote repo\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state=present\n become: yes\n\n- name: Install remi from remote repo\n yum: name=http://rpms.famillecollet.com/ente...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }
ansible_role
dlorenzo/centos-drupal-vm
e2598d2c5fe96d8ecaff81a18e6a5a9972a89a28
1
ansible/roles/pimpmylog
7,700
[ "no_license" ]
[ { "path": "ansible/roles/pimpmylog/tasks/main.yml", "content": "\n---\n- name: get pimpmylog package\n git:\n repo: https://github.com/potsky/PimpMyLog.git\n dest: /var/www/pimpmylog\n depth: 1\n version: master\n become: yes\n\n- name: ensure that the package isn't effected by mode changes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1135, "all_permissive": false }
ansible_role
Malozorus/Ansible-raptor
77f536d61a4fcc627dc82caf470497b47acde873
0
roles/services
7,700
[ "no_license" ]
[ { "path": "roles/services/tasks/main.yml", "content": "---\n- include_tasks: essential.yml\n- include_tasks: nginxpm.yml\n- include_tasks: portainer.yml\n- include_tasks: open-webui.yml\n- include_tasks: webcv.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 }, ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7419, "all_permissive": false }
ansible_role
Malozorus/Ansible-raptor
77f536d61a4fcc627dc82caf470497b47acde873
0
roles/system
7,700
[ "no_license" ]
[ { "path": "roles/system/handlers/main.yml", "content": "---\n- name: Restart SSH deamon\n service:\n name: ssh\n state: restarted\n\n- name: Restart SSH socket\n systemd:\n name: ssh.socket\n state: restarted\n enabled: yes\n\n- name: Restart daemon\n systemd:\n daemon_reload: yes\n be...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3813, "all_permissive": false }
ansible_role
MasterBolo/otus_linux_pro_hw-2-Ansible
6e71922c237f9a10b063d50a60bb8925720574a9
0
roles/nginx-2
7,700
[ "no_license" ]
[ { "path": "roles/nginx-2/tasks/main.yml", "content": "---\r\n- name: update\r\n apt:\r\n update_cache=yes\r\n tags:\r\n - update apt\r\n\r\n- name: NGINX | Install NGINX\r\n apt:\r\n name: nginx\r\n state: latest\r\n tags:\r\n -nginx-package\r\n\r\n- name: NGINX | Create NGINX config file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 417, "all_permissive": false }
ansible_role
CSCfi/terraform-openstack-example
2bae88e9295d9760795c455b2c49ed52d6d62ce6
0
roles/terraform
7,695
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yaml", "content": "---\n- name: Run Terraform\n terraform:\n project_path: \"{{ playbook_dir }}/terraform\"\n state: \"{{ state | default('present') }}\"\n workspace: default\n # Here we can override variables defined within the Terraform modules\n # Not...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day2/roles/common
7,695
[ "no_license" ]
[ { "path": "day2/roles/common/tasks/main.yml", "content": "- name: generate_key\n shell: ssh-keygen -q -t rsa -f \"{{user_key_name}}\"\n- name: convert_key\n shell: openssl rsa -in \"{{user_key_name}}\" -outform pem > \"{{user_key_name}}.pem\"\n- name: Change permissions\n file:\n path: \"{{user_key_na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 453, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day2/roles/java
7,695
[ "no_license" ]
[ { "path": "day2/roles/java/defaults/main.yml", "content": "jre_open_jdk_version: 8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "day2/roles/java/tasks/main.yml", "content": "- name: Install java package\n become: yes\n yum:\n name: jav...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 442, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day3/roles/devops_user
7,695
[ "no_license" ]
[ { "path": "day3/roles/devops_user/tasks/main.yml", "content": "- name: Ensure group exists\n become: yes\n group:\n name: \"{{ user_group }}\"\n state: present\n- name: user create\n become: yes\n user:\n name: \"{{ user_name }}\"\n group: \"{{ user_group }}\"\n create_home: True\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day3/roles/httpd
7,695
[ "no_license" ]
[ { "path": "day3/roles/httpd/templates/proxy.j2", "content": "<VirtualHost *:80>\n ServerName {{ hostvars[groups['appservers'][0]].ansible_host }}\n ProxyPass / http://{{ hostvars[groups['appservers'][0]].ansible_host }}:{{ jenkins_port }}/ nocanon\n</VirtualHost>\n\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1167, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day3/roles/java
7,695
[ "no_license" ]
[ { "path": "day3/roles/java/defaults/main.yml", "content": "java_version: 10.0.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "day3/roles/java/vars/main.yml", "content": "packages:\n 1.8.0_181: \"jre-8u181-linux-x64.tar.gz\"\n 10.0.2: \"jr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1450, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day3/roles/jenkins
7,695
[ "no_license" ]
[ { "path": "day3/roles/jenkins/defaults/main.yml", "content": "jenkins_version: 2.121.2\njava_opts: \"-Xmx512m\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "day3/roles/jenkins/tasks/main.yml", "content": "- name: Check that the jenkins.fac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1654, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day3/roles/user
7,695
[ "no_license" ]
[ { "path": "day3/roles/user/tasks/main.yml", "content": "- name: Ensure group exists\n become_user: root\n group:\n name: \"{{ user_group }}\"\n gid: \"{{ user_group_id }}\"\n state: present\n- name: user create\n become_user: root\n user:\n name: \"{{ user_name }}\"\n uid: \"{{ user_uid }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1055, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day4/roles/common
7,695
[ "no_license" ]
[ { "path": "day4/roles/common/tasks/main.yml", "content": "- name: generate_key\n shell: ssh-keygen -q -t rsa -f \"{{user_name}}\"\n- name: convert_key\n shell: openssl rsa -in \"{{user_name}}\" -outform pem > \"{{user_name}}.pem\"\n- name: Change permissions\n file:\n path: \"{{user_name}}.pem\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 427, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day4/roles/httpd
7,695
[ "no_license" ]
[ { "path": "day4/roles/httpd/tasks/main.yml", "content": "- name: Install the httpd\n become: yes\n yum:\n name: httpd\n tags:\n - webserver\n\n- name: Start the httpd service\n become: yes\n service:\n name: httpd\n state: started\n enabled: yes\n notify: Check httpd process\n tags:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 953, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day4/roles/jenkins
7,695
[ "no_license" ]
[ { "path": "day4/roles/jenkins/tasks/main.yml", "content": "- name: Check that the jenkins.fact exists\n stat:\n path: /etc/ansible/facts.d/jenkins.fact\n register: stat_result\n tags:\n - appserver\n\n\n- block:\n\n - name: Ensure group exists\n become: yes\n group:\n name: \"{{ user_grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2080, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day4/roles/tests
7,695
[ "no_license" ]
[ { "path": "day4/roles/tests/tasks/jenkins.yml", "content": "- name: Test user\n mymodule:\n procname: \"{{procname}}\"\n user: \"{{username}}\"\n tags: sanity\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "day4/roles/tests/defaults/ma...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 235, "all_permissive": false }
ansible_role
DaryaZhukova/ansible
0ac208542283c5264cdaad5e82a1ae95ca8ddac5
0
day4/roles/user
7,695
[ "no_license" ]
[ { "path": "day4/roles/user/defaults/main.yml", "content": "user_group: user\nuser_group_id: 113\nuser_name: user\nuser_uid: 1113\nuser_groups: [\"users\", \"games\"]\ncreate_home: True\nuser_home: \"/home/{{ user_name }}\"\nauthorized_keys: [\"{{user_name}}.pub\", \"devops.pub\"]\nsudoers: \"ALL=(ALL) NOPAS...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1620, "all_permissive": false }
ansible_role
francesco-ferraris/provision-docker
24ca6fff2a44a47b2eab751ae24342febbcbcd77
0
roles/configure_docker
7,695
[ "no_license" ]
[ { "path": "roles/configure_docker/vars/main.yml", "content": "---\ndocker_options:\n tls: true\n tlscacert: /etc/docker/ca.pem\n tlscert: /etc/docker/server-cert.pem\n tlskey: /etc/docker/server-key.pem\n hosts:\n - tcp://0.0.0.0:2376\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1013, "all_permissive": false }
ansible_role
francesco-ferraris/provision-docker
24ca6fff2a44a47b2eab751ae24342febbcbcd77
0
roles/configure_docker_swarm
7,695
[ "no_license" ]
[ { "path": "roles/configure_docker_swarm/tasks/pre-reqs.yml", "content": "---\n- name: Ensuring Docker Engine Is Running\n service:\n name: docker\n state: started\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/confi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4040, "all_permissive": false }
ansible_role
francesco-ferraris/provision-docker
24ca6fff2a44a47b2eab751ae24342febbcbcd77
0
roles/configure_instances
7,695
[ "no_license" ]
[ { "path": "roles/configure_instances/vars/main.yml", "content": "---\r\nvg_name: docker-vg\r\nlv_name: docker-lv\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/configure_instances/defaults/main.yml", "content": "---\ndevice: /dev/sdb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 815, "all_permissive": false }
ansible_role
francesco-ferraris/provision-docker
24ca6fff2a44a47b2eab751ae24342febbcbcd77
0
roles/create_gcp_centos_instances
7,695
[ "no_license" ]
[ { "path": "roles/create_gcp_centos_instances/tasks/add-host-to-group.yml", "content": "---\n- name: Add host to {{ inventory_group }} group\n add_host:\n name: \"{{ instance.name }}\"\n groups:\n - centos_instances\n ansible_user: \"{{ ssh_user }}\"\n ansible_pipelining: false\n ansible...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4428, "all_permissive": false }
ansible_role
francesco-ferraris/provision-docker
24ca6fff2a44a47b2eab751ae24342febbcbcd77
0
roles/install_docker
7,695
[ "no_license" ]
[ { "path": "roles/install_docker/defaults/main.yml", "content": "---\nedition: ce\nversion: 20.10.*\nusers:\n - devops\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/install_docker/molecule/default/converge.yml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1469, "all_permissive": false }
ansible_role
yuta-ushijima/ansible-playground-20240210
fb5ba21adfa5606fb13648798d7e4b0f25ed00ed
0
roles/nginx
7,695
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: registration nginx yum repository\n ansible.builtin.yum_repository:\n name: \"{{ nginx_repo_name }}\"\n description: nginx stable repo\n file: nginx\n baseurl: http://nginx.org/packages/amzn2/$releasever/$b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1867, "all_permissive": false }