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 | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/apache | 7,322 | [
"no_license"
] | [
{
"path": "roles/apache/defaults/main.yml",
"content": "apache_dir: \"/var/www\"\nupdate_cache: \"no\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/apache/vars/RedHat.yml",
"content": "---\napache_service: httpd\napache_daemon: httpd... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/apache_reverse_proxy | 7,322 | [
"no_license"
] | [
{
"path": "roles/apache_reverse_proxy/templates/proxied_server.j2",
"content": "<VirtualHost *:80>\n ServerName {{ domain_name }}\n\n <IfModule mod_rewrite.c>\n RewriteEngine On\n RewriteCond %{HTTPS} !=on\n RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2019,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/confapache | 7,322 | [
"no_license"
] | [
{
"path": "roles/confapache/tasks/setup-Debian.yml",
"content": "---\n\n# if domain_name is set to project_name, it means that Alias template will be used\n# else vhost template will be used\n- name: Add apache site configuration files.\n template:\n src: \"{% if domain_name == project_name %}alias.j2{%... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/confmysql | 7,322 | [
"no_license"
] | [
{
"path": "roles/confmysql/tasks/main.yml",
"content": "---\n# tasks file for confmysql\n- include: define-variables.yml\n\n- name: Create database\n mysql_db:\n login_unix_socket: \"{{ url_login_unix_socket }}\"\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ project_nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/confnginx | 7,322 | [
"no_license"
] | [
{
"path": "roles/confnginx/vars/RedHat.yml",
"content": "nginx_service: nginx\nnginx_user: nginx\nurl_php_fpm: /var/run/php-fpm/www.sock\nsites_available: \"/etc/nginx/default.d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/confnginx/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2729,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/confpostgres | 7,322 | [
"no_license"
] | [
{
"path": "roles/confpostgres/tasks/main.yml",
"content": "---\n# tasks file for confpostgresql\n- name: Assign privileges\n become: true\n become_user: postgres\n postgresql_user:\n name: \"{{ project_user }}\"\n password: \"{{ <PASSWORD> }}\"\n db: postgres\n state: present\n port: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/letsencrypt | 7,322 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/defaults/main.yml",
"content": "acme_challenge_type: http-01\nacme_directory: https://acme-v02.api.letsencrypt.org/directory\nacme_version: 2\nacme_email: <EMAIL>\nletsencrypt_dir: /etc/letsencrypt/live\naccount_key_src: /etc/letsencrypt/account.key\nupdate_cache: \"no\"",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/nginx | 7,322 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/setup-Debian.yml",
"content": "---\n- name: Install nginx\n apt:\n name: \"nginx\"\n state: present\n notify: [\"restart nginx\"]\n\n- name: Add ondrej/php PPA\n apt_repository:\n repo: 'ppa:ondrej/php'\n state: 'present'\n update_cache: \"{{ update_cache }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | hmicael/ansible | 20ad8b97da3113d3ea2f6ebbf3475320ba46fc5f | 0 | roles/nginx_reverse_proxy | 7,322 | [
"no_license"
] | [
{
"path": "roles/nginx_reverse_proxy/vars/RedHat.yml",
"content": "sites_enabled: \"/etc/nginx/default.d\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/nginx_reverse_proxy/tasks/main.yml",
"content": "---\n- include: define-variables.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2388,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/common | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\r\n# file: roles/common/tasks/main.yml\r\n\r\n- name: Generate /etc/hosts file\r\n copy:\r\n src: ../files/hosts\r\n dest: /etc/hosts\r\n owner: root\r\n group: root\r\n mode: 0644\r\n backup: yes\r\n\r\n- name: set timezone... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/docker-ce | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-ce/tasks/main.yml",
"content": "---\r\n# file: roles\\docker\\tasks\\main.yml\r\n\r\n- name: install required packages for docker-ce\r\n yum:\r\n name: \"{{ item }}\"\r\n state: installed\r\n with_items:\r\n - yum-utils\r\n - device-mapper-persistent-data\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/glusterfs_client | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/glusterfs_client/tasks/main.yml",
"content": "---\r\n# file: roles/glusterfs_clinet/tasks/main.yml\r\n# ref: https://ngyuki.hatenablog.com/entry/2015/08/26/013622\r\n\r\n- name: be sure glusterfs_clinet is installed\r\n become: yes\r\n yum:\r\n name: glusterfs-fuse\r\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/glusterfs_client_post | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/glusterfs_client_post/tasks/main.yml",
"content": "---\r\n# file: roles/glusterfs_client_post/tasks/main.yml\r\n# ref: https://ngyuki.hatenablog.com/entry/2015/08/26/013622\r\n\r\n- name: mount glusterfs data directory for gluster client\r\n mount:\r\n path: /glfs/data\r\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/glusterfs_server | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/glusterfs_server/tasks/main.yml",
"content": "---\r\n# file: roles/glusterfs_server/tasks/main.yml\r\n# ref: https://ngyuki.hatenablog.com/entry/2015/08/26/013622\r\n\r\n- name: install centos-release-gluster packages\r\n yum: \r\n name: centos-release-gluster\r\n state: inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/glusterfs_server_post | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/glusterfs_server_post/tasks/main.yml",
"content": "---\r\n# file: roles/glusterfs_server_post/tasks/main.yml\r\n# ref: https://ngyuki.hatenablog.com/entry/2015/08/26/013622\r\n\r\n- name: create gluster cluster\r\n shell: \"gluster peer probe {{ item }}\"\r\n with_items:\r\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/k8s_cgroup_driver | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_cgroup_driver/tasks/main.yml",
"content": "---\r\n# file: roles\\k8s_cgroup_driver\\tasks\\main.yml\r\n# https://kubernetes.io/docs/setup/independent/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-master-node\r\n\r\n- name: restart kubelet service (systemctl daemon-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/k8s_kubeadm_init | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_kubeadm_init/tasks/main.yml",
"content": "---\n# file: roles\\k8s_kubeadm_init\\tasks\\main.yml\n# ref: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#pod-network\n\n- name: init kubeadm\n shell: \"kubeadm init --kubernetes-version 1.12.0 --apiserver-adver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/k8s_kubectl | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_kubectl/tasks/main.yml",
"content": "---\r\n# file: roles\\k8s_kubectl\\tasks\\main.yml\r\n\r\n- name: Add kubernetes repository\r\n yum_repository:\r\n name: kubernetes\r\n description: Kubernetes\r\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/k8s_kubelet_kubeadm | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_kubelet_kubeadm/tasks/main.yml",
"content": "---\n# file: roles\\k8s_kubelet_kubeadm\\tasks\\main.yml\n\n- name: Add kubernetes repository(/etc/yum.repos.d/kubernetes.repo)\n yum_repository:\n name: kubernetes\n description: Kubernetes\n baseurl: https://packages.cloud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1342,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/kong | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/kong/tasks/main.yml",
"content": "---\r\n# file: roles\\kong\\tasks\\main.yml\r\n# ref: https://docs.konghq.com/install/centos/#packages\r\n\r\n- name: install epel-release\r\n yum:\r\n name: epel-release\r\n state: installed\r\n\r\n- name: install kong\r\n yum:\r\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | keita69/qiita-k8s-ha | d3d78938a0e3240499531c45cc1cd78f9c95f30c | 0 | ansible/roles/swap_off | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/swap_off/tasks/main.yml",
"content": "---\r\n# file: roles\\swap_off\\tasks\\main.yml\r\n\r\n- name: disable swap\r\n shell: |\r\n swapoff -a\r\n sed -e \"/^UUID=[a-z0-9-]* swap/s/^/# /\" -i.bak /etc/fstab\r\n cat /etc/fstab\r\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | shivampateriya1/Ansible | 48b94874aec6f31c03c629bd2375d19f368bc56e | 0 | roles/web | 7,322 | [
"no_license"
] | [
{
"path": "roles/web/tasks/websitepages.yml",
"content": "---\n- name: copy html pages\n copy:\n src: files/shivam\n dest: /var/www/\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/web/tasks/main.yml",
"content": "... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | bbaassssiiee/provisioning | 8f20ce8f7a5fa68f38e8524d77267eb10cdb0977 | 3 | ansible/roles/apache | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/defaults/main.yml",
"content": "---\n\napache_packages:\n - httpd\n - httpd-filesystem\n - mod_ssl\n\ndesired_state: present\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "ansible/roles/apache/tasks/main.y... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6651,
"all_permissive": false
} |
ansible_role | bbaassssiiee/provisioning | 8f20ce8f7a5fa68f38e8524d77267eb10cdb0977 | 3 | ansible/roles/dhcp_setup | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/dhcp_setup/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: dhcp_setup\n namespace: bbaassssiiee\n author: <NAME>\n description: DHCP for Kickstart\n\n license: MIT\n\n min_ansible_version: \"2.10.0\"\n\n platforms:\n - name: EL\n versions:\n - \"8\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5809,
"all_permissive": false
} |
ansible_role | bbaassssiiee/provisioning | 8f20ce8f7a5fa68f38e8524d77267eb10cdb0977 | 3 | ansible/roles/dual_homed | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/dual_homed/tasks/main.yml",
"content": "---\n\n- name: Set kickstart_ifname to the second network adapter\n ansible.builtin.set_fact:\n kickstart_ifname: \"{{ ansible_interfaces | difference(['lo', ansible_default_ipv4.alias]) | sort | first }}\"\n\n- name: Add an Ethernet conne... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | bbaassssiiee/provisioning | 8f20ce8f7a5fa68f38e8524d77267eb10cdb0977 | 3 | ansible/roles/kickstart | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/kickstart/templates/alma8.repo.j2",
"content": "[baseos]\nname=AlmaLinux $releasever - BaseOS\nbaseurl=http://{{ kickstart_server }}/{{ installation_source_dir }}/BaseOS\nmediaid=None\nmetadata_expire=-1\ngpgcheck=0\ncost=500\nenabled=True\nsslverify=0\nproxy=_none_\n\n[appstream]\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 13036,
"all_permissive": false
} |
ansible_role | bbaassssiiee/provisioning | 8f20ce8f7a5fa68f38e8524d77267eb10cdb0977 | 3 | ansible/roles/package_management | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/package_management/templates/almalinux-resilientstorage.repo.j2",
"content": "# almalinux-resilientstorage.repo\n\n[resilientstorage]\nname=AlmaLinux $releasever - ResilientStorage\nbaseurl={{ repo_url }}/$releasever/ResilientStorage/$basearch/os/\nenabled=0\ngpgcheck=1\ncountme=1\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3421,
"all_permissive": false
} |
ansible_role | bbaassssiiee/provisioning | 8f20ce8f7a5fa68f38e8524d77267eb10cdb0977 | 3 | ansible/roles/proxy | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/handlers/main.yml",
"content": "---\n\n- name: Restart proxy\n ansible.builtin.systemd:\n name: squid\n state: restarted\n tags:\n - start\n - restart\n\n- name: Stop proxy\n ansible.builtin.systemd:\n name: squid\n state: stopped\n tags:\n - stop\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6112,
"all_permissive": false
} |
ansible_role | bbaassssiiee/provisioning | 8f20ce8f7a5fa68f38e8524d77267eb10cdb0977 | 3 | ansible/roles/tftp_setup | 7,322 | [
"no_license"
] | [
{
"path": "ansible/roles/tftp_setup/tasks/absent.yml",
"content": "---\n\n- name: Uninstall the tftp and tftp-server packages via yum\n ansible.builtin.package:\n name:\n - tftp\n - tftp-server\n state: absent\n become: true\n\n- name: Remove user {{ tftp_user }}\n ansible.builtin.user:\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7619,
"all_permissive": false
} |
ansible_role | validatedpatterns/regional-resiliency-pattern | 5085ff7ff663b0376a285cfab154f30584e7c261 | 3 | common/ansible/roles/iib_ci | 7,322 | [
"no_license"
] | [
{
"path": "common/ansible/roles/iib_ci/templates/imageDigestMirror.yaml.j2",
"content": "apiVersion: config.openshift.io/v1\nkind: ImageDigestMirrorSet\nmetadata:\n labels:\n operators.openshift.org/catalog: \"true\"\n name: iib-{{ item.value['iib'] }}\nspec:\n imageDigestMirrors:\n{% for data in imag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9737,
"all_permissive": false
} |
ansible_role | abasanteB/Ansible_tomcat | e6f19340b4f0d3e3a6f7382ca262754b438cda66 | 0 | roles/java | 7,322 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n - name: \"Installing Java\"\n become: true\n yum:\n name: \"{{ java_package }}\"\n state: present\n\n\n\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | ttruong82/k8s_multiMaster | 7f534d04a483af357e9c8c32d639dab772723851 | 0 | roles/common | 7,322 | [
"no_license"
] | [
{
"path": "roles/common/templates/http-proxy.conf.j2",
"content": "[Service]\nEnvironment=\"HTTPS_PROXY=http://192.168.0.2:8888\" \"NO_PROXY=localhost,127.0.0.1\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/common/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | ttruong82/k8s_multiMaster | 7f534d04a483af357e9c8c32d639dab772723851 | 0 | roles/etcd | 7,322 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/main.yml",
"content": "# Tasks for all etcd servers\n#\n- name: Install etcd\n apt:\n name: etcd\n state: present\n update_cache: true\n\n- name: create remote SSL dir\n file:\n path: /etc/etcd/ssl\n state: directory\n mode: 0755\n\n- name: copy ca cert file\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2547,
"all_permissive": false
} |
ansible_role | bcrisp4/ansible-collection-postfix | 6a5f3a56044333967394f2508a14c606ef988b52 | 0 | roles/aliases | 7,322 | [
"no_license"
] | [
{
"path": "roles/aliases/defaults/main.yml",
"content": "---\npostfix_aliases_file_path: /etc/aliases\npostfix_aliases_file_owner: root\npostfix_aliases_file_group: root\npostfix_aliases_file_mode: ugo=r\npostfix_aliases:\n postmaster: root\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2833,
"all_permissive": false
} |
ansible_role | bcrisp4/ansible-collection-postfix | 6a5f3a56044333967394f2508a14c606ef988b52 | 0 | roles/config_file | 7,322 | [
"no_license"
] | [
{
"path": "roles/config_file/README.md",
"content": "# bcrisp4.postfix.config_file \n\nManage Postfix configuration files\n\nThis role mostly exists to enable reuse of the Pos... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4179,
"all_permissive": false
} |
ansible_role | bcrisp4/ansible-collection-postfix | 6a5f3a56044333967394f2508a14c606ef988b52 | 0 | roles/install | 7,322 | [
"no_license"
] | [
{
"path": "roles/install/README.md",
"content": "# bcrisp4.postfix.install \n\nInstall Postfix\n\n## Role Variables\n\n| Variable | Default | Description ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1897,
"all_permissive": false
} |
ansible_role | bcrisp4/ansible-collection-postfix | 6a5f3a56044333967394f2508a14c606ef988b52 | 0 | roles/master_file | 7,322 | [
"no_license"
] | [
{
"path": "roles/master_file/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - master_file\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/master_file/README.md",
"content": "# bcrisp4.postfix.ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5339,
"all_permissive": false
} |
ansible_role | bcrisp4/ansible-collection-postfix | 6a5f3a56044333967394f2508a14c606ef988b52 | 0 | roles/relay | 7,322 | [
"no_license"
] | [
{
"path": "roles/relay/README.md",
"content": "# bcrisp4.postfix.relay\n\nConfigure Postfix as an SMTP relay server.\n\nDefault configuration provides a local-only relay (i.e. only the local server itself has relay access)\n\n## Role Variables\n\n| Variable | Default | Description |\n|-|-|-|\n| postfix_rela... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9918,
"all_permissive": false
} |
ansible_role | bcrisp4/ansible-collection-postfix | 6a5f3a56044333967394f2508a14c606ef988b52 | 0 | roles/service | 7,322 | [
"no_license"
] | [
{
"path": "roles/service/vars/main.yml",
"content": "---\n# vars file for service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/service/handlers/main.yml",
"content": "---\n# handlers file for service\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1526,
"all_permissive": false
} |
ansible_role | rbreekveldt/game-of-life | bfaddb30f5f92b0be8e942e511fd49a26962a592 | 0 | gameoflife-ansible/roles/Game_of_life-Deploy | 7,322 | [
"no_license"
] | [
{
"path": "gameoflife-ansible/roles/Game_of_life-Deploy/tasks/main.yml",
"content": " - name: download WAR file from Nexus repo\n maven_artifact:\n group_id: com.wakaleo.gameoflife\n artifact_id: gameoflife-web\n extension: war\n repository_url: 'http://172.31.33.194:8080/nexus/conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | rbreekveldt/game-of-life | bfaddb30f5f92b0be8e942e511fd49a26962a592 | 0 | gameoflife-ansible/roles/Game_of_life-JMeter | 7,322 | [
"no_license"
] | [
{
"path": "gameoflife-ansible/roles/Game_of_life-JMeter/tasks/main.yml",
"content": " - name: download WAR file from Nexus repo\n maven_artifact:\n group_id: com.wakaleo.gameoflife\n artifact_id: gameoflife-web\n extension: war\n repository_url: 'http://172.31.33.194:8080/nexus/conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | rbreekveldt/game-of-life | bfaddb30f5f92b0be8e942e511fd49a26962a592 | 0 | gameoflife-ansible/roles/docker | 7,322 | [
"no_license"
] | [
{
"path": "gameoflife-ansible/roles/docker/tasks/main.yml",
"content": "- name: Install python setuptools and docker\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - python-setuptools\n - docker\n\n- name: Start docker\n service:\n name: docker\n state: started\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | rbreekveldt/game-of-life | bfaddb30f5f92b0be8e942e511fd49a26962a592 | 0 | gameoflife-ansible/roles/provision-ec2 | 7,322 | [
"no_license"
] | [
{
"path": "gameoflife-ansible/roles/provision-ec2/tasks/main.yml",
"content": "---\n - name: Provision EC2 Box\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | Kholoud-ouda/Ansible | 4c22929dc601543997b7442487548a2078a4f0ee | 0 | roles/ntp | 7,326 | [
"no_license"
] | [
{
"path": "roles/ntp/vars/main.yml",
"content": "hostname: 'localhost'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Install NTP\n apt:\n name: ntp\n\n- name: restart ntp\n service:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | Kholoud-ouda/Ansible | 4c22929dc601543997b7442487548a2078a4f0ee | 0 | roles/ping | 7,326 | [
"no_license"
] | [
{
"path": "roles/ping/tasks/main.yml",
"content": "---\n- name: Ping hosts \n ping:\n\n- name: Gathering facts\n setup:\n register: test\n \n- name: Check the command output\n debug:\n var: test\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | Kholoud-ouda/Ansible | 4c22929dc601543997b7442487548a2078a4f0ee | 0 | roles/splunk | 7,326 | [
"no_license"
] | [
{
"path": "roles/splunk/tasks/main.yml",
"content": "--- \n- name: Check if Splunk installed or not \n stat: \n path: /opt/splunkforwarder/bin/splunk\n register: splunkforwarder\n\n- name: Stop Splunk service if exists\n command: /opt/splunkforwarder/bin/splunk stop\n when: splunkforwarder.stat.exist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2602,
"all_permissive": false
} |
ansible_role | Kholoud-ouda/Ansible | 4c22929dc601543997b7442487548a2078a4f0ee | 0 | roles/stfp | 7,326 | [
"no_license"
] | [
{
"path": "roles/stfp/tasks/main.yml",
"content": "---\n- name: add sftp_user\n user: \n name: \"{{ SFTP_USER }}\"\n expires: -1\n ## Hashed password using `openssl passwd -6 <PASSWORD>`\n password: \"{{ SFTP_<PASSWORD> }}\"\n shell: /bin/bash\n\n- name: Create SFTP directroy owned by root\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2258,
"all_permissive": false
} |
ansible_role | egormin/TC_Agent_ansible | c4d83cc6663f0a99ce16c4f5173d75bd6d6be326 | 0 | roles/install_agent | 7,326 | [
"no_license"
] | [
{
"path": "roles/install_agent/templates/test.j2",
"content": "serverUrl=xx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13
},
{
"path": "roles/install_agent/tasks/main.yml",
"content": "- name: ===================== Install Java =====================\n y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5856,
"all_permissive": false
} |
ansible_role | roliveira09121964/ansible | 9ec502e1fefde3f537833e66b91c86fd2c439dcf | 0 | roles/conf | 7,326 | [
"no_license"
] | [
{
"path": "roles/conf/tasks/user.yaml",
"content": "- name: adicionando o usuario devops\n user:\n name: \"{{item.name}}\"\n state: present\n shell: '/bin/bash'\n home: \"{{item.home}}\"\n password: <PASSWORD>'\n with_items: \n - { name: devops, home: /srv/devops }\n - { name: develope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | roliveira09121964/ansible | 9ec502e1fefde3f537833e66b91c86fd2c439dcf | 0 | roles/puppet | 7,326 | [
"no_license"
] | [
{
"path": "roles/puppet/tasks/repo.yaml",
"content": "- name: instalando o repositorio do centos7\n yum:\n name: https://yum.puppet.com/puppet5/puppet5-release-el-7.noarch.rpm\n state: present\n update_cache: yes\n when: ansible_os_family == \"RedHat\"\n \n- name: instalando o repositorio do ubuntu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | roliveira09121964/ansible | 9ec502e1fefde3f537833e66b91c86fd2c439dcf | 0 | roles/web | 7,326 | [
"no_license"
] | [
{
"path": "roles/web/tasks/installredhat.yaml",
"content": "- name: instalando lamp no RH / CentOs\n package:\n name: \n - httpd\n - php\n - mariadb-server\n state: present\n update_cache: yes\n notify:\n - configurando firewalld\n \n \n",
"license_type": "no_license",
"det... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | reitermarkus/ansible-collections | 52b6983954127d17589b81842f80961b3a7133b4 | 0 | lxc/roles/install | 7,326 | [
"no_license"
] | [
{
"path": "lxc/roles/install/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt:\n pkg:\n - lxc\n - python3-lxc\n update_cache: yes\n- name: Configure lxc-net bridge\n lineinfile:\n regex: USE_LXC_BRIDGE=\n line: USE_LXC_BRIDGE=\"{{ 'false' if bridge_ports else 'tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | reitermarkus/ansible-collections | 52b6983954127d17589b81842f80961b3a7133b4 | 0 | raspberry_pi/roles/peripherals | 7,326 | [
"no_license"
] | [
{
"path": "raspberry_pi/roles/peripherals/tasks/main.yml",
"content": "- name: Set up SPI\n when: spi == True or spi == False\n lineinfile:\n regexp: dtparam=spi=\n line: dtparam=spi={{ \"on\" if spi else \"off\" }}\n dest: /boot/config.txt\n- name: Change SPI parameter\n command: dtparam spi={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1624,
"all_permissive": false
} |
ansible_role | reitermarkus/ansible-collections | 52b6983954127d17589b81842f80961b3a7133b4 | 0 | raspberry_pi/roles/setup | 7,326 | [
"no_license"
] | [
{
"path": "raspberry_pi/roles/setup/requirements.yml",
"content": "roles:\n - name: hifis.unattended_upgrades\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "raspberry_pi/roles/setup/tasks/main.yml",
"content": "- name: Install requirements\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | reitermarkus/ansible-collections | 52b6983954127d17589b81842f80961b3a7133b4 | 0 | raspberry_pi/roles/watchdog | 7,326 | [
"no_license"
] | [
{
"path": "raspberry_pi/roles/watchdog/requirements.yml",
"content": "roles:\n - name: whiskerlabs.watchdog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "raspberry_pi/roles/watchdog/tasks/main.yml",
"content": "- name: Install requirements... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | reitermarkus/ansible-collections | 52b6983954127d17589b81842f80961b3a7133b4 | 0 | shairport/roles/install | 7,326 | [
"no_license"
] | [
{
"path": "shairport/roles/install/tasks/main.yml",
"content": "---\n- name: Install dependencies\n package:\n name:\n - alsa-utils\n - autoconf\n - automake\n - '{{ \"avahi\" if ansible_os_family == \"Archlinux\" else \"avahi-daemon\" }}'\n - '{{ \"base-devel\" if ansible_os_family == \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6932,
"all_permissive": false
} |
ansible_role | kevinjelnl/setup-pop_os | 272e60779e9dfd68c71241f0a7585695e32f2eeb | 26 | ansible/roles/install_dotfiles | 7,326 | [
"no_license"
] | [
{
"path": "ansible/roles/install_dotfiles/tasks/main.yml",
"content": "---\n- block:\n - name: include vars\n include_vars: ../vars/main.yml\n\n - name: Test if the dotfiles are present\n stat:\n path: \"{{ dotfile_root_dir + '/README.md' }}\"\n register: dotfiles_present\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | kevinjelnl/setup-pop_os | 272e60779e9dfd68c71241f0a7585695e32f2eeb | 26 | ansible/roles/install_zsh | 7,326 | [
"no_license"
] | [
{
"path": "ansible/roles/install_zsh/tasks/main.yml",
"content": "---\n- block:\n - name: include vars\n include_vars: ../vars/main.yml\n\n - name: Test if oh-my-zsh is present.\n stat:\n path: \"{{ home_dir +'/.oh-my-zsh' }}\"\n register: ohmyzsh\n\n - name: Install \"oh-my-z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | kevinjelnl/setup-pop_os | 272e60779e9dfd68c71241f0a7585695e32f2eeb | 26 | ansible/roles/manage_fonts | 7,326 | [
"no_license"
] | [
{
"path": "ansible/roles/manage_fonts/tasks/main.yml",
"content": "---\n- name: include vars\n include_vars: ../vars/main.yml\n\n- block:\n - name: Get the latest version of the nerd-fonts\n uri:\n url: https://api.github.com/repos/ryanoasis/nerd-fonts/releases/latest\n return_content... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | kevinjelnl/setup-pop_os | 272e60779e9dfd68c71241f0a7585695e32f2eeb | 26 | ansible/roles/manage_gnome_extensions | 7,326 | [
"no_license"
] | [
{
"path": "ansible/roles/manage_gnome_extensions/vars/main.yml",
"content": "---\n# https://extensions.gnome.org/\ngnome_extension_uuids:\n - just-perfection-desktop@just-perfection #3843\n - <EMAIL> #1160\n - <EMAIL> #2087\n - <EMAIL> #3924\n\nremove_gnome_extension_uuids:\n - <EMAIL> #7065\n - <EMAI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | kevinjelnl/setup-pop_os | 272e60779e9dfd68c71241f0a7585695e32f2eeb | 26 | ansible/roles/manage_gui_apps | 7,326 | [
"no_license"
] | [
{
"path": "ansible/roles/manage_gui_apps/vars/main.yml",
"content": "linux:\n install:\n snap_classic:\n - go\n - node\n - alacritty\n snap:\n - docker\n flatpak:\n - org.videolan.VLC\n - com.visualstudio.code\n - com.getmailspring.Mailspring\n - com.hunterw... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2244,
"all_permissive": false
} |
ansible_role | kevinjelnl/setup-pop_os | 272e60779e9dfd68c71241f0a7585695e32f2eeb | 26 | ansible/roles/manage_packages | 7,326 | [
"no_license"
] | [
{
"path": "ansible/roles/manage_packages/vars/main.yml",
"content": "apt:\n install:\n - appmenu-gtk-module-common\n - appmenu-gtk2-module\n - appmenu-gtk3-module\n - autojump\n - bat\n - btop\n - cargo\n - dconf-editor\n - flatpak\n - fzf\n - gnome-tweaks\n - htop\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1423,
"all_permissive": false
} |
ansible_role | mkudenko/vagrant-ansible-drupal7 | cfe2ee0e1ce0028a2d1a926affe144aa90afb77a | 0 | playbooks/roles/base | 7,326 | [
"no_license"
] | [
{
"path": "playbooks/roles/base/tasks/gitconfig.yml",
"content": "---\n- name: Git Config | Install git completion\n raw: curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash\n tags: git\n\n- name: Git Config | add .gitconfig file\n templa... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2049,
"all_permissive": false
} |
ansible_role | mkudenko/vagrant-ansible-drupal7 | cfe2ee0e1ce0028a2d1a926affe144aa90afb77a | 0 | playbooks/roles/php | 7,326 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "---\n- include: php.yml\n- include: drush.yml\n- include: pantheon.yml\n- include: xdebug.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "playbooks/roles/php/tasks/drush.yml",
"c... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11020,
"all_permissive": false
} |
ansible_role | stevestrutt/wordpress_ansible_ibmcloud | c0eec0f274dd33de4eaee84ee710325a26f8c258 | 1 | roles/ansible-role-httpd-sps | 7,326 | [
"permissive"
] | [
{
"path": "roles/ansible-role-httpd-sps/tasks/main.yml",
"content": "# roles/httpd/tasks/main.yml\n---\n\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_distribution }}.yml\"\n - \"{{ ansible_os_family }}.yml\"\n tags: httpd\n\n- name: Ensure Apache is installed\n package:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8179,
"all_permissive": true
} |
ansible_role | stevestrutt/wordpress_ansible_ibmcloud | c0eec0f274dd33de4eaee84ee710325a26f8c258 | 1 | roles/ansible-role-mariadb-sps | 7,326 | [
"permissive"
] | [
{
"path": "roles/ansible-role-mariadb-sps/tasks/root-password.yml",
"content": "# roles/mariadb/tasks/root-password.yml\n---\n\n# This command will fail when the root password was set previously\n- name: Check if root password is set\n shell: >\n mysqladmin -u root status\n changed_when: false\n faile... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2951,
"all_permissive": true
} |
ansible_role | stevestrutt/wordpress_ansible_ibmcloud | c0eec0f274dd33de4eaee84ee710325a26f8c258 | 1 | roles/control | 7,326 | [
"permissive"
] | [
{
"path": "roles/control/tasks/main.yml",
"content": "---\n# tasks file for control\n# Install httpdlib2 for start_status.yml\n- name: install tools\n pip: name={{item}} state=present \n with_items: \n - httplib2\n\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": true
} |
ansible_role | stevestrutt/wordpress_ansible_ibmcloud | c0eec0f274dd33de4eaee84ee710325a26f8c258 | 1 | roles/nginx | 7,326 | [
"permissive"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n\n- name: epel-release\n yum: name=epel-release state=present update_cache=yes\n tags: [ 'packages' ] \n\n- name: install nginx\n yum: name=nginx state=present update_cache=yes\n tags: [ 'packages' ] \n\n- name: remove .con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1855,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/bootstrap-consul | 7,326 | [
"permissive"
] | [
{
"path": "roles/bootstrap-consul/tasks/main.yml",
"content": "- name: Ensure Consul is in a running state\n service:\n name: consul\n state: started\n register: consulServiceDetails\n until: consulServiceDetails.status.ActiveState == \"active\"\n retries: 15\n delay: 20\n\n- name: Read or create... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 585,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/consul | 7,326 | [
"permissive"
] | [
{
"path": "roles/consul/templates/consul.hcl.j2",
"content": "node_name= \"{{ ansible_hostname }}\"\n{% if server %}\nui= true\naddresses {\n http= \"0.0.0.0\"\n dns= \"0.0.0.0\"\n}\n{% endif %}\n\ndata_dir= \"{{ datadirs.consul | default(datadir) }}/consul\"\ndomain= \"{{ domain }}\"\ndatacenter= \"{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3660,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/consul-acl | 7,326 | [
"permissive"
] | [
{
"path": "roles/consul-acl/tasks/write-policies.yml",
"content": "# This should succeed regardless of seal state\n- name: \"Policy {{ acl_name }} exists?\"\n # Attempt to help with long lines > 160 issues\n shell:\n cmd: consul acl policy list -token={{ consul_bootstrap_token }} -format=json | jq -r '... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3085,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/coredns | 7,326 | [
"permissive"
] | [
{
"path": "roles/coredns/templates/Corefile.j2",
"content": "{{ DOMAIN }} {\n hosts /etc/coredns/internal.hosts\n errors\n log . {\n class denial error\n }\n forward . 10.1.1.14 {\n policy sequential\n health_check 5s\n }\n}\n\n1.1.10.in-addr.arpa {\n errors\n lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2139,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/deploy-jobs | 7,326 | [
"permissive"
] | [
{
"path": "roles/deploy-jobs/files/plex.hcl",
"content": "job \"plex\" {\n region = \"global\"\n datacenters = [\"dc1\"]\n\n group \"plex\" {\n count = 1\n network {\n port \"http\" { to = \"32400\" }\n port \"port_1\" { to = \"8324\" }\n port \"port_2\" { to = \"32469\" }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 16238,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/install-hashi | 7,326 | [
"permissive"
] | [
{
"path": "roles/install-hashi/templates/vault.service.j2",
"content": "[Unit]\nDescription=\"HashiCorp Vault - A tool for managing secrets\"\nDocumentation=https://www.vaultproject.io/docs/\nRequires=network-online.target\nAfter=network-online.target\n\n[Service]\nRestart=on-failure\nExecStart=/usr/bin/vau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3522,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/nomad | 7,326 | [
"permissive"
] | [
{
"path": "roles/nomad/tasks/update-config.yml",
"content": "- name: nomad config changed\n template:\n src: \"nomad.hcl.j2\"\n dest: \"{{ configdir }}/nomad.d/nomad.hcl\"\n owner: \"hashi\"\n group: \"hashi\"\n mode: '0644'\n\n- name: restart nomad\n systemd:\n name: nomad\n state: r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4925,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/read-or-get-key | 7,326 | [
"permissive"
] | [
{
"path": "roles/read-or-get-key/tasks/main.yml",
"content": "- name: \"Key {{ key_name }} doesn't exist, generating one\"\n include_tasks: \"./write-key.yml\"\n when: hostvars[ansible_hostname][key_name]|default(None) == None\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 699,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/requirements | 7,326 | [
"permissive"
] | [
{
"path": "roles/requirements/files/fix-delegate.sh",
"content": "#!/bin/sh\necho \"+memory +pids +cpu +io\" >>/sys/fs/cgroup/cgroup.subtree_control\necho \"+memory +pids +cpu +io\" >>/sys/fs/cgroup/user.slice/cgroup.subtree_control",
"license_type": "permissive",
"detected_licenses": [
"Apach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2768,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/server-update | 7,326 | [
"permissive"
] | [
{
"path": "roles/server-update/tasks/main.yml",
"content": "- name: Display all variables/facts known for a host\n ansible.builtin.debug:\n var: hostvars[inventory_hostname]\n verbosity: 4\n\n### APT\n- name: Add Nomad Apt signing key\n ansible.builtin.apt_key:\n url: https://apt.releases.hashico... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2138,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/vault | 7,326 | [
"permissive"
] | [
{
"path": "roles/vault/templates/vault.hcl.j2",
"content": "# Full configuration options can be found at https://www.vaultproject.io/docs/configuration\n\nui = {{ \"true\" if server else \"false\" }}\napi_addr = \"http://ix:{{ vault.ports.http }}\"\n#mlock = true\n#disable_mlock = true\n\n#storage \"file\" ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2377,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/vault-acl | 7,326 | [
"permissive"
] | [
{
"path": "roles/vault-acl/tasks/main.yml",
"content": "---\n- name: Ensure vault is in a running state\n service:\n name: vault\n state: started\n register: vaultServiceDetails\n until: vaultServiceDetails.status.ActiveState == \"active\"\n retries: 15\n delay: 20\n\n- name: \"Create Policy noma... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2801,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/vault-init | 7,326 | [
"permissive"
] | [
{
"path": "roles/vault-init/tasks/main.yml",
"content": "- name: Ensure Vault is in a running state\n service:\n name: vault\n state: started\n register: vaultServiceDetails\n until: vaultServiceDetails.status.ActiveState == \"active\"\n retries: 15\n delay: 20\n\n- name: Initialize Vault\n comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1636,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/vault-tune | 7,326 | [
"permissive"
] | [
{
"path": "roles/vault-tune/tasks/main.yml",
"content": "- name: Ensure Vault is in a running state\n service:\n name: vault\n state: started\n register: vaultServiceDetails\n until: vaultServiceDetails.status.ActiveState == \"active\"\n retries: 15\n delay: 20\n\n- shell: vault secrets list -for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2949,
"all_permissive": true
} |
ansible_role | abaschen/nomad-consul-vault | 48c93aa31bf1bd86f85444d09b2fdaf2da8667b2 | 6 | roles/vault-unseal | 7,326 | [
"permissive"
] | [
{
"path": "roles/vault-unseal/tasks/main.yml",
"content": "- name: Ensure Vault is in a running state\n service:\n name: vault\n state: started\n register: vaultServiceDetails\n until: vaultServiceDetails.status.ActiveState == \"active\"\n retries: 15\n delay: 20\n\n- name: Get vault status\n sh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2116,
"all_permissive": true
} |
ansible_role | JoeStratton/Test-Solution | 062a7174beb780fa2c18c337aeef8d885818fa7a | 0 | roles/config-tower | 7,328 | [
"no_license"
] | [
{
"path": "roles/config-tower/tasks/workflow_template.yml",
"content": "- name: Create CI CD Workflow\n command: |\n tower-cli workflow create -n {{workflow_template_name}} --organization {{org_name}} -h \"https://tower1.{{tower_GUID}}.example.opentlc.com\" -u \"{{user_name}}\" -p \"{{password}}\"\n\n- ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 10319,
"all_permissive": false
} |
ansible_role | khangtictoc/Ansible-Playbook_Devops-Services | 1f59f87ea0a0ee577115b6ca15094ea7dd9020a5 | 2 | collections/ansible_collections/foo/bar/roles/my_role | 7,328 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/foo/bar/roles/my_role/tasks/main.yml",
"content": "---\n- name: Task is running from within the role\n ansible.builtin.debug:\n msg: \"This is a task from my_role.\"",
"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 | khangtictoc/Ansible-Playbook_Devops-Services | 1f59f87ea0a0ee577115b6ca15094ea7dd9020a5 | 2 | collections/ansible_collections/lab/unittest/roles/nginx | 7,328 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/lab/unittest/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install nginx\n package:\n name: nginx\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/annepro2 | 7,328 | [
"no_license"
] | [
{
"path": "roles/annepro2/tasks/main.yml",
"content": "---\n# DConf Settings\n# You can use `dconf watch /` to know what key has been changed\n- name: Enable Default Caps Lock behaviour\n dconf:\n key: /org/gnome/desktop/input-sources/xkb-options\n value: \"['']\"\n# Change 'Switch windows of an appl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/debian-core-packages | 7,328 | [
"no_license"
] | [
{
"path": "roles/debian-core-packages/tasks/main.yml",
"content": "---\n- name: Install Ansible DConf Module Dependency\n become: yes\n package:\n name: python3-psutil\n state: present\n\n- name: Install SeaHorse to encrypt and decrypt files easily\n become: yes\n package:\n name: \"{{ packages... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/fedora-core-packages | 7,328 | [
"no_license"
] | [
{
"path": "roles/fedora-core-packages/tasks/main.yml",
"content": "---\n- name: Install Ansible DConf Module Dependency\n become: yes\n package:\n name: python3-psutil\n state: present\n\n- name: Install RPM Fusion Repository\n become: yes\n command: /usr/bin/dnf install -y \"https://mirrors.rpmfu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/flatpak | 7,328 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/main.yml",
"content": "---\n# Flatpak And GUI Softwares\n# flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n# flatpak update\n- name: Add the flathub flatpak repository remote to the user installation\n become: yes\n flatpak_remote:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/gnome | 7,328 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/tilix.yml",
"content": "# Tilix configs\n- name: Tilix - Remove header from terminals\n dconf:\n key: /com/gexperts/Tilix/terminal-title-style\n value: \"'none'\"\n\n- name: Tilix - Remove VTE issue Warning\n dconf:\n key: /com/gexperts/Tilix/warn-vte-config-issue\n ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4448,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/hardening | 7,328 | [
"no_license"
] | [
{
"path": "roles/hardening/tasks/main.yml",
"content": "---\n# Setup MAC Randomization \n- name: Configure MAC randomization\n become: yes\n copy:\n src: ./files/10-mac-randomization.conf\n dest: /etc/NetworkManager/conf.d/11-mac-randomization.conf\n backup: yes\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/lxd | 7,328 | [
"no_license"
] | [
{
"path": "roles/lxd/tasks/main.yml",
"content": "# https://blog.simos.info/how-to-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/\n# https://gist.github.com/Roadmaster/0de007826485d0e5a9c856171a9a1e9c\n# ansible-playbook -K containers.yml\n\n- hosts: localhost\n vars:\n - fe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2591,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/ohmyzsh | 7,328 | [
"no_license"
] | [
{
"path": "roles/ohmyzsh/tasks/main.yml",
"content": "---\n# Install ZSH\n# dnf install -y zsh\n# sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n# sudo usermod -s /usr/bin/zsh yourlogin\n# add to path (zshrc)\n# $HOME/.local/bin\n\n- name: Install ZSH\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1625,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/private | 7,328 | [
"no_license"
] | [
{
"path": "roles/private/tasks/main.yml",
"content": "---\n- include_tasks: personal-repos.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/private/tasks/personal-repos.yml",
"content": "- name: Clone Personal Repository\n\n git:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/projects | 7,328 | [
"no_license"
] | [
{
"path": "roles/projects/tasks/main.yml",
"content": "- name: Create Projects directory\n file:\n path: ~/Projects\n state: directory\n\n- name: Clone Public Personal Repositories\n git:\n dest: \"~/Projects/lucasqlm/{{ item }}\"\n repo: \"https://github.com/lucasqlm/{{ item }}.git\"\n loop:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/ubuntu-firefox-ppa | 7,328 | [
"no_license"
] | [
{
"path": "roles/ubuntu-firefox-ppa/tasks/main.yml",
"content": "---\n- name: Remove Firefox snap package\n become: yes\n community.general.snap:\n name: firefox\n state: absent\n\n- name: Add Firefox stable repository from PPA and install its signing key on Ubuntu target\n become: yes\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | lucasqlm/linux-post-install | 821e0cccea68bb2f68580c87c31313b50b9a2ecc | 1 | roles/ubuntu-theme | 7,328 | [
"no_license"
] | [
{
"path": "roles/ubuntu-theme/tasks/main.yml",
"content": "- name: Enable Dark Theme\n dconf:\n key: /org/gnome/desktop/interface/color-scheme\n value: \"'prefer-dark'\"\n\n- name: Enable Dark Theme with blue\n dconf:\n key: /org/gnome/desktop/interface/gtk-theme\n value: \"'Yaru-blue-dark'\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | jrtashjian/homelab-ansible | c62ba6239fea4bef2f3d79c6726d53075aceaf27 | 7 | roles/authelia | 7,328 | [
"no_license"
] | [
{
"path": "roles/authelia/tasks/main.yml",
"content": "- name: Install required dependencies.\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n\n- name: Add GPG key for Authelia repository\n ansible.builtin.apt_key:\n url:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | jrtashjian/homelab-ansible | c62ba6239fea4bef2f3d79c6726d53075aceaf27 | 7 | roles/certbot | 7,328 | [
"no_license"
] | [
{
"path": "roles/certbot/defaults/main.yml",
"content": "certbot_email: \"\"\ncertbot_domain: \"\"\n\ncertbot_dns_linode_key: \"\"\ncertbot_dns_linode_version: \"4\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/certbot/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1008,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.