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
ganmacs/osx-bootstrap
962d44507135d9d4fe7a677cc42ef9bb75966b05
0
roles/osx-defaults
144
[ "no_license" ]
[ { "path": "roles/osx-defaults/vars/main.yml", "content": "osx_defaults:\n - domain: com.apple.dock\n key: autohide\n type: bool\n value: true\n notify: \"Restart Dock\"\n\n - domain: com.apple.dock\n key: magnification\n type: bool\n value: true\n notify: \"Restart Dock\"\n\n - do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2999, "all_permissive": false }
ansible_role
raidalerts/pyalerts-backend
a26e2d3e855a8a6b8d31f97452b50f0aaa62da94
0
ansible/roles/pyalerts-app
144
[ "no_license" ]
[ { "path": "ansible/roles/pyalerts-app/tasks/main.yml", "content": "- name: Create a projects dir\n file:\n path: /root/projects\n state: directory\n mode: '0755'\n- name: Clone the project from GitHub\n git:\n repo: 'https://github.com/raidalerts/pyalerts-backend.git'\n dest: /root/projects...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1456, "all_permissive": false }
ansible_role
vadikgo/ansible-test
a2b04014527b72e498de5260588a720351e0c9ec
0
roles/jboss
144
[ "no_license" ]
[ { "path": "roles/jboss/vars/main.yml", "content": "jboss_version: 6.4\ninstall_path: /opt\nsymlink: jboss\njboss_home: /opt/jboss\nconfig_dir: /etc/jboss-as\npackage_url: files/jboss-eap-6.4-CVE-2015-7501.zip\nchecksum: 627773f1798623eb599bbf7d39567f60941a706dc971c17f5232ffad028bc6f4\nlog_dir: /var/log/jbos...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2340, "all_permissive": false }
ansible_role
vadikgo/ansible-test
a2b04014527b72e498de5260588a720351e0c9ec
0
roles/liquibase
144
[ "no_license" ]
[ { "path": "roles/liquibase/tasks/main.yml", "content": "---\n- name: Create Liquibase directory\n file: name=/opt/liquibase state=directory mode=0755 owner=root group=root\n\n- name: Install Liquibase\n unarchive:\n src: \"{{liquibase_src}}\"\n dest: /opt/liquibase\n copy: no\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 490, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/add-masters
148
[ "no_license" ]
[ { "path": "roles/add-masters/tasks/main.yml", "content": "---\n - name: \"Kubeadmn join Master\"\n shell: >\n kubeadm join {{ add_worker_token }} --control-plane --certificate-key {{ add_master_token }} --v=5 2>&1 | tee /tmp/kubeadm_init.log", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/add-worker
148
[ "no_license" ]
[ { "path": "roles/add-worker/tasks/main.yml", "content": "---\n - name: \"Kubeadmn join Worker\"\n shell: >\n kubeadm join {{add_worker_token}} --v=5 2>&1 | tee /tmp/kubeadm_init.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/encrypt-secrets
148
[ "no_license" ]
[ { "path": "roles/encrypt-secrets/tasks/main.yml", "content": "---\n# Read more at:\n# https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/\n- name: Backup kube-apiserver.yaml\n shell: cp /etc/kubernetes/manifests/kube-apiserver.yaml /tmp/kube-apiserver.yaml.$(date +%Y%m%d%H%M%S)\n \n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/first-master
148
[ "no_license" ]
[ { "path": "roles/first-master/templates/kubeadm-config.yaml", "content": "apiVersion: kubeadm.k8s.io/v1beta2\nbootstrapTokens:\n- groups:\n - system:bootstrappers:kubeadm:default-node-token\n token: {{ bootstrap_token }}\n ttl: 24h0m0s\n usages:\n - signing\n - authentication\nkind: InitConfiguration\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4770, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/kill-cluster
148
[ "no_license" ]
[ { "path": "roles/kill-cluster/tasks/main.yaml", "content": "---\n\n- name: Doing kubeadm reset on all nodes\n command: kubeadm reset -f --cert-dir /etc/kubernetes/pki\n \n- name: Clearing out old cni configurations (/var/cni/net.d)\n file:\n state: absent\n path: /etc/cni/net.d\n\n- name: Clearin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/masters
148
[ "no_license" ]
[ { "path": "roles/masters/tasks/main.yml", "content": "---\n - name: Show K8S_TOKEN_HOLDER token\n debug:\n msg: \"[Masters] K8S_TOKEN_HOLDER K8S token is {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n - name: Show K8S_TOKEN_HOLDER hash\n debug:\n msg: \"[Masters] K8S_TOKEN_HOLDER K8S Ha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/network
148
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n - name: Install Network Add-on\n command: kubectl apply -f {{k8s_network_yaml}}\n\n# - name: Install ingress controller\n# command: kubectl apply -f {{ingress_controller_yaml}}\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/prerequisites
148
[ "no_license" ]
[ { "path": "roles/prerequisites/tasks/main.yml", "content": "---\n - name: Put SELinux in permissive mode, logging actions that would be blocked.\n selinux:\n policy: targeted\n state: permissive\n\n - name: Disable Swap on all nodes (swapoff -a)\n command: swapoff --all\n\n - name: Disabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/setup-nodes
148
[ "no_license" ]
[ { "path": "roles/setup-nodes/tasks/main.yml", "content": "---\n - name: Adding Kuberenetes repo\n yum_repository:\n name: Kubernetes\n description: Kubernetes yum repository\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64\n gpgkey: \n - https://pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3545, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/storage
148
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n - name: Install open-iscsi on Storage nodes\n yum:\n name: \n - iscsi-initiator-utils\n - nfs-utils\n state: present\n become: yes\n\n - name: Starting and Enabling the required services\n service:\n name: isc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1215, "all_permissive": false }
ansible_role
Techmonkeys-se/deploy-k8s
dd77f5a3ad077b1fe5bece74306bc6b02db80007
2
roles/workers
148
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yml", "content": "---\n - name: Show K8S_TOKEN_HOLDER token\n debug:\n msg: \"[Worker] K8S_TOKEN_HOLDER K8S token is {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n - name: Show K8S_TOKEN_HOLDER hash\n debug:\n msg: \"[Worker] K8S_TOKEN_HOLDER K8S Hash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
bmh2git/owncloud
aede7f9d3943163445d14208f1933edb0c4ab8cf
0
roles/infra
148
[ "no_license" ]
[ { "path": "roles/infra/tasks/main.yml", "content": "- name: create owncloud Group\n clc_group:\n location: 'UC1'\n name: 'owncloud'\n state: present\n register: clc_grp\n tags:\n - clc\n\n- debug: var=clc_grp\n\n- name: Generate password for server\n command: openssl rand -base64 15\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 988, "all_permissive": false }
ansible_role
bmh2git/owncloud
aede7f9d3943163445d14208f1933edb0c4ab8cf
0
roles/owncloud
148
[ "no_license" ]
[ { "path": "roles/owncloud/tasks/main.yml", "content": "- name: Add repo key\n shell: wget -nv https://download.owncloud.org/download/repositories/stable/Ubuntu_14.10/Release.key -O Release.key; apt-key add - < Release.key\n tags:\n - always\n\n- name: Add repo to sources list\n shell: sh -c \"echo 'de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
KennyKristiansen/Ansible
b3cd699d375ec361963af03bbf38bff44e04abe6
0
roles/docker-compose
148
[ "no_license" ]
[ { "path": "roles/docker-compose/files/disabled/flaresolverr.yml", "content": "---\nversion: \"2\"\nservices:\n flaresolverr:\n image: ghcr.io/flaresolverr/flaresolverr:latest\n container_name: flaresolverr\n env_file: ../etc/user.env\n ports:\n - \"${PORT:-8191}:8191\"\n restart: unless...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 38, "total_bytes": 22616, "all_permissive": false }
ansible_role
KennyKristiansen/Ansible
b3cd699d375ec361963af03bbf38bff44e04abe6
0
roles/initial-setup
148
[ "no_license" ]
[ { "path": "roles/initial-setup/defaults/main.yml", "content": "---\n# base-os configuration - only disable if you're a mental\nbaseos: true\nusers: true\n\n# set to 'no' or 'false' to disable item\nbackups: false\nfile_sharing: false", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3129, "all_permissive": false }
ansible_role
ewerton-silva00/playground-containers
eda956680075ea926a54c658a77b7dcf5ee6ce51
0
roles/containerd
148
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n# - name: Containerd | Create the containerd.conf to load modules on boot\n# ansible.builtin.copy:\n# src: containerd.conf\n# dest: /etc/modules-load.d/containerd.conf\n# owner: root\n# group: root\n# mode: 0644\n# tags: c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3005, "all_permissive": false }
ansible_role
ewerton-silva00/playground-containers
eda956680075ea926a54c658a77b7dcf5ee6ce51
0
roles/docker
148
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\ndocker_engine_install: true\n\ndocker_engine_user: 'vagrant'\n\ndocker_engine_data_root: '/mnt/data/docker'\n\ndocker_engine_log_driver: 'json-file'\n\ndocker_engine_log_max_file: 3\n\ndocker_engine_log_max_size: 10m\n\ndocker_compose_install: tru...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1681, "all_permissive": false }
ansible_role
ewerton-silva00/playground-containers
eda956680075ea926a54c658a77b7dcf5ee6ce51
0
roles/k3s
148
[ "no_license" ]
[ { "path": "roles/k3s/vars/main.yml", "content": "---\nnode_ip: \"{{ hostvars[inventory_hostname].ansible_host }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/k3s/tasks/main.yml", "content": "---\n- name: K3s | Disable SWAP memory\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2139, "all_permissive": false }
ansible_role
ewerton-silva00/playground-containers
eda956680075ea926a54c658a77b7dcf5ee6ce51
0
roles/kubernetes
148
[ "no_license" ]
[ { "path": "roles/kubernetes/vars/main.yml", "content": "---\ndownload_dir: \"{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}\"\n\nkubernetes_current_ip: \"{{ hostvars[inventory_hostname].ansible_host }}\"\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6374, "all_permissive": false }
ansible_role
patricoliveira/descomplicando-ansible
18a936c54db9dc4768eb2f347d5c60e254c640f8
0
install_k8s/roles/join-workers
148
[ "no_license" ]
[ { "path": "install_k8s/roles/join-workers/tasks/join-cluster.yml", "content": "- name: \"Mensagem de Token\"\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name: \"Mensagem de hash\"\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
rollerr/ansible_vyos
0942c3b3d4e8ed7bca6251755e74d7fcd25585cd
0
vyos/roles/0_initial_config
148
[ "no_license" ]
[ { "path": "vyos/roles/0_initial_config/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - 0_initial_config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "vyos/roles/0_initial_config/tasks/generate-branch2.ym...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8680, "all_permissive": false }
ansible_role
rollerr/ansible_vyos
0942c3b3d4e8ed7bca6251755e74d7fcd25585cd
0
vyos/roles/validation
148
[ "no_license" ]
[ { "path": "vyos/roles/validation/tasks/vyos.yml", "content": "---\n- hosts: local\n gather_facts: no\n remote_user: vyos\n\n tasks:\n\n - name: Connect to device and send config\n connection: local\n netmiko_command:\n host_file={'filename':'hosts/hosts.local'}\n user=admin\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
Osso/invenio-vm
583bfca90cc217ad05d05a1a6f5d2a1322480a8f
0
provisioning/roles/database
148
[ "no_license" ]
[ { "path": "provisioning/roles/database/tasks/main.yml", "content": "- name: Install portage/package.accept_keywords/mariadb\n copy: src=mariadb.accept_keywords dest=/etc/portage/package.accept_keywords/mariadb\n- name: Install portage/package.use/database\n copy: src=database.use dest=/etc/portage/package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
Osso/invenio-vm
583bfca90cc217ad05d05a1a6f5d2a1322480a8f
0
provisioning/roles/gentoo
148
[ "no_license" ]
[ { "path": "provisioning/roles/gentoo/tasks/main.yml", "content": "- name: Locale generation\n locale_gen: name=en_US.UTF-8 state=present\n\n- name: Make sure /var/lib/layman exists\n file: dest=/var/lib/layman state=directory owner=root group=root\n- name: Make sure /var/lib/layman/make.conf\n copy: src=...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2324, "all_permissive": false }
ansible_role
Osso/invenio-vm
583bfca90cc217ad05d05a1a6f5d2a1322480a8f
0
provisioning/roles/webserver
148
[ "no_license" ]
[ { "path": "provisioning/roles/webserver/tasks/main.yml", "content": "- name: Install portage/package.use/webserver\n copy: src=webserver.use dest=/etc/portage/package.use/webserver\n\n- name: Install pip\n portage: package=dev-python/pip state=present\n- name: Install redis\n portage: package=dev-db/redi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2174, "all_permissive": false }
ansible_role
joshlapham/Ansible-LEMP
8bf47a8b214cf4464cec5e1e0d914657c9ba2008
0
roles/dotdeb
148
[ "no_license" ]
[ { "path": "roles/dotdeb/tasks/main.yml", "content": "---\n- name: Add Dotdeb GPG key\n tags: dotdeb\n apt_key:\n url: http://www.dotdeb.org/dotdeb.gpg\n state: present\n\n- name: Add Dotdeb repositories\n tags: dotdeb\n apt_repository:\n repo: 'deb http://packages.dotdeb.org jessie all'\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
joshlapham/Ansible-LEMP
8bf47a8b214cf4464cec5e1e0d914657c9ba2008
0
roles/mysql
148
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL server\n tags: mysql\n apt:\n name: mysql-server\n state: present\n notify:\n - start mysql server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
joshlapham/Ansible-LEMP
8bf47a8b214cf4464cec5e1e0d914657c9ba2008
0
roles/nginx
148
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx web server\n tags: nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n notify:\n - start nginx\n\n- name: Upload default index.php for host\n tags: nginx\n copy:\n src: templates/index.php\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1036, "all_permissive": false }
ansible_role
joshlapham/Ansible-LEMP
8bf47a8b214cf4464cec5e1e0d914657c9ba2008
0
roles/php
148
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install PHP-FPM, PHP-APC & fcgiwrap\n tags: php\n apt: pkg={{ item }} state=present\n with_items:\n - php5-fpm\n - php-apc\n - fcgiwrap\n\n- name: Install PHP packages\n tags: php\n apt: pkg={{ item }} state=present\n with_items:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
joshlapham/Ansible-LEMP
8bf47a8b214cf4464cec5e1e0d914657c9ba2008
0
roles/utils
148
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "---\n- name: Install misc. utilities\n tags: utils\n apt: name={{ item }} state=installed\n with_items:\n - rsync\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
RehabHegazy88/UdaPeople-CICD
d3f347fbc5064e4b868cd91d22e9bb107d3f4d43
0
.circleci/ansible/roles/configure-server
148
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "\n---\n- name: \"Add Node.js from nodeorg\"\n become: true\n shell: |\n curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n\n- name : \"Install Node.js 13\"\n become: true\n apt:\n name: [\"nodejs\"]\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
RehabHegazy88/UdaPeople-CICD
d3f347fbc5064e4b868cd91d22e9bb107d3f4d43
0
.circleci/ansible/roles/deploy
148
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"create backend\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"unarchive backend\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"install node\"\n shell: |\n cd ~/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/apache
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/apache/defaults/main.yml", "content": "# Apache SSL keys\ncountry: GB\nlocality: England\norganisation: private\ncommon_name: private\ncompany_name: private\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "frontend-d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4899, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/install_openjdk
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/install_openjdk/tasks/main.yml", "content": "###############################################################\n# // OpenJDK Java\n###############################################################\n\n- name: download openjdk \n tags: openjdk\n get_url:\n dest: \"/vagrant/cache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1053, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/installpackages
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/installpackages/tasks/main.yml", "content": "###############################################################\n# // Install APT Packages\n###############################################################\n\n- name: Install CLI Packages\n tags: installaptpackages\n apt:\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/letsencrypt_anthropos_io
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/letsencrypt_anthropos_io/tasks/main.yml", "content": "###############################################################\n# // set up lets encrypt, expanding tar into /etc. tar'd config for *.cnect.to to this server \n###############################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/mongo
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/mongo/tasks/main.yml", "content": "###############################################################\n# // Mongo DB\n###############################################################\n\n- name: Import Mongo key\n tags: mongo\n command: apt-key adv --keyserver hkp://keyserver.ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1947, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/pf_addgradleproperties
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/pf_addgradleproperties/tasks/main.yml", "content": "###############################################################\n# // Add the gradle properties file the home directory\n###############################################################\n\n# JCARNEY 3/6/19: Create folder and pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/pf_javacachedir
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/pf_javacachedir/tasks/main.yml", "content": "###############################################################\n# // Create /vagrant/cache folder \n###############################################################\n\n# create /vagrant/cache folder\n- name: Create /vagrant/cache fol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/pfsdkman
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/pfsdkman/tasks/main.yml", "content": "###############################################################\n# // install SDKMan\n###############################################################\n\n- name: Download SDKMan\n tags: pfsdkman\n become: yes\n become_user: \"{{owner}}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/ph
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/ph/tasks/main.yml", "content": "###############################################################\n# // Clone previous ph configuration via git\n###############################################################\n\n- name: Clone previous ph configuration\n tags: cloneph\n git: rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/phconfig
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/phconfig/tasks/main.yml", "content": "###############################################################\n# // ph config\n###############################################################\n\n## ------------------------------------- ##\n## ph directories and permissions ##\n## ------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4613, "all_permissive": false }
ansible_role
jason-r-c/ansible-automation
960fc0e05d5a1f1d371543ad390dd02341cadecf
0
frontend-dev/roles/whoami
148
[ "no_license" ]
[ { "path": "frontend-dev/roles/whoami/tasks/main.yml", "content": "###############################################################\n# // Establish Owner & Group\n###############################################################\n\n- name: get username\n tags: whoami\n command: 'logname' \n register: whoam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup-centos
17b4707c195b904e34a82aee585882cb4267896c
0
roles/artifactory
148
[ "no_license" ]
[ { "path": "roles/artifactory/defaults/main.yml", "content": "artifactory_data: \"/data/artifactory\"\n\nartifactory_vm_directories:\n - \"{{ artifactory_data }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/artifactory/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 277, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup-centos
17b4707c195b904e34a82aee585882cb4267896c
0
roles/common
148
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install Tools. (netstat, telnet, atop, rsync, netcat)\n package: name={{ item }} state=present\n with_items: \"{{ tools }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup-centos
17b4707c195b904e34a82aee585882cb4267896c
0
roles/docker
148
[ "no_license" ]
[ { "path": "roles/docker/tasks/install-docker-centos.yml", "content": "---\n- name: Install requirements.\n yum: name={{ item }} state=present\n with_items: \"{{ requirements }}\"\n\n- name: Remove any old docker versions.\n package:\n name: '{{ item }}'\n state: absent\n with_items:\n - docker\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3196, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup-centos
17b4707c195b904e34a82aee585882cb4267896c
0
roles/git
148
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n - name: Update package cache and install git\n yum:\n name: git\n state: present\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
cgElias/ansible-vmsetup-centos
17b4707c195b904e34a82aee585882cb4267896c
0
roles/httpd
148
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n- name: Create VM directories for httpd.\n file: path={{ item }} \n state=directory \n mode=\"u=rwx,g=rwx,o=rx\"\n with_items: \"{{ httpd_vm_directories}}\"\n\n- name: Copy httpd.conf to mounted directory.\n copy:\n src: httpd.conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
jacky9595/ansible-harbor
95f6dc45ba88d92d20c933d2c4d312ebada8fb09
0
roles/docker
148
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "\n- name: Install docker packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n tags:\n - d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1513, "all_permissive": false }
ansible_role
jacky9595/ansible-harbor
95f6dc45ba88d92d20c933d2c4d312ebada8fb09
0
roles/harbor
148
[ "no_license" ]
[ { "path": "roles/harbor/tasks/main.yml", "content": "---\n- name: HARBOR | Manage Ubuntu environment\n include_tasks: install.yml\n when: ansible_os_family == \"Ubuntu\"\n\n# Install Harbor\n- name: 'installing Harbor'\n include: install.yml\n\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1037, "all_permissive": false }
ansible_role
silvinux/pre-ocp
bbb48c118aac1866a527dbed7b2918fad5f1fe9b
0
roles/docker-storage-setup
148
[ "no_license" ]
[ { "path": "roles/docker-storage-setup/defaults/main.yaml", "content": "---\ndocker_storage_driver: overlay2\ndocker_storage_volumegroup: \"\"\ndocker_sudo_users: []\ndocker_private_registries: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3071, "all_permissive": false }
ansible_role
silvinux/pre-ocp
bbb48c118aac1866a527dbed7b2918fad5f1fe9b
0
roles/rhn-subscription
148
[ "no_license" ]
[ { "path": "roles/rhn-subscription/tasks/main.yml", "content": "---\n- name: \"Reboot server\"\n shell: sleep 2 && shutdown -r now \"Ansible Restart Triggered\"\n async: 1\n poll: 0\n ignore_errors: true\n\n- name: \"Waiting for server to come back\"\n wait_for:\n host: \"{{ inventory_hostname }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3084, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/byobu
148
[ "no_license" ]
[ { "path": "provisioning/roles/byobu/tasks/main.yml", "content": "# tasks file for byobu\n- name: install Byobu text-based window manager\n apt: name=byobu state=latest\n\n- name: enable Byobu\n command: byobu-enable\n become: yes\n become_user: \"{{ desktop_user }}\"\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/git
148
[ "no_license" ]
[ { "path": "provisioning/roles/git/tasks/main.yml", "content": "---\n# taks file for git\n- name: add git repository\n apt_repository: repo='ppa:git-core/ppa'\n\n- name: install git\n apt: name=git state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 279, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/keyboard
148
[ "no_license" ]
[ { "path": "provisioning/roles/keyboard/handlers/main.yml", "content": "---\n# handlers file for keyboard\n- name: update keyboard-configuration\n command: dpkg-reconfigure --frontend noninteractive keyboard-configuration\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 425, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/language
148
[ "no_license" ]
[ { "path": "provisioning/roles/language/tasks/main.yml", "content": "---\n# tasks file for language\n- name: generate locale definitions\n locale_gen: name={{ locale }} state=present\n\n- name: setup system locale\n command: update-locale --reset LANG={{ locale }}\n\n- debug: msg=\"trigger install language...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 751, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/qtdevel
148
[ "no_license" ]
[ { "path": "provisioning/roles/qtdevel/templates/qt-installer-noninteractive.qs.j2", "content": "// Emacs mode hint: -*- mode: JavaScript -*-\n\nfunction Controller() {\n installer.autoRejectMessageBoxes();\n installer.installationFinished.connect(function() {\n gui.clickButton(buttons.NextButto...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3236, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/ubuntudesktop
148
[ "no_license" ]
[ { "path": "provisioning/roles/ubuntudesktop/handlers/main.yml", "content": "---\n# handlers file for ubuntu-desktop\n- name: restart lightdm\n service: name=lightdm state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "provisioning/ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1570, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/vim
148
[ "no_license" ]
[ { "path": "provisioning/roles/vim/tasks/main.yml", "content": "# tasks file for vim\n- name: install vim editor\n apt: name=vim-tiny state=latest\n \n- name: set vim as default editor\n alternatives: name=editor path=/usr/bin/vim.basic\n \n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
jesustorresdev/qtdevel-vagrant
f8092dfe6e0e13ec203fc40851ea9f4ffe5d058b
1
provisioning/roles/virtualbox-guest
148
[ "no_license" ]
[ { "path": "provisioning/roles/virtualbox-guest/tasks/main.yml", "content": "---\n# tasks file for virtualbox-guest\n- name: install VirtualBox Guest Additions packages\n apt: name={{ item }} install_recommends=yes state=latest\n with_items:\n - virtualbox-guest-utils\n - virtualbox-guest-dkms\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 423, "all_permissive": false }
ansible_role
AlbusDumble-dore/UdacityNDCapstone
3d22e0a10ae10074f7525d27422dcb46fb14fc76
0
ansible/roles/capstone-deployment
148
[ "no_license" ]
[ { "path": "ansible/roles/capstone-deployment/tasks/main.yml", "content": "- name: Copy deployment configuration\n copy:\n src: \"{{ ENVIRONMENT_NAME }}-deployment.yaml\"\n dest: $HOME\n\n- name: Apply deployment configuration\n shell: \"./bin/kubectl apply -f create-{{ ENVIRONMENT_NAME }}-deployment...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
AlbusDumble-dore/UdacityNDCapstone
3d22e0a10ae10074f7525d27422dcb46fb14fc76
0
ansible/roles/capstone-service
148
[ "no_license" ]
[ { "path": "ansible/roles/capstone-service/tasks/main.yml", "content": "- name: Copy service configuration\n copy:\n src: \"{{ ENVIRONMENT_NAME }}-service.yaml\"\n dest: $HOME\n\n- name: Create service configuration\n command: \"./bin/kubectl apply -f create-{{ ENVIRONMENT_NAME }}-service.yaml\"\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
AlexDezhnev/OTUS-Labs
e16dbcf1aa55266c204b9876fcfbaefe5cda3e43
0
roles/borg-client
150
[ "no_license" ]
[ { "path": "roles/borg-client/templates/borg_backup_config.j2", "content": "# {{ ansible_managed }}\n# {{ role_name }} - {{ item.name }}\n\nBORG_REPO=\"{{ item.repo }}\"\nBORG_PASSPHRASE=Borg_123456789\n\nBACKUP_PATHS=(\n{% for path in item.paths %}\n\"{{ path }}\"\n{% endfor %}\n)\n\n{% if item.ssh is defin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2628, "all_permissive": false }
ansible_role
ewill196/ansible_webinar
efef2a86cac63362b250e3f417c6c7a869dba7d5
0
roles/qinq
150
[ "no_license" ]
[ { "path": "roles/qinq/tasks/main.yml", "content": "---\n- name: Create speceific VLANs\n cisco.ios.ios_vlans:\n config:\n - name: \"{{ item.name }}\"\n vlan_id: \"{{ item.vlan_id }}\"\n loop: \"{{ vlans_aggr }}\"\n\n- name: Creating class-map\n ios_config:\n parents:\n - class-map ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
solita/edu-ansible-project
479c7128401e4432dbbf2e37dc7c44d5ec0fb080
0
roles/simple-role
150
[ "permissive" ]
[ { "path": "roles/simple-role/tasks/main.yml", "content": "- name: Printing test message\n debug:\n msg: In role debug msg\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": true }
ansible_role
jihed/ansible-windows
1433d3faa90e20b8d9723ffb94b86409748e7541
0
roles/win_ad_install
150
[ "no_license" ]
[ { "path": "roles/win_ad_install/tasks/main.yml", "content": "---\n# tasks file for win_ad_install\n- name: Install AD-Domain-Services feature.\n win_feature:\n name:\n - AD-Domain-Services\n state: present\n include_sub_features: yes\n include_management_tools: yes \n\n- name: Create the dom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 823, "all_permissive": false }
ansible_role
jihed/ansible-windows
1433d3faa90e20b8d9723ffb94b86409748e7541
0
roles/win_service_config
150
[ "no_license" ]
[ { "path": "roles/win_service_config/tasks/main.yml", "content": "---\n# tasks file for win_service_config\n- name: Install packages\n win_chocolatey:\n name: \"{{ package_name }}\"\n state: latest\n package_params: \"{{ parameters}}\"\n when: ansible_distribution == \"Microsoft Windows Server 201...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/audit
150
[ "no_license" ]
[ { "path": "roles/audit/tasks/main.yml", "content": "# tasks file for roles/audit\n- name: Check that v1/sys/audit (GET) returns a status 200\n uri:\n url: \"{{ vault.protocol }}://{{ vault.host }}/v1/sys/audit\"\n method: GET\n validate_certs: no\n headers:\n X-Vault-Token: \"{{ vault.to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 975, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/initialization
150
[ "no_license" ]
[ { "path": "roles/initialization/tasks/main.yml", "content": "---\n# tasks file for roles/initialization\n- name: Check that v1/sys/init (GET) returns a status 200\n uri:\n url: \"{{ vault.protocol }}://{{ vault.host }}/v1/sys/init\"\n method: GET\n validate_certs: no\n headers:\n X-Vault...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/metrics
150
[ "no_license" ]
[ { "path": "roles/metrics/tasks/main.yml", "content": "# tasks file for roles/metrics\n- name: Check that v1/sys/metrics (GET) returns a status 200\n uri:\n url: \"{{ vault.protocol }}://{{ vault.host }}/v1/sys/metrics\"\n method: GET\n validate_certs: no\n headers:\n X-Vault-Token: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/oracle_plugin
150
[ "no_license" ]
[ { "path": "roles/oracle_plugin/tasks/main.yml", "content": "---\n# tasks file for roles/splunk\n\n- name: Get stat of Oracle vault plugin\n stat:\n path: \"{{ oracle_plugin_path }}\" #/path/to/file\n register: st\n\n- debug:\n msg: \"Current Oracle Plugin Modified Date: -> {{st.stat.mtime | float_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/qualys
150
[ "no_license" ]
[ { "path": "roles/qualys/tasks/main.yml", "content": "---\n# tasks file for roles/splunk\n\n- name: Populate service facts\n service_facts:\n\n- debug:\n var: ansible_facts.services['qualys-cloud-agent.service']\n\n- name: Qualys Forwarder Status\n debug:\n msg: Qualys Forwarder Up and Running\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/seal
150
[ "no_license" ]
[ { "path": "roles/seal/tasks/main.yml", "content": "# tasks file for roles/seal\n- name: Check that v1/sys/seal-status (GET) returns a status 200\n uri:\n url: \"{{ vault.protocol }}://{{ vault.host }}/v1/sys/seal-status\"\n method: GET\n validate_certs: no\n headers:\n X-Vault-Token: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/splunk
150
[ "no_license" ]
[ { "path": "roles/splunk/tasks/main.yml", "content": "---\n# tasks file for roles/splunk\n\n- name: Check splunkd process using shell script\n shell: |\n # Check if splunk forwarder is running\n # -x flag only match processes whose name (or command line if -f is\n # specified) exactly match the patter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/token
150
[ "no_license" ]
[ { "path": "roles/token/tasks/main.yml", "content": "# tasks file for roles/token\n- name: Check that v1/auth/token/lookup-self (GET) returns a status 200 and Check Issuer Token\n uri:\n url: \"{{ vault.protocol }}://{{ vault.host }}/v1/auth/token/lookup-self\"\n method: GET\n validate_certs: no\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/ui
150
[ "no_license" ]
[ { "path": "roles/ui/tasks/main.yml", "content": "---\n# tasks file for roles/nodes\n- name: Check ui endpoint\n uri:\n url: \"{{ consul.protocol }}://{{ consul.host }}/ui\"\n method: GET\n validate_certs: no\n headers:\n X-Consul-Token: \"{{ consul.token }}\"\n return_content: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
LuisHector96/ValidationTesting_Vault
2266a555d66a110d036981cfadf5fa2bcd82e2f9
1
roles/vault_server_count
150
[ "no_license" ]
[ { "path": "roles/vault_server_count/tasks/main.yml", "content": "---\n# tasks file for roles/nodes\n- name: Check the number of Vault Servers\n uri:\n url: \"{{ consul.protocol }}://{{ consul.host }}/v1/agent/members\"\n method: GET\n validate_certs: no\n headers:\n X-Consul-Token: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2054, "all_permissive": false }
ansible_role
openziti-test-kitchen/ansible-collection
2bf17c4647aca4e81aadcfbb1f35956a11595e31
3
community.openziti/roles/openziti_download
150
[ "permissive" ]
[ { "path": "community.openziti/roles/openziti_download/README.md", "content": "# OpenZiti Download\nThis role downloads the OpenZiti binaries from Github releases and puts each Ziti component (controller, edge, tunnel, etc) on the appropriate host using host's group name.\n\nThe role is idempotent, so it can...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 23821, "all_permissive": true }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/base
150
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: ensure system dependencies are installed and up to date\n raw: apt-get update && apt-get install -y python unzip unattended-upgrades && apt-get -y upgrade\n\n- name: ensure unattended upgrades are running\n copy:\n content: |\n APT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/consul
150
[ "no_license" ]
[ { "path": "ansible/roles/consul/tasks/main.yml", "content": "- name: ensure binary is present\n unarchive:\n src: \"{{download_url}}\"\n dest: \"{{install_dir}}\"\n remote_src: yes\n mode: 0755\n args:\n creates: \"{{install_dir}}/{{name}}\"\n\n- name: ensure user exists\n user:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2090, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/dnsmasq
150
[ "no_license" ]
[ { "path": "ansible/roles/dnsmasq/tasks/main.yml", "content": "- name: ensure binary is present\n apt:\n name: dnsmasq\n state: present\n update_cache: yes\n\n- name: ensure needed directories exist\n file:\n dest: /etc/dnsmasq.d\n state: directory\n\n- name: ensure .consul domains delegate ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 889, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/docker
150
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: configure docker\n shell: \"{{item}}\"\n with_items:\n - apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys <KEY>\n - apt-add-repository 'deb https://apt.dockerproject.org/repo ubuntu-xenial main'\n - apt-g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/elastic
150
[ "no_license" ]
[ { "path": "ansible/roles/elastic/tasks/main.yml", "content": "- name: ensure gpg key has been imported\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: ensure repository has been added\n apt_repository:\n repo: \"deb https://artifacts.elastic.co/pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/elasticsearch
150
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/templates/jvm.options.j2", "content": "# https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html\n-Xms{{(ansible_memtotal_mb/2) | round | int}}m\n-Xmx{{(ansible_memtotal_mb/2) | round | int}}m\n\n# https://github.com/elastic/elasticsearch/issues/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2196, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/fabio
150
[ "no_license" ]
[ { "path": "ansible/roles/fabio/vars/main.yml", "content": "name: fabio\nversion: 1.3.5\ngo_version: 1.7.4\n\ndownload_url: https://github.com/eBay/{{name}}/releases/download/v{{version}}/{{name}}-{{version}}-go{{go_version}}-linux_amd64\n\nuser: \"{{name}}\"\ngroup: \"{{name}}\"\ninstall_dir: /usr/local/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2878, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/hostname
150
[ "no_license" ]
[ { "path": "ansible/roles/hostname/tasks/main.yml", "content": "- name: ensure hostname is configured\n hostname:\n name: \"{{hostname}}\"\n\n- name: ensure there is a loopback reference to hostname\n lineinfile:\n dest: /etc/hosts\n state: present\n line: \"127.0.0.1 {{hostname}}\"\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/java
150
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: ensure apt repository has been added\n apt_repository:\n repo: ppa:webupd8team/java\n state: present\n\n- name: ensure license has been accepted\n debconf:\n name: oracle-java8-installer\n question: shared/accepted-oracle-licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/kibana
150
[ "no_license" ]
[ { "path": "ansible/roles/kibana/meta/main.yml", "content": "dependencies:\n - role: elastic\n tags: elastic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/kibana/templates/service.json.j2", "content": "{\n \"service\": {\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1000, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/nomad
150
[ "no_license" ]
[ { "path": "ansible/roles/nomad/templates/server.hcl.j2", "content": "datacenter = \"{{datacenter}}\"\ndata_dir = \"{{data_dir}}\"\nbind_addr = \"{{inventory_hostname}}\"\nenable_syslog = true\nserver {\n enabled = true\n bootstrap_expect = 3\n}\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1752, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/vault
150
[ "no_license" ]
[ { "path": "ansible/roles/vault/templates/systemd.service.j2", "content": "[Unit]\nDescription={{name}} daemon\nRequires=network-online.target\nAfter=network-online.target consul.service\n\n[Service]\nUser={{user}}\nGroup={{group}}\nExecStart={{install_dir}}/{{name}} server -config=\"{{config_dir}}\"\n\n[Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1552, "all_permissive": false }
ansible_role
devypt/microservices-architecture-boilerplate
c7a6ee02d7697ccec28072c68a52360696a3e108
0
ansible/roles/vpn
150
[ "no_license" ]
[ { "path": "ansible/roles/vpn/tasks/main.yml", "content": "- name: ensure service is registered with consul\n template:\n src: service.json.j2\n dest: /etc/consul.d/vpn.json\n\n- name: add keys to apt\n apt_key:\n id: \"{{item}}\"\n keyserver: hkp://keyserver.ubuntu.com\n state: present\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1439, "all_permissive": false }
ansible_role
uc2-io/openshift-assisted
960d72f8c07da4aeb5f04fcca444e05b26900004
1
roles/assisted_installer
150
[ "no_license" ]
[ { "path": "roles/assisted_installer/tasks/credentials.yaml", "content": "- name: Generate Access Token\n ansible.builtin.uri:\n body:\n client_id: rhsm-api\n grant_type: refresh_token\n refresh_token: \"{{ offline_token }}\"\n body_format: form-urlencoded\n method: POST\n url: \"...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 20147, "all_permissive": false }
ansible_role
uc2-io/openshift-assisted
960d72f8c07da4aeb5f04fcca444e05b26900004
1
roles/infra_nodes
150
[ "no_license" ]
[ { "path": "roles/infra_nodes/tasks/main.yaml", "content": "- name: Count Number of Infrastructure Nodes in Inventory\n ansible.builtin.set_fact:\n infra_node_count: \"{{ hostvars | community.general.json_query('*.node.infra') | count }}\"\n\n- name: Debug infra_node_count\n ansible.builtin.debug:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2553, "all_permissive": false }
ansible_role
uc2-io/openshift-assisted
960d72f8c07da4aeb5f04fcca444e05b26900004
1
roles/ipa
150
[ "no_license" ]
[ { "path": "roles/ipa/tasks/main.yaml", "content": "- name: Generate IPA Session Cookie\n ansible.builtin.uri:\n body: \"user={{ ipa_username }}&password={{ ipa_password }}\"\n headers:\n Accept: \"text/plain\"\n Content-Type: \"application/x-www-form-urlencoded\"\n Referer: \"https://{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3436, "all_permissive": false }
ansible_role
uc2-io/openshift-assisted
960d72f8c07da4aeb5f04fcca444e05b26900004
1
roles/ipxe_build
150
[ "no_license" ]
[ { "path": "roles/ipxe_build/defaults/main.yaml", "content": "ipxe_build_chain_url: http://bastion.warden.lab.uc2.io:8080/assisted-installer.ipxe\nipxe_build_git_url: https://github.com/ipxe/ipxe.git\nipxe_build_make_target: bin-x86_64-efi/ipxe.efi\nipxe_build_packages:\n - binutils\n - gcc\n - git\n - h...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2145, "all_permissive": false }
ansible_role
uc2-io/openshift-assisted
960d72f8c07da4aeb5f04fcca444e05b26900004
1
roles/metal_assisted_installer
150
[ "no_license" ]
[ { "path": "roles/metal_assisted_installer/templates/ipxe-script.j2", "content": "#!ipxe\n{{\n ipxe_script_results.content | \n ansible.builtin.regex_replace('^#!ipxe\\\\n?', '') |\n ansible.builtin.regex_replace(\n 'initrd --name initrd (.*)$',\n 'initrd --name initrd ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4266, "all_permissive": false }