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
shipkode/helm-in-sixty-seconds
90880a5a12075058e4fcecec69de7de7baa9689e
0
ansible/roles/freedomofpress.docker-registry
8,174
[ "no_license" ]
[ { "path": "ansible/roles/freedomofpress.docker-registry/tasks/main.yml", "content": "---\n- name: Create Docker registry docroot.\n file:\n state: directory\n path: \"{{ docker_registry_data_directory }}\"\n # Ownership necessary for nginx?\n # owner: www-data\n # group: www-data\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/cinder-controller
8,174
[ "permissive" ]
[ { "path": "roles/cinder-controller/handlers/main.yml", "content": "---\n- name: restart cinder-scheduler\n service: name=cinder-scheduler state=restarted\n- name: restart cinder-api\n service: name=cinder-api state=restarted\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 877, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/cinder-volume
8,174
[ "permissive" ]
[ { "path": "roles/cinder-volume/tasks/main.yml", "content": "---\n- name: install cinder-volume and lvm2 packages\n apt: name={{ item }} state=present force=yes\n with_items:\n - cinder-volume\n - lvm2\n\n- name: create phsyical and group volumes\n lvg: vg=cinder-volumes pvs={{ physical_device }} vg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/common
8,174
[ "permissive" ]
[ { "path": "roles/common/templates/hosts", "content": "# controller\n{{ controller_host }} controller\n# network\n{{ network_host }} network\n# compute\n{{ compute_host }} compute\n#block1\n{{ storage_host }} storage\n\n127.0.0.1 localhost\n# The following lines are desirable for IPv6 capable hosts\n::1 ip6-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1859, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/dashboard
8,174
[ "permissive" ]
[ { "path": "roles/dashboard/tasks/main.yml", "content": "---\n- name: install dashboard packages\n apt: name={{ item }} state=present force=yes\n with_items:\n - apache2\n - memcached\n - libapache2-mod-wsgi\n - openstack-dashboard\n\n- name: remove ubuntu theme\n apt: name=openstack-dashboard...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/database
8,174
[ "permissive" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: install mysql client and server packages\n apt: name={{ item }} state=present\n with_items:\n - python-mysqldb\n - mysql-server\n\n- name: update mysql my.cnf\n copy: src=my.cnf\n dest=/etc/mysql/my.cnf\n backup=yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3027, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/glance
8,174
[ "permissive" ]
[ { "path": "roles/glance/tasks/main.yml", "content": "---\n- name: install glance packages\n apt: name={{ item }} state=latest force=yes\n with_items:\n - glance\n - python-glanceclient\n\n- name: update glance conf\n template: src={{ item }} dest=/etc/glance/{{ item }} backup=yes\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/keystone
8,174
[ "permissive" ]
[ { "path": "roles/keystone/tasks/main.yml", "content": "---\n- name: install keystone packages\n apt: name=keystone state=present force=yes\n\n- name: update keystone conf\n template: src=keystone.conf dest=/etc/keystone/keystone.conf backup=yes\n notify: restart keystone\n\n- name: delete sqlite database...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1353, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/mq
8,174
[ "permissive" ]
[ { "path": "roles/mq/tasks/main.yml", "content": "---\n- include: rabbitmq.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 28 }, { "path": "roles/mq/tasks/rabbitmq.yml", "content": "---\n- name: install rabbitmq-server\n apt: name=...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 230, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/neutron-compute
8,174
[ "permissive" ]
[ { "path": "roles/neutron-compute/defaults/main.yml", "content": "---\nneutron_ovs_bridge_mappings: \"\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "roles/neutron-compute/tasks/main.yml", "content": "---\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1380, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/neutron-controller
8,174
[ "permissive" ]
[ { "path": "roles/neutron-controller/tasks/main.yml", "content": "---\n- name: install controller-related neutron packages\n apt: name={{ item }} state=present force=yes\n with_items:\n - neutron-server\n - neutron-plugin-ml2\n\n- name: get tenant id to fill neutron.conf\n shell: keystone --os-token...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1684, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/neutron-network
8,174
[ "permissive" ]
[ { "path": "roles/neutron-network/tasks/main.yml", "content": "---\n- name: activate ipv4 forwarding\n sysctl: name=net.ipv4.ip_forward value=1 state=present reload=yes\n\n- name: deactivate ipv4 rp filter\n sysctl: name=net.ipv4.conf.all.rp_filter value=0 state=present reload=yes\n\n- name: deactivate ipv...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3881, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/nova-compute
8,174
[ "permissive" ]
[ { "path": "roles/nova-compute/tasks/main.yml", "content": "---\n- name: install nova-compute related packages\n apt: name=nova-compute-kvm state=present force=yes\n\n- name: update nova-compute conf\n template: src={{ item }} dest=/etc/nova/{{ item }}\n with_items:\n - nova.conf\n - nova-compute.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": true }
ansible_role
kidchang/openstack-ansible
249904ba686cbcc8a4090cef6b6526888eb31aed
1
roles/nova-controller
8,174
[ "permissive" ]
[ { "path": "roles/nova-controller/handlers/main.yml", "content": "---\n- name: restart nova-api\n service: name=nova-api state=restarted\n\n- name: restart nova-cert\n service: name=nova-cert state=restarted\n\n- name: restart nova-consoleauth\n service: name=nova-consoleauth state=restarted\n\n- name: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": true }
ansible_role
cherrywheel/Example-Ansible-Cisco-IX-17
368619b6dbc0b6640fd13539257f642664ac789a
0
roles/wireguard_config
8,174
[ "no_license" ]
[ { "path": "roles/wireguard_config/defaults/main.yml", "content": "---\n# Default values for the wireguard_config role\n# These can be overridden by group_vars or host_vars.\n\n# Default WireGuard interface name\nwireguard_interface: \"Tunnel100\"\n\n# Default WireGuard listen port\nwireguard_listen_port: 51...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3082, "all_permissive": false }
ansible_role
Commvault/ansiblev2
cb35d6e60dff33132ce6bdfa811cc98ca08e0e36
3
roles/database
8,174
[ "permissive" ]
[ { "path": "roles/database/tasks/logout.yml", "content": "- name: Log out of the Commcell\n commvault.ansible.logout:\n tags:\n - backup\n - restore", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 94 }, { "path": "roles/database/tasks...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7383, "all_permissive": true }
ansible_role
Commvault/ansiblev2
cb35d6e60dff33132ce6bdfa811cc98ca08e0e36
3
roles/fs_deployment
8,174
[ "permissive" ]
[ { "path": "roles/fs_deployment/handlers/main.yml", "content": "---\n# handlers file for fs_deployment", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "roles/fs_deployment/tasks/backup.yml", "content": "---\n- name: Backup...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 6257, "all_permissive": true }
ansible_role
Commvault/ansiblev2
cb35d6e60dff33132ce6bdfa811cc98ca08e0e36
3
roles/oracle_db_deployment
8,174
[ "permissive" ]
[ { "path": "roles/oracle_db_deployment/vars/main.yml", "content": "---\n# vars file for /root/roles/oracle_db_deployment\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 53 }, { "path": "roles/oracle_db_deployment/defaults/main.yml", "co...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 11191, "all_permissive": true }
ansible_role
mebagel/openshift-project-backup
8989441c3fea1e4d182afe03a682f64ec26c8ed2
0
roles/openshift-project-backup
8,174
[ "no_license" ]
[ { "path": "roles/openshift-project-backup/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: \"Simple OpenShift Cronjob that exports all available API resources in YAML format to a Persistent Volume\"\n company: Puzzle ITC\n license: license (GPL-2.0-or-later, MIT, etc)\n min_ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6219, "all_permissive": false }
ansible_role
mihara0320/ansible-notes
86c5d8088df14cfbd056af8d0722b634ca43ea86
0
final-lab/roles/mysql_server
8,174
[ "no_license" ]
[ { "path": "final-lab/roles/mysql_server/tasks/main.yml", "content": "- name: Install MySQL packages\n apt:\n name: mysql-server\n state: present\n update_cache: yes\n\n- name: Install dependencies for python mysqlclient\n apt: name={{ item }} state=latest\n with_items:\n - python3-pip\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
mihara0320/ansible-notes
86c5d8088df14cfbd056af8d0722b634ca43ea86
0
final-lab/roles/router
8,174
[ "no_license" ]
[ { "path": "final-lab/roles/router/templates/dhcp.j2", "content": "{% if dhcp_config is defined %}\n{% for name,config in dhcp_config.iteritems() %}\nip dhcp excluded-address {{ config.start }} {{ config.end }}\nip dhcp pool {{ name }}\n network {{ config.net }}\n default-router {{ config.default_gateway }}\...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 6030, "all_permissive": false }
ansible_role
mihara0320/ansible-notes
86c5d8088df14cfbd056af8d0722b634ca43ea86
0
final-lab/roles/switch
8,174
[ "no_license" ]
[ { "path": "final-lab/roles/switch/tasks/main.yml", "content": "---\n- include_tasks: basic.yml\n- include_tasks: vlan.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "final-lab/roles/switch/templates/vlan.j2", "content": "{% if vlan_names is...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1157, "all_permissive": false }
ansible_role
mihara0320/ansible-notes
86c5d8088df14cfbd056af8d0722b634ca43ea86
0
final-lab/roles/wordpress
8,174
[ "no_license" ]
[ { "path": "final-lab/roles/wordpress/tasks/main.yml", "content": "- name: Install LAMP packages\n apt: name={{ item }} state=present\n with_items:\n - libapache2-mod-php\n - php-mysql\n\n- name: Make sure we can use htpasswd module\n apt: name=python3-passlib state=present\n \n- name: edit apache ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1133, "all_permissive": false }
ansible_role
mihara0320/ansible-notes
86c5d8088df14cfbd056af8d0722b634ca43ea86
0
lab11-jinja-template/notes/roles/router
8,174
[ "no_license" ]
[ { "path": "lab11-jinja-template/notes/roles/router/tasks/main.yaml", "content": "- name: Generate config file\n template: src=router.j2 dest=../{{item.hostname}}.txt\n with_items: \"{{ routers }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 514, "all_permissive": false }
ansible_role
mihara0320/ansible-notes
86c5d8088df14cfbd056af8d0722b634ca43ea86
0
lab9-ansible-roles/roles/mysql_server
8,174
[ "no_license" ]
[ { "path": "lab9-ansible-roles/roles/mysql_server/tasks/main.yml", "content": "- name: Install MySQL packages\n apt:\n name: mysql-server\n state: present\n update_cache: yes\n become: yes\n\n- name: Install dependencies for python mysqlclient\n apt: name={{ item }} state=latest\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
mihara0320/ansible-notes
86c5d8088df14cfbd056af8d0722b634ca43ea86
0
lab9-ansible-roles/roles/wordpress
8,174
[ "no_license" ]
[ { "path": "lab9-ansible-roles/roles/wordpress/tasks/main.yml", "content": "- name: Install LAMP packages\n apt: name={{ item }} state=present\n with_items:\n - libapache2-mod-php\n - php-mysql\n become: yes\n\n- name: Make sure we can use htpasswd module\n apt: name=python3-passlib state=present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-ajenti-playbook/roles/ajenti
8,170
[ "no_license" ]
[ { "path": "vscale-ajenti-playbook/roles/ajenti/tasks/main.yml", "content": "---\n- name: \"[Ajenti | Install GPG key]\"\n apt_key: \n url: http://repo.ajenti.org/debian/key \n state: present\n\n- name: \"[ Ajenti | Add repository ]\"\n apt_repository: \n repo: \"deb http://repo.ajenti.org/debian...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-ajenti-playbook/roles/scalets
8,170
[ "no_license" ]
[ { "path": "vscale-ajenti-playbook/roles/scalets/tasks/main.yml", "content": "---\n- name: \"[ VSCALE | Add SSH key]\"\n connection: local\n vscale_ssh:\n token: \"{{ vscale_token }}\"\n name: \"Ansible\"\n public_key: \"{{ key }}\"\n state: present\n\n- name: \"[ VSCALE | Create scalet ]\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-django-playbook/roles/django
8,170
[ "no_license" ]
[ { "path": "vscale-django-playbook/roles/django/tasks/main.yml", "content": "---\n- name: \"[ Django | Install packages ]\"\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - python-dev\n - python-pip\n\n\n- name: \"[ Django | Install required modules ]\"\n pip:\n name: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3169, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-django-playbook/roles/mysql
8,170
[ "no_license" ]
[ { "path": "vscale-django-playbook/roles/mysql/tasks/main.yml", "content": "---\n- name: \"[ MySQL Server | Install ]\"\n apt:\n name: \"{{ mysql_packages }}\"\n update_cache: yes\n state: present\n\n- name: \"[ MySQL Server | Add user ]\"\n mysql_user:\n name: \"{{ db_admin_user }}\"\n pass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-wordpress-playbook/roles/mysql
8,170
[ "no_license" ]
[ { "path": "vscale-wordpress-playbook/roles/mysql/tasks/main.yml", "content": "---\n- name: \"[ MySQL Server | Install ]\"\n apt:\n name: \"{{ mysql_packages }}\"\n update_cache: yes\n state: present\n\n- name: \"[ MySQL Server | Add user ]\"\n mysql_user:\n name: \"{{ db_admin_user }}\"\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-wordpress-playbook/roles/nginx
8,170
[ "no_license" ]
[ { "path": "vscale-wordpress-playbook/roles/nginx/tasks/main.yml", "content": "---\n- name: \"[ NGINX | Install ]\"\n apt:\n name: nginx\n update_cache: yes\n state: latest\n\n- name: \"[ NGINX | Disable default ]\"\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-wordpress-playbook/roles/php5-fpm
8,170
[ "no_license" ]
[ { "path": "vscale-wordpress-playbook/roles/php5-fpm/tasks/main.yml", "content": "---\n- name: \"[ PHP-FPM | Install ]\"\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - php5-cli\n - php5-common\n - php5-mysql\n - php5-gd\n - php5-fpm\n - php5-cgi\n - php5-fpm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-wordpress-playbook/roles/scalets
8,170
[ "no_license" ]
[ { "path": "vscale-wordpress-playbook/roles/scalets/tasks/main.yml", "content": "---\n- name: \"[ VSCALE | Add SSH key]\"\n connection: local\n vscale_ssh:\n token: \"{{ vscale_token }}\"\n name: \"{{ key_name }}\"\n public_key: \"{{ key }}\"\n state: present\n\n- name: \"[ VSCALE | Create scal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
selectel-vds/ansible-playbooks
c623e2136c01df7cc3c7027bb63f29c413b5ac75
8
vscale-wordpress-playbook/roles/wordpress
8,170
[ "no_license" ]
[ { "path": "vscale-wordpress-playbook/roles/wordpress/tasks/main.yml", "content": "---\n- name: \"[ WordPress | Create site directory ]\"\n file:\n path: \"{{ wp_site_directory }}\"\n owner: \"www-data\"\n group: \"www-data\"\n state: directory\n\n- name: \"[ WordPress | Download ]\"\n get_url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 847, "all_permissive": false }
ansible_role
Otus-DevOps-2018-09/kornsn_infra
7cab32ef942896552258199cc730afc711384d9d
0
ansible/roles/app
8,170
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: Install ruby\n package:\n name:\n - ruby-full\n - bundler\n - build-essential\n state: present\n tags: ruby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
messi655/ansible-docker-swarm-cluster
cb0ae8ef7825bf5d3bf0cb3deb5338287d32067f
0
roles/common
8,170
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Assign name for cluster\n template: src=hostname.j2 dest=/etc/hostname\n\n- name: Add user to sudoer file\n lineinfile: \n dest: /etc/sudoers\n insertafter: EOF \n line: '{{ ansible_username }} ALL=(ALL) NOP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
messi655/ansible-docker-swarm-cluster
cb0ae8ef7825bf5d3bf0cb3deb5338287d32067f
0
roles/docker
8,170
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Add docker repository\n copy: src=docker.repo dest=/etc/yum.repos.d/docker.repo\n\n- name: Install Docker on CentOS 7\n yum: name=docker state=present\n \n- name: Enable Docker\n service: name=docker enabled=yes\n\n- name: Create systemd ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
messi655/ansible-docker-swarm-cluster
cb0ae8ef7825bf5d3bf0cb3deb5338287d32067f
0
roles/docker-compose
8,170
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: Install epel-release\n yum: name=epel-release state=present\n\n- name: Install python-pip\n yum: name=python-pip state=present\n\n- name: Upgrade backports.ssl-match-hostname to 3.5\n command: pip install backports.ssl_match_hostna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
messi655/ansible-docker-swarm-cluster
cb0ae8ef7825bf5d3bf0cb3deb5338287d32067f
0
roles/swarm-consul
8,170
[ "no_license" ]
[ { "path": "roles/swarm-consul/tasks/main.yml", "content": "---\n- name: Create discovery backend\n command: docker run -d -p 8500:8500 --name=consul progrium/consul -server -bootstrap", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
messi655/ansible-docker-swarm-cluster
cb0ae8ef7825bf5d3bf0cb3deb5338287d32067f
0
roles/swarm-master
8,170
[ "no_license" ]
[ { "path": "roles/swarm-master/tasks/main.yml", "content": "---\n- name: Create swarm primary manager\n command: docker run -d -p 4000:4000 swarm manage -H :4000 --replication --advertise {{ ip_master }}:4000 consul://{{ ip_consul }}:8500", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
messi655/ansible-docker-swarm-cluster
cb0ae8ef7825bf5d3bf0cb3deb5338287d32067f
0
roles/swarm-node
8,170
[ "no_license" ]
[ { "path": "roles/swarm-node/tasks/main.yml", "content": "---\n- name: Get IP of node\n set_fact:\n ip: \"{{ ansible_enp0s8['ipv4']['address'] }}\"\n\n- name: Connect swarm node to cluster\n command: docker run -d swarm join --advertise=\"{{ ip }}\":2375 consul://{{ ip_consul }}:8500", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
messi655/ansible-docker-swarm-cluster
cb0ae8ef7825bf5d3bf0cb3deb5338287d32067f
0
roles/swarm-rep
8,170
[ "no_license" ]
[ { "path": "roles/swarm-rep/tasks/main.yml", "content": "---\n- name: Create swarm replace manager\n command: docker run -d -p 4000:4000 swarm manage -H :4000 --replication --advertise {{ ip_rep }}:4000 consul://{{ ip_consul }}:8500", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
Michael-Cheney/LTSP-Server
ee05b4239fc9ca5a00c7a7939f1d6d24e62f27c4
0
roles/mc.configure
8,170
[ "no_license" ]
[ { "path": "roles/mc.configure/tasks/main.yml", "content": "---\n# tasks file for mc.configure\n- name: Configure dnsmasq\n command: ltsp-config dnsmasq creates=/etc/dnsmasq.d/ltsp-server-dnsmasq.conf\n notify: Restart dnsmasq\n- lineinfile:\n path: /etc/ltsp/update-kernels.conf\n regexp: 'IPAPPEND=3...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2249, "all_permissive": false }
ansible_role
Michael-Cheney/LTSP-Server
ee05b4239fc9ca5a00c7a7939f1d6d24e62f27c4
0
roles/mc.image
8,170
[ "no_license" ]
[ { "path": "roles/mc.image/handlers/main.yml", "content": "---\n# handlers file for mc.image", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/mc.image/defaults/main.yml", "content": "---\n# defaults file for mc.image", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 293, "all_permissive": false }
ansible_role
Michael-Cheney/LTSP-Server
ee05b4239fc9ca5a00c7a7939f1d6d24e62f27c4
0
roles/mc.installpackages
8,170
[ "no_license" ]
[ { "path": "roles/mc.installpackages/vars/main.yml", "content": "---\n# vars file for mc.installpackages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/mc.installpackages/defaults/main.yml", "content": "---\n# defaults file for mc.install...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 583, "all_permissive": false }
ansible_role
eddiejaoude/vagrant-ansible-docker
22487dcd20f6660f9d80f3655b4d0f1fad185fd9
2
ansible/roles/docker
8,170
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/elasticsearch.yml", "content": "- name: elasticsearch container\n docker:\n name: elasticsearch\n image: elasticsearch\n state: started\n ports:\n - \"9200:9200\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 901, "all_permissive": false }
ansible_role
eddiejaoude/vagrant-ansible-docker
22487dcd20f6660f9d80f3655b4d0f1fad185fd9
2
ansible/roles/npm
8,170
[ "no_license" ]
[ { "path": "ansible/roles/npm/tasks/main.yml", "content": "- name: install npm\n apt: pkg=npm state=present\n\n- name: install global node packages\n npm: name={{item}} global=yes\n with_items:\n - bower\n - grunt-cli\n - express\n - socket.io\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
eddiejaoude/vagrant-ansible-docker
22487dcd20f6660f9d80f3655b4d0f1fad185fd9
2
ansible/roles/ruby
8,170
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "- name: Install ruby development headers\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - ruby-dev\n\n- include: jekyll.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 256, "all_permissive": false }
ansible_role
eddiejaoude/vagrant-ansible-docker
22487dcd20f6660f9d80f3655b4d0f1fad185fd9
2
ansible/roles/xhprof
8,170
[ "no_license" ]
[ { "path": "ansible/roles/xhprof/tasks/xhprof.yml", "content": "- name: install xhprof-beta\n shell: pecl install xhprof-beta\n\n- name: enabling xhprof-beta\n lineinfile: dest=/etc/php5/apache2/php.ini\n line='extension=xhprof.so'\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 225, "all_permissive": false }
ansible_role
thauer/tamasrepo
a7f05bbcefd862ea0ec705342d11b71aa3778b36
0
dream/roles/caffe
8,170
[ "no_license" ]
[ { "path": "dream/roles/caffe/tasks/caffe.yml", "content": "---\n# file: roles/caffe/tasks/caffe.yml\n\n- name: General dependencies\n apt: name={{ item }} update_cache=yes cache_valid_time=3600\n with_items:\n - unzip \n - libjpeg-dev\n\n- name: Caffe general dependencies\n apt: name={{ item }}\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3010, "all_permissive": false }
ansible_role
thauer/tamasrepo
a7f05bbcefd862ea0ec705342d11b71aa3778b36
0
dream/roles/ipython
8,170
[ "no_license" ]
[ { "path": "dream/roles/ipython/vars/main.yml", "content": "---\n# file: roles/ipython/vars/main.yml\n\nnotebook_configdir: /home/ubuntu/.ipython/profile_default\nnotebook_config: \"{{ notebook_configdir }}/ipython_notebook_config.py\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2459, "all_permissive": false }
ansible_role
tomlamphier/ansible-blklist-scripts
719f1625b2ee6925506ae51827f76f7875e09eab
0
roles/flume
8,170
[ "no_license" ]
[ { "path": "roles/flume/tasks/main.yml", "content": "---\n- name: Copy Flume config file\n template: src=nginxstream.conf dest=/home/ec2-user/scripts\n\n- name: Copy start script\n copy: src=start-flume dest=/home/ec2-user/scripts mode=a+x\n\n- name: Copy stop script\n copy: src=stop-flume dest=/home/ec2-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
tomlamphier/ansible-blklist-scripts
719f1625b2ee6925506ae51827f76f7875e09eab
0
roles/lua
8,170
[ "no_license" ]
[ { "path": "roles/lua/tasks/main.yml", "content": "---\n- name: copy over Lua script for nginx\n copy: src=ip_blacklist.lua dest=/home/ec2-user/scripts\n notify: restart nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/lua/files/ip_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2791, "all_permissive": false }
ansible_role
tomlamphier/ansible-blklist-scripts
719f1625b2ee6925506ae51827f76f7875e09eab
0
roles/nginx
8,170
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install new version of nginx.conf\n copy: src=nginx.conf dest=/usr/local/openresty/nginx/conf/nginx.conf\n notify: restart nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
tomlamphier/ansible-blklist-scripts
719f1625b2ee6925506ae51827f76f7875e09eab
0
roles/spark
8,170
[ "no_license" ]
[ { "path": "roles/spark/tasks/main.yml", "content": "---\n- name: Copy start script\n template: src=start-spark dest=/home/ec2-user/scripts/start-spark mode=a+x\n\n- name: Copy stop script\n copy: src=stop-spark dest=/home/ec2-user/scripts/stop-spark mode=a+x\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
hawka11/payment-fraud-detekta
fa0e49686c2f8bba2e4d770e17a217d17831786f
0
environment/provision/roles/docker
8,170
[ "no_license" ]
[ { "path": "environment/provision/roles/docker/tasks/main.yml", "content": "\n- name: Install PIP\n easy_install: name=pip state=latest\n\n- pip:\n name: docker-py\n\n- template: src=../templates/docker.repo.j2 dest=/etc/yum.repos.d/docker.repo\n\n- yum:\n name: docker-engine\n state: latest\n\n- c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
hawka11/payment-fraud-detekta
fa0e49686c2f8bba2e4d770e17a217d17831786f
0
environment/provision/roles/java8
8,170
[ "no_license" ]
[ { "path": "environment/provision/roles/java8/tasks/main.yml", "content": "\n- stat: path=/vagrant/provision/roles/java8/files/jdk-8u91-linux-x64.rpm\n register: isDownloaded\n\n- name: Download java8 (if not already)\n command: 'wget -P /vagrant/provision/roles/java8/files/ --no-cookies --no-check-certifi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
hawka11/payment-fraud-detekta
fa0e49686c2f8bba2e4d770e17a217d17831786f
0
environment/provision/roles/neo4j
8,170
[ "no_license" ]
[ { "path": "environment/provision/roles/neo4j/tasks/main.yml", "content": "\n- file: path=/neo4jdata/ state=directory\n- file: path=/neo4jdata/data state=directory\n- file: path=/neo4jdata/logs state=directory\n\n- name: neo4j container\n docker:\n name: neo4j\n image: neo4j:3.0\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
hawka11/payment-fraud-detekta
fa0e49686c2f8bba2e4d770e17a217d17831786f
0
environment/provision/roles/zookeeper
8,170
[ "no_license" ]
[ { "path": "environment/provision/roles/zookeeper/tasks/main.yml", "content": "\n- unarchive:\n src: ../files/zookeeper-3.4.9.tar.gz\n dest: /opt/\n owner: vagrant\n\n- file:\n src: /opt/zookeeper-3.4.9\n dest: /opt/zookeeper\n state: link\n owner: vagrant\n\n- template:\n src: ../tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
Prasanthreddy4a5/roboshop-jenkins
50bd6b5290131f2a60b3b0c6fadc2d5c5f00ac40
0
roles/jenkins
8,170
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/folder.yml", "content": "- name: Copy Config File - {{ item.folder_name }}\n ansible.builtin.template:\n src: folder.xml\n dest: /tmp/folder.xml\n\n- name: Create jenkins - {{ item.folder_name }}\n community.general.jenkins_job:\n config: \"{{ lookup('file', '/tmp/f...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1129, "all_permissive": false }
ansible_role
jonnyeom/symfony-vagrant
7e2181acb577cdd75777185ec32ab02158200c69
1
provisioning/roles/general
8,170
[ "no_license" ]
[ { "path": "provisioning/roles/general/tasks/main.yml", "content": "---\n- name: generate the server locale\n local_gen: name={{ locale }} state=present\n\n- name: set locale\n lineinfile: dest=/etc/default/locale regexp='^LANG=' line='LANG={{ locale }}'\n\n- name: reload local\n raw: source /etc/default/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
jonnyeom/symfony-vagrant
7e2181acb577cdd75777185ec32ab02158200c69
1
provisioning/roles/nginx
8,170
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx web server\n become: true\n apt:\n name: nginx\n state: latest\n notify: Restart Nginx\n\n- name: Configure nginx\n become: true\n template:\n src: templates/symfony.conf\n dest: \"/etc/nginx/sites-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
Ekwok95/nagios-with-ansible
7c9fdb58d39004a67394426fef5314db7254783b
1
add_hosts/roles/nagios
8,170
[ "no_license" ]
[ { "path": "add_hosts/roles/nagios/tasks/main.yml", "content": "---\n- name: Add host\n# debug:\n# msg: \"{{ item.key }}: {{ item.value.hostname }}\"\n template: \n src: newhost.cfg.j2\n dest: /usr/local/nagios/etc/objects/{{ item.key + '.cfg' }}\n become: true\n with_dict : \"{{ nagios_hosts }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1480, "all_permissive": false }
ansible_role
aminsaedi/ansible-practice
84e71640a1441443045e3604b166dfb5348b60d5
0
ansible/roles/default
8,170
[ "no_license" ]
[ { "path": "ansible/roles/default/tasks/facts.yml", "content": "- name: Show all facts\n debug:\n msg: \"{{ ansible_facts }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "ansible/roles/default/defaults/main.yml", "content": "listen_ip:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1542, "all_permissive": false }
ansible_role
asmodehn/playbooks
aa19677e606f821acc76c733746035eebd27ef87
0
roles/asmodehn.git
8,170
[ "no_license" ]
[ { "path": "roles/asmodehn.git/tasks/main.yml", "content": "- name: install git from apt\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: true\n cache_valid_time: 3600\n become: yes\n with_items:\n - git\n - gitk\n - git-gui\n - meld\n\n- name: configure git\n templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/asdf
8,170
[ "no_license" ]
[ { "path": "roles/asdf/defaults/main.yaml", "content": "---\nasdf_plugins:\n - \"golang\"\n - \"terraform\"\n - \"python\"\n - \"nodejs\"\n - \"ruby\"\n\nasdf_additional_plugins: []\n\nasdf_additional_plugins_external: {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3111, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/colima
8,170
[ "no_license" ]
[ { "path": "roles/colima/tasks/main.yaml", "content": "---\n- name: start colima\n command: colima start --cpu {{ colima_cpu }} --memory {{ colima_memory }} --disk {{ colima_disk }} {{ '--with-kubernetes' if colima_with_kubernetes else '' }\n register: colima_start\n changed_when: colima_start.stdout.find...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/enpass
8,170
[ "no_license" ]
[ { "path": "roles/enpass/tasks/main.yaml", "content": "---\n# check if enpass primary vault exists\n- name: check if enpass primary vault exists\n stat:\n path: ~/Library/Containers/in.sinew.Enpass-Desktop/Data/Documents/Vaults/primary\n register: enpass_primary_vault\n\n# fail if enpass primary vault d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/git
8,170
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yaml", "content": "git_name: <NAME>\ngit_email: <EMAIL>\ngit_signing_key: <KEY>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/git/tasks/main.yaml", "content": "---\n# fail if defaults are not overwri...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 910, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/homebrew
8,170
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yaml", "content": "---\n# add homebrew taps\n- community.general.homebrew_tap:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ homebrew_taps }}\"\n\n# loop over homebrew_packages\n- community.general.homebrew:\n name: \"{{ item }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1651, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/homefolder
8,170
[ "no_license" ]
[ { "path": "roles/homefolder/files/switch-config.yaml", "content": "kind: SwitchConfig\nversion: v1alpha1\nkubeconfigStores:\n - kind: filesystem\n kubeconfigName: \"*\"\n paths:\n - ~/.kube/kubeconfig\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/iterm2
8,170
[ "no_license" ]
[ { "path": "roles/iterm2/tasks/main.yaml", "content": "\n- name: Copy dynamic profile\n copy:\n src: dynamic-profile.json\n dest: \"~/Library/Application Support/iTerm2/DynamicProfiles/dynamic-profile.json\"\n\n- name: Set default profile to AnsibleDynamicProfile\n community.general.osx_defaults:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/osx
8,170
[ "no_license" ]
[ { "path": "roles/osx/tasks/main.yaml", "content": "\n# set osx defaults\n- name: OSX settings\n community.general.osx_defaults:\n domain: \"{{ item.domain }}\"\n key: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n type: \"{{ item.type }}\"\n state: present\n loop: \"{{ osx_settings }}\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3147, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/ssh
8,170
[ "no_license" ]
[ { "path": "roles/ssh/templates/ssh_config.j2", "content": "# managed by ansible\n# DO NOT EDIT MANUALLY\n\n{% for item in ssh_user_config %}\nHost {{ item.host }}\n{% for option in item.options %}\n {{ option }}\n{% endfor %}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1600, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/tmux
8,170
[ "no_license" ]
[ { "path": "roles/tmux/files/tmux.conf", "content": "# default statusbar colors\nset-option -g status-style fg=colour136,bg=colour235\n# default window title colors\nset-window-option -g window-status-style fg=colour244,bg=default\n# active window title colors\nset-window-option -g window-status-current-styl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3849, "all_permissive": false }
ansible_role
fatz/ansible-setup
dd84601e21a7c12821937b482f7a559b3e2fef87
1
roles/zsh
8,170
[ "no_license" ]
[ { "path": "roles/zsh/files/.zshrc", "content": "\n# check if zshrc.d exists\nif [ -d ~/.zshrc.d ]; then\n # source all *.zsh files in ~/.zshrc.d\n for file in ~/.zshrc.d/*.zsh; do\n source $file\n done\nelse\n echo \"No ~/.zshrc.d directory found.\"\nfi\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3780, "all_permissive": false }
ansible_role
netopsify/setup_postgresql
38c4d67c64e6986adea6d4e0ab830fccb1d7a58a
0
roles/postgresql
8,170
[ "no_license" ]
[ { "path": "roles/postgresql/templates/pgpass.j2", "content": "{% for server in repmgr_target_group_hosts %}\n{{ server }}:{{postgresql_port}}:{{repmgr_database}}:{{repmgr_user}}:{% for user in postgresql_users if user['name'] == repmgr_user %}{{user['pass']}}{% endfor %}\n{{ server }}:{{postgresql_port}}:re...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 29861, "all_permissive": false }
ansible_role
ptro-development/ansible_python_vim_developer
7b4b44907a0c1e61c81b3d1dad5f2e5a3c102fd1
0
roles/python_vim_developer_nodes
8,170
[ "no_license" ]
[ { "path": "roles/python_vim_developer_nodes/vars/main.yml", "content": "USERS:\n - name: root\n home: /root\n - name: developer\n home: /home/developer\n - name: ansible\n home: /home/ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3340, "all_permissive": false }
ansible_role
gitgit07/-centos7-lamp-ansible
52c209537ec592fc41c1fe8821a79c91a825cfaf
0
ansibles/roles/role_lamp
8,170
[ "no_license" ]
[ { "path": "ansibles/roles/role_lamp/vars/main.yml", "content": "# roles/role_lamp/vars/main.yml\n---\ndiscuz_db_name: \"discuzdb\"\ndiscuz_db_user: \"discuzuser\"\ndiscuz_db_password: \"<PASSWORD>\"\nmysql_root_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4184, "all_permissive": false }
ansible_role
Aplyca/ansible-container-php
f7cd9a9a6ae7bb5b1858138988ccc9fcfbd4358f
0
roles/ContainerEnabler
8,175
[ "no_license" ]
[ { "path": "roles/ContainerEnabler/tasks/main.yaml", "content": "---\n- name: Prepare Alpine based container\n apk:\n name: sudo\n update_cache: yes\n when: ansible_os_family == 'Alpine'\n\n- name: Ensure PHP modules are present using apt\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
dattran92/my-ansible
c1c3791a40d7b9cf82a296cb44a4fa02142c9eb6
0
roles/phpconfig
8,175
[ "no_license" ]
[ { "path": "roles/phpconfig/tasks/main.yml", "content": "- name: \"Add lib apache php\"\n apt:\n name: libapache2-mod-php\n\n- name: Update default alias for PHP\n copy: \n content: |\n <IfModule mod_dir.c>\n DirectoryIndex index.php index.html index.cgi index.pl index.xhtml index.htm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
Miekrif/statick_server
9bd1b05fcd9657d1430e634801e2c4dd4406c63b
0
roles/nginx_setup
8,175
[ "no_license" ]
[ { "path": "roles/nginx_setup/templates/nginx.j2", "content": "\nserver {\n listen 80;\n server_name localhost;\n\n location /images/ {\n alias /var/www/images/;\n autoindex on;\n gzip on;\n gzip_types image/jpeg image/png image/gif;\n expires 1h;\n access_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
Miekrif/statick_server
9bd1b05fcd9657d1430e634801e2c4dd4406c63b
0
roles/package_install
8,175
[ "no_license" ]
[ { "path": "roles/package_install/tasks/main.yml", "content": "\n- name: Install required packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n loop:\n - htop\n - ncdu\n - git\n - nano\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
Miekrif/statick_server
9bd1b05fcd9657d1430e634801e2c4dd4406c63b
0
roles/ssh_config
8,175
[ "no_license" ]
[ { "path": "roles/ssh_config/tasks/main.yml", "content": "\n- name: Disable root login\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin'\n line: 'PermitRootLogin no'\n\n- name: Disable empty passwords\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
Miekrif/statick_server
9bd1b05fcd9657d1430e634801e2c4dd4406c63b
0
roles/static_content
8,175
[ "no_license" ]
[ { "path": "roles/static_content/tasks/main.yml", "content": "\n- name: Download static images\n ansible.builtin.get_url:\n url: https://tinyurl.com/5dzjhdn6\n dest: /var/www/images\n mode: '0755'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
Miekrif/statick_server
9bd1b05fcd9657d1430e634801e2c4dd4406c63b
0
roles/user_management
8,175
[ "no_license" ]
[ { "path": "roles/user_management/tasks/main.yml", "content": "\n- name: Ensure custom groups exist\n ansible.builtin.group:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ custom_groups }}\"\n\n- name: Manage users\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n shell: \"{{ item.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
Miekrif/statick_server
9bd1b05fcd9657d1430e634801e2c4dd4406c63b
0
roles/zsh_setup
8,175
[ "no_license" ]
[ { "path": "roles/zsh_setup/tasks/main.yml", "content": "\n- name: Install zsh\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Install ohmyzsh for zsh users\n ansible.builtin.git:\n repo: https://github.com/ohmyzsh/ohmyzsh.git\n dest: /home/{{ item.name }}/.oh-my-zsh\n loop:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
charmixer/rpi-ansible
f84f6b96ca1ebeca83f47879fc23e515645012c4
0
roles/docker
8,175
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: install dependencies\n become: yes\n apt:\n state: present\n update_cache: yes\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n\n- name: add GPG key\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw03-vagrantAnsibleNginx/roles/common
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw03-vagrantAnsibleNginx/roles/common/tasks/upgrade.yml", "content": "---\n- name: Update and upgrade packages\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 160, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw03-vagrantAnsibleNginx/roles/nginx_configure
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw03-vagrantAnsibleNginx/roles/nginx_configure/tasks/nginx_configure.yml", "content": "- block:\n - name: Remove default nginx config\n file:\n path: /etc/nginx/conf.d/default.conf\n state: absent\n\n - name: Create new default nginx config\n template:\n s...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1467, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw03-vagrantAnsibleNginx/roles/nginx_install
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw03-vagrantAnsibleNginx/roles/nginx_install/tasks/main.yml", "content": "- ansible.builtin.include_tasks: nginx_install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "linux-pro-2024-10/hw03-vagrantAnsibleNginx/r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/create_mount_folders
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/create_mount_folders/tasks/main.yml", "content": "- ansible.builtin.include_tasks: create_mount_folders.yml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "linux-pro-2024-10/hw04-vag...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 199, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/create_partitions
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/create_partitions/tasks/create_partition.yml", "content": "---\n- name: Create partition {{ item }}\n command: chdir=/vagrant bash createPart {{ raidName }} {{ item }}\n register: info\n\n- name: Create partition {{ item }} result\n debug: \n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 492, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/create_raid
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/create_raid/tasks/create_raid.yml", "content": "---\n- block:\n - command: lsblk\n register: blk\n - name: List block devices\n debug: \n var: blk.stdout_lines\n\n\n- block:\n - name: Create RAID-10 of 4 disks\n comma...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2340, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/format_partitions
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/format_partitions/tasks/format_partitions.yml", "content": "---\n- name: Format partitions\n vars: \n i: [1,2,3,4,5]\n include_tasks: \"format_partition.yml\" \n loop: \"{{ i }}\"\n\n- command: lsblk -f\n register: info\n- name: fdisk -l\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 475, "all_permissive": false }
ansible_role
alexanderpono/ponomarenko-alex-otus
de75b5291d3a9dccde7e870402907984d767164c
2
linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/mount_partitions
8,175
[ "no_license" ]
[ { "path": "linux-pro-2024-10/hw04-vagrantAnsibleMdadm/roles/mount_partitions/tasks/main.yml", "content": "- ansible.builtin.include_tasks: mount_partitions.yml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "linux-pro-2024-10/hw04-vagrantAnsi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
clojars/infrastructure
b2e0e61850d9480a7ef16d3dea3075174dd5d862
12
aws-ansible/roles/clojars
8,175
[ "no_license" ]
[ { "path": "aws-ansible/roles/clojars/tasks/main.yml", "content": "---\n# TODO: There has to be a better way to specify to run as clojars for this whole role\n# System\n- name: ensure clojars group exists\n become: yes\n group:\n name: clojars\n state: present\n system: yes\n \n- name: \"ensure c...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 17741, "all_permissive": false }
ansible_role
clojars/infrastructure
b2e0e61850d9480a7ef16d3dea3075174dd5d862
12
aws-ansible/roles/correttojdk
8,175
[ "no_license" ]
[ { "path": "aws-ansible/roles/correttojdk/tasks/main.yml", "content": "# Based on instructions from https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/amazon-linux-install.html\n---\n- name: Import coretto repository signing key\n become: yes\n command: rpm --import https://yum.corretto.aws/corrett...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
clojars/infrastructure
b2e0e61850d9480a7ef16d3dea3075174dd5d862
12
aws-ansible/roles/leiningen
8,175
[ "no_license" ]
[ { "path": "aws-ansible/roles/leiningen/handlers/main.yml", "content": "---\n- name: download leiningen uberjar\n shell: lein version\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "aws-ansible/roles/leiningen/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 496, "all_permissive": false }