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
Revathi-Santhosh/ansible-modules
09c1f8354e7d56b27f95e365156c1dc3cee99996
0
roles/tomcat8
262
[ "no_license" ]
[ { "path": "roles/tomcat8/defaults/main.yml", "content": "---\ntomcat_dir: \"/opt/tomcat\"\ntomcat_user: \"tomcat\"\ntomcat_group: \"tomcat\"\ntomcat_shell: \"/bin/false\"\ntomcat_restart_sec: 10\n\ntomcat_version: \"8.5.83\"\ntomcat_archive_format: \"tar.gz\"\n\ninstallation_srclocation: \"/tmp\"\ntomcat_ar...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 666, "all_permissive": false }
ansible_role
trotro/ansible-scripts
0f32843dbdc97e80aa9f32af8de490bf46990903
0
roles/cs-deploy
262
[ "no_license" ]
[ { "path": "roles/cs-deploy/tasks/main.yml", "content": "---\n- name: create and run VM(s)\n cs_instance:\n name: \"{{ inventory_hostname_short }}\"\n template: \"{{ cs_template }}\"\n zone: \"{{ cs_zone }}\"\n service_offering: \"{{ cs_offering }}\"\n security_groups: \"{{ cs_securitygroups ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 592, "all_permissive": false }
ansible_role
trotro/ansible-scripts
0f32843dbdc97e80aa9f32af8de490bf46990903
0
roles/cs-securitygroup
262
[ "no_license" ]
[ { "path": "roles/cs-securitygroup/tasks/main.yml", "content": "---\n- name: ensure security group exists\n cs_securitygroup:\n name: \"{{ item }}\"\n with_items:\n - default\n\n- name: add inbound TCP rule\n cs_securitygroup_rule:\n security_group: default\n start_port: \"{{ item }}\"\n en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
trotro/ansible-scripts
0f32843dbdc97e80aa9f32af8de490bf46990903
0
roles/docker-compose
262
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: copy compose file\n template: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - { src: 'wordpress.yml.j2', dest: '/root/wordpress.yml' }\n\n- name: launch containers\n command: docker-compose -f {{ item }} up\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
trotro/ansible-scripts
0f32843dbdc97e80aa9f32af8de490bf46990903
0
roles/docker-wordpress
262
[ "no_license" ]
[ { "path": "roles/docker-wordpress/templates/nginx.conf.j2", "content": "server {\n listen 80 default_server;\n server_name {{ inventory_hostname_short }};\n root /var/www/html;\n\n\tclient_max_body_size 64M;\n\n\t# Deny access to any files with a .php extension in the uploads directory\n location...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1883, "all_permissive": false }
ansible_role
jgarrigam/casopractico2v2
8f480daf6cba403bb501f7852c778d23ff2d5ead
1
ansible/roles/common
262
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n- name: 1. Habilitar transparent masquerading\n modprobe:\n name: br_netfilter\n state: present\n become: true\n\n- name: 1. Habilitar transparent masquerading Add masquerade permanent\n shell: firewall-cmd --add-masquerade --perman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2957, "all_permissive": false }
ansible_role
jgarrigam/casopractico2v2
8f480daf6cba403bb501f7852c778d23ff2d5ead
1
ansible/roles/master
262
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yaml", "content": "---\n\n- name: 9. Permitir en el cortafuegos el tráfico necesario para el servicio 6443\n firewalld:\n port: 6443/tcp\n permanent: true\n state: enabled\n become: true\n\n- name: 9. Permitir en el cortafuegos el tráfico necesario para ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3148, "all_permissive": false }
ansible_role
jgarrigam/casopractico2v2
8f480daf6cba403bb501f7852c778d23ff2d5ead
1
ansible/roles/nfs
262
[ "no_license" ]
[ { "path": "ansible/roles/nfs/tasks/main.yaml", "content": "---\n\n- name: 1.Instalar los rpms necesarios\n dnf:\n name: \"{{ nfs_packages }}\"\n state: present\n become: true\n\n- name: 2.Crear los directorios que serán compartidos por el servidor, 3. Establecer la configuración del propietario del ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1681, "all_permissive": false }
ansible_role
jgarrigam/casopractico2v2
8f480daf6cba403bb501f7852c778d23ff2d5ead
1
ansible/roles/prerrequisitos
262
[ "no_license" ]
[ { "path": "ansible/roles/prerrequisitos/tasks/main.yaml", "content": "---\n\n- name: 'Prerrequisitos - Configuramos el hostname'\n ansible.builtin.hostname:\n name: \"{{inventory_hostname}}.{{kubernets_domain}}\"\n use: systemd\n when: inventory_hostname is regex(\"work*|master*\")\n become: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1552, "all_permissive": false }
ansible_role
jgarrigam/casopractico2v2
8f480daf6cba403bb501f7852c778d23ff2d5ead
1
ansible/roles/workers
262
[ "no_license" ]
[ { "path": "ansible/roles/workers/tasks/main.yaml", "content": "---\n#- name: 18. Habilitar el tráfico entrante en el cortafuegos\n # tasks: \n- name: Habilitamos los puertos necesarios para unirse al clúster 10250\n firewalld:\n port: 10250/tcp\n permanent: true\n zone: public\n state: enabled\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 877, "all_permissive": false }
ansible_role
gladrr/Ansible
a1feb37b6c7594da5f5be8a0e154491560f8985c
0
etc/ansible/roles/nginx
262
[ "no_license" ]
[ { "path": "etc/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Start\n systemd:\n name: nginx\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
asiegman/ansible-demo
ce255cc66a4d085a898cae0b6a3538450aff46b7
0
demo/roles/app
262
[ "no_license" ]
[ { "path": "demo/roles/app/tasks/main.yml", "content": "---\n- name: Deploy app from repository\n git:\n repo: \"{{ repository }}\"\n version: \"{{ webapp_version }}\"\n dest: \"{{ default_document_root }}\"\n ssh_opts: \"-o StrictHostKeyChecking=no\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
asiegman/ansible-demo
ce255cc66a4d085a898cae0b6a3538450aff46b7
0
demo/roles/common
262
[ "no_license" ]
[ { "path": "demo/roles/common/tasks/main.yml", "content": "---\n\n- name: install common packages\n apt:\n state: present\n pkg: \"{{ item }}\"\n with_items:\n - vim\n - htop\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
asiegman/ansible-demo
ce255cc66a4d085a898cae0b6a3538450aff46b7
0
demo/roles/web
262
[ "no_license" ]
[ { "path": "demo/roles/web/templates/demo.conf.j2", "content": "<VirtualHost *:80>\n # This will be the default host, don't set the ServerName\n #ServerName www.example.com\n\n ServerAdmin {{ default_admin_email }}\n DocumentRoot {{ default_document_root }}\n\n ErrorLog ${APACHE_LOG_DIR}/error...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
iamgini/30-Days-of-Ansible-Bootcamp
286a2c8b01b5fc96cef0c4e4be2dcb7571017873
99
Day-28-Roles/roles/myweb
262
[ "permissive" ]
[ { "path": "Day-28-Roles/roles/myweb/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - myweb", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 63 }, { "path": "Day-28-Roles/roles/myweb/defaults/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 922, "all_permissive": true }
ansible_role
iamgini/30-Days-of-Ansible-Bootcamp
286a2c8b01b5fc96cef0c4e4be2dcb7571017873
99
Use-Case-Calling-Role-with-Variable/roles/test-role
262
[ "permissive" ]
[ { "path": "Use-Case-Calling-Role-with-Variable/roles/test-role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - test-role\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 68 }, { "path": "Use-Case-C...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 390, "all_permissive": true }
ansible_role
shankardevy/evercam-playbook
84b73e1420e561a4de9236cb83fdd7d7ce3bab10
0
roles/media
262
[ "no_license" ]
[ { "path": "roles/media/tasks/frontend.yml", "content": "---\n- name: \"set npm jobs config\"\n command: bash -lc \"npm config set jobs {{ npm_config_jobs }}\"\n args:\n chdir: \"{{ project_path }}/{{ frontend_dir }}\"\n\n\n- when: npm_config_install_production == True\n name: calculate npm install opt...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12414, "all_permissive": false }
ansible_role
mraarif/ansible-hello-world
ee876631e6fd3ca2c28500839ad5aa8366088481
1
nodejs-app/roles/nodejs
258
[ "no_license" ]
[ { "path": "nodejs-app/roles/nodejs/tasks/main.yml", "content": "- name: upgrade all packages\n yum:\n name: \"*\"\n state: latest\n\n- name: add node repo\n shell: |\n curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -\n\n- name: install nodejs\n shell: |\n yum install -y nodejs\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
dduong42/django-ansible
ebc3234e88568cea8a539458f3c834e1bae69ede
0
roles/wsgiapp
258
[ "no_license" ]
[ { "path": "roles/wsgiapp/templates/wsgiapp.service.j2", "content": "[Unit]\nDescription={{ service_description }}\nRequires={{ service_name }}.socket\nAfter=network.target\n\n[Service]\nUser={{ service_user }}\nGroup={{ service_group }}\nExecStart={{ gunicorn_path }} -b unix:{{ socket_path }} -w {{ gunicorn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1172, "all_permissive": false }
ansible_role
sean-uk/ansible-pi-spark
e76842d7ffbc1d08a430e29b4e316bbbd4ba79a2
0
roles/azavea.spark
258
[ "no_license" ]
[ { "path": "roles/azavea.spark/tasks/main.yml", "content": "---\n- name: Create service account for Spark\n user: name={{ spark_user }}\n system=yes\n home={{ spark_lib_dir }}\n shell=/bin/false\n state=present\n groups=\"{{ spark_user_groups | join(',') }}\"\n\n- name: En...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1851, "all_permissive": false }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/acl-profile
258
[ "permissive" ]
[ { "path": "roles/acl-profile/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for ACL Profile \"{{ acl.aclProfileName }}\"\n template: src=templates/acl-profile.json.j2 dest=files/acl-profile.json\n\n- name: Create ACL Profile \"{{ acl.aclProfileName }}\"\n uri:\n url: \"https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2285, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/bridge
258
[ "permissive" ]
[ { "path": "roles/bridge/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for Static Bridge \"{{ br.bridgeName }}\"\n template: src=templates/bridge.json.j2 dest=files/bridge.json\n\n- name: Create Static Bridge \"{{ br.bridgeName }}\"\n uri:\n url: \"https://{{ mgmt_host }}:{{ m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2266, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/client-profile
258
[ "permissive" ]
[ { "path": "roles/client-profile/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for Client Profile \"{{ cp.clientProfileName }}\"\n template: src=templates/client-profile.json.j2 dest=files/client-profile.json\n\n- name: Create Client Profile \"{{ cp.clientProfileName }}\"\n uri:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2346, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/client-username
258
[ "permissive" ]
[ { "path": "roles/client-username/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for Client Username \"{{ cu.clientUsername }}\"\n template: src=templates/client-username.json.j2 dest=files/client-username.json\n\n- name: Create Client Username \"{{ cu.clientUsername }}\"\n uri:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2332, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/dmr-bridge
258
[ "permissive" ]
[ { "path": "roles/dmr-bridge/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for DMR Bridge \"{{ dmr.remoteNodeName }}\"\n template: src=templates/dmr-bridge.json.j2 dest=files/dmr-bridge.json\n\n- name: Create DMR Bridge \"{{ dmr.remoteNodeName }}\"\n uri:\n url: \"https://{{ mg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2276, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/jndi-connectionFactory
258
[ "permissive" ]
[ { "path": "roles/jndi-connectionFactory/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for JNDI connectionFactory \"{{ jndi.connectionFactoryName }}\"\n template: src=templates/jndi-connectionFactory.json.j2 dest=files/jndi-connectionFactory.json\n\n- name: Create JNDI connectionF...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2501, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/jndi-queue
258
[ "permissive" ]
[ { "path": "roles/jndi-queue/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for JNDI Queue \"{{ jq.queueName }}\"\n template: src=templates/jndi-queue.json.j2 dest=files/jndi-queue.json\n\n- name: Create JNDI Queue \"{{ jq.queueName }}\"\n uri:\n url: \"https://{{ mgmt_host }}:{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2231, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/jndi-topic
258
[ "permissive" ]
[ { "path": "roles/jndi-topic/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for JNDI Topic \"{{ jt.topicName }}\"\n template: src=templates/jndi-topic.json.j2 dest=files/jndi-topic.json\n\n- name: Create JNDI Topic \"{{ jt.topicName }}\"\n uri:\n url: \"https://{{ mgmt_host }}:{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2231, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/queue
258
[ "permissive" ]
[ { "path": "roles/queue/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for Queue \"{{ q.queueName }}\"\n template: src=templates/queue.json.j2 dest=files/queue.json\n\n- name: Create Queue \"{{ q.queueName }}\"\n uri:\n url: \"https://{{ mgmt_host }}:{{ mgmt_port }}/SEMP/v2/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2385, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/queue-subscription
258
[ "permissive" ]
[ { "path": "roles/queue-subscription/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for subscription on Queue \"{{ qs.queueName }}\"\n template: src=templates/queue-subscription.json.j2 dest=files/queue-subscription.json\n\n- name: Add Queue Subscription \"{{ qs.subscriptionTopic }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1700, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/rdp-endpoint
258
[ "permissive" ]
[ { "path": "roles/rdp-endpoint/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for RDP Endpoint \"{{ rdp.restDeliveryPointName }}\"\n template: src=templates/rdp.json.j2 dest=files/rdp.json\n\n- name: Create RDP Endpoint \"{{ rdp.restDeliveryPointName }}\"\n uri:\n url: \"https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2325, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/rdp-queueBinding
258
[ "permissive" ]
[ { "path": "roles/rdp-queueBinding/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for Queue Binding on RDP \"{{ rq.restDeliveryPointName }}\"\n template: src=templates/rdp-queueBinding.json.j2 dest=files/rdp-queueBinding.json\n\n- name: Add Queue \"{{ rq.queueBindingName }}\" to RD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2582, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/rdp-restConsumer
258
[ "permissive" ]
[ { "path": "roles/rdp-restConsumer/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for Rest Consumer on RDP \"{{ rr.restDeliveryPointName }}\"\n template: src=templates/rdp-restConsumer.json.j2 dest=files/rdp-restConsumer.json\n\n- name: Add Rest Consumer \"{{ rr.restConsumerName }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2606, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/remote-subscription
258
[ "permissive" ]
[ { "path": "roles/remote-subscription/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for Remote Subscription \"{{ rs.remoteSubscriptionTopic }}\"\n template: src=templates/remote-subscription.json.j2 dest=files/remote-subscription.json\n\n- name: Create Remote Subscription \"{{ rs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1762, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/remoteMsgVPN
258
[ "permissive" ]
[ { "path": "roles/remoteMsgVPN/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for remoteMsgVPN \"{{ rVPN.remoteMsgVpnName }}\"\n template: src=templates/remoteMsgVPN.json.j2 dest=files/remoteMsgVPN.json\n\n- name: Create remoteMsgVPN \"{{ rVPN.remoteMsgVpnName }}\"\n uri:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2645, "all_permissive": true }
ansible_role
pathaknitin510/solace-accelerator-demo
cf4e2707481276821df3f5365c780c0d16dd2f67
1
roles/vpn
258
[ "permissive" ]
[ { "path": "roles/vpn/tasks/main.yml", "content": "---\n- name: Compose SEMPv2 request payload for VPN \"{{ vpn.msgVpnName }}\"\n template: src=templates/vpn.json.j2 dest=files/vpn.json\n\n- name: Create Message-vpn \"{{ vpn.msgVpnName }}\"\n uri:\n url: \"https://{{ mgmt_host }}:{{ mgmt_port }}/SEMP/v2/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2139, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/certbot
258
[ "permissive" ]
[ { "path": "roles/certbot/vars/debian.yml", "content": "---\n# roles/certbot/vars/debian.yml\n# Certbot variables for Debian-based distributions\n\n# Certbot packages\ncertbot_packages:\n - \"certbot\"\n - \"python3-certbot\"\n\n# DNS challenge plugins\ncertbot_dns_packages:\n cloudflare: \"python3-certbo...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 54105, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/composer
258
[ "permissive" ]
[ { "path": "roles/composer/defaults/main.yml", "content": "---\n# roles/composer/defaults/main.yml\n# Default variables for composer role\n\n# Composer version\ncomposer_version: \"latest\"\n\n# Composer home directory (default is ~/.composer)\ncomposer_home_dir: \"{{ '~/.composer' | expanduser }}\"\n\n# Git...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3715, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/laravel_deploy
258
[ "permissive" ]
[ { "path": "roles/laravel_deploy/tasks/pre_configure.yml", "content": "---\n# roles/laravel_deploy/tasks/pre_configure.yml\n# Pre-build configuration tasks - runs BEFORE composer install\n# Only includes tasks that don't require vendor/ directory\n\n- name: (pre_configure) Ensure Laravel storage directories ...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 50349, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/laravel_telescope
258
[ "permissive" ]
[ { "path": "roles/laravel_telescope/defaults/main.yml", "content": "---\n# roles/laravel_telescope/defaults/main.yml\n# Default variables for Laravel Telescope role\n\n# =============================================================================\n# TELESCOPE INSTALLATION\n# ================================...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 23273, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/laravel_webserver
258
[ "permissive" ]
[ { "path": "roles/laravel_webserver/tasks/security.yml", "content": "---\n# roles/laravel_webserver/tasks/security.yml\n# Security configuration tasks for Laravel webserver\n\n- name: (security) Create security configuration snippet for NGINX\n ansible.builtin.template:\n src: nginx/security.conf.j2\n ...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 77104, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/mariadb
258
[ "permissive" ]
[ { "path": "roles/mariadb/vars/debian.yml", "content": "---\n# roles/mariadb/vars/debian.yml\n# MariaDB variables for Debian-based distributions\n\nmariadb_packages:\n - \"mariadb-server\"\n - \"mariadb-client\"\n - \"python3-pymysql\" # For Ansible MySQL modules\n\nmariadb_service: \"mariadb\"\nmariadb_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8219, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/mysql
258
[ "permissive" ]
[ { "path": "roles/mysql/templates/my.cnf.j2", "content": "[mysqld]\nbind-address = {{ mysql_bind_address }}\nport = {{ mysql_port }}\nmax_connections = {{ mysql_max_connections }}\nkey_buffer_size = {{ mysql_key_buffer_size }}\nmax_allowed_packet = {{ mysql_max_allowed_packet }}\ntable_open_cache = {{ mysql_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 15697, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/nodejs
258
[ "permissive" ]
[ { "path": "roles/nodejs/tasks/install.yml", "content": "---\n# roles/nodejs/tasks/install.yml\n# Node.js installation tasks - Fixed for Ubuntu 24.04 and modern distributions\n\n- name: (install) Set distribution-specific variables\n ansible.builtin.include_vars: \"{{ item }}\"\n with_first_found:\n - \...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 13124, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/php
258
[ "permissive" ]
[ { "path": "roles/php/templates/php-timezone.ini.j2", "content": "; PHP Timezone Settings for Laravel\ndate.timezone = {{ php_timezone }}", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 70 }, { "path": "roles/php/handlers/main.yml", "cont...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 9280, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/postgresql
258
[ "permissive" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# roles/postgresql/tasks/main.yml\n# PostgreSQL role main tasks file - FIXED\n\n- name: (main) Display PostgreSQL installation information\n ansible.builtin.debug:\n msg: |\n 🐘 Starting PostgreSQL {{ postgresql_version }} installation a...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 36683, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/redis
258
[ "permissive" ]
[ { "path": "roles/redis/templates/redis.conf.j2", "content": "# Redis configuration file\n# Managed by Ansible - DO NOT EDIT MANUALLY\n\n# Network\nbind {{ redis_bind_address }}\nport {{ redis_port }}\n{% if redis_unixsocket != \"\" %}\nunixsocket {{ redis_unixsocket }}\n{% endif %}\ntcp-backlog {{ redis_tcp...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6195, "all_permissive": true }
ansible_role
PhilCANDIDO/ansible-laravel
262723a1aeedad3bc889fa12dc23b086d5d7688d
0
roles/webserver
258
[ "permissive" ]
[ { "path": "roles/webserver/tasks/configure.yml", "content": "---\n# roles/webserver/tasks/configure.yml\n# Webserver configuration tasks\n\n- name: (configure) Configure NGINX\n ansible.builtin.include_tasks: nginx_configure.yml\n when: webserver_type == 'nginx'\n tags: [webserver, configure, nginx]\n\n-...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 16629, "all_permissive": true }
ansible_role
Wooka1/Labs_ansible
805a755d2874e3c30fffd3cb4a1d706f29bffd8f
0
6_lab/roles/pg2
258
[ "no_license" ]
[ { "path": "6_lab/roles/pg2/tasks/main.yml", "content": "---\n\n- name: Download web\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n tags: without-postgres\n\n# yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2497, "all_permissive": false }
ansible_role
X4MU-L/month2-week5-assignment
66f92e8f466320cdb4305ede8d978d936883a71c
0
ansible/roles/app_deploy
258
[ "no_license" ]
[ { "path": "ansible/roles/app_deploy/tasks/main.yml", "content": "- name: Copy app files\n ansible.builtin.copy:\n src: ../../../../app\n dest: /opt/corebank-app/\n owner: ubuntu\n group: ubuntu\n mode: \"0755\"\n\n- name: Copy Docker Compose file\n ansible.builtin.copy:\n src: ../../../....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1249, "all_permissive": false }
ansible_role
X4MU-L/month2-week5-assignment
66f92e8f466320cdb4305ede8d978d936883a71c
0
ansible/roles/docker
258
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install dependencies\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: true\n\n- name: Add Docker GPG key\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 822, "all_permissive": false }
ansible_role
saigopi/kubernetes-ansible-cluster
439af2dbd3a5dcb5c0776ecabe152d2961e5a1a7
0
roles/common
258
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n - name: Disable swap\n shell: |\n swapoff -a\n sed -i '/ swap /s/^/#/' /etc/fstab\n\n - name: Disable SELinux\n selinux:\n state: disabled\n\n - name: Disable Firewall\n systemd: name=firewalld sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1268, "all_permissive": false }
ansible_role
saigopi/kubernetes-ansible-cluster
439af2dbd3a5dcb5c0776ecabe152d2961e5a1a7
0
roles/kube_master
258
[ "no_license" ]
[ { "path": "roles/kube_master/defaults/main.yml", "content": "---\n# defaults file for kube_master", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/kube_master/handlers/main.yml", "content": "---\n# handlers file for kube_master", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1269, "all_permissive": false }
ansible_role
brybinary/splunk_lab
aa5a2d1d6a403108f89d4f89224882b867c68b7b
0
roles/lab_add_hosts
258
[ "no_license" ]
[ { "path": "roles/lab_add_hosts/tasks/main.yml", "content": "---\n\n- name: update local hosts (pre-dns)\n blockinfile:\n dest: /etc/hosts\n block: | \n 10.91.0.111 splunklabnode1\n 10.91.0.112 splunklabnode2\n 10.91.0.113 splunklabnode3\n 10.91.0.114 splunklabnode4\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
brybinary/splunk_lab
aa5a2d1d6a403108f89d4f89224882b867c68b7b
0
roles/lab_shcluster_captain_bootstrap
258
[ "no_license" ]
[ { "path": "roles/lab_shcluster_captain_bootstrap/tasks/main.yml", "content": "---\n\n- name: captain bootstrap\n command: runuser -l splunk -c \"/opt/splunk/bin/splunk bootstrap shcluster-captain -servers_list 'https://splunklabnode5:8089,https://splunklabnode6:8089,https://splunklabnode7:8089' -auth {{ us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
brybinary/splunk_lab
aa5a2d1d6a403108f89d4f89224882b867c68b7b
0
roles/lab_shcluster_member_2
258
[ "no_license" ]
[ { "path": "roles/lab_shcluster_member_2/tasks/main.yml", "content": "---\n\n- name: initialize shclustering on members\n command: runuser -l splunk -c \"/opt/splunk/bin/splunk init shcluster-config -auth {{ user }}:{{ password }} -mgmt_uri https://splunklabnode6:8089 -replication_port 34567 -replication_fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
awa1txn/nb02172025
094043fca0fba71561f91a5e076c5d3fe1839a66
0
roles/lvm
258
[ "no_license" ]
[ { "path": "roles/lvm/tasks/check_fstab.yml", "content": "---\n- name: Check fstab consistency\n shell: diff /etc/fstab /root/fstab.backup || echo \"CHANGED\"\n register: fstab_check\n changed_when: \"'CHANGED' in fstab_check.stdout\"\n\n- name: Ensure fstab backup exists\n stat:\n path: /root/fstab.b...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4382, "all_permissive": false }
ansible_role
HallsHolicker/kubernetes-onprem-labs
2145dc3b5fde7c0e3c5796d20082fbbd1e16ef1e
4
ansible/roles/defaults
258
[ "no_license" ]
[ { "path": "ansible/roles/defaults/tasks/task_06_bootstrapping_container_runtime.yml", "content": "- name: Setting module br_netfilter/overlay\n modprobe:\n name: \"{{ item }}\"\n state: present\n become: yes\n with_items:\n - br_netfilter\n - overlay\n when:\n - ('Controller' in group_nam...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 19114, "all_permissive": false }
ansible_role
HallsHolicker/kubernetes-onprem-labs
2145dc3b5fde7c0e3c5796d20082fbbd1e16ef1e
4
ansible/roles/prerequirement
258
[ "no_license" ]
[ { "path": "ansible/roles/prerequirement/tasks/task_router.yml", "content": "- name: Add FRRouting repo\n dnf:\n name: \"https://rpm.frrouting.org/repo/frr-stable-repo-1-0.el8.noarch.rpm\"\n state: latest\n disable_gpg_check: yes\n become: true\n when:\n - \"'Router' in group_names\"\n\n- name...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3902, "all_permissive": false }
ansible_role
madridist88/ANSIBLE_ZABBIX_MON
d9bd116dc1aef962979919c817797b88ca86a983
0
roles/php
258
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yml", "content": "---\n# defaults file for ansible-php-remi\nphp_version: 72\nphp_packages:\n- \"php{{ php_version }}\"\n- \"php{{ php_version }}-php-common\"\n- \"php{{ php_version }}-php-json\"\n- \"php{{ php_version }}-php-pgsql\"\n- \"php{{ php_version }}-php-mbstring\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 770, "all_permissive": false }
ansible_role
madridist88/ANSIBLE_ZABBIX_MON
d9bd116dc1aef962979919c817797b88ca86a983
0
roles/zabbix-agent
258
[ "no_license" ]
[ { "path": "roles/zabbix-agent/files/scripts/nginx_ssl_int_check.sh", "content": "#!/bin/bash\n\nif [ -z ${2} ]; then\n echo -n > /tmp/crts.txt\n for incl in `grep include /etc/nginx/nginx.conf | grep -v '#' | awk '{print $2}' | tr -d ';' | sed '/^[a-z]/s/^/\\/etc\\/nginx\\//'`; do\n crt=`cat ${incl} ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 29762, "all_permissive": false }
ansible_role
madridist88/ANSIBLE_ZABBIX_MON
d9bd116dc1aef962979919c817797b88ca86a983
0
roles/zabbix-configure
258
[ "no_license" ]
[ { "path": "roles/zabbix-configure/tasks/main.yml", "content": "---\n# tasks file for zabbix-configure\n\n\n- name: Install Python easy_install\n package: name=python-setuptools\n delegate_to: \"{{ zabbix_agent_delegate_admin_to }}\"\n run_once: True\n when:\n - zabbix_install_pip_packages | bool\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1465, "all_permissive": false }
ansible_role
madridist88/ANSIBLE_ZABBIX_MON
d9bd116dc1aef962979919c817797b88ca86a983
0
roles/zabbix-proxy
258
[ "no_license" ]
[ { "path": "roles/zabbix-proxy/tasks/main.yml", "content": "---\n# tasks file for dj-wasabi.zabbix-proxy\n\n- name: \"Set OS dependent variables\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}.yml\"\n - \"../vars/main.yml\"\n\n- name: \"Install the correc...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10252, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/ansible
258
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: apt install software-properties-common\n apt:\n name: software-properties-common\n become: yes\n- name: apt repository ppa:ansible/ansible\n apt_repository:\n repo: ppa:ansible/ansible\n state: present\n codename: 'bionic'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/apt
258
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: update\n apt:\n update_cache: yes\n become: yes\n- name: upgrade\n apt:\n upgrade: dist\n become: yes\n- name: install\n apt:\n name:\n - git\n - gitk\n - mercurial\n - curl\n - zip\n - python-pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/dbeaver
258
[ "no_license" ]
[ { "path": "roles/dbeaver/tasks/main.yml", "content": "---\n- name: apt repository ppa:serge-rider/dbeaver-ce\n apt_repository:\n repo: ppa:serge-rider/dbeaver-ce\n state: present\n codename: bionic\n update_cache: yes\n become: yes\n- name: apt install dbeaver-ce\n apt:\n name: dbeaver-ce\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/docker
258
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: apt install requirements\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n state: present\n become: yes\n- name: apt key https://download.docker.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/docker-compose
258
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: register os name\n command: uname -s\n register: os_name\n- name: register os arch\n command: uname -m\n register: os_arch\n- name: download docker-compose in /usr/local/bin/\n get_url:\n url: https://github.com/docker/compose...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/git
258
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: apt install git\n apt:\n name: git\n become: yes\n- name: set gitconfig\n template:\n src: gitconfig\n dest: ~/.gitconfig", "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
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/pdi
258
[ "no_license" ]
[ { "path": "roles/pdi/tasks/main.yml", "content": "---\n- name: Ensure java jre repository is on the system\n apt_repository:\n repo: ppa:webupd8team/java\n state: present\n codename: bionic\n update_cache: yes\n become: yes\n \n- name: Automatically select the Oracle License\n shell: echo de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1892, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/postgres
258
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: update\n apt:\n update_cache: yes\n become: yes\n- name: upgrade\n apt:\n upgrade: dist\n become: yes\n- name: apt key https://www.postgresql.org/media/keys/ACCC4CF8.asc\n apt_key:\n url: https://www.postgresql.org/media/keys/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1481, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/python37
258
[ "no_license" ]
[ { "path": "roles/python37/tasks/main.yml", "content": "---\n- name: update\n apt:\n update_cache: yes\n become: yes\n- name: upgrade\n apt:\n upgrade: dist\n become: yes\n- name: apt install requirements\n apt:\n name:\n - software-properties-common\n - build-essential\n - check...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/slack
258
[ "no_license" ]
[ { "path": "roles/slack/tasks/main.yml", "content": "---\n- name: download slack\n get_url:\n url: https://downloads.slack-edge.com/linux_releases/slack-desktop-4.0.2-amd64.deb\n dest: /tmp/\n- name: install slack \n apt: deb=/tmp/slack-desktop-4.0.2-amd64.deb dpkg_options=\"skip-same-version\"\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/terminator
258
[ "no_license" ]
[ { "path": "roles/terminator/tasks/main.yml", "content": "---\n- name: apt install terminator\n apt:\n name: terminator\n become: yes\n- name: make config dir\n file:\n path: /home/{{ remote_user }}/.config/terminator/\n state: directory\n- name: set config\n template:\n src: config\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/vagrant
258
[ "no_license" ]
[ { "path": "roles/vagrant/templates/Vagrantfile", "content": "# -*- mode: ruby -*-\n# vi: set ft=ruby :\n\nVagrant.configure(\"2\") do |config|\n config.vm.box = \"ubuntu/bionic64\"\n config.vm.provision \"file\", source: \"~/.ssh/id_rsa.pub\", destination: \"~/.ssh/host.pub\"\n config.vm.provision \"shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 951, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/virtualenvwrapper
258
[ "no_license" ]
[ { "path": "roles/virtualenvwrapper/tasks/main.yml", "content": "---\n- name: pip install virtualenvwrapper\n pip:\n name:\n - setuptools\n - wheel\n - virtualenv\n - virtualenvwrapper\n become: yes\n- name: ensure {{ profile_file_path }} file exists with execution permissions\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1420, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/vsc
258
[ "no_license" ]
[ { "path": "roles/vsc/tasks/main.yml", "content": "---\n- name: apt install requirements\n apt:\n name:\n - apt-transport-https\n - software-properties-common\n - wget\n state: present\n become: yes\n- name: apt key https://packages.microsoft.com/keys/microsoft.asc\n apt_key:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1136, "all_permissive": false }
ansible_role
oalfonso-o/ansible_first_setup
7b2e77557f97f21973b1b6c0537d6bddeacccfdd
0
roles/zsh
258
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: apt install zsh\n apt:\n name:\n - zsh\n - git\n state: present\n become: yes\n# These two steps are the same as: sh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
wangjun1974/windowsad
36189ed313961fe6cb2051eb3d60f4e7fb790b1a
0
roles/win_ad_install
258
[ "no_license" ]
[ { "path": "roles/win_ad_install/tasks/main.yml", "content": "---\n- name: 'Install AD Domain Service feature'\n win_feature:\n name: AD-Domain-Services\n state: present\n include_sub_features: yes\n include_management_tools: yes\n\n- name: Create new Windows domain in a new forest with specific...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/common-prereq-software
258
[ "no_license" ]
[ { "path": "roles/common-prereq-software/tasks/main.yml", "content": "---\n# Install Intel NUC basic software packages\n\n # Set timezone to Europe/Amsterdam\n - name: Set timezone to Europe/Amsterdam\n timezone:\n name: Europe/Amsterdam\n\n # Install basic tools\n - name: Install basic tools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5046, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/thirdparty-chrome
258
[ "no_license" ]
[ { "path": "roles/thirdparty-chrome/tasks/main.yml", "content": "---\n\n # Install Chrome\n - name: Install Chrome\n apt:\n deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n state: present\n\n # - name: Download Chrome\n # get_url:\n # url: https://dl.go...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/thirdparty-docker
258
[ "no_license" ]
[ { "path": "roles/thirdparty-docker/tasks/main.yml", "content": "---\n - name: Install docker-ce dependencies\n package: name={{item}} state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n - name: Add Docker GPG key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1197, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/thirdparty-synology-drive-client
258
[ "no_license" ]
[ { "path": "roles/thirdparty-synology-drive-client/tasks/main.yml", "content": "---\n\n # Install Synology Drive Client\n # NOTE: Synology doesn't support rpm anymore\n - name: Install Synology Drive Client\n apt:\n deb: https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/thirdparty-virtualbox
258
[ "no_license" ]
[ { "path": "roles/thirdparty-virtualbox/tasks/main.yml", "content": "---\n # Install basic tools\n - name: Install virtualbox dependencies\n package: name={{item}} state=present\n with_items:\n - virtualbox\n # - virtualbox-ext-pack\n\n # - name: Run vboxconfig\n # shell: /sbin/vboxconf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/thirdparty-vnc-server
258
[ "no_license" ]
[ { "path": "roles/thirdparty-vnc-server/tasks/main.yml", "content": "---\n\n # Doc: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-20-04-quickstart\n\n # Install vnc-server for remote access\n - name: Install vnc-server\n package: name={{item}} state=present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3216, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/thirdparty-xrdp
258
[ "no_license" ]
[ { "path": "roles/thirdparty-xrdp/tasks/main.yml", "content": "---\n\n # Install workaround/fix for broken epel package\n # - name: Remote RPM install with yum\n # yum:\n # name: http://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus/x86_64/RPMS.classic//xorg-drv-xrdp-0.9.10-alt2.x86_64.rpm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
mkieboom/intel-nuc
5ea4393769ebdfedc2359f1c6d3f0e8e4b0ce023
1
roles/thirdparty-zsh
258
[ "no_license" ]
[ { "path": "roles/thirdparty-zsh/tasks/main.yml", "content": "---\n - name: Install zsh and git, curl as a dependency\n package: name={{item}} state=present\n with_items:\n - git\n - curl\n - zsh\n\n - name: Install Oh My zsh\n shell: sh -c \"$(curl -fsSL https://raw.githubuserconte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/beats
258
[ "no_license" ]
[ { "path": "roles/beats/tasks/main.yml", "content": "---\n- name: download public key for elastic repo\n shell: curl https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -\n\n- name: add repo definition\n shell: echo \"deb https://artifacts.elastic.co/packages/6.x/apt stable main\" | sudo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/common
258
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: update and upgrade system packages\n apt:\n update_cache: yes\n #upgrade: dist\n\n- name: install required software\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items: \n - software-properties-common \n - curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/database
258
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: Instalacao mySQL\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - python-mysqldb\n - mysql-server\n \n- name: Iniciar o mysql\n service:\n name: mysql \n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1526, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/docker
258
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: add docker repo key\n apt_key: \n url: https://download.docker.com/linux/ubuntu/gpg\n id: 0EBFCD88\n state: present\n\n- name: add docker repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/elasticsearch
258
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: pull elastic search docker image\n docker_image:\n name: docker.elastic.co/elasticsearch/elasticsearch-oss\n tag: 6.1.1\n pull: yes\n\n- name: pull kibana docker image\n docker_image:\n name: docker.elastic.co/kibana/kibana-os...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/storage
258
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n- name: install nfs dependencies\n apt: \n name: \"nfs-kernel-server\"\n state: latest\n update_cache: yes\n\n- name: check if data directory was already created (for idempotence)\n stat: \n path: \"/var/owncloud_data\"\n register: da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1255, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/web_load_balancer
258
[ "no_license" ]
[ { "path": "roles/web_load_balancer/tasks/main.yml", "content": "---\n- name: install load balancer\n apt:\n name: haproxy\n state: latest\n\n- name: activate load balancer\n lineinfile:\n create: yes\n path: /etc/default/haproxy\n state: present\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1240, "all_permissive": false }
ansible_role
jcp19/owncloud_ansible
76da145a39648a0d1206bbdcee5f5f30bc111c7c
1
roles/webapp
258
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yml", "content": "---\n- name: create build env for Docker\n file:\n path: /tmp/webapp_owncloud\n state: directory\n\n- name: create Dockerfile\n template:\n src: Dockerfile.j2\n dest: /tmp/webapp_owncloud/Dockerfile\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4302, "all_permissive": false }
ansible_role
mcharles350/ansible
3b4e7202c639221c27344b0125b52695e5747ba4
0
roles/common
258
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- include_tasks: update_cache.yaml\n- include_tasks: windows_update.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/common/tasks/windows_update.yaml", "content": "---\n- name: Upd...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1859, "all_permissive": false }
ansible_role
akamai-compute-marketplace/apache-cassandra-occ
a6b3b38e093dcab3549bc19cf5b25f454d575590
0
roles/apache-cassandra
258
[ "no_license" ]
[ { "path": "roles/apache-cassandra/templates/cqlshrc.j2", "content": "# authentication section will deprecate in the future.\n#[authentication]\n#username = {{ db_user }}\n#password = {{ <PASSWORD> }}\n\n[connection]\nssl = true\nfactory = cqlshlib.ssl.ssl_transport_factory\n[ssl]\ncertfile= {{ cassandra_ssl...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 13675, "all_permissive": false }
ansible_role
akamai-compute-marketplace/apache-cassandra-occ
a6b3b38e093dcab3549bc19cf5b25f454d575590
0
roles/common
258
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# roles/common/tasks\n# common tasks for all linodes\n---\n- name: apt update\n apt:\n update_cache: yes\n\n- name: apt upgrade\n apt:\n upgrade: full\n\n- name: install basic packages\n apt:\n pkg:\n - net-tools\n - htop\n - rsync\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2821, "all_permissive": false }
ansible_role
akamai-compute-marketplace/apache-cassandra-occ
a6b3b38e093dcab3549bc19cf5b25f454d575590
0
roles/post
258
[ "no_license" ]
[ { "path": "roles/post/templates/motd.j2", "content": "*********************************************************\nAkamai Connected Cloud Apache Cassandra Marketplace App\nCredentials File: /home/{{ sudo_username }}/.credentials\nDocumentation: https://www.linode.com/marketplace/apps/linode/cassandra/\n******...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2754, "all_permissive": false }
ansible_role
stephanomarques/Ansible-Project
d7f961a0e7e02f74e88171297ec5501a709413b5
0
roles/aws-efs
258
[ "no_license" ]
[ { "path": "roles/aws-efs/tasks/main.yml", "content": "---\n- name: Create EFS (Elastic File Server)\n efs:\n state: present\n name: \"{{ efs_name }}\"\n region: \"{{ region }}\"\n tags:\n name: myTestNameTag\n purpose: file-storage\n targets:\n - subnet_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 780, "all_permissive": false }