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
marleg89/Project_M
75268b68febf9db225a32c220a49bd44cd2b52b4
0
Ansible_scripts/roles/worker_join
579
[ "no_license" ]
[ { "path": "Ansible_scripts/roles/worker_join/tasks/main.yml", "content": "- name: Enable TCP port 6443 for node connection \n wait_for: \n host: \"{{ hostvars[groups['control-plane'][0]].ansible_host }}\"\n port: 6443\n timeout: 1\n\n- name: Check if the worker node is already a cluster member\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
MykytaAll/My-super-repo
06b57eb1400c12b6e4d0b0dc8cb6728fa8d2ae2b
0
deploy-with-ansible/Ansible/roles/deploy_jenkins
579
[ "no_license" ]
[ { "path": "deploy-with-ansible/Ansible/roles/deploy_jenkins/tasks/main.yml", "content": "---\n# tasks file for deploy_jenkins\n- name: Install java-openjdk11 and add jenkins repo\n shell: amazon-linux-extras install java-openjdk11 -y|\n wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
MykytaAll/My-super-repo
06b57eb1400c12b6e4d0b0dc8cb6728fa8d2ae2b
0
deploy-with-ansible/Ansible/roles/deploy_nginx
579
[ "no_license" ]
[ { "path": "deploy-with-ansible/Ansible/roles/deploy_nginx/tasks/main.yml", "content": "---\n# tasks file for deploy_nginx\n - name: check and print LINUX version\n debug: var=ansible_os_family\n\n - block:\n\n - name: install epel for amazon-linux\n shell: amazon-linux-extras instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1438, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/debian-down
579
[ "no_license" ]
[ { "path": "roles/debian-down/tasks/main.yaml", "content": "---\n- name: Remove Apt Proxies\n file:\n path: /etc/apt/apt.conf.d/95proxies\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/debian-up
579
[ "no_license" ]
[ { "path": "roles/debian-up/defaults/main.yaml", "content": "---\nansible_become: yes\nlocale: en_US.UTF-8\nno_proxy: \"\"\nproxy_url: \"\"\ntimezone: Etc/UTC\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/debian-up/tasks/main.yaml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1679, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/k3s-agent-up
579
[ "no_license" ]
[ { "path": "roles/k3s-agent-up/tasks/main.yaml", "content": "---\n- name: Install K3s agent\n environment:\n HTTP_PROXY: '{{ proxy_url }}'\n HTTPS_PROXY: '{{ proxy_url }}'\n INSTALL_K3S_VERSION: '{{ k3s_version }}'\n K3S_TOKEN: '{{ lookup(\"file\", k3s_build_dir + \"/server-token\") }}'\n NO_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/k3s-debian-up
579
[ "no_license" ]
[ { "path": "roles/k3s-debian-up/tasks/main.yaml", "content": "---\n# Set fs.inotify.max_user_instances to fs.inotify.max_user_watches to avoid issues with logging etc in K8s:\n- name: Read Kernel Parameter fs.inotify.max_user_watches\n slurp:\n src: /proc/sys/fs/inotify/max_user_watches\n register: fs_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/k3s-node-down
579
[ "no_license" ]
[ { "path": "roles/k3s-node-down/defaults/main.yaml", "content": "---\nansible_become: yes\n# Where to store build files for K3s?\nk3s_build_dir: '{{ playbook_dir }}/build/k3s'\n# Do you want to delete all data from emptydir volumes upon teardown?\nk3s_delete_emptydir_data: no\nno_proxy: \"\"\nproxy_url: \"\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1591, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/k3s-node-up
579
[ "no_license" ]
[ { "path": "roles/k3s-node-up/handlers/main.yaml", "content": "---\n- name: Restart K3s (agent) service\n # On installation, the service does not exist yet, so we need to ignore this error:\n ignore_errors: yes\n service:\n name: k3s{% if inventory_hostname not in groups.k3s_server %}-agent{% endif %}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3239, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/k3s-post-server-up
579
[ "no_license" ]
[ { "path": "roles/k3s-post-server-up/tasks/main.yaml", "content": "---\n- name: Apply Post-Server-Up Hooks\n delegate_to: localhost\n environment:\n HTTP_PROXY: '{{ proxy_url }}'\n HTTPS_PROXY: '{{ proxy_url }}'\n KUBECONFIG: '{{ k3s_build_dir }}/kubeconfig.yaml'\n NO_PROXY: '{{ no_proxy }}'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 782, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/k3s-pre-server-down
579
[ "no_license" ]
[ { "path": "roles/k3s-pre-server-down/tasks/main.yaml", "content": "---\n- name: Apply Pre-Server-Down Hooks\n delegate_to: localhost\n environment:\n HTTP_PROXY: '{{ proxy_url }}'\n HTTPS_PROXY: '{{ proxy_url }}'\n KUBECONFIG: '{{ k3s_build_dir }}/kubeconfig.yaml'\n NO_PROXY: '{{ no_proxy }}'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/k3s-server-up
579
[ "no_license" ]
[ { "path": "roles/k3s-server-up/tasks/main.yaml", "content": "---\n- block:\n - block:\n - name: Install first K3s server\n notify: Require reboot\n shell:\n cmd: |-\n set -o pipefail\n curl --fail --location --show-error --silent https://get.k...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3497, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/raspberry-pi-hw-down
579
[ "no_license" ]
[ { "path": "roles/raspberry-pi-hw-down/tasks/main.yaml", "content": "---\n- name: Ensure CGroup Kernel Parameters\n ignore_errors: yes\n lineinfile:\n backrefs: yes\n line: '\\g<1>\\g<2>'\n path: '{{ boot_directory }}/{{ item }}'\n regexp: '^(.*console=tty1)(?: cgroup_enable=memory cgroup_memor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/raspberry-pi-hw-up
579
[ "no_license" ]
[ { "path": "roles/raspberry-pi-hw-up/defaults/main.yaml", "content": "---\nansible_become: yes\narm_64bit: 1\nboot_directory: /boot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/raspberry-pi-hw-up/tasks/main.yaml", "content": "---\n- b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 973, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/raspberry-pi-os-down
579
[ "no_license" ]
[ { "path": "roles/raspberry-pi-os-down/tasks/main.yaml", "content": "---\n- name: Enable Swap Space\n shell: update-rc.d dphys-swapfile enable && dphys-swapfile setup && dphys-swapfile swapon\n args:\n creates: /var/swap\n- name: Make File /etc/resolv.conf Mutable\n changed_when: false\n file:\n at...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/raspberry-pi-os-up
579
[ "no_license" ]
[ { "path": "roles/raspberry-pi-os-up/defaults/main.yaml", "content": "---\nansible_become: yes\nboot_directory: /boot\ngithub_api_token: null\nproxy_url: null\nrpi_update: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/raspberry-pi-os-u...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2459, "all_permissive": false }
ansible_role
christian-schlichtherle/kalaxy
d95dcb6542a5a4f24338f18c9e6e8dd3b55ee24e
15
roles/reboot-if-required
579
[ "no_license" ]
[ { "path": "roles/reboot-if-required/tasks/main.yaml", "content": "---\n- name: Check If A Reboot Is Required\n register: reboot_required\n stat:\n path: /var/run/reboot-required\n- block:\n - block:\n - name: Reboot K3s And OpenVPN Servers One-By-One\n reboot: { }\n throttle...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
Omarelhani1/escenario-router
453aaca6105afe15ad84cd6a303f1292ee7c023f
0
ansible/roles/cliente
639
[ "no_license" ]
[ { "path": "ansible/roles/cliente/tasks/main.yaml", "content": "- name: Cambiar configuración de red\n template:\n src: network/interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: 0644\n notify:\n - reboot\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
Omarelhani1/escenario-router
453aaca6105afe15ad84cd6a303f1292ee7c023f
0
ansible/roles/router
639
[ "no_license" ]
[ { "path": "ansible/roles/router/handlers/main.yaml", "content": "- name : reboot\n reboot:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/roles/router/tasks/main.yaml", "content": "- name : \"Cambiar ip forwarding\"\n sysctl:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 353, "all_permissive": false }
ansible_role
westsouthnight/oom_repo
f51bc6486e705f4c5d53a945c6eeee2f9ebb445e
0
roles/etherium
639
[ "no_license" ]
[ { "path": "roles/etherium/tasks/main.yml", "content": "- name: Create the directories nxt platform\n file:\n path: \"{{ item.value }}\"\n state: directory\n mode: 0755\n with_dict: \"{{ etherium_settings_defaults.directories | default({}) }}\"\n\n- name: Download and extract archive with platform...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1547, "all_permissive": false }
ansible_role
westsouthnight/oom_repo
f51bc6486e705f4c5d53a945c6eeee2f9ebb445e
0
roles/haproxy
639
[ "no_license" ]
[ { "path": "roles/haproxy/templates/mysqlchk-replication.sh.j2", "content": "#!/bin/bash\n\necho \"Enter your MySQL user\"\nread MYSQL_USER\n\necho \"Enter your MySQL password\"\nstty -echo\nread MYSQL_PASSWD\nstty echo\n\nSTATUS=$(mysql -u$MYSQL_USER -p$MYSQL_PASSWD -N -s -e \"show status like 'wsrep_ready'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1486, "all_permissive": false }
ansible_role
westsouthnight/oom_repo
f51bc6486e705f4c5d53a945c6eeee2f9ebb445e
0
roles/nxt
639
[ "no_license" ]
[ { "path": "roles/nxt/tasks/main.yml", "content": "- name: apt_repository\n apt_repository:\n repo: 'ppa:webupd8team/java'\n\n- name: Install latest version of \"oracle-java8-installer\"\n apt:\n name: oracle-java8-installer\n state: latest\n\n- name: Create the directories nxt platform\n file:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 906, "all_permissive": false }
ansible_role
westsouthnight/oom_repo
f51bc6486e705f4c5d53a945c6eeee2f9ebb445e
0
roles/ssh_access
639
[ "no_license" ]
[ { "path": "roles/ssh_access/README.md", "content": "Role Name\n=========\n\nConfigure ssh access to servers", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/ssh_access/templates/sshd_config.j2", "content": "#{{ ansible_managed }}\n\n# What...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1839, "all_permissive": false }
ansible_role
westsouthnight/oom_repo
f51bc6486e705f4c5d53a945c6eeee2f9ebb445e
0
roles/ufw
639
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n# tasks file for roles/ufw\n- name: install ufw\n apt:\n name: ufw\n state: latest\n tags:\n - ufw\n\n- name: set firewall default policy\n ufw:\n direction: incoming\n policy: deny\n state: enabled\n tags:\n - ufw\n\n- name: in...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1666, "all_permissive": false }
ansible_role
westsouthnight/oom_repo
f51bc6486e705f4c5d53a945c6eeee2f9ebb445e
0
roles/vagrant
639
[ "no_license" ]
[ { "path": "roles/vagrant/meta/main.yml", "content": "dependencies:\n - ufw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/vagrant/tasks/main.yml", "content": "---\n# tasks file for roles/vagrant\n- name: create hosts file\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 171, "all_permissive": false }
ansible_role
MagicFishgit/create-openvpn-with-certauth
689c5be74dda6a8982d37262f60bf5586837c8bb
0
roles/ca
639
[ "no_license" ]
[ { "path": "roles/ca/files/create_signing_ca.sh", "content": "#! /bin/bash\ncp /dev/null ca/signing-ca/db/signing-ca.db\ncp /dev/null ca/signing-ca/db/signing-ca.db.attr\necho 01 > ca/signing-ca/db/signing-ca.crt.srl\necho 01 > ca/signing-ca/db/signing-ca.crl.srl\n\nopenssl req -new -config ./root-ca.cnf -ou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5167, "all_permissive": false }
ansible_role
MagicFishgit/create-openvpn-with-certauth
689c5be74dda6a8982d37262f60bf5586837c8bb
0
roles/ubuntu_base
639
[ "no_license" ]
[ { "path": "roles/ubuntu_base/tasks/main.yml", "content": " #vars_files:\n #- vars/default.yml\n\n #tasks:\n - name: Install Prerequisites\n apt: name=aptitude update_cache=yes state=latest force_apt_get=yes\n\n # Set up Sudo Group\n - name: Make sure we have a 'sudo' group\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1722, "all_permissive": false }
ansible_role
MagicFishgit/create-openvpn-with-certauth
689c5be74dda6a8982d37262f60bf5586837c8bb
0
roles/vpn
639
[ "no_license" ]
[ { "path": "roles/vpn/tasks/main.yml", "content": "#Sync signed VPN cert\n - name: Fetch the file from the CA to master\n run_once: yes\n fetch: src=/cert/vpn.magicfish.dev.crt dest=buffer/ flat=yes\n when: \"inventory_hostname == 'ca.magicfish.dev'\"\n\n - name: Copy the file from ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/apache_supervisor
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/apache_supervisor/tasks/main.yml", "content": "- name: install supervisorctl\n apt: name=supervisor state=present\n sudo: True\n\n- name: have supervisor watch apache2\n supervisorctl: name=apache2 state=present\n sudo: True\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/apache_vhosts_overwrite
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/apache_vhosts_overwrite/tasks/main.yml", "content": "- name: upload vhosts.conf (overwriting old)\n template: src=vhosts.conf dest=/etc/apache2/sites-available/vhosts.conf\n sudo: True\n\n- name: restart apache2 service\n service: name=apache2 state=restarted\n sudo: True\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/cleanup_backup_data
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/cleanup_backup_data/tasks/main.yml", "content": "- name: remove backup directory from remote host\n file: path={{ remote_backup_dir }} state=absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/create_backup_archive
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/create_backup_archive/tasks/main.yml", "content": "- name: archive remote backup folder\n shell: tar -cvzf {{ remote_backup_archive }} -C {{ remote_backup_dir }} .\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/mysql_backup
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/mysql_backup/tasks/main.yml", "content": "- name: ensure the backup directory exists\n file: path={{ remote_backup_mysql_dump | dirname }} state=directory\n\n- name: dump mysql database\n mysql_db: >\n name={{ ocla_db_name }}\n state=dump\n target={{ remote_backup_mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/mysql_max_connections
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/mysql_max_connections/tasks/main.yml", "content": "- name: set mysql max_connections\n lineinfile: dest=/etc/mysql/my.cnf regexp=^max_connections= line=max_connections=15\n sudo: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/mysql_restore
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/mysql_restore/tasks/main.yml", "content": "- name: restore mysql database\n mysql_db: >\n name={{ ocla_db_name }}\n state=import\n target={{ remote_backup_mysql_dump }}\n login_user={{ ocla_db_user_name }}\n login_password={{ <PASSWORD> }}\n login_host=\"local...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/php_requirements
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/php_requirements/tasks/main.yml", "content": "- name: install mod_php apt requirements\n apt: name={{ item }} state=present\n sudo: True\n with_items:\n - php5\n - php5-mysql\n\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
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/wordpress_backup
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/wordpress_backup/tasks/main.yml", "content": "- name: ensure backup directory exists\n file: path={{ remote_backup_wordpress_dir }} state=directory\n\n- name: copy wp-content/ directory to backup\n command: cp -r {{ apache_document_root }}/wp-content {{ remote_backup_wordpress...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/wordpress_directory_permissions
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/wordpress_directory_permissions/tasks/main.yml", "content": "- name: make www-data owner of the wp-content/uploads/ directory\n file: dest={{ wp_install_dir }}/wp-content/uploads state=directory owner=www-data recurse=True\n sudo: True\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/wordpress_restore
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/wordpress_restore/tasks/main.yml", "content": "- name: restore wp-content/ directory\n shell: /bin/cp -r {{ remote_backup_wordpress_dir }}/wp-content/* {{ apache_document_root }}/wp-content/\n sudo: True\n\n- name: restore .htaccess file\n shell: /bin/cp {{ remote_backup_word...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
ocla/ocla.ca
7fd41f83166af8532fd3e29cbb624615972bd723
0
ops/ansible/roles/wordpress_site_name
639
[ "no_license" ]
[ { "path": "ops/ansible/roles/wordpress_site_name/tasks/main.yml", "content": "- name: define the WP_HOME variable in wp-config.php\n lineinfile: >\n dest={{ apache_document_root }}/wp-config.php\n line=\"define('WP_HOME', 'http://{{ wordpress_site_name }}');\"\n sudo: True\n\n- name: define the WP_S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
WombatCyberLabs/lab-deployment-tool
bd472b55f0377e6853eb26d828bd2c44fd917d5c
0
roles/deploy
639
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "- name: Download get docker script\n get_url:\n url: \"https://get.docker.com/\"\n dest: \"/tmp/dockerinstall.sh\"\n mode: \"u=rwx,g=rx,o=rx\"\n\n- name: Run get docker script\n shell: /tmp/dockerinstall.sh\n\n- name: Remove get docker script\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/blockinfile
639
[ "no_license" ]
[ { "path": "roles/blockinfile/tasks/main.yml", "content": "---\n- name: Blockinfile {{ block }} for {{ path }} state {{ path }} mark {{ mark_name }}\n blockinfile:\n create: yes\n path: \"{{ path }}\"\n block: \"{{ block }}\"\n marker: \"# {mark} {{ mark_name }}\"\n state: \"{{ state }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/copy
639
[ "no_license" ]
[ { "path": "roles/copy/tasks/main.yml", "content": "---\n- name: Copy {{ src }} to {{ dest }}\n copy:\n src: \"{{ src }}\"\n dest: \"{{ dest }}\"\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n mode: \"{{ mode }}\"\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/file
639
[ "no_license" ]
[ { "path": "roles/file/tasks/main.yml", "content": "---\n- name: Set {{ path }} state {{ state }}\n file:\n path: \"{{ path }}\"\n state: \"{{ state }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/knownHosts
639
[ "no_license" ]
[ { "path": "roles/knownHosts/tasks/main.yml", "content": "---\r\n- name: known_hosts {{ name }} path {{ path }} state {{ state }}\r\n known_hosts:\r\n name: \"{{ name }}\"\r\n path: \"{{ path }}\"\r\n state: \"{{ state }}\"", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/lineinfile
639
[ "no_license" ]
[ { "path": "roles/lineinfile/tasks/main.yml", "content": "---\n- name: Add {{ line }} to {{ path }}\n lineinfile:\n path: \"{{ path }}\"\n line: \"{{ line }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/lineinfile/tasks/lineinfi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/proxmox_kvm
639
[ "no_license" ]
[ { "path": "roles/proxmox_kvm/tasks/change_state_vm.yml", "content": "---\n- name: Change VMs state to {{ state }}\n proxmox_kvm:\n node: \"{{ node }}\"\n api_user: \"{{ api_user }}\"\n api_password: \"{{ <PASSWORD> }}\"\n api_host: \"{{ api_host }}\"\n name: \"{{ name }}\"\n force: \"{{ f...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1214, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/replace
639
[ "no_license" ]
[ { "path": "roles/replace/tasks/main.yml", "content": "---\n- name: Change {{ regexp }} to {{ replace }} in {{ path }}\n replace:\n path: \"{{ path }}\"\n regexp: \"{{ regexp }}\"\n replace: \"{{ replace }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/shell
639
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n- name: Run {{ shell }}\n shell: \"{{ shell }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 51, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/systemd
639
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yml", "content": "---\n- name: Set {{ name }} state {{ state }} enabled {{ enabled }}\n systemd:\n name: \"{{ name }}\"\n state: \"{{ state }}\"\n enabled: \"{{ enabled }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/timezone
639
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n- name: Set time zone {{ name }}\n timezone:\n name: \"{{ name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/wait_for
639
[ "no_license" ]
[ { "path": "roles/wait_for/tasks/main.yml", "content": "---\n- name: Wait for {{ host }} port {{ port }} with delay {{ delay }}\n wait_for:\n host: \"{{ host }}\"\n port: \"{{ port }}\"\n delay: \"{{ delay }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
Ramzuous/ceph-nautilus-rpm
f6af6c8c0257ccc0133e6bf52fefc4d33f1c03ca
0
roles/yum
639
[ "no_license" ]
[ { "path": "roles/yum/tasks/main.yml", "content": "---\n- name: yum {{ name }} state {{ state }}\n yum:\n name: \"{{ name }}\"\n state: \"{{ state }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
guicolla/vagrant-mongodb-ansible
797b36aae09e87388bff2bfe5ef182ccbe0074fd
1
roles/common
639
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost\n{% for host in groups['all'] %}\n{{ hostvars[host]['ansible_' + 'eth1'].ipv4.address }} {{ host }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1107, "all_permissive": false }
ansible_role
guicolla/vagrant-mongodb-ansible
797b36aae09e87388bff2bfe5ef182ccbe0074fd
1
roles/cr_rp_conf
639
[ "no_license" ]
[ { "path": "roles/cr_rp_conf/handlers/main.yml", "content": "---\n# handlers file for cr_rp_conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/cr_rp_conf/tasks/main.yml", "content": "---\n# tasks file for cr_rp_conf---\n# tasks file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 683, "all_permissive": false }
ansible_role
guicolla/vagrant-mongodb-ansible
797b36aae09e87388bff2bfe5ef182ccbe0074fd
1
roles/cr_rp_shard
639
[ "no_license" ]
[ { "path": "roles/cr_rp_shard/tasks/main.yml", "content": "---\n# tasks file for cr_rp_shard---\n# tasks file for mongos\n- name: create rs.initiate config\n shell: mongo --port 27018 --ssl --sslPEMKeyFile /etc/ssl/mongodb.pem --sslAllowInvalidCertificates --eval 'rs.initiate({_id:\"rs0\",members:[{\"_id\":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 717, "all_permissive": false }
ansible_role
guicolla/vagrant-mongodb-ansible
797b36aae09e87388bff2bfe5ef182ccbe0074fd
1
roles/create_key
639
[ "no_license" ]
[ { "path": "roles/create_key/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create_key", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/create_key/defaults/main.yml", "content": "---\n# defaults f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 367, "all_permissive": false }
ansible_role
guicolla/vagrant-mongodb-ansible
797b36aae09e87388bff2bfe5ef182ccbe0074fd
1
roles/create_user
639
[ "no_license" ]
[ { "path": "roles/create_user/defaults/main.yml", "content": "---\n# defaults file for create_user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/create_user/tasks/main.yml", "content": "---\n# tasks file for create_user---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
guicolla/vagrant-mongodb-ansible
797b36aae09e87388bff2bfe5ef182ccbe0074fd
1
roles/mongo_conf
639
[ "no_license" ]
[ { "path": "roles/mongo_conf/handlers/main.yml", "content": "---\n# handlers file for mongo_conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/mongo_conf/tasks/main.yml", "content": "---\n# tasks file for mongo_conf---\n# tasks file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1675, "all_permissive": false }
ansible_role
guicolla/vagrant-mongodb-ansible
797b36aae09e87388bff2bfe5ef182ccbe0074fd
1
roles/start_mongo
639
[ "no_license" ]
[ { "path": "roles/start_mongo/tasks/main.yml", "content": "---\n# tasks file for start_mongo- name: Start the mongodb service\n- name: start mongodb\n service:\n name: mongod\n state: started\n environment:\n LC_ALL: C\n\n- name: Pause for a while\n pause: seconds=20\n\n", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 351, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/ansible
639
[ "no_license" ]
[ { "path": "ansible/roles/ansible/meta/main.yml", "content": "---\n# file: roles/ansible/meta/main.yml\n\ndependencies:\n - { role: unzip }\n - { role: pip }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ansible/roles/ansible/tasks/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/dependencies
639
[ "no_license" ]
[ { "path": "ansible/roles/dependencies/tasks/main.yml", "content": "#file: /roles/dependencies/tasks/main.yml\n \n- name: install unzip command\n apt: name=unzip state=present\n tags: dependency\n \n- name: install git\n apt: name=git state=present\n tags: git", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/jenkins
639
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/plugins.yml", "content": "---\n# file: roles/jenkins/tasks/plugins.yml\n\n- name: \"Plugins | Create plugins directory\"\n file:\n path: \"{{ jenkins_base_dir }}/plugins\"\n state: \"directory\"\n owner: \"jenkins\"\n group: \"jenkins\"\n\n- name: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2506, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/maven
639
[ "no_license" ]
[ { "path": "ansible/roles/maven/tasks/install.yml", "content": "---\n# file: /roles/maven/tasks/install.yml\n\n- name: \"Install | Download Maven\"\n get_url:\n url: \"{{ maven_download_url }}\"\n dest: \"/tmp/{{ maven_file }}\"\n timeout: 60\n\n# We do not use unarchive because it fails to u...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1316, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/nexus
639
[ "no_license" ]
[ { "path": "ansible/roles/nexus/handlers/main.yml", "content": "---\n\n# file: /roles/nexus/handlers/main.yml\n\n- name: restart nexus\n service: name=nexus state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles/nexus/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2353, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/nginx
639
[ "no_license" ]
[ { "path": "ansible/roles/nginx/vars/main.yml", "content": "---\n# file: roles/nginx/vars/main.yml\n\n# SETUP\nnginx_directory: \"/etc/nginx\"\nnginx_vhost_app_directory: \"{{ nginx_directory }}/{{ nginx_virtual_host_conf_dir }}\"\n\n# COMMONS VHOST CONFIG\nnginx_ssl_folder: \"{{ nginx_directory }}/ssl\"\nng...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6309, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/pip
639
[ "no_license" ]
[ { "path": "ansible/roles/pip/meta/main.yml", "content": "---\n# file: roles/pip/meta/main.yml\n\ndependencies:\n - { role: unzip }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/pip/tasks/main.yml", "content": "---\n# file: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 382, "all_permissive": false }
ansible_role
Victoremepunto/vagrant-ansible-tutorial1
532511e00f7b474902931526f859bbe12ab2e040
0
ansible/roles/sonar
639
[ "no_license" ]
[ { "path": "ansible/roles/sonar/tasks/main.yml", "content": "# file: /roles/sonar/tasks/main.yml\n\n- name: download sonar\n get_url: url=\"{{sonar.download_url}}\" dest=\"/tmp/{{sonar.archive}}\"\n tags: sonar\n\n- name: create sonar group\n group: name=sonar state=present\n tags: sonar\n\n- name: creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1256, "all_permissive": false }
ansible_role
double-p/smtf
0ac9932694440838521612a146b9bf31a641d840
9
roles/all
639
[ "no_license" ]
[ { "path": "roles/all/templates/phy.j2", "content": "description \"{{ item.value.description }}\"\n{% if item.value.rdomain is defined %}\nrdomain {{ item.value.rdomain }}\n{% endif %}\n\n{% if item.value.ipmain == \"up\" %}\nup\n{% elif item.value.ipmain == \"dhcp\" %}\ndhcp\n{% else %}\ninet {{ item.value....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7393, "all_permissive": false }
ansible_role
double-p/smtf
0ac9932694440838521612a146b9bf31a641d840
9
roles/vagrant
639
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/rdomain.yml", "content": "- name: generate local Vagrantfile\n template: src=vagrant-rdomain.j2 dest=./Vagrantfile\n- name: generate local vagrant_inventory\n template: src=inventory_rdomain.j2 dest=./vagrant_inventory\n", "license_type": "no_license", "detected_lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3342, "all_permissive": false }
ansible_role
arjun-s-XL/ansible-three-tier-deployment
bf8aaaf749a390e82129bdd9a630c0be6fed328b
0
roles/appserver
639
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "---\n- name: Install python3\n apt:\n name: python3\n state: present\n\n- name: Install python3-pip\n apt:\n name: python3-pip\n state: present\n\n- name: Install Flask using pip\n pip:\n name: flask\n state: present\n executabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
arjun-s-XL/ansible-three-tier-deployment
bf8aaaf749a390e82129bdd9a630c0be6fed328b
0
roles/dbserver
639
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "---\n- name: Install MySQL server\n apt:\n name: mysql-server\n state: present\n become: yes\n\n- name: Ensure MySQL service is running\n service:\n name: mysql\n state: started\n enabled: yes\n become: yes\n\n# tasks file for dbserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 278, "all_permissive": false }
ansible_role
arjun-s-XL/ansible-three-tier-deployment
bf8aaaf749a390e82129bdd9a630c0be6fed328b
0
roles/webserver
639
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Ensure Apache is installed\n apt:\n name: apache2\n state: present\n become: yes\n\n- name: Ensure Apache service is running\n service:\n name: apache2\n state: started\n enabled: yes\n become: yes\n\n- name: Copy custom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
roderickrandolph/meetup-talks
2a537a03f70f0f25a71219bda6b77a19413d0537
4
creating-docker-containers-with-ansible/jenkins/ansible/roles/ansible-container
639
[ "no_license" ]
[ { "path": "creating-docker-containers-with-ansible/jenkins/ansible/roles/ansible-container/tasks/main.yml", "content": "---\n- name: install package dependencies\n apt:\n name: \"{{item}}\"\n state: present\n with_items:\n - python-setuptools\n - git\n\n- name: install pip\n easy_install:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
roderickrandolph/meetup-talks
2a537a03f70f0f25a71219bda6b77a19413d0537
4
creating-docker-containers-with-ansible/jenkins/ansible/roles/docker
639
[ "no_license" ]
[ { "path": "creating-docker-containers-with-ansible/jenkins/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: ensure that apt works with the https method\n apt:\n name: apt-transport-https\n state: present\n\n- name: install docker GPG key\n apt_key:\n keyserver: hkp://p80.pool.sks-ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/app
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/app/tasks/main.yml", "content": "---\n- name: Download artifact\n maven_artifact:\n group_id: com.example\n artifact_id: spring-boot\n repository_url: \"{{nexus_address}}/repository/maven-snapshots\"\n username: \"{{vault_nexus_username}}\"\n password: \"{{<PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1838, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/app-otus
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/app-otus/tasks/filebeat.yml", "content": "- name: Create target directory\n file:\n path: \"{{ filebeat_remote_dest }}/src/\"\n state: directory\n owner: \"{{ target_user }}\"\n group: \"{{ target_group }}\"\n mode: '711'\n\n- name: Send filebeat binary\n copy:\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 8936, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/common
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/common/tasks/main.yml", "content": "---\n- name: Ensure that essential packages are installed\n apt:\n pkg: \"{{ item }}\"\n state: present\n tags:\n - configuration\n loop:\n - git", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/elk
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/elk/templates/kibana/kibana.service.j2", "content": "[Unit]\nDescription=Kibana\nDocumentation=https://www.elastic.co/guide/en/kibana/7.17/index.html\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=user\nExecStart={{ kibana_remote_dest }}/{{ kibana_na...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 9559, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/nginx
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/nginx/vars/main.yml", "content": "nginx_dir: /var/lib/nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ops/deploy/roles/nginx/tasks/main.yml", "content": "---\n- name: create nginx system group\n group:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1627, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/nginx-deb
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/nginx-deb/tasks/main.yml", "content": "---\n- name: Ensure that nginx is installed\n apt:\n pkg: nginx\n state: present\n tags:\n - configuration", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/prometheus
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/prometheus/vars/main.yml", "content": "prometheus_version: 2.25.1\n\ngo_arch: amd64\n\nprometheus_config_dir: /etc/prometheus\nprometheus_db_dir: /var/lib/prometheus\n_prometheus_binary_install_dir: '/usr/local/bin'\n\nprometheus_binary_local_dir: ''\nprometheus_web_external_url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8451, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/deploy/roles/prometheus_node_exporter
639
[ "no_license" ]
[ { "path": "ops/deploy/roles/prometheus_node_exporter/vars/main.yml", "content": "go_arch: amd64\nnode_exporter_version: 1.1.2\nnode_exporter_binary_local_dir: ''\nnode_exporter_web_listen_address: \"0.0.0.0:9100\"\n_node_exporter_binary_install_dir: '/usr/local/bin'\nnode_exporter_web_telemetry_path: \"/met...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4290, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/grafana/roles/grafana
639
[ "no_license" ]
[ { "path": "ops/grafana/roles/grafana/tasks/main.yml", "content": "---\n- name: Update apt and install apt-transport-https\n apt:\n name: apt-transport-https\n state: latest\n update_cache: true\n\n- name: Update apt and install software-properties-common\n apt:\n name: software-properties-comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/install-docker/roles/compose
639
[ "no_license" ]
[ { "path": "ops/install-docker/roles/compose/tasks/main.yml", "content": "---\n- name: Update apt and install docker compose plugin\n apt:\n name: docker-compose-plugin\n state: latest\n update_cache: true\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
DmitrySibert/spring-boot-sample
7339fceb710915897a8b6fd7f4aba7ce5753cce4
0
ops/install-docker/roles/docker
639
[ "no_license" ]
[ { "path": "ops/install-docker/roles/docker/tasks/main.yml", "content": "---\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
ignorantshr/person-blog
5eb2717548eac80a79bb88b5a9b5c4c9a8cfcbaa
9
docs/kata-containers/file/playbooks/roles/install-kata
639
[ "no_license" ]
[ { "path": "docs/kata-containers/file/playbooks/roles/install-kata/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install-kata", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "docs/kata-containers/file/play...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1204, "all_permissive": false }
ansible_role
ignorantshr/person-blog
5eb2717548eac80a79bb88b5a9b5c4c9a8cfcbaa
9
docs/kata-containers/file/playbooks/roles/pre-k8s
639
[ "no_license" ]
[ { "path": "docs/kata-containers/file/playbooks/roles/pre-k8s/handlers/main.yml", "content": "---\n# handlers file for k8s", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "docs/kata-containers/file/playbooks/roles/pre-k8s/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1266, "all_permissive": false }
ansible_role
drhelius/ansible-azure-openshift
3956dd6d8bec7d596ee7fa2ef185bf8ad2bab606
5
roles/bastion
659
[ "no_license" ]
[ { "path": "roles/bastion/tasks/certs.yml", "content": "---\n- name: Ensure SSH directory exists\n file:\n path: \".ssh\"\n state: directory\n\n- name: Ensure SSH certs are on place\n copy:\n src: \"../../certs/openshift.key\"\n dest: \".ssh/id_rsa\"\n mode: 0600\n", "license_type": "no_...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5830, "all_permissive": false }
ansible_role
drhelius/ansible-azure-openshift
3956dd6d8bec7d596ee7fa2ef185bf8ad2bab606
5
roles/host-preparation
659
[ "no_license" ]
[ { "path": "roles/host-preparation/tasks/packages.yml", "content": "---\n- name: Ensure all required packages are installed\n yum:\n name: \"{{ yum_packages }}\"\n state: present\n enablerepo: \"epel\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
drhelius/ansible-azure-openshift
3956dd6d8bec7d596ee7fa2ef185bf8ad2bab606
5
roles/openshift-infra
659
[ "no_license" ]
[ { "path": "roles/openshift-infra/tasks/output.yml", "content": "---\n- local_action: copy content={{ openshift_bastion_ip }} dest=openshift_bastion_ip.out\n- local_action: copy content={{ openshift_master_ip }} dest=openshift_master_ip.out\n- local_action: copy content={{ openshift_infra_ip }} dest=openshif...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 13947, "all_permissive": false }
ansible_role
brunoscruz/infnet-wordpress
1a91e96bd90219ce5646c3df71d579e48a5ea944
0
roles/php
659
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Instala as extensoes PHP necessarias\n apt: name={{ item }} state=present\n with_items:\n - php-gd\n - libssh2-1\n# tasks file for php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
keepplace/keepplace-ansible
e28fdbf91b28cc7e878b89cd67b27a76a5403543
1
roles/base
659
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Create swap file\n command: dd if=/dev/zero of={{ swap_file_path }} bs=1024 count={{ swap_file_size }}\n creates=\"{{ swap_file_path }}\"\n tags:\n - swap.file.create\n\n\n- name: Change swap file permissions\n file: path=\"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1480, "all_permissive": false }
ansible_role
keepplace/keepplace-ansible
e28fdbf91b28cc7e878b89cd67b27a76a5403543
1
roles/instamovie
659
[ "no_license" ]
[ { "path": "roles/instamovie/tasks/main.yml", "content": "---\n\n- name: Directories present\n file: path=\"{{ home_folder }}\" state=directory\n\n- file: path=\"{{ home_folder }}/log\" state=directory\n- file: path=\"{{ home_folder }}/conf\" state=directory\n- file: path=\"{{ home_folder }}/data\" state=di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1641, "all_permissive": false }
ansible_role
keepplace/keepplace-ansible
e28fdbf91b28cc7e878b89cd67b27a76a5403543
1
roles/nginx
659
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "\n- name: NGINX | Adding repository\n apt_repository: repo='ppa:nginx/stable'\n\n- name: NGINX | Installing NGINX\n apt:\n name: nginx\n state: latest\n\n- name: NGINX | Starting NGINX\n service:\n name: nginx\n state: started", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
keepplace/keepplace-ansible
e28fdbf91b28cc7e878b89cd67b27a76a5403543
1
roles/youtube-dl
659
[ "no_license" ]
[ { "path": "roles/youtube-dl/tasks/main.yml", "content": "---\n\n- name: Install additional packages\n apt: name={{ item }} update_cache={{ update_apt_cache }} force=yes state=installed\n with_items:\n - ffmpeg\n - libavcodec-extra-56\n\n- name: Install youtube-dl\n pip: name=youtube-dl state=latest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
wastrachan/dotfiles
b6b16c9363032b9e4d2d2b83ee83dfb86efafaa7
2
roles/git
659
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yml", "content": "---\ngit_name_personal: \"{{ ansible_user_id }}\"\ngit_email_personal: \"{{ ansible_user_id }}@localhost\"\ngit_signing_key_personal: null\n\ngit_name_work: \"{{ ansible_user_id }}\"\ngit_email_work: \"{{ ansible_user_id }}@localhost\"\ngit_signing_key_wo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 716, "all_permissive": false }
ansible_role
wastrachan/dotfiles
b6b16c9363032b9e4d2d2b83ee83dfb86efafaa7
2
roles/gpg
659
[ "no_license" ]
[ { "path": "roles/gpg/tasks/main.yml", "content": "---\n- name: Check existing GPG keys\n ansible.builtin.shell: gpg --list-secret-keys --with-colons\n register: gpg_test\n when: gpg_keys is defined and gpg_keys is not none\n changed_when: false\n\n- name: Import GPG private key\n ansible.builtin.shell:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1442, "all_permissive": false }
ansible_role
wastrachan/dotfiles
b6b16c9363032b9e4d2d2b83ee83dfb86efafaa7
2
roles/pyenv
659
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "---\n- name: Update pyenv\n ansible.builtin.git:\n repo: https://github.com/pyenv/pyenv.git\n dest: ~/.pyenv\n version: master\n clone: true\n update: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
wastrachan/dotfiles
b6b16c9363032b9e4d2d2b83ee83dfb86efafaa7
2
roles/ssh
659
[ "no_license" ]
[ { "path": "roles/ssh/defaults/main.yml", "content": "---\nssh_host_config: []\n\n# ssh_host_config:\n# - name: dev\n# hostname: dev-host.23.domain.com\n# user: root\n# port: 2223\n# proxy_jump: jump.domain.com\n# hostkeyalgorithms: +ssh-rsa\n# kexalgorithms: +diffie-hellman-group1-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1068, "all_permissive": false }