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
Andrey-lab/ansible
fadd9a2845bc205b27346a261ecc6adc88a21373
0
roles/apache
517
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yaml", "content": "app_user: ansible\nhttp_host: ansible\nhttp_port: 80\nindex: ~/ansible/roles/apache/files/phpinfo.php\nhttp_conf: apache.conf\ndisable_default: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "p...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1307, "all_permissive": false }
ansible_role
Kimovi/Soap-recipe-generator
fab72b4ab395573f3537bf45482761e1d8143288
0
ansible/roles/manager
517
[ "no_license" ]
[ { "path": "ansible/roles/manager/tasks/main.yaml", "content": "---\n# tasks file for manager\n - name: Init a new swarm with default parameters\n docker_swarm:\n state: present\n\n - name: Get the manager node join-token\n docker_swarm_info:\n register: swarm_info ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
Kimovi/Soap-recipe-generator
fab72b4ab395573f3537bf45482761e1d8143288
0
ansible/roles/worker
517
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yaml", "content": "---\n# tasks file for worker\n - name: Add Worker to manager node\n docker_swarm:\n state: join\n advertise_addr: worker\n join_token: \"{{ hostvars['172.16.17.32']['swarm_info']['swarm_facts']['JoinTokens']['Worker']...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/common
517
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "- name: Install Maven\n ansible.builtin.yum:\n name: maven\n state: present\n\n- name: Download {{ COMPONENT }}\n ansible.builtin.include_tasks:\n file: download.yml\n\n- name: Compile Package\n ansible.builtin.shell: mvn clean package && mv ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2255, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/frontend
517
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: Delete old HTDocs\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Download and Extract Frontend\n include_role:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/mongodb
517
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Setup MongoDB Repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n state: present\n update_cache: yes\n\n- name: Update IP Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/mysql
517
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Setup MySQL Repo\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install MySQL\n ansible.builtin.yum:\n name: [\"mysql-community-server\", \"MySQL-python\"]\n state: present\n\n- name: Start My...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1345, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/payment
517
[ "no_license" ]
[ { "path": "roles/payment/defaults/main.yml", "content": "---\n# defaults file for payment\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/payment/tasks/main.yml", "content": "- name: Payment\n ansible.builtin.include_role:\n name: c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 152, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/rabbitmq
517
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Install Erlang\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n\n- name: setup Repo for RabbitMQ\n ansible.builtin.shell: curl -s https://packagecloud.io/install/reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/redis
517
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Configure Redis\n ansible.builtin.yum:\n name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n\n- name: Install Redis\n ansible.builtin.yum:\n name: redis\n enablerepo: remi\n state: present\n\n- name: Update Redis Config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
vineethbandlamudi/ansible
e9540f330f3f6a10ec4da9eebd8b5889f55c6150
0
roles/shipping
517
[ "no_license" ]
[ { "path": "roles/shipping/handlers/main.yml", "content": "---\n# handlers file for shipping\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/shipping/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 225, "all_permissive": false }
ansible_role
oatakan/jboss-ansible-example
9a1d063245f9dc660c42f1f91ed1cbcc85746cd7
0
roles/ticketmonster
517
[ "no_license" ]
[ { "path": "roles/ticketmonster/tasks/main.yml", "content": "---\n\n- name: find deployment dir\n find:\n paths: /opt/wildfly\n patterns: 'wildfly*'\n recurse: no\n file_type: directory\n register: find_deployment_dir\n\n- name: fail if no match\n fail:\n msg: \"no wildfly installation foun...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 839, "all_permissive": false }
ansible_role
adela-domokosova/Ansible-PHPsite
7c894081de5e9acdb4df42c5cea2b4bbb4ed648b
0
Ansible/roles/nginx_php_web
517
[ "no_license" ]
[ { "path": "Ansible/roles/nginx_php_web/defaults/main.yml", "content": "nginx_package_name: nginx\nphp_fpm_package_name: php8.1-fpm\nall_required_packages:\n - nginx\n - php8.1-fpm\n - php8.1-cli\n - php8.1-gd\n - php8.1-mbstring\n - php8.1-xml\n - php8.1-zip\n - php8.1-curl\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3146, "all_permissive": false }
ansible_role
volaralle/gitlab-runner-docker-machine
276350ecf26f3114aa462281ab6c8bc391cc971a
0
ansible/roles/docker-machine
517
[ "no_license" ]
[ { "path": "ansible/roles/docker-machine/tasks/main.yml", "content": "---\n- name: install packages\n apt:\n pkg:\n - docker.io\n - git\n - golang-go\n - git\n - htop\n - lnav\n state: latest\n update_cache: true\n when: ansible_distribution == 'Ubuntu'\n\n- name: Cre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1659, "all_permissive": false }
ansible_role
volaralle/gitlab-runner-docker-machine
276350ecf26f3114aa462281ab6c8bc391cc971a
0
ansible/roles/runner
517
[ "no_license" ]
[ { "path": "ansible/roles/runner/tasks/install-debian.yml", "content": "---\n\n- name: (Debian) Get Gitlab repository installation script\n get_url:\n url: \"https://packages.gitlab.com/install/repositories/runner/{{ gitlab_runner_package_name }}/script.deb.sh\"\n dest: /tmp/gitlab-runner.script.deb.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2398, "all_permissive": false }
ansible_role
mcarpendale/ansible
799b985fbd0abb12b2bccc716c3b7407914fa4de
0
smart_provisioning/roles/sp
517
[ "no_license" ]
[ { "path": "smart_provisioning/roles/sp/tasks/all.yml", "content": "---\n - name: Get capacity information for {{ url }}\n purefa_info:\n gather_subset:\n - minimum\n - capacity\n fa_url: \"{{ url }}\"\n api_token: \"{{ api }}\"\n register: array_info\n\n - name: Set Fact _ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
jibinjose087/ansiblePlaybook
1fe008b70e19a4f4fa850f1f15c6900b672004e2
0
roles/common
517
[ "no_license" ]
[ { "path": "roles/common/tasks/Solaris_setup.yml", "content": "---\r\n# tasks file for common\r\n\r\n- name: install NTP server\r\n pkgutil: name=ntp state=present\r\n\r\n- name: start the NTP server\r\n service: name=ntpd state=started\r\n\r\n- name: enable NTP server\r\n service: name=ntpd enabled=yes\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
jibinjose087/ansiblePlaybook
1fe008b70e19a4f4fa850f1f15c6900b672004e2
0
roles/tman
517
[ "no_license" ]
[ { "path": "roles/tman/vars/RedHat_vars.yml", "content": "---\r\n# vars file for common\r\n\r\n#Build description\r\nbranch_name: master\r\nBUILD: '{{ build_no }}'\r\nBRANCH: '{{ branch_name }}'\r\nBUILD_NAME: 'BUILD_{{BUILD}}'\r\nBUILD_FILE: '{{ APP }}_{{ BUILD_NAME }}.zip'\r\nbuild: BUILD\r\n\r\n#SVN descr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 12173, "all_permissive": false }
ansible_role
Axel7509/Trainee_old
54535170375edbff6a82b50cc0a89257a36099d1
0
ansible_scr_roles/roles/install-docker-ub
517
[ "no_license" ]
[ { "path": "ansible_scr_roles/roles/install-docker-ub/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Update&Upgrade aptitude\n ansible.builtin.apt:\n na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1388, "all_permissive": false }
ansible_role
Axel7509/Trainee_old
54535170375edbff6a82b50cc0a89257a36099d1
0
ansible_scr_roles/roles/install-git
517
[ "no_license" ]
[ { "path": "ansible_scr_roles/roles/install-git/tasks/main.yml", "content": "- name: Installing Git on Ubuntu\n when: ansible_distribution == 'Ubuntu'\n apt:\n name: git\n state: present\n\n- name: Installing Git on Amazon Linux\n when: ansible_distribution == 'Amazon'\n yum:\n name: git\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
Axel7509/Trainee_old
54535170375edbff6a82b50cc0a89257a36099d1
0
ansible_scr_roles/roles/run-cont-am
517
[ "no_license" ]
[ { "path": "ansible_scr_roles/roles/run-cont-am/vars/main.yml", "content": "---\n# vars file for run-cont-am\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible_scr_roles/roles/run-cont-am/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 808, "all_permissive": false }
ansible_role
chaos-consulting/adsberry
f2679b2ad49e74947b6c65e131aa43069ae6073a
28
ansible/roles/adsb
517
[ "no_license" ]
[ { "path": "ansible/roles/adsb/templates/adsb.sh.j2", "content": "#!/bin/bash\n#place this script in /opt/adsb and chmod +x it\nwhile true; do\ncurl -s -u {{ adsb_api_username }}:{{ adsb_api_password }} -X POST -H \"Content-type: application/json\" -d @/run/dump1090-mutability/aircraft.json https://adsb.chao...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3905, "all_permissive": false }
ansible_role
smgaya/ansible-dspace
0c5c86d7216be52aa71b06e04336192ee39d08af
0
roles/dspace
517
[ "no_license" ]
[ { "path": "roles/dspace/tasks/prerequsite.yml", "content": "---\n##\n\n# Common general deps\n- name: deps | Install some needed depenences\n apt: \n pkg: \"{{ dspace_dependences }}\"\n state: present \n install_recommends: no\n update_cache: yes\n become: yes\n tags: deps\n\n# Select java 1....
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6023, "all_permissive": false }
ansible_role
guiperry/agent-auditor
ac2003c68ff1162b27636d51ccbea775098e159c
0
ansible/roles/agent_auditor
517
[ "no_license" ]
[ { "path": "ansible/roles/agent_auditor/tasks/health_check.yml", "content": "---\n- name: Check if application directory exists\n stat:\n path: \"{{ app_dir }}\"\n register: app_dir_check\n become: true\n\n- name: Display application directory information\n debug:\n msg: \n - \"App directory e...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 48361, "all_permissive": false }
ansible_role
mlahouar/opendistro_standalone_installation
644366803b05e5de08a99aa162bb25b1b07d51f7
0
roles/elasticsearch_opendistro_security
517
[ "no_license" ]
[ { "path": "roles/elasticsearch_opendistro_security/scripts/create-node-certs.sh", "content": "\nCN=$1\nCA_key=$2\nCA_key_pass=$3\nCA_crt=$4\nFN=$CN\n\nrm -rf ${CN}.csr ${CN}.crt ${CN}.key ${CN}_tmp.key ${CN}_req.cnf\numask 0277\n\ncat << EOF > ${CN}_req.cnf\n[req]\nreq_extensions = v3_req\ndistinguished_nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12721, "all_permissive": false }
ansible_role
mlahouar/opendistro_standalone_installation
644366803b05e5de08a99aa162bb25b1b07d51f7
0
roles/kibana_opendistro_security
517
[ "no_license" ]
[ { "path": "roles/kibana_opendistro_security/defaults/main.yml", "content": "---\n\nkb_conf_dir: \"/etc/kibana\"\nkb_plugin_bin_path: /usr/share/kibana/bin/kibana-plugin\n\n# SSL configuration\nca_key_file: ./common/ca/CARoot.key\nca_key_pass: '<PASSWORD>'\nca_crt_file: ./common/ca/CARoot.crt\nadmin_dn: CN=a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3545, "all_permissive": false }
ansible_role
ljishen/eucycles
8efc741312d45373963e36ab29e66c333327d5fc
0
playbooks/common/roles/prerequisites
517
[ "no_license" ]
[ { "path": "playbooks/common/roles/prerequisites/tasks/main.yml", "content": "---\n- name: install docker\n become: yes\n include_role:\n name: angstwad.docker_ubuntu\n private: yes\n tags: [ 'never', 'install_docker' ]\n- name: ensure the presence of workdir {{ workdir }}\n become: no\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
G-Nivetha-ML/ansible-three-tier-deployment
cf0bf8bc8f75aef907f0975af5729d386a35133d
0
roles/appserver
517
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "---\n# tasks file for appserver\n# Install Python and Flask\n- name: Install Python 3\n apt:\n name: python3\n state: present\n update_cache: yes\n become: yes\n\n- name: Install pip for Python 3\n apt:\n name: python3-pip\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
G-Nivetha-ML/ansible-three-tier-deployment
cf0bf8bc8f75aef907f0975af5729d386a35133d
0
roles/dbserver
517
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "---\n# tasks file for dbserver\n# Install MySQL Server and Start\n\n- name: Install MySQL server\n apt:\n name: mysql-server\n state: present\n update_cache: yes\n become: yes\n\n- name: Install pymysql python module\n apt:\n name: python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
G-Nivetha-ML/ansible-three-tier-deployment
cf0bf8bc8f75aef907f0975af5729d386a35133d
0
roles/webserver
517
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n#install Apache Web Server\n\n- name: Install Apache Web Server\n apt:\n name: apache2\n state: present\n update_cache: yes\n become: yes\n\n- name: Start Apache Web Server\n service:\n name: apache2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
rajat-bahuguna-p2epl/harshicorp-vault
b3acb51fdcf15858663911f71e4d6a64fd793ffa
0
roles/05-configure-vault
517
[ "no_license" ]
[ { "path": "roles/05-configure-vault/tasks/main.yml", "content": "---\n \n- block:\n - import_tasks: \"00-asserts.yml\"\n - import_tasks: \"01-initialize.yml\"\n become: yes\n - import_tasks: \"03-certificates.yml\"\n become: yes\n - import_tasks: \"04-config-files.yml\"\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
aisuhua/kibana-ansible
8d70eaad6094123794ffecd690eac6af19f91ffa
0
roles/kibana
515
[ "no_license" ]
[ { "path": "roles/kibana/tasks/preinstall.yaml", "content": "- name: set nofile in /etc/security/limits.conf\n pam_limits:\n domain: '*'\n limit_type: '-'\n limit_item: nofile\n value: '65535'\n\n- name: set nproc in /etc/security/limits.conf\n pam_limits:\n domain: '*'\n limit_type: '-'\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3336, "all_permissive": false }
ansible_role
ffirg/HashiVaultRole
37f0e32ab9c9965714470ec8c78b946fddb3d683
1
roles/vault-config
515
[ "no_license" ]
[ { "path": "roles/vault-config/tasks/main.yml", "content": "---\n- include: vault-init.yml\n- include: vault-unseal.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/vault-config/tasks/vault-unseal.yml", "content": "- name: Reading uns...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 459, "all_permissive": false }
ansible_role
vitalygorohovik93/project
3976e81cad34818a98053babdc8624f3aa10a952
0
ansible/roles/deploy_apache_web
515
[ "no_license" ]
[ { "path": "ansible/roles/deploy_apache_web/tasks/main.yml", "content": "---\n# tasks file for deploy_apache_web\n- block: #=========>BLOCK for Redhat<==========\n - name: Install Apache\n yum: name=httpd state=installed\n - name: Stop Nginx\n service: name=nginx state=stopped\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1386, "all_permissive": false }
ansible_role
vitalygorohovik93/project
3976e81cad34818a98053babdc8624f3aa10a952
0
ansible/roles/k8s-deploy
515
[ "no_license" ]
[ { "path": "ansible/roles/k8s-deploy/defaults/main.yml", "content": "---\n# defaults file for k8s-deploy\ndestin_folder: /root/manifest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/k8s-deploy/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2738, "all_permissive": false }
ansible_role
dewes/devops
1e3b344d88b6ec6900c94d561a8eaaa8a9767a94
0
ansible/roles/docker
515
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: Baixando docker\n shell: 'curl -fsSL https://get.docker.com -o /tmp/get-docker.sh'\n \n\n- name: Instalando o docker \n shell: 'sh /tmp/get-docker.sh'\n\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
dewes/devops
1e3b344d88b6ec6900c94d561a8eaaa8a9767a94
0
ansible/roles/initial
515
[ "no_license" ]
[ { "path": "ansible/roles/initial/tasks/user.yaml", "content": "---\n\n- name: criando usuarios padroes\n user:\n name: \"{{item.nome}}\" \n password: <PASSWORD>}}\"\n home: \"/srv/{{item.nome}}\"\n with_items:\n - {nome: dewes, senha: <PASSWORD>/' }\n - {nome: developer, senha: <PASSWORD>/' }\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 994, "all_permissive": false }
ansible_role
dewes/devops
1e3b344d88b6ec6900c94d561a8eaaa8a9767a94
0
ansible/roles/prereqs
515
[ "no_license" ]
[ { "path": "ansible/roles/prereqs/tasks/main.yml", "content": "---\n# tasks file for prereqs\n\n- name: Garantindo os pacotes básicos para o bluegreen\n package:\n name: \n - docker-ce\n - nginx\n - python-pip\n\n- name: Instalando docker py\n pip:\n name: docker-py\n\n- name: Garantin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
dewes/devops
1e3b344d88b6ec6900c94d561a8eaaa8a9767a94
0
ansible/roles/puppet
515
[ "no_license" ]
[ { "path": "ansible/roles/puppet/tasks/main.yml", "content": "---\n# tasks file for puppet\n\n- name: Configura Repositorio\n hosts: all \n include: repo.yaml\n\n- name: Instala Puppet Mestre\n# hosts: devops\n include: mestre.yaml\n\n- name: Instala Puppet Agent\n# hosts: all\n include: agent.yaml\n\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 889, "all_permissive": false }
ansible_role
dewes/devops
1e3b344d88b6ec6900c94d561a8eaaa8a9767a94
0
ansible/roles/web
515
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/install.yaml", "content": "---\n\n- name: Instala o Apache2 em Debian\n package: \n name: \"{{apache_debian}}\"\n state: present\n when:\n ansible_os_family == \"Debian\"\n\n- name: Instala o Apache2 no CentOS\n package:\n name: \"{{apache_centos}}\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
gnunn1/openshift-utils
ad3a87690b89b12e837b13e9021339ea136ac9d0
0
roles/setup-aws-storage
515
[ "no_license" ]
[ { "path": "roles/setup-aws-storage/tasks/main.yml", "content": "---\n- name: Check parameters\n fail: msg=\"Variable '{{ item }}' is not defined or is empty\"\n when: (item not in vars) or vars[item] == ''\n with_items: \n - az\n\n- name: Create storage class file\n template:\n src: \"../files/sto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
gnunn1/openshift-utils
ad3a87690b89b12e837b13e9021339ea136ac9d0
0
roles/setup-cloudforms-aws
515
[ "no_license" ]
[ { "path": "roles/setup-cloudforms-aws/tasks/main.yml", "content": "---\n- name: Create cloudforms instance\n ec2:\n instance_type: m4.xlarge\n image: \"{{ami_id}}\"\n key_name: \"{{key_name}}\"\n region: \"{{region}}\"\n group: \"{{ web_ssh_security_group }}\"\n volumes:\n - device_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1066, "all_permissive": false }
ansible_role
gnunn1/openshift-utils
ad3a87690b89b12e837b13e9021339ea136ac9d0
0
roles/teardown-cloudforms-aws
515
[ "no_license" ]
[ { "path": "roles/teardown-cloudforms-aws/tasks/main.yml", "content": "---\n- name: Gather EC2 facts\n ec2_remote_facts:\n region: \"{{ region }}\"\n filters:\n \"tag:Name\": \"cloudforms\"\n register: ec2_facts\n\n- name: Delete elastic IP\n ec2_eip:\n ip: \"{{item.public_ip_address}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
veeshan-io/beihai
9c4c5f551f86d0aad82c713b58022c9208642c81
0
books/roles/apt-repos
515
[ "no_license" ]
[ { "path": "books/roles/apt-repos/tasks/main.yml", "content": "---\n- name: Add apt keys\n apt_key:\n url: \"{{ item.url }}\"\n state: present\n loop: \"{{ apt_keys }}\"\n loop_control:\n label: \"{{ item.name }}\"\n\n- name: Set apt repositories\n apt_repository:\n repo: \"{{ item.repo }} {{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
veeshan-io/beihai
9c4c5f551f86d0aad82c713b58022c9208642c81
0
books/roles/database-actived
515
[ "no_license" ]
[ { "path": "books/roles/database-actived/defaults/main.yml", "content": "---\n# suggest for HOST VARS\ndata_path: /opt/data\n\npostgres_port: '25432'\n# postgres_pass: '<PASSWORD>'\nbrilliant_user: 'alice'\n# brilliant_pass: '<PASSWORD>'\nkdb_user: 'kmaster'\n# kdb_pass: '<PASSWORD>'\n\nredis_port: '26379...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6029, "all_permissive": false }
ansible_role
veeshan-io/beihai
9c4c5f551f86d0aad82c713b58022c9208642c81
0
books/roles/grace-init
515
[ "no_license" ]
[ { "path": "books/roles/grace-init/files/HOME/.config/fish/conf.d/clear-history.fish", "content": "function clear-history --on-process-exit %self\n builtin history clear\n echo Session history scrubbed. Goodbye\nend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3670, "all_permissive": false }
ansible_role
veeshan-io/beihai
9c4c5f551f86d0aad82c713b58022c9208642c81
0
books/roles/sample
515
[ "no_license" ]
[ { "path": "books/roles/sample/tasks/main.yml", "content": "---\n- name: 文件行内编辑\n lineinfile:\n\n- name: 文件内容替换\n replace:\n\n- name: shell脚本\n shell: |\n sed -i '$a 127.0.1.1 {{ hostname }}' /etc/hosts;echo '{{ hostname }}' > /etc/hostname\n args:\n chdir: \"~/\"\n # register: swap_exists\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
veeshan-io/beihai
9c4c5f551f86d0aad82c713b58022c9208642c81
0
books/roles/system-init
515
[ "no_license" ]
[ { "path": "books/roles/system-init/vars/main.yml", "content": "---\n__docker_compose_binfile: /usr/local/bin/docker-compose", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "books/roles/system-init/handlers/main.yml", "content": "---\n- name: rel...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3030, "all_permissive": false }
ansible_role
veeshan-io/beihai
9c4c5f551f86d0aad82c713b58022c9208642c81
0
books/roles/system-users
515
[ "no_license" ]
[ { "path": "books/roles/system-users/tasks/main.yml", "content": "---\n- include: set-root.yml\n tags: set-root\n- include: set-user.yml\n tags: set-user\n- include: set-profile.yml\n tags: set-profile\n- include: ban-user.yml\n tags: ban-user\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2232, "all_permissive": false }
ansible_role
somex6/ansible-config-mgt
91555ea7e7e0967a02040911255167d38c39fab9
0
playbooks/roles/apache
515
[ "no_license" ]
[ { "path": "playbooks/roles/apache/tasks/main.yml", "content": "---\n- name: install apache\n become: true\n apt:\n name: apache2\n state: present\n\n- name: Start service apache, if not started\n become: true\n service:\n name: apache2\n state: started\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
somex6/ansible-config-mgt
91555ea7e7e0967a02040911255167d38c39fab9
0
playbooks/roles/nginx
515
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/defaults/main.yml", "content": "---\nenable_nginx_lb: false\nload_balancer_is_required: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "- name: install ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
dceoy/ansible-wifi
9d2ca59850c42ffa6f1c558113b24fbb60bb2f29
0
roles/wireless
515
[ "no_license" ]
[ { "path": "roles/wireless/templates/hostapd.conf.j2", "content": "##### hostapd configuration file ##############################################\ninterface=wlan0\nbridge=br0\n#driver=nl80211\nssid={{ ssid }}\nhw_mode=g\nchannel=7\nwmm_enabled=0\nmacaddr_acl=0\nauth_algs=1\nignore_broadcast_ssid=0\nwpa=2\nw...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3235, "all_permissive": false }
ansible_role
arjunadas/ansible-role-joomla
7110d278b810b990644b73a71c7c630ba0261529
1
roles/initapps
515
[ "no_license" ]
[ { "path": "roles/initapps/vars/main.yml", "content": "---\n# vars file for initapps\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/initapps/README.md", "content": "Role Name Initapps \n=========\n\nДанная роль:\n1. Создаёт папки /etc/n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1784, "all_permissive": false }
ansible_role
arjunadas/ansible-role-joomla
7110d278b810b990644b73a71c7c630ba0261529
1
roles/joomla
515
[ "no_license" ]
[ { "path": "roles/joomla/vars/main.yml", "content": "---\n# vars file for joomla\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/joomla/handlers/main.yml", "content": "---\n# handlers file for joomla\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2918, "all_permissive": false }
ansible_role
arjunadas/ansible-role-joomla
7110d278b810b990644b73a71c7c630ba0261529
1
roles/mysql
515
[ "no_license" ]
[ { "path": "roles/mysql/README.md", "content": "Role Name mysql\n=========\n\nДанная роль:\n1. Устанавливает зависимости\n2. Устанавливает mysql-server=8.0\n3. Создаёт пользователя {{ mysql_user_name }}\n4. Создаёт БД 'joomla_db'\n5. Задаёт паролья для mysql пользотваеля root \n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2132, "all_permissive": false }
ansible_role
arjunadas/ansible-role-joomla
7110d278b810b990644b73a71c7c630ba0261529
1
roles/nginx
515
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "# переделать под ubuntu 24, там нет версии 18 сделать через добавление репы:\n#curl https://nginx.org/keys/nginx_signing.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/nginx.gpg\n#echo \"deb https://nginx.org/packages/ubuntu $(lsb_release -cs) nginx\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
arjunadas/ansible-role-joomla
7110d278b810b990644b73a71c7c630ba0261529
1
roles/php
515
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "# переделать под ubuntu 24, там нет версии 8,1 сделать через ppa\n# sudo add-apt-repository ppa:ondrej/php\n# sudo apt update\n---\n# roles/php/tasks/main.yml\n- name: Only run \"update_cache=yes\" if the last one is more than 3600 seconds ago\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
wessrow/devnet-studies
e200197bbe44f4e0107bd2a35da912dd7437a7a8
0
teccrt-3778/casestudy-iac-01/try_1/roles/aci
515
[ "no_license" ]
[ { "path": "teccrt-3778/casestudy-iac-01/try_1/roles/aci/tasks/main.yaml", "content": "- name: Declare Login\n set_fact:\n aci_login: &aci_login\n hostname: '{{ apic_host }}'\n username: '{{ apic_username }}'\n password: '{{ <PASSWORD> }}'\n use_proxy: '{{ apic_use_proxy }}'\n va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1364, "all_permissive": false }
ansible_role
johnfosborneiii/ansible-jboss
3f0ea33f8435848e61bbee20f157617651b43177
0
roles/jboss-standalone
515
[ "no_license" ]
[ { "path": "roles/jboss-standalone/handlers/main.yml", "content": "---\n- name: restart jboss\n service: name=jbosseap7 state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2628, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.bootstrap
520
[ "no_license" ]
[ { "path": "roles/robertdebock.bootstrap/defaults/main.yml", "content": "---\n# defaults file for bootstrap\n\n# The user to use to connect to machines.\nbootstrap_user: root\n\n# Do you want to wait for the host to be available?\nbootstrap_wait_for_host: no\n\n# The number of seconds you want to wait during...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6283, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.core_dependencies
520
[ "no_license" ]
[ { "path": "roles/robertdebock.core_dependencies/.github/settings.yml", "content": "---\n#\n# Ansible managed\n#\nrepository:\n description: Install dependecies to support the Ansible core modules.\n homepage: https://robertdebock.nl/\n topics: coredependencies, ansible, molecule, tox, playbook, hacktober...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5174, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.epel
520
[ "no_license" ]
[ { "path": "roles/robertdebock.epel/vars/main.yml", "content": "---\n# vars file for epel\n\n_epel_version:\n default: \"{{ ansible_distribution_major_version }}\"\n Amazon-2018: 6\n Amazon-2: 7\n\nepel_version: \"{{ _epel_version[ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default(...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1672, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.httpd
520
[ "no_license" ]
[ { "path": "roles/robertdebock.httpd/tasks/ssl.yml", "content": "---\n\n- name: install ssl packages\n ansible.builtin.package:\n name: \"{{ httpd_ssl_packages }}\"\n state: present\n- name: place configuration\n ansible.builtin.template:\n src: ssl.conf.j2\n dest: \"{{ httpd_config_directory }...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 21194, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.mysql
520
[ "no_license" ]
[ { "path": "roles/robertdebock.mysql/defaults/main.yml", "content": "---\n# defaults file for mysql\n\n# The address mysql should bind to.\nmysql_bind_address: 127.0.0.1\n\n# The password to set for the root user. Also stored in my.cnf\nmysql_root_password: \"<PASSWORD>.\"\n\n# The buffer pool size.\nmysql_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 14296, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.openssl
520
[ "no_license" ]
[ { "path": "roles/robertdebock.openssl/molecule/default/converge.yml", "content": "---\n- name: converge\n hosts: all\n become: yes\n gather_facts: yes\n\n roles:\n - role: ansible-role-openssl\n openssl_items:\n - name: my_openssl_key\n common_name: my.example.com\n", "licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 10964, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.owncloud
520
[ "no_license" ]
[ { "path": "roles/robertdebock.owncloud/handlers/main.yml", "content": "---\n# handlers file for owncloud\n\n- name: set owncloud trusted domains\n ansible.builtin.lineinfile:\n path: \"{{ owncloud_destination }}/owncloud/config/config.php\"\n regexp: \" 0 => '\"\n line: \" 0 => '{{ owncloud_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 18567, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.php
520
[ "no_license" ]
[ { "path": "roles/robertdebock.php/tasks/assert.yml", "content": "---\n\n- name: test if php_ini_location is set correctly\n ansible.builtin.assert:\n that:\n - php_ini_location is string\n quiet: yes\n when:\n - php_ini_location is defined\n\n- name: test if php_alpine_version is set correct...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 15317, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.php_fpm
520
[ "no_license" ]
[ { "path": "roles/robertdebock.php_fpm/tasks/assert.yml", "content": "---\n\n- name: test if php_fpm_listen is set correctly\n ansible.builtin.assert:\n that:\n - php_fpm_listen is defined\n - php_fpm_listen is string\n quiet: yes\n\n- name: test if php_fpm_listen_owner is set correctly\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 12523, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.redis
520
[ "no_license" ]
[ { "path": "roles/robertdebock.redis/tasks/main.yml", "content": "---\n# tasks file for redis\n\n- name: install redis\n ansible.builtin.package:\n name: \"{{ redis_packages }}\"\n state: present\n\n- name: configure redis\n ansible.builtin.template:\n src: \"redis.conf-{{ ansible_distribution }}....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 7669, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.remi
520
[ "no_license" ]
[ { "path": "roles/robertdebock.remi/meta/version.yml", "content": "---\nproject_name: Remi's RPM repository\nreference: \"https://github.com/robertdebock/ansible-role-remi/blob/master/molecule/resources/playbook.yml\"\nversions:\n - name: Remi's repositories\n url: \"https://blog.remirepo.net/pages/Confi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 8808, "all_permissive": false }
ansible_role
Nmishin/ansible-owncloud-scool
91a4a73a8f7be8a7d6fc8eb2635c4287cdba3972
6
roles/robertdebock.selinux
520
[ "no_license" ]
[ { "path": "roles/robertdebock.selinux/meta/exception.yml", "content": "---\nexceptions:\n - variation: Archlinux & Ansible 2.7\n reason: New-style module did not handle its own exit\n - variation: amazonlinux\n reason: \"Dependency (reboot) does not work on amazonlinux.\"\n", "license_type": "no...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 9067, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/fedora_pc
520
[ "no_license" ]
[ { "path": "roles/fedora_pc/templates/.gitconfig", "content": "[user]\n\temail = <EMAIL>\n\tname = <NAME>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/fedora_pc/tasks/main.yaml", "content": "---\n# gnome extensions\n# https://extensio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2119, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/minecraft_skyfactory3
520
[ "no_license" ]
[ { "path": "roles/minecraft_skyfactory3/defaults/main.yaml", "content": "---\nmc_version: \"1.10.2\"\nforge_jar: \"FTBserver-1.10.2-12.18.3.2316.jar\"\nskyfactory_version: \"3_0_15\"\nmin_ram: \"512M\"\nmax_ram: \"3500M\"\njava_params: \"-XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnable...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1931, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/pi_setup_fileserver
520
[ "no_license" ]
[ { "path": "roles/pi_setup_fileserver/tasks/main.yaml", "content": "- name: set up h5ai\n include: h5ai.yaml\n\n- name: set up disks\n include: mount_disks.yaml\n\n- name: set up backup protocols\n include: backup.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2596, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/pi_setup_users
520
[ "no_license" ]
[ { "path": "roles/pi_setup_users/tasks/main.yaml", "content": "- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/pi_setup_vpn
520
[ "no_license" ]
[ { "path": "roles/pi_setup_vpn/tasks/main.yaml", "content": "---\n- name: install ovpn\n package:\n name: openvpn\n state: present\n\n- name: create directory for storing ovpn configs\n file:\n path: \"{{ dest_config_path }}\"\n state: directory\n\n- name: upload ovpn config\n template:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/ubuntu_pc
520
[ "no_license" ]
[ { "path": "roles/ubuntu_pc/tasks/main.yaml", "content": "---\n- name: basic setup\n include: basic.yaml\n tags:\n - basic\n\n- name: docker setup\n include: docker.yaml\n tags:\n - docker\n\n- name: vagrant setup\n include: vagrant.yaml\n tags:\n - vagrant\n\n- name: go setup\n include: go.y...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3147, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/vpn_add_client
520
[ "no_license" ]
[ { "path": "roles/vpn_add_client/tasks/configure_static_ip.yaml", "content": "---\n# note: must be 192.168.255.x\n- name: add ip file\n template:\n src: ../templates/ip\n dest: \"{{ ovpn_data }}/ccd/{{ client }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1456, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/vpn_revoke_client
520
[ "no_license" ]
[ { "path": "roles/vpn_revoke_client/tasks/main.yaml", "content": "---\n- name: Ensure required variables are defined\n fail: msg=\"{{ item }} value missing and is required\"\n when: \"item is not defined\"\n with_items:\n - client\n - pki_password\n - ovpn_data\n\n# not idempotant :(\n- name: rev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
newswangerd/automation
aaa3b9234607fa2f8e15507362e8fe56daeed913
1
roles/vpn_setup
520
[ "no_license" ]
[ { "path": "roles/vpn_setup/defaults/main.yaml", "content": "---\novpn_data: /opt/ovpn/\novpn_host: v.davidn.io\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/vpn_setup/templates/with_yes.sh", "content": "#!/bin/bash\n\n$@ << CONFIG\nye...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3150, "all_permissive": false }
ansible_role
cenouro/dotfiles
488c0036eb5ef89046047ccd06ad5d3fc3430308
0
roles/asdf-vm
520
[ "permissive" ]
[ { "path": "roles/asdf-vm/tasks/asdf-ruby.yml", "content": "---\n- name: Install asdf-ruby (ruby-build) dependencies\n ansible.builtin.package:\n name: '{{ asdf_ruby_deps }}'\n state: present\n become: true\n\n- name: Install asdf-ruby plugin\n ansible.builtin.shell:\n cmd: |\n source {{ HOM...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2321, "all_permissive": true }
ansible_role
cenouro/dotfiles
488c0036eb5ef89046047ccd06ad5d3fc3430308
0
roles/emacs
520
[ "permissive" ]
[ { "path": "roles/emacs/tasks/install-emacs-Fedora.yml", "content": "---\n- name: Install Emacs\n ansible.builtin.dnf:\n name: emacs\n state: present\n become: true\n...\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 103 }, { "path"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4921, "all_permissive": true }
ansible_role
cenouro/dotfiles
488c0036eb5ef89046047ccd06ad5d3fc3430308
0
roles/git
520
[ "permissive" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Create config directory\n ansible.builtin.file:\n path: '{{ XDG_CONFIG_HOME }}/git'\n state: directory\n\n- name: Link gitconfig\n ansible.builtin.file:\n src: '{{ PWD }}/gitconfig'\n dest: '{{ XDG_CONFIG_HOME }}/git/config'\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": true }
ansible_role
cenouro/dotfiles
488c0036eb5ef89046047ccd06ad5d3fc3430308
0
roles/gnome
520
[ "permissive" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "---\n- name: Install dconf-editor and community.general.dconf dependency\n ansible.builtin.package:\n name:\n - dconf-editor\n - python3-psutil\n state: present\n become: true\n\n- name: Disable natural scroll\n community.general.dconf:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": true }
ansible_role
cenouro/dotfiles
488c0036eb5ef89046047ccd06ad5d3fc3430308
0
roles/languagetool
520
[ "permissive" ]
[ { "path": "roles/languagetool/vars/main.yml", "content": "---\nversion: 6.2\nurl: https://languagetool.org/download/LanguageTool-{{ version }}.zip\n...\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 91 }, { "path": "roles/languagetool/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 972, "all_permissive": true }
ansible_role
cenouro/dotfiles
488c0036eb5ef89046047ccd06ad5d3fc3430308
0
roles/linux
520
[ "permissive" ]
[ { "path": "roles/linux/vars/AvellHighPerformance1513.yml", "content": "---\ndata_device_uuid: \"5bfcada5-f612-4cfc-95e9-d4d903c1db6b\"\n...\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 65 }, { "path": "roles/linux/tasks/Ubuntu.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2856, "all_permissive": true }
ansible_role
Omkar29041993/Ansible-tomcat
ef247a57e9c84e89a68a20da2e78a42ceb2edffc
0
roles/deployment
520
[ "no_license" ]
[ { "path": "roles/deployment/tasks/main.yml", "content": "---\n - name: Delete previous war file\n file:\n path: /usr/share/tomcat/webapps/helloworld*\n state: absent\n - name: Copy war file to tomcat server\n copy:\n src: hello-world.war\n dest: /usr/share/tomcat/webapps/\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
Omkar29041993/Ansible-tomcat
ef247a57e9c84e89a68a20da2e78a42ceb2edffc
0
roles/tomcat_cofiguration
520
[ "no_license" ]
[ { "path": "roles/tomcat_cofiguration/tasks/main.yml", "content": "--- \n - name: Print the ansible_os_family value\n debug:\n msg: '{{ ansible_os_family }}'\n - name: add group \"tomcat\"\n group: name=tomcat\n - name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
Boinkom/Ansible.-Role-development
15057218dc662de7bd6544745a0deb3dab5bccdc
0
HomeWork/roles/apache
520
[ "no_license" ]
[ { "path": "HomeWork/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name: apache2\n state: present\n\n- name: Start and enable Apache\n systemd:\n name: apache2\n enabled: yes\n state: started\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
Boinkom/Ansible.-Role-development
15057218dc662de7bd6544745a0deb3dab5bccdc
0
HomeWork/roles/mysql
520
[ "no_license" ]
[ { "path": "HomeWork/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt:\n name: mysql-server\n state: present\n\n- name: Start and enable MySQL\n systemd:\n name: mysql\n enabled: yes\n state: started\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
Boinkom/Ansible.-Role-development
15057218dc662de7bd6544745a0deb3dab5bccdc
0
HomeWork/roles/php
520
[ "no_license" ]
[ { "path": "HomeWork/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP and modules\n apt:\n name:\n - php\n - php-mysql\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
e-mc2/hexlet-devops-practice
ba7b537da94043b790fd600e181239d1d7b95af2
0
ansible/15_roles/roles/add_users
520
[ "no_license" ]
[ { "path": "ansible/15_roles/roles/add_users/tasks/main.yml", "content": "- name: Add users\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n state: present\n loop: \"{{ users }}\"\n become: true\n\n- name: Create gitconfig for users\n ansible.builtin.template:\n src: files/.gitconfig.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
e-mc2/hexlet-devops-practice
ba7b537da94043b790fd600e181239d1d7b95af2
0
ansible/17_vault/roles/hexlet_example
520
[ "no_license" ]
[ { "path": "ansible/17_vault/roles/hexlet_example/tasks/main.yml", "content": "---\n- name: Run container with Hexlet Devops-example-app\n community.docker.docker_container:\n name: devops-example-app\n image: hexletcomponents/devops-example-app\n state: started\n recreate: true\n ports:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
e-mc2/hexlet-devops-practice
ba7b537da94043b790fd600e181239d1d7b95af2
0
ansible/17_vault/roles/system
520
[ "no_license" ]
[ { "path": "ansible/17_vault/roles/system/tasks/user.yml", "content": "---\n- name: Ensure all necessary groups are created\n ansible.builtin.group:\n name: \"{{ item }}\"\n loop:\n - docker\n - samba\n - \"{{ username }}\"\n\n- name: Ensure the non-root user is created\n ansible.builtin.user:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1125, "all_permissive": false }
ansible_role
sanjubosco/Ansible_3Tier
061c3aa37a0b77c1301546c948220454871b14dd
0
roles/configure-repo
520
[ "no_license" ]
[ { "path": "roles/configure-repo/handlers/main.yml", "content": "---\n# handlers file for configure-repo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/configure-repo/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 722, "all_permissive": false }
ansible_role
sanjubosco/Ansible_3Tier
061c3aa37a0b77c1301546c948220454871b14dd
0
roles/haproxy-cleaner
520
[ "no_license" ]
[ { "path": "roles/haproxy-cleaner/tasks/main.yml", "content": "---\n# Initial, common, system setup steps\n\n- name: reverse the enabling of sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: 'Defaults\\s*!requiretty'\n replace: '^Defaults requiretty'\n backup: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
sanjubosco/Ansible_3Tier
061c3aa37a0b77c1301546c948220454871b14dd
0
roles/haproxy-install
520
[ "no_license" ]
[ { "path": "roles/haproxy-install/tasks/main.yml", "content": "---\r\n###############################################################\r\n# Good ansible! This playbook is an example of Good practices!\r\n# Created by <NAME>\r\n###############################################################\r\n#\r\n#\r\n######...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 798, "all_permissive": false }
ansible_role
sanjubosco/Ansible_3Tier
061c3aa37a0b77c1301546c948220454871b14dd
0
roles/postgres-install
520
[ "no_license" ]
[ { "path": "roles/postgres-install/defaults/main.yml", "content": "---\n# defaults file for postgres-install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/postgres-install/tasks/main.yml", "content": "---\n###############################...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1231, "all_permissive": false }
ansible_role
sanjubosco/Ansible_3Tier
061c3aa37a0b77c1301546c948220454871b14dd
0
roles/setup
520
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n## This role sets up all facts for initial identification for teh servers\n## Start debug message\n- name: Setting Server Facts\n debug:\n msg: \"Setting Server Facts\"\n tags: \n - debug\n\n## Set haproxy fact\n- name: Set HA Proxy Fact\n set_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
sanjubosco/Ansible_3Tier
061c3aa37a0b77c1301546c948220454871b14dd
0
roles/tomcat-install
520
[ "no_license" ]
[ { "path": "roles/tomcat-install/tasks/main.yml", "content": "---\r\n###############################################################\r\n# Good ansible! This playbook is an example of Good practices!\r\n# Created by <NAME>\r\n###############################################################\r\n#\r\n#\r\n#######...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1159, "all_permissive": false }