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
devopsjourney1/ansible-labs
f369de686b9fa0d8df8c4c862e714646b40c1814
62
lab/roles/nginx
3,298
[ "no_license" ]
[ { "path": "lab/roles/nginx/tasks/configure_nginx.yml", "content": "- name: Deploy nginx sites configuration\n template: src=mysite.j2 dest=\"/etc/nginx/sites-enabled/mysite\"\n notify: restart nginx\n tags: configuration\n\n- name: Remove defaults\n file: path=\"/etc/nginx/sites-enabled/default\" state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
ashrafm11/udapeople
1aaa05afbaf5813c3f7280b89a3dc58b9e3ca860
0
.circleci/ansible/roles/configure-prometheus-node-exporter
3,418
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-prometheus-node-exporter/tasks/main.yml", "content": "- name: \"Download node exproter\"\n become: True\n shell:\n cmd: \"wget https://github.com/prometheus/node_exporter/releases/download/v1.5.0/node_exporter-1.5.0.darwin-amd64.tar.gz; mv node_exporter-1.5....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
ashrafm11/udapeople
1aaa05afbaf5813c3f7280b89a3dc58b9e3ca860
0
.circleci/ansible/roles/configure-server
3,418
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- name: \"install pm2\"\n become: true\n npm:\n name: pm2\n global: yes\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": false }
ansible_role
the-paulus/vagrant-files
37d179cea11b86faa4e3ac523aaedb19aebae749
0
ansible-haproxy-test/roles/the-paulus.extra-repositories
3,418
[ "no_license" ]
[ { "path": "ansible-haproxy-test/roles/the-paulus.extra-repositories/tasks/main.yml", "content": "---\n- name: Installing EPEL Repository\n yum:\n name: epel-release\n state: latest\n when: repository_install_epel\n\n- name: Installing IUS Repository for CentOS 6\n yum:\n name: https://centos6.iu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2133, "all_permissive": false }
ansible_role
TakamakWasTaken/ansible-devOps
fbac3ac3116bf41c463e287178b95512ec32add8
0
provisioning/roles/mysql-server
3,418
[ "no_license" ]
[ { "path": "provisioning/roles/mysql-server/tasks/main.yaml", "content": "---\n- name: Install mysql-server\n apt: pkg={{ item }} state=latest\n with_items:\n - mysql-server\n tags:\n - mysql-server\n\n- name: Create mysql-server\n notify: restart mysql-server\n tags:\n - mysql-server\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
ryan-bluestack/borg_osc_ansible
4cc8804722a9cdab79202b538d02dda76b1b871f
0
examples/advanced/roles/nginx-config
3,418
[ "no_license" ]
[ { "path": "examples/advanced/roles/nginx-config/templates/html.j2", "content": "<!DOCTYPE html>\n<html>\n <head>\n\t{% if region|upper == \"DE\"%}<title>Beispiel</title>{% endif %}\n\t{% if region|upper == \"NL\"%}<title>Voorbeeld</title>{% endif %}\n </head>\n <body>\n {% if region|upper ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 809, "all_permissive": false }
ansible_role
ryan-bluestack/borg_osc_ansible
4cc8804722a9cdab79202b538d02dda76b1b871f
0
examples/beginner/roles/nginx
3,418
[ "no_license" ]
[ { "path": "examples/beginner/roles/nginx/handlers/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# handlers file for roles/nginx\n#\n- name: restart-nginx\n systemd:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 577, "all_permissive": false }
ansible_role
ar-temio/python-jr
123634eee3a7208cf66836ad2b2f2e3f3b10dbd2
0
usefull_bot/deploy/roles/build_image
3,418
[ "no_license" ]
[ { "path": "usefull_bot/deploy/roles/build_image/tasks/main.yaml", "content": "---\n- name: Copy src directory recursively\n synchronize:\n src: \"../../../src/\"\n dest: \"{{ folder_path }}/src/\"\n recursive: yes\n\n- name: Copy files\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 775, "all_permissive": false }
ansible_role
ar-temio/python-jr
123634eee3a7208cf66836ad2b2f2e3f3b10dbd2
0
usefull_bot/deploy/roles/create_folder
3,418
[ "no_license" ]
[ { "path": "usefull_bot/deploy/roles/create_folder/tasks/main.yaml", "content": "---\n- name: create_folder\n file:\n path: \"{{ folder_path }}\"\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
ar-temio/python-jr
123634eee3a7208cf66836ad2b2f2e3f3b10dbd2
0
usefull_bot/deploy/roles/deploy_image
3,418
[ "no_license" ]
[ { "path": "usefull_bot/deploy/roles/deploy_image/tasks/main.yaml", "content": "---\n- name: Ensure container is stopped\n community.docker.docker_container:\n name: \"{{ container_name }}\"\n state: absent\n\n- name: Deploy image\n community.docker.docker_container:\n name: \"{{ container_name }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/docker
3,418
[ "no_license" ]
[ { "path": "roles/docker/templates/daemon.json.j2", "content": "{\n \"bip\": \"{{ docker_bip }}\",\n \"iptables\": false\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/docker/tasks/main.yml", "content": "- name: Install docker\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 317, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/etcd
3,418
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.conf.j2", "content": "ETCD_DATA_DIR=\"/var/lib/etcd/{{ inventory_hostname_short }}.etcd\"\nETCD_NAME=\"{{ inventory_hostname_short }}\"\n\nETCD_LISTEN_CLIENT_URLS=https://0.0.0.0:2379\nETCD_LISTEN_PEER_URLS=https://0.0.0.0:2380\nETCD_ADVERTISE_CLIENT_URLS=\"{{ etcd_adver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1579, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/kube_apiserver
3,418
[ "no_license" ]
[ { "path": "roles/kube_apiserver/templates/kube-apiserver.sysconfig.j2", "content": "KUBE_APISERVER_OPTIONS=--advertise-address={{ kube_apiserver_advertise_address }} \\\n --allow-privileged=true \\\n --apiserver-count=3 \\\n --audit-log-maxage=30 \\\n --audit-log-maxbackup=3 \\\n --audit-log-maxsize=10...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2975, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/kube_controller_manager
3,418
[ "no_license" ]
[ { "path": "roles/kube_controller_manager/handlers/main.yml", "content": "- name: restart kube-controller-manager\n systemd: {state: restarted, name: kube-controller-manager, daemon_reload: yes}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2605, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/kube_proxy
3,418
[ "no_license" ]
[ { "path": "roles/kube_proxy/handlers/main.yml", "content": "- name: restart kube-proxy\n systemd: {state: restarted, name: kube-proxy, daemon_reload: yes}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/kube_proxy/templates/kube-proxy.yaml...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2162, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/kube_scheduler
3,418
[ "no_license" ]
[ { "path": "roles/kube_scheduler/tasks/main.yml", "content": "- name: Copy binary\n copy: {src: kube-binaries/kubernetes/server/bin/kube-scheduler, dest: /usr/bin/kube-scheduler, mode: \"0755\", owner: root, group: root}\n\n- name: Copy sysconfig\n template: {src: kube-scheduler.sysconfig.j2, dest: /etc/sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1543, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/kubelet
3,418
[ "no_license" ]
[ { "path": "roles/kubelet/handlers/main.yml", "content": "- name: restart kubelet\n systemd: {state: restarted, name: kubelet, daemon_reload: yes}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/kubelet/templates/kubeconfig.j2", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2682, "all_permissive": false }
ansible_role
subuk/kubernetes-ansible
03ac663509119434fbd537abefcddb4ca890cd65
0
roles/yum
3,418
[ "no_license" ]
[ { "path": "roles/yum/tasks/main.yml", "content": "- name: Configure repository files\n template:\n src: '{{ item.name }}.repo.j2'\n dest: '/etc/yum.repos.d/{{ item.dest_filename | default(item.name+\".repo\") }}'\n with_items: '{{ (yum_repos | default([])) + (yum_repos_extra | default([])) }}'\n lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
carlessanagustin/install-jenkins
0b91377e78fcfc93c596e834d85ba22f07d71133
2
provision/roles/common
3,418
[ "no_license" ]
[ { "path": "provision/roles/common/defaults/main.yml", "content": "---\ncommon_packages:\n - git\n - curl\n - vim", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "provision/roles/common/tasks/main.yml", "content": "---\n- name: Instalar paquet...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 195, "all_permissive": false }
ansible_role
carlessanagustin/install-jenkins
0b91377e78fcfc93c596e834d85ba22f07d71133
2
provision/roles/jenkins
3,418
[ "no_license" ]
[ { "path": "provision/roles/jenkins/tasks/main.yml", "content": "---\n- name: Instalar clave pública de Jenkins\n apt_key: url={{ jenkins_public_key_url }} state=present\n \n- name: Añadir URL de repositorio Jenkins al sistema\n apt_repository: repo='{{ jenkins_repo_url }}' state=present update_cache=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 689, "all_permissive": false }
ansible_role
carlessanagustin/install-jenkins
0b91377e78fcfc93c596e834d85ba22f07d71133
2
provision/roles/nginx
3,418
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "---\n- name: Instalar Nginx y sus dependencias\n apt: name={{ item }} state=latest update_cache=yes cache_valid_time=3600\n with_items: nginx_packages\n\n- name: Eliminar fichero configuracion defecto de Nginx\n file: path=/etc/nginx/sites-en...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 839, "all_permissive": false }
ansible_role
victor-ok/IaC-DevOps-Stage-4
3302bfb794c1e9bcccf33dbf5fd315723b0fae7c
1
ansible/roles/dependencies
3,418
[ "no_license" ]
[ { "path": "ansible/roles/dependencies/tasks/main.yml", "content": "- name: Install dependencies\n apt:\n name: ['docker.io', 'docker-compose']\n state: present\n update_cache: yes\n\n- name: Add user to docker group\n user:\n name: ubuntu\n groups: docker\n append: yes\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
victor-ok/IaC-DevOps-Stage-4
3302bfb794c1e9bcccf33dbf5fd315723b0fae7c
1
ansible/roles/deployment
3,418
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "- name: Clone application repository\n git:\n repo: \"https://github.com/victor-ok/DevOps-Stage-4\"\n dest: \"/home/ubuntu/app\"\n version: main\n\n- name: Start application with Docker Compose\n shell: docker-compose up -d\n args:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
imalik8088/ansible-kafka-topics-example
017f1abd2a3e1534b13777f21c57ea2b673fbe54
0
roles/kafka_lib
3,418
[ "permissive" ]
[ { "path": "roles/kafka_lib/molecule/default/tests/test_default.py", "content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts(['kafka1', 'kafka2'])\n\n\ndef test_error_kafka_logs(hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 51491, "all_permissive": true }
ansible_role
dayasral/tanapa
dcfc96745c8463cb8eddcce17ca8833e7de95a06
0
roles/base
3,418
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: tipo add key\n authorized_key:\n user: bender\n key: \"<KEY>\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
dayasral/tanapa
dcfc96745c8463cb8eddcce17ca8833e7de95a06
0
roles/db
3,418
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: tipo install db\n tags: mariadb\n apt:\n name:\n - mariadb-server\n state: latest\n when: ansible_distribution == \"Astra Linux\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
dayasral/tanapa
dcfc96745c8463cb8eddcce17ca8833e7de95a06
0
roles/web
3,418
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: tipo install apache samba\n tags: apache,samba\n apt:\n name:\n - apache2\n - libapache2-mod-php\n - samba\n state: latest\n\n- name: restart apache\n tags: apache\n service:\n name: apache2\n state: restarted\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/all_calculated
3,418
[ "no_license" ]
[ { "path": "roles/all_calculated/tasks/ubuntu.yml", "content": "---\n\n- name: create {{ all_calculated_user }} user\n user:\n name: \"{{ all_calculated_user }}\"\n generate_ssh_key: yes\n shell: \"/bin/bash\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 286, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/app
3,418
[ "no_license" ]
[ { "path": "roles/app/meta/main.yml", "content": "---\n\ndependencies:\n - role: ssh-keys\n linux_user: \"{{ app_user }}\"\n - role: authorized_keys\n linux_user: \"{{ app_user }}\"\n auth_key_list:\n - \"{{ ssh_pubkey_tomcat_jenkins }}\"\n - role: docker-engine\n docker_user: \"{{ app_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 459, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/app_allc
3,418
[ "no_license" ]
[ { "path": "roles/app_allc/meta/main.yml", "content": "---\n\ndependencies:\n - role: postgresql\n postgresql_users: \"{{ postgresql_allc_users }}\"\n postgresql_databases: \"{{ postgresql_allc_databases }}\"\n - app\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1047, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/app_rewards
3,418
[ "no_license" ]
[ { "path": "roles/app_rewards/templates/app_rewards.service.j2", "content": "[Unit]\nDescription=App Rewards Service\nAfter=syslog.target\nAfter=network.target\n\n[Service]\nUser={{ app_rewards_user }}\nExecStart={{ java8_install_latest }}/bin/java -jar {{ app_rewards_jar }}\n\n[Install]\nWantedBy=multi-user...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1502, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/artifactory
3,418
[ "no_license" ]
[ { "path": "roles/artifactory/vars/main.yml", "content": "# artifactory_home: /home/artifactory\n# artifactory_war: \"{{ artifactory_home }}/artifactory.war\"\n# artifactory_url_war: http://bit.ly/Hqv9aj\n# artifactory_url_rpm_repo: https://bintray.com/jfrog/artifactory-rpms/rpm\n# artifactory_path: \"{{ art...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3702, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/atom
3,418
[ "no_license" ]
[ { "path": "roles/atom/tasks/ubuntu.yml", "content": "---\n\n- name: add webupd8team/atom key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n\n- name: add webupd8team/atom\n apt_repository:\n repo: 'ppa:webupd8team/atom'\n state: present\n\n- name: install atom\n apt:\n name: ato...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/authorized_keys
3,418
[ "no_license" ]
[ { "path": "roles/authorized_keys/defaults/main.yml", "content": "auth_key_list: []\nauth_key_user: \"{{ ssh_user }}\"\nauth_key_dir: \"{{ ssh_dir }}\"\nauth_key_file: \"{{ ssh_dir }}/authorized_keys\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 492, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/bash
3,418
[ "no_license" ]
[ { "path": "roles/bash/tasks/ubuntu.yml", "content": "---\n\n- name: add entries in bash files\n lineinfile: dest={{ item }} line={{ bash_line }} state=present create=yes owner={{ bash_user }} insertbefore=\"{{ bash_insert_before }}\" #group={{ bash_user }}\n with_items: \"{{ bash_files }}\"\n when: bash_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 906, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/common
3,418
[ "no_license" ]
[ { "path": "roles/common/meta/main.yml", "content": "---\n\ndependencies:\n - dumpvars\n - sudo\n - update\n - role: bash\n bash_global: \"yes\"\n bash_line: \"export VISUAL=vim && export EDITOR=$VISUAL\"\n - role: bash\n bash_global: \"yes\"\n bash_line: PS1=\"[\\[\\033[32m\\]\\w]\\[\\033[0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1068, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/dht22
3,418
[ "no_license" ]
[ { "path": "roles/dht22/defaults/main.yml", "content": "---\n \ndht22_user: dht22\ndht22_install_dir: \"/home/{{ dht22_user }}/app\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/dht22/templates/dht22_sudoers.j2", "content": "{{ dht22...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 776, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/docker-engine
3,418
[ "no_license" ]
[ { "path": "roles/docker-engine/tasks/ubuntu.yml", "content": "---\n\n- name: set DEFAULT_FORWARD_POLICY in /etc/default/ufw\n lineinfile:\n dest: /etc/default/ufw\n line: \"DEFAULT_FORWARD_POLICY=\\\"ACCEPT\\\"\"\n state: present\n create: yes\n regexp: \"^DEFAULT_FORWARD_POLICY\"\n\n- name:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1709, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/eclipse
3,418
[ "no_license" ]
[ { "path": "roles/eclipse/meta/main.yml", "content": "---\n\ndependencies:\n - java8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/eclipse/tasks/main.yml", "content": "---\n\n # Most steps are skipped if a current installation of the...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2626, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/elixir-erlang-compile
3,418
[ "no_license" ]
[ { "path": "roles/elixir-erlang-compile/tasks/ubuntu.yml", "content": "---\n\n# Based on the steps at https://wtfleming.github.io/2015/12/10/embedded-elixir-raspberry-pi/\n\n- name: install required packages for compilation\n apt:\n name: \"{{ item }}\"\n with_items:\n - wget\n - libssl-dev\n -...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2543, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/firewall
3,418
[ "no_license" ]
[ { "path": "roles/firewall/defaults/main.yml", "content": "tcp_ports_allow:\n - 22\ntcp_ports_limit: []\ntcp_ports_forward:\n - { from: [], to: [] }\nudp_ports_allow: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/firewall/handlers/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3200, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/git
3,418
[ "no_license" ]
[ { "path": "roles/git/meta/main.yml", "content": "---\n\nallow_duplicates: yes\n\ndependencies:\n - { role: ssh-keys, ssh_user: \"{{ git_user }}\" }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/git/templates/.gitconfig.j2", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1322, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/glassfish
3,418
[ "no_license" ]
[ { "path": "roles/glassfish/templates/glassfish-setup-script-2.sh.j2", "content": "#!/bin/bash\n\n\nuntil {{ glassfish_path }}/bin/asadmin enable-secure-admin\ndo\n echo \"Try again\"\n sleep 2\ndone\n\nuntil {{ glassfish_path }}/bin/asadmin delete-jvm-options -- -client\ndo\n echo \"Try again\"\n sleep ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11650, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/gradle
3,418
[ "no_license" ]
[ { "path": "roles/gradle/defaults/main.yml", "content": "gradle_version: \"2.10\"\ngradle_user: \"{{ linux_user }}\"\n# gradle_m2_dir: /home/{{gradle_user}}/.m2\n# gradle_default: \"false\"\n# gradle_latest: \"false\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2115, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/grails
3,418
[ "no_license" ]
[ { "path": "roles/grails/tasks/main.yml", "content": "\n---\n\n- include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n\n- name: create required directories\n file: path={{ item }} state=directory\n with_items:\n - \"{{ grails_install }}\"\n tags: grails\n\n- name: download grails archive\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1415, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/groovy
3,418
[ "no_license" ]
[ { "path": "roles/groovy/meta/main.yml", "content": "---\n\nallow_duplicates: yes\n\ndependencies:\n - java8\n - role: bash\n bash_global: \"yes\"\n bash_line: \"export PATH=$GROOVY_HOME/bin:$PATH\"\n - role: bash\n bash_global: \"yes\"\n bash_insert_before: ^.*GROOVY_HOME/bin.*$\n bash_lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1398, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/heatbeat
3,418
[ "no_license" ]
[ { "path": "roles/heatbeat/tasks/ubuntu.yml", "content": "---\n\n- name: create {{ heatbeat_user }} user\n user:\n name: \"{{ heatbeat_user }}\"\n generate_ssh_key: yes\n shell: \"/bin/bash\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 256, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/hosts
3,418
[ "no_license" ]
[ { "path": "roles/hosts/templates/hosts.j2", "content": "127.0.0.1 localhost pgadmin.homenet\n127.0.1.1 {{ ansible_hostname }}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 ip6-localhost ip6-loopback\nfd00:a516:7c1b:17cd:6d81:2137:bd2a:2c5b ip6-localnet\nfdf8:f53e:61e4::1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 737, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/hudson
3,418
[ "no_license" ]
[ { "path": "roles/hudson/templates/hudson-version.j2", "content": "{{ hudson_version }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/hudson/meta/main.yml", "content": "---\n\ndependencies:\n - tomcat\n - role: maven3\n linux_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3159, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/intellij
3,418
[ "no_license" ]
[ { "path": "roles/intellij/defaults/main.yml", "content": "intellij_install_dir: /opt/intellij\n# intellij_type: community\nintellij_type: ultimate\nintellij_version: 2017.1.1\nintellij_user: \"{{ linux_user }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3376, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/java8
3,418
[ "no_license" ]
[ { "path": "roles/java8/vars/main.yml", "content": "---\n\njava8_version_minor: 74\njava8_version: 8u{{ java8_version_minor }}\n# The \"-b27\" in the url sometimes changes with versions and will need to be updated. Downloads fail without it, otherwise unsure of purpose.\njava8_url: http://download.oracle.com...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1410, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/jenkins-master
3,418
[ "no_license" ]
[ { "path": "roles/jenkins-master/tasks/ubuntu.yml", "content": "---\n\n- name: add jenkins repo key\n apt_key:\n url: http://pkg.jenkins.io/debian-stable/jenkins.io.key\n\n- name: add jenkins repo\n apt_repository:\n repo: deb http://pkg.jenkins.io/debian-stable binary/\n\n- name: install jenkins\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 394, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/jenkins-slave
3,418
[ "no_license" ]
[ { "path": "roles/jenkins-slave/tasks/main.yml", "content": "\n---\n\n- include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n tags: jenkins-slave\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/jenkins-slave/meta/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 186, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/jruby
3,418
[ "no_license" ]
[ { "path": "roles/jruby/meta/main.yml", "content": "---\n\ndependencies:\n - role: rbenv\n rbenv_user: \"{{ jruby_user }}\"\n - java8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/jruby/defaults/main.yml", "content": "jruby_user: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1396, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/landscape-client
3,418
[ "no_license" ]
[ { "path": "roles/landscape-client/handlers/main.yml", "content": "---\n\n- name: landscape client update config restart\n shell: landscape-config --silent\n tags: landscape-client\n\n# - name: restart landscape-client service\n# service: name=landscape-client state=restarted\n# tags: landscape-client\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1367, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/landscape-server
3,418
[ "no_license" ]
[ { "path": "roles/landscape-server/tasks/ubuntu.yml", "content": "---\n\n- name: add landscape-server ppa\n apt_repository: repo=\"ppa:landscape/15.01\" state=present\n tags: landscape-server\n\n- name: install landscape-server\n apt: name=landscape-server-quickstart state=present\n tags: landscape-serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/maven3
3,418
[ "no_license" ]
[ { "path": "roles/maven3/tasks/main.yml", "content": "---\n\n- name: create required directories\n file: path={{ item }} state=directory\n with_items:\n - \"{{ maven3_install }}\"\n tags: maven3\n\n- name: download maven3 archive\n get_url: url={{ maven3_url }} dest={{ maven3_archive }}\n tags: maven...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5093, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/netbeans
3,418
[ "no_license" ]
[ { "path": "roles/netbeans/tasks/main.yml", "content": "---\n\n # Only configuration is done if an install already exists\n\n- name: create install directory\n file: path={{ netbeans_install_dir }} state=directory owner={{ linux_user }} # group={{ linux_user }}\n register: netbeans_install\n tags: netbea...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2166, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/nginx
3,418
[ "no_license" ]
[ { "path": "roles/nginx/templates/ac.joshuascheel.com.nginx.conf.j2", "content": "server {\n\n listen 80;\n server_name {{ nginx_hostname }};\n\n location / {\n\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $proxy...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3713, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/nodejs
3,418
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n tags: nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/nodejs/tasks/ubuntu.yml", "content": "---\n\n-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 736, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/pgadmin4
3,418
[ "no_license" ]
[ { "path": "roles/pgadmin4/defaults/main.yml", "content": "pgadmin4_user: pgadmin\npgadmin4_version: 1.4\npgadmin4_wheel_filename: pgadmin4-{{ pgadmin4_version }}-py2.py3-none-any.whl\npgadmin4_wheel_url: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v{{ pgadmin4_version }}/pip/{{ pgadmin4_wheel_filename }...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2862, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/play
3,418
[ "no_license" ]
[ { "path": "roles/play/tasks/main.yml", "content": "---\n\n- name: create required directories\n file: path={{ item }} state=directory\n with_items:\n - \"{{ play_install }}\"\n tags: play\n\n- name: download play archive\n get_url: url={{ play_url }} dest={{ play_archive }} validate_certs=false\n ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1656, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/postgresql
3,418
[ "no_license" ]
[ { "path": "roles/postgresql/meta/main.yml", "content": "---\n\ndependencies:\n - role: firewall\n tcp_ports_allow:\n - \"{{ postgresql_port }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/postgresql/tasks/ubuntu.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2992, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/pycharm
3,418
[ "no_license" ]
[ { "path": "roles/pycharm/templates/pycharm_version.j2", "content": "{{ pycharm_version }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/pycharm/templates/pycharm.desktop.j2", "content": "[Desktop Entry]\nEncoding=UTF-8\nName=Pycharm I...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2608, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/rbenv
3,418
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n\n- name: create plugins directory\n file: path=\"{{ rbenv_checkout_main }}/plugins\" state=directory owner={{ rbenv_user }} # group={{ rbenv_user }}\n tags: rbenv\n\n- name: create symbolic link for ruby-build\n file: src=\"{{ rbenv_checkout_ruby_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1219, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/reboot-weekly
3,418
[ "no_license" ]
[ { "path": "roles/reboot-weekly/tasks/ubuntu.yml", "content": "---\n\n- name: setup crontab to reboot each Sunday\n cron:\n minute: 0\n hour: 3\n weekday: 0\n job: /sbin/reboot\n name: reboot-weekly\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 234, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/ruby
3,418
[ "no_license" ]
[ { "path": "roles/ruby/defaults/main.yml", "content": "ruby_user: \"{{ linux_user }}\"\n# ruby_version: 1.7.22\nruby_version: 2.3.0\nruby_gems: []\nruby_install: \"{{ rbenv_checkout_main }}/versions/{{ ruby_version }}\"\nruby_gem_exec: \"{{ rbenv_checkout_main }}/versions/{{ ruby_version }}/bin/gem\"\n", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1401, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/spring
3,418
[ "no_license" ]
[ { "path": "roles/spring/tasks/main.yml", "content": "\n---\n\n- include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n\n- name: create required directories\n file: path={{ item }} state=directory\n with_items:\n - \"{{ spring_install }}\"\n tags: spring\n\n- name: download spring archive\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1429, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/ssh-keys
3,418
[ "no_license" ]
[ { "path": "roles/ssh-keys/templates/id_rsa.j2", "content": "{{ ssh_key_private }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/ssh-keys/templates/id_rsa.pub.j2", "content": "{{ ssh_key_public }}\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1075, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/sublime
3,418
[ "no_license" ]
[ { "path": "roles/sublime/README.md", "content": "Configuration based on: https://github.com/jdauphant/ansible-role-intellij\n\nLicense reused in this role as instructed.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/sublime/vars/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2061, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/sudo
3,418
[ "no_license" ]
[ { "path": "roles/sudo/defaults/main.yml", "content": "---\n\nsudo_admin_list:\n - \"{{ linux_user }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/sudo/tasks/ubuntu.yml", "content": "---\n\n- name: add specified users to sudo group...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 400, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/swappiness
3,418
[ "no_license" ]
[ { "path": "roles/swappiness/tasks/main.yml", "content": "---\n\n- name: set swappiness default\n template:\n src: swappiness.conf.j2\n dest: /etc/sysctl.d/swappiness.conf\n register: swappiness_update\n tags: swappiness\n\n- name: set swappniness current setting if value changed\n shell: bash -lc ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 416, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/tomcat
3,418
[ "no_license" ]
[ { "path": "roles/tomcat/templates/tomcat-users.xml.j2", "content": "<tomcat-users>\n <user username=\"admin\" password=\"{{ <PASSWORD> }}\" roles=\"manager-gui,admin-gui\"/>\n</tomcat-users>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3535, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/update
3,418
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n\n- include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n tags: update\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/update/tasks/ubuntu.yml", "content": "---\n\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 286, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/update-nightly
3,418
[ "no_license" ]
[ { "path": "roles/update-nightly/tasks/ubuntu.yml", "content": "---\n\n- name: setup crontab to run updates each day at midnight\n cron:\n minute: 0\n hour: 0\n job: /usr/bin/apt-get update; PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin /usr/bin/apt-get -y -o Dpkg::Options::=\"--force-confdef\" -o Dpk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/virtualbox-guest
3,418
[ "no_license" ]
[ { "path": "roles/virtualbox-guest/tasks/ubuntu.yml", "content": "---\n\n- name: install virtualbox guest packages\n apt: name={{ item }} state=present\n with_items:\n - virtualbox-guest-dkms\n tags: virtualbox-guest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/virtualbox-host
3,418
[ "no_license" ]
[ { "path": "roles/virtualbox-host/tasks/ubuntu.yml", "content": "---\n\n- name: install workstation packages\n apt: name={{ item }} state=present\n with_items:\n - virtualbox-qt\n tags: virtualbox-host\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 486, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/vpn-ocean
3,418
[ "no_license" ]
[ { "path": "roles/vpn-ocean/tasks/ubuntu.yml", "content": "---\n\n- name: install openvpn client\n apt:\n name: openvpn\n state: present\n\n- name: copy openvpn profile\n copy:\n src: .vault/ocean.ovpn\n dest: /etc/openvpn/ocean.conf\n\n- name: start and enable <EMAIL>\n service:\n name: <E...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1928, "all_permissive": false }
ansible_role
jscheel42/Ansible
3149b2b00b72300613e60720ee3f65643343907a
0
roles/workstation
3,418
[ "no_license" ]
[ { "path": "roles/workstation/meta/main.yml", "content": "---\n\ndependencies:\n - role: git\n git_co_info:\n - { git_repo: \"<EMAIL>:jscheel42/Ansible.git\", git_dir: \"{{ git_ansible_dir }}\" }\n - { git_repo: \"<EMAIL>:jscheel42/ansiblevault.git\", git_dir: \"{{ git_ansible_vault_dir }}\" }\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2479, "all_permissive": false }
ansible_role
anaclaudia/ansible
3cb4c695e3332cf8c55420e022b3136a9077d596
0
roles/create_instace
3,418
[ "no_license" ]
[ { "path": "roles/create_instace/tasks/main.yml", "content": "# Basic provisioning example\n- name: Create an EC2 instance\n hosts: localhost\n connection: local\n gather_facts: False\n\n tasks:\n - name: webservers security group\n ec2_group:\n name: ec2-security-group\n description: \"A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1022, "all_permissive": false }
ansible_role
anaclaudia/ansible
3cb4c695e3332cf8c55420e022b3136a9077d596
0
roles/nginx
3,418
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add the key used to NGINX pkg\n apt_key: \n url={{ nginx_url }} state=present\n sudo: yes\n tags: nginx\n\n- name: Add the official repository to install NGINX\n apt_repository:\n repo: \"{{ nginx_repository }}\"\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
brianreumere/brianreumere.server
89acd2a3c77e46bb967eda94bb1fb33396aca474
0
roles/baseline
3,418
[ "no_license" ]
[ { "path": "roles/baseline/tasks/debian.yml", "content": "---\n- name: Upgrade packages\n ansible.builtin.apt:\n upgrade: true\n update_cache: true\n when: baseline_upgrade_packages\n\n- name: Install QEMU guest agent\n ansible.builtin.apt:\n name: qemu-guest-agent\n state: present\n update...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 11817, "all_permissive": false }
ansible_role
brianreumere/brianreumere.server
89acd2a3c77e46bb967eda94bb1fb33396aca474
0
roles/kvm
3,418
[ "no_license" ]
[ { "path": "roles/kvm/templates/run-virtnbdbackup.sh.j2", "content": "#!/bin/sh\n\n# Run full backups if they don't exist, or differential backups if they do\n\n{% for domain, disks in kvm_domains_to_backup.items() -%}\n{% for disk in disks -%}\nif [ ! -f \"{{ kvm_local_backup_path }}/{{ domain }}/{{ disk }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 24434, "all_permissive": false }
ansible_role
brianreumere/brianreumere.server
89acd2a3c77e46bb967eda94bb1fb33396aca474
0
roles/pf
3,418
[ "no_license" ]
[ { "path": "roles/pf/tasks/main.yml", "content": "---\n- name: Copy physical interface hostname.if files\n ansible.builtin.template:\n src: hostname.if.j2\n dest: /etc/hostname.{{ item.key }}\n owner: root\n group: wheel\n mode: '0640'\n loop: \"{{ pf_physical_ifs | dict2items }}\"\n notify...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 32690, "all_permissive": false }
ansible_role
tondepusuresht/PearlThoughts
5090f861d7cfabd98627908d4e7e18bf9955e9ce
0
PearlThoughts/Infrastructure Automation with Ansible/roles/common
3,418
[ "no_license" ]
[ { "path": "PearlThoughts/Infrastructure Automation with Ansible/roles/common/tasks/main.yml", "content": "- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install dependencies\r\n apt:\r\n name: [git, curl, php, php-cli]\r\n state: present\r\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
tondepusuresht/PearlThoughts
5090f861d7cfabd98627908d4e7e18bf9955e9ce
0
PearlThoughts/Infrastructure Automation with Ansible/roles/docker
3,418
[ "no_license" ]
[ { "path": "PearlThoughts/Infrastructure Automation with Ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker\r\n apt:\r\n name: [docker.io]\r\n state: present\r\n\r\n- name: Install Docker Compose\r\n get_url:\r\n url: https://github.com/docker/compose/releases/download/v2.20....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
tondepusuresht/PearlThoughts
5090f861d7cfabd98627908d4e7e18bf9955e9ce
0
PearlThoughts/Infrastructure Automation with Ansible/roles/php
3,418
[ "no_license" ]
[ { "path": "PearlThoughts/Infrastructure Automation with Ansible/roles/php/tasks/main.yml", "content": "- name: Clone php app (or pull latest)\r\n git:\r\n repo: https://github.com/test.git\r\n dest: /opt/php-app\r\n version: main\r\n\r\n- name: Build Docker image\r\n docker_image:\r\n name: ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
rddevops5/ansiblewas
42f7cdf119f3879b2b8033a0d19a6bdf985e405f
0
ansible/roles/usercontrol
3,418
[ "no_license" ]
[ { "path": "ansible/roles/usercontrol/tasks/main.yml", "content": "---\n- include: usercontrol.yml \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/usercontrol/tasks/usercontrol.yml", "content": "---\n#Create new group if the gro...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2557, "all_permissive": false }
ansible_role
rddevops5/ansiblewas
42f7cdf119f3879b2b8033a0d19a6bdf985e405f
0
ansible/roles/was8
3,418
[ "no_license" ]
[ { "path": "ansible/roles/was8/defaults/main.yml", "content": "---\n# defaults versions for WAS installation\n WAS-FP013: [\"8.5.5-WS-WAS-FP013-part1.zip\",\"8.5.5-WS-WAS-FP013-part2.zip\",\"8.5.5-WS-WAS-FP013-part3.zip\"]\n IBMWASJAVA: [\"8.0.3.20-WS-IBMWASJAVA-part1.zip\",\"8.0.3.20-WS-IBMWASJAVA-part2.zip...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6973, "all_permissive": false }
ansible_role
Gyana545/Ansible
b69cbb14ed83944b09f71af2bfbadec813bbd150
0
roles/database
3,418
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n# tasks file for database\n- name: install mariadb\n yum:\n name: mariadb-server\n state: present\n\n- name: MariaDB service start\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: install pip package maneger\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
Gyana545/Ansible
b69cbb14ed83944b09f71af2bfbadec813bbd150
0
roles/php
3,418
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: install php\n shell:\n cmd: amazon-linux-extras install php8.2 -y\n\n- name: install pHp MyAdmin\n get_url:\n url: https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-english.zip\n dest: /var/www/html\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
jeremykendall/slim-auth-impl
817fec3cd9a149eb54dae8f754fef219b9907e06
31
ansible/roles/init
3,418
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "---\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: Install System Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n\n- name: Add ppa Repository\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
jeremykendall/slim-auth-impl
817fec3cd9a149eb54dae8f754fef219b9907e06
31
ansible/roles/php5-fpm
3,418
[ "no_license" ]
[ { "path": "ansible/roles/php5-fpm/tasks/main.yml", "content": "- name: Install php5-fpm and php5-cli\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - php5-fpm\n - php5-cli\n\n- name: Set error reporting\n sudo: yes\n lineinfile: dest={{ php_fpm_ini }}\n regexp='^error...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 985, "all_permissive": false }
ansible_role
mikewiegering/AzureTerraformLab
8398eaabd543902726a872bcede871c46003acd6
2
ansibleDockerInstall/roles/all
3,418
[ "no_license" ]
[ { "path": "ansibleDockerInstall/roles/all/tasks/main.yml", "content": "#use ubuntu package manager to install docker and pull basic web app for demo\n\n- name: \"updating apt packages\"\n apt:\n update_cache: yes\n\n- name: \"Dockers official GPG key\"\n apt_key: url=https://download.docker.com/linux/u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1324, "all_permissive": false }
ansible_role
dheles/automacion
f8936fc0bbe6c291cd38637563840ca6db82bb83
0
roles/dotfiles
3,378
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n# '^\\\\.?(.*?)(?:\\\\.j2)?$' - regex with the following meaning:\n# ^ - beginning of the filename\n# \\\\.? - optional period\n# (.*?) - the filename we want to capture, with the '?' modifier making the match non-greedy, to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1062, "all_permissive": false }
ansible_role
dheles/automacion
f8936fc0bbe6c291cd38637563840ca6db82bb83
0
roles/sudoers
3,378
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "---\n- name: create sudoers.d directory\n file:\n path: /etc/sudoers.d\n state: directory\n become: true\n\n# FIXME: this might not be idempotent in a way that might break shit\n- name: configure sudo to use sudoers.d directory for safer and more...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1623, "all_permissive": false }
ansible_role
pavan541/SemanticMediawikiInstallation
84e7406612e7db5c2a9c2a570564d0a5ea69045f
0
deployment/roles/dbservers
3,378
[ "no_license" ]
[ { "path": "deployment/roles/dbservers/tasks/main.yml", "content": "---\n\n- name: set mysql-server root password for installer\n shell: \"{{ item }}\"\n with_items:\n - echo mysql-server mysql-server/root_password password {{ mysql_root_password }} | sudo debconf-set-selections\n - echo mysql-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
pavan541/SemanticMediawikiInstallation
84e7406612e7db5c2a9c2a570564d0a5ea69045f
0
deployment/roles/extensions
3,378
[ "no_license" ]
[ { "path": "deployment/roles/extensions/templates/composer.json.j2", "content": "{\n\t\"require\": {\n\t\t\"php\": \">=5.3.2\",\n\t\t\"mediawiki/semantic-media-wiki\": \"*\"\n\t},\n\t\"config\": {\n\t\t\"vendor-dir\": \"../../vendor\"\n\t},\n\t\"extra\": {\n\t\t\"installer-paths\": {\n\t\t\t\"../../extension...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3673, "all_permissive": false }
ansible_role
pavan541/SemanticMediawikiInstallation
84e7406612e7db5c2a9c2a570564d0a5ea69045f
0
deployment/roles/java
3,378
[ "no_license" ]
[ { "path": "deployment/roles/java/tasks/main.yml", "content": "---\n\n- name: Install openjdk-7-jre-headless\n apt: name=openjdk-7-jre-headless state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
pavan541/SemanticMediawikiInstallation
84e7406612e7db5c2a9c2a570564d0a5ea69045f
0
deployment/roles/mediawiki
3,378
[ "no_license" ]
[ { "path": "deployment/roles/mediawiki/tasks/main.yml", "content": "---\n\n- name: update apt cache \n apt: update_cache=yes\n\n- name: install modules for mediawiki\n apt: name={{ item }} state=latest\n with_items:\n - php5\n - libapache2-mod-php5\n - php5-mcrypt\n - php-apc\n - php5-intl\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1288, "all_permissive": false }