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
pfuetze-andreas/sensor-hub
2bb02826ff6339fc2b79aa46e76d1d8776a524e8
0
roles/lin_grafana
290
[ "no_license" ]
[ { "path": "roles/lin_grafana/tasks/main.yml", "content": "---\n\n- name: Install a grafana .deb package \n apt:\n deb: https://dl.grafana.com/oss/release/grafana-rpi_7.0.0_armhf.deb\n\n\n- name: start grafana service\n systemd:\n name: grafana-server\n state: restarted\n enabled: yes\n daem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
pfuetze-andreas/sensor-hub
2bb02826ff6339fc2b79aa46e76d1d8776a524e8
0
roles/lin_influxdb
290
[ "no_license" ]
[ { "path": "roles/lin_influxdb/tasks/main.yml", "content": "---\n\n# - name: import the influxdb apt key\n# apt_key:\n# url: https://repos.influxdata.com/influxdb.key\n# state: present\n# become: true\n\n# - name: install influxdb deb repository\n# apt_repository:\n# repo: deb https://repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
pfuetze-andreas/sensor-hub
2bb02826ff6339fc2b79aa46e76d1d8776a524e8
0
roles/lin_mosquitto
290
[ "no_license" ]
[ { "path": "roles/lin_mosquitto/tasks/main.yml", "content": "---\n\n- name: ensure java runtime is installed\n apt: \n name: openjdk-8-jre=8u212*\n state: present\n update_cache: yes\n\n\n- name: ensure mosquitto is installed\n apt: \n name: mosquitto=1.5.7*\n state: present\n update_cach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
pfuetze-andreas/sensor-hub
2bb02826ff6339fc2b79aa46e76d1d8776a524e8
0
roles/lin_raspi
290
[ "no_license" ]
[ { "path": "roles/lin_raspi/tasks/main.yml", "content": "---\n\n- name: deactivate swap\n command: swapoff -a\n\n\n- name: disable swap in sysctl\n sysctl:\n name: vm.swappiness\n value: \"0\"\n\n\n- name: remove swap from fstab\n mount:\n path: swap\n state: absent\n\n\n- name: disable and ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
pfuetze-andreas/sensor-hub
2bb02826ff6339fc2b79aa46e76d1d8776a524e8
0
roles/lin_zigbee
290
[ "no_license" ]
[ { "path": "roles/lin_zigbee/tasks/main.yml", "content": "---\n\n- name: ensure node js v10.24.0 installed\n apt: \n name: nodejs=10.24.0*\n state: present\n update_cache: yes\n\n\n- name: ensure npm v5.8.0 installed\n apt: \n name: npm=5.8.0*\n state: present\n update_cache: yes\n\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2004, "all_permissive": false }
ansible_role
gustavomitt/ansible-gustavo
b2300f15ced2a71f1fbcbd8b3fb56b568084ac32
0
roles/minicom
290
[ "no_license" ]
[ { "path": "roles/minicom/tasks/main.yml", "content": "---\n- name: Install Packages\n become: true\n apt:\n name:\n - minicom\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
gustavomitt/ansible-gustavo
b2300f15ced2a71f1fbcbd8b3fb56b568084ac32
0
roles/packages
290
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Install the apt-get packages\n apt:\n name:\n sshpass\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
gustavomitt/ansible-gustavo
b2300f15ced2a71f1fbcbd8b3fb56b568084ac32
0
roles/rstudio
290
[ "no_license" ]
[ { "path": "roles/rstudio/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n texlive\n texlive-latex-extra-doc\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
gustavomitt/ansible-gustavo
b2300f15ced2a71f1fbcbd8b3fb56b568084ac32
0
roles/update
290
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: Update APT\n become: true\n apt:\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
Emergent360/openshift_demo
7d3b9926e9d4401bd0a6021d6e350db64050b280
0
roles/create_build_directory
290
[ "no_license" ]
[ { "path": "roles/create_build_directory/tasks/main.yml", "content": "---\n\n- name: set build path\n set_fact:\n openshift_build_path: \"/home/ec2-user/openshift-{{ cluster_name }}/build\"\n\n- name: create build directory for deployment artifacts\n file:\n path: \"{{ openshift_build_path }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2758, "all_permissive": false }
ansible_role
Emergent360/openshift_demo
7d3b9926e9d4401bd0a6021d6e350db64050b280
0
roles/deploy_ansible_automation_workshop
290
[ "no_license" ]
[ { "path": "roles/deploy_ansible_automation_workshop/tasks/main.yml", "content": "---\n# tasks file for deploy_ansible_automation_workshop\n\n- name: Determine if Ansible Tower pod is online\n k8s_info:\n api_version: v1\n kind: Pod\n namespace: tower\n label_selectors:\n - \"app = ansible-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7821, "all_permissive": false }
ansible_role
Emergent360/openshift_demo
7d3b9926e9d4401bd0a6021d6e350db64050b280
0
roles/deploy_signed_certs
290
[ "no_license" ]
[ { "path": "roles/deploy_signed_certs/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy_signed_certs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/deploy_signed_certs/tasks/old_main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4317, "all_permissive": false }
ansible_role
Emergent360/openshift_demo
7d3b9926e9d4401bd0a6021d6e350db64050b280
0
roles/deploy_web_terminal
290
[ "no_license" ]
[ { "path": "roles/deploy_web_terminal/tasks/main.yml", "content": "---\n# tasks file for service-mesh\n\n- name: template values in operators\n copy:\n src: \"{{ role_path }}/files/web-terminal-operator.yml\"\n dest: \"{{ openshift_build_path }}/web-terminal-operator.yml\"\n\n- name: template web cli ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
Marine156/FormationAnsible
295979b89b0835f8cc1fe0a536d76d435db0b9e9
0
roles/nic
290
[ "no_license" ]
[ { "path": "roles/nic/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nic", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/nic/vars/main.yml", "content": "---\n# vars file for nic", "license_ty...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 550, "all_permissive": false }
ansible_role
Marine156/FormationAnsible
295979b89b0835f8cc1fe0a536d76d435db0b9e9
0
roles/nsg
290
[ "no_license" ]
[ { "path": "roles/nsg/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nsg", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/nsg/defaults/main.yml", "content": "---\n# defaults file for nsg", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 470, "all_permissive": false }
ansible_role
Marine156/FormationAnsible
295979b89b0835f8cc1fe0a536d76d435db0b9e9
0
roles/pip
290
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n# tasks file for pip\n# Création d'un IP Public\n- name: Create a public ip address\n azure_rm_publicipaddress:\n resource_group: \"{{ myResourceGroup }}\"\n name: \"{{ myPublicIp }}\"\n allocation_method: static\n register: output_ip_address...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
Marine156/FormationAnsible
295979b89b0835f8cc1fe0a536d76d435db0b9e9
0
roles/rg
290
[ "no_license" ]
[ { "path": "roles/rg/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - groupeRessource", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/rg/handlers/main.yml", "content": "---\n# handlers file for gro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 385, "all_permissive": false }
ansible_role
Marine156/FormationAnsible
295979b89b0835f8cc1fe0a536d76d435db0b9e9
0
roles/subnet
290
[ "no_license" ]
[ { "path": "roles/subnet/defaults/main.yml", "content": "---\n# defaults file for subnet", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/subnet/tasks/main.yml", "content": "---\n# tasks file for subnet\n- name: Create a subnet\n azure_rm_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 268, "all_permissive": false }
ansible_role
Marine156/FormationAnsible
295979b89b0835f8cc1fe0a536d76d435db0b9e9
0
roles/vnet
290
[ "no_license" ]
[ { "path": "roles/vnet/defaults/main.yml", "content": "---\n# defaults file for vnet", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/vnet/handlers/main.yml", "content": "---\n# handlers file for vnet", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 489, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/01-chrony-controller
290
[ "no_license" ]
[ { "path": "ansible/roles/01-chrony-controller/handlers/main.yml", "content": "---\n- name: Restart firewalld\n service:\n name: firewalld\n state: restarted\n\n- name: Start and enable chronyd.service\n systemd:\n name: chronyd.service\n state: started\n enabled: yes\n\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1201, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/02-chrony-notincontrol
290
[ "no_license" ]
[ { "path": "ansible/roles/02-chrony-notincontrol/handlers/main.yml", "content": "- name: Start and enable chronyd.service\n systemd:\n name: chronyd.service\n state: started\n enabled: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 414, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/03-rocky-packages
290
[ "no_license" ]
[ { "path": "ansible/roles/03-rocky-packages/tasks/main.yml", "content": "---\n- name: Install centos-release-openstack-rocky\n yum:\n name: centos-release-openstack-rocky\n state: present\n\n- name: Upgrade all packages\n yum:\n name: '*'\n state: latest\n\n- name: Install python-openstackclien...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/04-mariadb
290
[ "no_license" ]
[ { "path": "ansible/roles/04-mariadb/tasks/main.yml", "content": "---\n- name: Install mariadb-server and python2-PyMySQL\n yum:\n name: ['mariadb-server','MySQL-python']\n state: present\n\n- name: Create and edit /etc/my.cnf file\n template:\n src: my.cnf.j2\n dest: /etc/my.cnf\n force: no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1651, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/05-rabbitmq
290
[ "no_license" ]
[ { "path": "ansible/roles/05-rabbitmq/tasks/main.yml", "content": "---\n- name: Install RabbitMQ\n yum:\n name: rabbitmq-server\n state: present\n\n- name: Start and enable RabbitMQ service\n service:\n name: rabbitmq-server\n state: started\n enabled: yes\n\n- name: Create user for RabbitMQ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/06-memcached
290
[ "no_license" ]
[ { "path": "ansible/roles/06-memcached/tasks/main.yml", "content": "---\n- name: Install Memcached\n yum:\n name: memcached\n state: present\n\n- name: Start and enable Memcached service\n service:\n name: memcached\n state: started\n enabled: yes\n\n- name: Open port firewalld\n firewalld:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/07-etcd
290
[ "no_license" ]
[ { "path": "ansible/roles/07-etcd/tasks/main.yml", "content": "---\n- name: Install etcd\n yum:\n name: etcd\n state: present\n\n- name: Check if bck.etecd.conf file exists\n stat:\n path: /etc/etcd/bck.etcd.conf\n register: bck_etcd\n\n- name: Backup etcd.conf file\n copy:\n src: /etc/etcd/e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1337, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/08-keystone-config
290
[ "no_license" ]
[ { "path": "ansible/roles/08-keystone-config/tasks/main.yml", "content": "---\n- name: Create keystone database\n mysql_db:\n login_unix_socket: /var/lib/mysql/mysql.sock\n login_user: \"{{ mariaDB_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: '{{ keystone_db }}'\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/09-keystone-install
290
[ "no_license" ]
[ { "path": "ansible/roles/09-keystone-install/templates/admin-openrc.j2", "content": "export OS_PROJECT_DOMAIN_NAME=Default\nexport OS_USER_DOMAIN_NAME=Default\nexport OS_PROJECT_NAME=admin\nexport OS_USERNAME=admin\nexport OS_PASSWORD={{ <PASSWORD> }}\nexport OS_AUTH_URL=http://{{ hostvars[groups['control']...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3990, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/10-glance-config
290
[ "no_license" ]
[ { "path": "ansible/roles/10-glance-config/tasks/main.yml", "content": "---\n- name: Create glance database\n mysql_db:\n login_unix_socket: /var/lib/mysql/mysql.sock\n login_user: \"{{ mariaDB_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: '{{ glance_db }}'\n state: present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2770, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/11-glance-install
290
[ "no_license" ]
[ { "path": "ansible/roles/11-glance-install/tasks/main.yml", "content": "---\n- name: Install Glance\n yum:\n name: openstack-glance\n state: present\n enablerepo: centos-openstack-rocky\n\n- name: Check bck.glance-api.conf file exists\n stat:\n path: /etc/glance/bck.glance-api.conf\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3551, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/12-nova-control-config
290
[ "no_license" ]
[ { "path": "ansible/roles/12-nova-control-config/tasks/main.yml", "content": "---\n- name: Create {{ nova_api_db }} database\n mysql_db:\n login_unix_socket: /var/lib/mysql/mysql.sock\n login_user: \"{{ mariaDB_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ nova_api_db }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7381, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/13-nova-control-install
290
[ "no_license" ]
[ { "path": "ansible/roles/13-nova-control-install/templates/nova.conf.j2", "content": "[DEFAULT]\nenabled_apis = osapi_compute,metadata\ntransport_url = rabbit://{{ rabbitmq_user }}:{{ rabbitmq_pass }}@{{ hostvars[groups['control'][0]].ansible_host }}\nmy_ip = {{ hostvars[groups['control'][0]].ansible_host }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5306, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/14-nova-nodes
290
[ "no_license" ]
[ { "path": "ansible/roles/14-nova-nodes/tasks/main.yml", "content": "---\n- name: Install nova-compute and qemu\n yum:\n name: ['openstack-nova-compute','qemu-kvm','libvirt','virt-install']\n state: present\n enablerepo: centos-openstack-rocky\n\n- name: Start and enable libvirtd service\n servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2734, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/15-nova-discover-nodes
290
[ "no_license" ]
[ { "path": "ansible/roles/15-nova-discover-nodes/tasks/main.yml", "content": "---\n- name: Wait until computes nodes are ready\n shell: >\n source ~/admin-openrc && openstack compute service list\n register: result\n until: not result.stdout.find(\"None\") != -1\n retries: 120\n delay: 3\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/16-ovs-notincontrol-install
290
[ "no_license" ]
[ { "path": "ansible/roles/16-ovs-notincontrol-install/tasks/main.yml", "content": "---\n- name: Install dependencies\n yum:\n name: ['gcc','gcc-c++','autoconf','automake','libtool','openssl-devel','python-devel','desktop-file-utils','groff','graphviz','checkpolicy','selinux-policy-devel','python-sphinx',...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2291, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/17-ovs-notincontrol-config
290
[ "no_license" ]
[ { "path": "ansible/roles/17-ovs-notincontrol-config/tasks/main.yml", "content": "---\n- name: Edit /etc/resolv.conf (1)\n lineinfile:\n path: /etc/resolv.conf\n line: \"nameserver 8.8.4.4\"\n insertafter: EOF\n state: present\n\n- name: Edit /etc/resolv.conf (2)\n lineinfile:\n path: /etc/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2435, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/18-neutron-control-config
290
[ "no_license" ]
[ { "path": "ansible/roles/18-neutron-control-config/tasks/main.yml", "content": "---\n- name: Create neutron database\n mysql_db:\n login_unix_socket: /var/lib/mysql/mysql.sock\n login_user: \"{{ mariaDB_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: '{{ neutron_db }}'\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2764, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/19-neutron-control-install
290
[ "no_license" ]
[ { "path": "ansible/roles/19-neutron-control-install/templates/neutron.conf.j2", "content": "[DEFAULT]\ncore_plugin = ml2\nservice_plugins = router\nallow_overlapping_ips = True\nauth_strategy = keystone\ndhcp_agent_notification = True\nnotify_nova_on_port_status_changes = True\nnotify_nova_on_port_data_chan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5896, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/20-neutron-net
290
[ "no_license" ]
[ { "path": "ansible/roles/20-neutron-net/tasks/main.yml", "content": "---\n- name: Install Neutron\n yum:\n name: ['openstack-neutron','openstack-neutron-ml2','openstack-neutron-openvswitch']\n state: present\n enablerepo: centos-openstack-rocky\n\n- name: Check bck.neutron.conf file exists\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7033, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/21-neutron-nodes
290
[ "no_license" ]
[ { "path": "ansible/roles/21-neutron-nodes/tasks/main.yml", "content": "---\n- name: Install Neutron\n yum:\n name: ['openstack-neutron','openstack-neutron-ml2','openstack-neutron-openvswitch']\n state: present\n enablerepo: centos-openstack-rocky\n\n- name: Check bck.neutron.conf file exists\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4662, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/22-horizon
290
[ "no_license" ]
[ { "path": "ansible/roles/22-horizon/tasks/main.yml", "content": "---\n- name: Install Horizon\n yum:\n name: openstack-dashboard\n state: present\n enablerepo: centos-openstack-rocky\n\n- name: Check bck.local_settings file exists\n stat:\n path: /etc/openstack-dashboard/bck.local_settings\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1877, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/23-heat-config
290
[ "no_license" ]
[ { "path": "ansible/roles/23-heat-config/tasks/main.yml", "content": "---\n- name: Create {{ heat_db }} database\n mysql_db:\n login_unix_socket: /var/lib/mysql/mysql.sock\n login_user: \"{{ mariaDB_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: '{{ heat_db }}'\n state: present\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5778, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/24-heat-install
290
[ "no_license" ]
[ { "path": "ansible/roles/24-heat-install/tasks/main.yml", "content": "---\n- name: Install Heat\n yum:\n name: ['openstack-heat-api','openstack-heat-api-cfn',' openstack-heat-engine']\n state: present\n enablerepo: centos-openstack-rocky\n\n- name: Check bck.heat.conf file exists\n stat:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3114, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/25-ceilometer-config
290
[ "no_license" ]
[ { "path": "ansible/roles/25-ceilometer-config/tasks/main.yml", "content": "---\n- name: Create {{ gnocchi_db }} database\n mysql_db:\n login_unix_socket: /var/lib/mysql/mysql.sock\n login_user: \"{{ mariaDB_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name: '{{ gnocchi_db }}'\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3202, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/26-ceilometer-install
290
[ "no_license" ]
[ { "path": "ansible/roles/26-ceilometer-install/templates/10-gnocchi_wsgi.conf.j2", "content": "Listen 8041\n<VirtualHost *:8041>\n <Directory /usr/bin>\n AllowOverride None\n Require all granted\n </Directory>\n\n CustomLog /var/log/httpd/gnocchi_wsgi_access.log combined\n ErrorLog /var/log/httpd/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5527, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/27-ceilometer-nodes
290
[ "no_license" ]
[ { "path": "ansible/roles/27-ceilometer-nodes/tasks/main.yml", "content": "---\n- name: Install Ceilometer\n yum:\n name: openstack-ceilometer-compute\n state: present\n enablerepo: centos-openstack-rocky\n\n- name: Check bck.ceilometer.conf file exists\n stat:\n path: /etc/ceilometer/bck.ceil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1652, "all_permissive": false }
ansible_role
fermartinezmeana/Openstack-Rocky-CentOS7
e94fd0f25b3b9cdf5dec1add9a0152b04000c4cd
0
ansible/roles/28-ceilometer-modules
290
[ "no_license" ]
[ { "path": "ansible/roles/28-ceilometer-modules/tasks/main.yml", "content": "---\n- name: Modify glance-registry.conf file (1)\n lineinfile:\n path: /etc/glance/glance-registry.conf\n insertafter: '[oslo_messaging_notifications]'\n line: \"driver = messagingv2\"\n\n- name: Modify glance-registry.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1911, "all_permissive": false }
ansible_role
CrashenX/ws-deploy
73d8f240b00d1237e248dc99979191ba114e23f5
0
roles/base
290
[ "no_license" ]
[ { "path": "roles/base/defaults/main.yml", "content": "user: deploy\nsudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/base/tasks/main.yml", "content": "- name: Creates unprivileged user\n user: name={{ user }}\n password...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2912, "all_permissive": false }
ansible_role
CrashenX/ws-deploy
73d8f240b00d1237e248dc99979191ba114e23f5
0
roles/cli
290
[ "no_license" ]
[ { "path": "roles/cli/tasks/main.yml", "content": "- name: Installs necessary packages\n apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time=3600\n with_items:\n - ansible\n - git\n - python-dev\n - python-flake8\n - python-jedi\n - python3-jedi\n - python-virtualenv\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3260, "all_permissive": false }
ansible_role
CrashenX/ws-deploy
73d8f240b00d1237e248dc99979191ba114e23f5
0
roles/gui
290
[ "no_license" ]
[ { "path": "roles/gui/tasks/main.yml", "content": "- name: Adds google chrome repo\n copy: src=google-chrome.list\n dest=/etc/apt/sources.list.d/google-chrome.list\n owner=root\n group=root\n mode=0644\n\n- name: Imports google's key\n command: bash -c \"wget -q -O -\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2110, "all_permissive": false }
ansible_role
CrashenX/ws-deploy
73d8f240b00d1237e248dc99979191ba114e23f5
0
roles/lockdown
290
[ "no_license" ]
[ { "path": "roles/lockdown/tasks/main.yml", "content": "- name: Disables vagrant user\n command: usermod -L -e 1970-01-01 vagrant\n\n- name: Allows only user login via ssh\n lineinfile: dest=/etc/ssh/sshd_config\n regexp=\"^AllowUsers\"\n line=\"AllowUsers {{ user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
CrashenX/ws-deploy
73d8f240b00d1237e248dc99979191ba114e23f5
0
roles/openstack
290
[ "no_license" ]
[ { "path": "roles/openstack/tasks/main.yml", "content": "- name: Update to apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Installs necessary packages\n apt: pkg={{ item }} state=latest\n with_items:\n - git\n - libpq-dev\n - libjpeg-dev\n - libmysqlclient-dev\n - libssl-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2928, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/globalphasing
290
[ "no_license" ]
[ { "path": "roles/globalphasing/tasks/main.yml", "content": "---\n- name: Installing dependent packages \n become: yes\n yum: \n name: \n - fontconfig.i686\n - fontconfig.x86_64\n - freetype.i686\n - freetype.x86_64\n - tkinter\n - python-pmw\n - apbs\n - fftw2\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2931, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/hkl2000
290
[ "no_license" ]
[ { "path": "roles/hkl2000/tasks/main.yml", "content": "---\n- name: Check for previous HKL2000 v720 install\n stat: path=/app/hkl2000/v720/bin\n register: hkl_orig\n tags: hkl2000_install\n\n- name: Create HKL2000 v720 directory\n become: yes\n file:\n path: /app/hkl2000\n state: directory\n ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/install_ccp4
290
[ "no_license" ]
[ { "path": "roles/install_ccp4/tasks/main.yml", "content": "---\n- name: Check for previous CCP4 7.1 install\n stat: path=/app/ccp4/v7.1/bin\n register: ccp4_orig\n tags: ccp4_install\n\n- name: Create CCP4 directory\n become: yes\n file:\n path: /app/ccp4\n state: directory\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 963, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/moe
290
[ "no_license" ]
[ { "path": "roles/moe/tasks/main.yml", "content": "---\n- name: Check for previous Moe 2019_0102 install\n stat: path=/app/moe/v2019.0102/bin\n register: moe_orig\n tags: moe_install\n\n- name: Crate the Moe directory\n become: yes\n file:\n path: /app/moe\n state: directory\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/phenix
290
[ "no_license" ]
[ { "path": "roles/phenix/tasks/main.yml", "content": "---\n- name: Check for previous Phenix 1.18.2 install\n stat: path=/app/phenix/v1.18.2-3874/build/bin\n register: phenix_orig\n tags: phenix_install\n\n- name: Crate the Phenix directory\n become: yes\n file:\n path: /app/phenix\n state: direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1401, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/required_rpms
290
[ "no_license" ]
[ { "path": "roles/required_rpms/tasks/main.yml", "content": "---\n- name: Installing RPM's\n become: yes\n yum:\n name:\n - cairo*\n - cmake\n - crypto-utils\n - curl\n - dos2unix\n - elfutils\n - elfutils-devel\n - environment-modules\n - ftp\n - func\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1490, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/schrodinger
290
[ "no_license" ]
[ { "path": "roles/schrodinger/tasks/main.yml", "content": "---\n- name: Check for previous Schrodinger 2020-3 install\n stat: path=/app/schrodinger/v2020-3\n register: schrodinger_orig\n tags: schrodinger_install\n\n- name: Crate the Schrodinger directory\n become: yes\n file:\n path: /app/schrodinge...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1441, "all_permissive": false }
ansible_role
runnden/client_ansible_setup
96e70183f2bef645c4af8d5990eb9647019fcc9c
0
roles/xds
290
[ "no_license" ]
[ { "path": "roles/xds/tasks/main.yml", "content": "---\n- name: Check for previous XDS 20200417 install\n stat: path=/app/xds/v20200417\n register: xds_orig\n tags: xds_install\n\n- name: Create XDS directory\n become: yes\n file:\n path: /app/xds\n state: directory\n owner: root\n mode: 075...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1551, "all_permissive": false }
ansible_role
rcarrillocruz/infra-ansible
c00b05a675933bd83f8d79960e9a07b67c9cf536
4
roles/bootstrap_gerrit
290
[ "no_license" ]
[ { "path": "roles/bootstrap_gerrit/tasks/main.yml", "content": "---\n- name: Fetch Gerrit MySQL password from Puppetmaster hiera\n command: hiera -c /etc/puppet/hiera.yaml gerrit_mysql_password environment=production\n delegate_to: \"{{ groups['meta-infra_type_puppetmaster'][0] }}\"\n register: gerrit_mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
rcarrillocruz/infra-ansible
c00b05a675933bd83f8d79960e9a07b67c9cf536
4
roles/bootstrap_jjb
290
[ "no_license" ]
[ { "path": "roles/bootstrap_jjb/tasks/main.yml", "content": "---\n- name: Run puppet agent to install Jenkins\n puppet:\n\n- name: Get JJB password from Puppetmaster Hiera\n command: hiera -c /etc/puppet/hiera.yaml jenkins_jobs_password environment=production\n delegate_to: \"{{ groups['meta-infra_type_pu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
rcarrillocruz/infra-ansible
c00b05a675933bd83f8d79960e9a07b67c9cf536
4
roles/bootstrap_puppet_infra_node
290
[ "no_license" ]
[ { "path": "roles/bootstrap_puppet_infra_node/tasks/main.yml", "content": "---\n- name: Deploy /etc/puppet.conf template\n template: src=puppet.conf.j2 dest=/etc/puppet/puppet.conf\n\n- name: Start puppet agent service\n service: name=puppet enabled=yes state=started\n\n- name: Enable puppet agent, as it i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
rcarrillocruz/infra-ansible
c00b05a675933bd83f8d79960e9a07b67c9cf536
4
roles/bootstrap_puppetmaster
290
[ "no_license" ]
[ { "path": "roles/bootstrap_puppetmaster/templates/puppet_profiles/jenkins.pp.j2", "content": "class infra-ansible::profiles::jenkins {\n class { '::project_config':\n url => 'git://git.openstack.org/openstack-infra/project-config'\n }\n\n class { 'jenkins::job_builder':\n url => 'http://loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 6609, "all_permissive": false }
ansible_role
rcarrillocruz/infra-ansible
c00b05a675933bd83f8d79960e9a07b67c9cf536
4
roles/common
290
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Get deb package for Puppetlabs repository\n get_url: >\n url=https://apt.puppetlabs.com/puppetlabs-release-{{ansible_distribution_release}}.deb\n dest=/tmp/puppetlabs-release-{{ansible_distribution_release}}.deb\n\n- name: Install Pupp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
rcarrillocruz/infra-ansible
c00b05a675933bd83f8d79960e9a07b67c9cf536
4
roles/provision_infra_servers
290
[ "no_license" ]
[ { "path": "roles/provision_infra_servers/tasks/main.yml", "content": "---\n- name: Create OpenStack instances\n os_server:\n state: present\n cloud: \"{{item.os_client_config_cloud | default(os_client_config_cloud) }}\"\n name: \"{{ item.name }}.{{ domainname }}\"\n image: \"{{ item.image }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
rcarrillocruz/infra-ansible
c00b05a675933bd83f8d79960e9a07b67c9cf536
4
roles/set_hostnames
290
[ "no_license" ]
[ { "path": "roles/set_hostnames/tasks/main.yml", "content": "---\n# Set hostname and /etc/hosts \n# Inspired by: \n# https://github.com/ansible/ansible/pull/8482)\n# https://gist.github.com/rothgar/8793800\n- name: Set /etc/hostname \n hostname: name=\"{{ inventory_hostname.split('.', 1)[0] }}\"\n\n# \" lov...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
GeorgeManakanatas/EncryptionService
490017de871e6a931ec4e12e63dd38937580daad
0
roles/build_encryption_service
290
[ "permissive" ]
[ { "path": "roles/build_encryption_service/tasks/debian.yml", "content": "---\n - name: \"Build encryption server image\"\n docker_image:\n name: \"{{ encryption_service_name }}\"\n path: \".\"\n state: present\n become: true\n become_method: sudo\n tags: [\"encryption_image\"]\n"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 403, "all_permissive": true }
ansible_role
Gordey13/devops
d9defa884b14f96bb35c86c2e2e6c66e9e651cdb
0
ansible/roles/k3s_master
290
[ "no_license" ]
[ { "path": "ansible/roles/k3s_master/templates/k3s.service.j2", "content": "[Unit]\nDescription=Lightweight Kubernetes\nDocumentation=https://k3s.io\nAfter=network.target\n\n[Service]\nType=notify\nEnvironmentFile=/etc/systemd/system/k3s.service.env\nExecStartPre=-/sbin/modprobe br_netfilter\nExecStartPre=-/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3273, "all_permissive": false }
ansible_role
qjrdpulga/Pulga_FinalExam
a225f96830dcfc3fb07e2dc0dbe832fffc70c4ec
0
roles/git-clone
295
[ "no_license" ]
[ { "path": "roles/git-clone/tasks/main.yml", "content": "---\n# tasks file for git-clone\n\n- name: Cloning Prelim Exam on Ubuntu\n git:\n repo: https://github.com/qjrdpulga/Pulga_PrelimExam.git\n dest: /home/justinpulga/pulga_prelim\n clone: yes\n update: yes\n when: ansible_facts['distributio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
redtomat87/yc-tf
7cca8ce1d2f8b4a11b0bd7c7615c35b48480dbb7
2
ansible/roles/angie_certs_backup
295
[ "no_license" ]
[ { "path": "ansible/roles/angie_certs_backup/handlers/main.yml", "content": "- name: Restart angie\n ansible.builtin.systemd:\n name: angie\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1227, "all_permissive": false }
ansible_role
redtomat87/yc-tf
7cca8ce1d2f8b4a11b0bd7c7615c35b48480dbb7
2
ansible/roles/docker_backends
295
[ "no_license" ]
[ { "path": "ansible/roles/docker_backends/tasks/main.yml", "content": "- name: 'INSTALL backends'\n ansible.builtin.import_tasks: install_backends.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/docker_backends/templates/keycloa...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 34394, "all_permissive": false }
ansible_role
redtomat87/yc-tf
7cca8ce1d2f8b4a11b0bd7c7615c35b48480dbb7
2
ansible/roles/web_server
295
[ "no_license" ]
[ { "path": "ansible/roles/web_server/handlers/main.yml", "content": "- name: Restart angie\n ansible.builtin.systemd:\n name: angie\n state: restarted\n enabled: true\n\n- name: Cleanup docker\n community.docker.docker_prune:\n images: true\n images_filters:\n dangling: true\n become: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 27786, "all_permissive": false }
ansible_role
redtomat87/yc-tf
7cca8ce1d2f8b4a11b0bd7c7615c35b48480dbb7
2
ansible/roles/wordpress
295
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/templates/mysql-exporter/mysqld_exporter.service.j2", "content": "[Unit]\nDescription=MySQL Exporter\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ mysql.mysqld_exporter.service_user}}\nGroup={{ mysql.mysqld_exporter.service_user}}\nType=si...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 30372, "all_permissive": false }
ansible_role
railsonvps/ansible-rails
eba09056f22531a4475549c1d6a4efbe818ee980
2
roles/certbot
295
[ "no_license" ]
[ { "path": "roles/certbot/tasks/main.yml", "content": "---\n- name: Create certbot directory\n file: path=/opt/certbot state=directory mode=0755 owner=root group=root\n\n- name: Install certbot standalone\n get_url:\n url: https://dl.eff.org/certbot-auto\n dest: /opt/certbot/certbot-auto\n\n- name: E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
railsonvps/ansible-rails
eba09056f22531a4475549c1d6a4efbe818ee980
2
roles/common
295
[ "no_license" ]
[ { "path": "roles/common/tasks/hostname.yml", "content": "- name: Set hostname\n hostname: name={{ domain | replace('.','-') }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/common/tasks/security.yml", "content": "---\n- name: Install...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1316, "all_permissive": false }
ansible_role
railsonvps/ansible-rails
eba09056f22531a4475549c1d6a4efbe818ee980
2
roles/deploy-user
295
[ "no_license" ]
[ { "path": "roles/deploy-user/tasks/main.yml", "content": "---\n- name: Create deploy user\n user:\n name: \"{{ user }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n generate_ssh_key: yes\n shell: /bin/bash\n update_password: on_create\n\n- name: Add authorized deploy key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 981, "all_permissive": false }
ansible_role
railsonvps/ansible-rails
eba09056f22531a4475549c1d6a4efbe818ee980
2
roles/nginx
295
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt: name=nginx state=latest\n\n- name: Check for dhparam.pem\n stat: path=/etc/nginx/dhparam.pem\n register: dhparam\n\n- name: Generate dhparam\n command: openssl dhparam -out /etc/nginx/dhparam.pem 2048\n\n- name: Copy n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
railsonvps/ansible-rails
eba09056f22531a4475549c1d6a4efbe818ee980
2
roles/rails
295
[ "no_license" ]
[ { "path": "roles/rails/templates/database.yml", "content": "production:\n adapter: postgresql\n encoding: unicode\n database: {{ app_name }}\n username: {{ app_name }}\n password: {{ <PASSWORD> }}\n host: localhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2276, "all_permissive": false }
ansible_role
railsonvps/ansible-rails
eba09056f22531a4475549c1d6a4efbe818ee980
2
roles/ruby
295
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- import_tasks: ruby-install.yml\n- import_tasks: chruby.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/ruby/tasks/ruby-install.yml", "content": "---\n- name: Create ruby-inst...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1738, "all_permissive": false }
ansible_role
railsonvps/ansible-rails
eba09056f22531a4475549c1d6a4efbe818ee980
2
roles/sidekiq
295
[ "no_license" ]
[ { "path": "roles/sidekiq/tasks/main.yml", "content": "- name: Install sidekiq systemd unit file\n template: src=sidekiq.conf dest=/etc/systemd/system/sidekiq_{{ app_name }}.service\n\n- name: Start sidekiq\n systemd: state=started name=sidekiq_{{ app_name }} daemon_reload=yes\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
HardHero/deluge-cheez
8542146e12e5d762f05157eef0bee35e1a51c20d
0
roles/cifs-client
295
[ "no_license" ]
[ { "path": "roles/cifs-client/tasks/main.yml", "content": "- name: Install cifs-utils\n apt: pkg=cifs-utils state=installed\n\n- name: Install CIFS credentials file\n template:\n src: fstab.creds.j2\n dest: \"/etc/fstab.{{ item.name }}.creds\"\n mode: 0600\n owner: root\n with_items: \"{{cifs_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/autorecovery
295
[ "permissive" ]
[ { "path": "roles/autorecovery/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/bookie
295
[ "permissive" ]
[ { "path": "roles/bookie/defaults/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4529, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/broker
295
[ "permissive" ]
[ { "path": "roles/broker/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2293, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/cluster_initialization
295
[ "permissive" ]
[ { "path": "roles/cluster_initialization/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1076, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/config-checker
295
[ "permissive" ]
[ { "path": "roles/config-checker/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/controlmachine
295
[ "permissive" ]
[ { "path": "roles/controlmachine/templates/binary_packages.yml.j2", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the Licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6001, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/grafana
295
[ "permissive" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://ww...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3307, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/host-bootstrap
295
[ "permissive" ]
[ { "path": "roles/host-bootstrap/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2296, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/host-common
295
[ "permissive" ]
[ { "path": "roles/host-common/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1181, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/host-system-checker
295
[ "permissive" ]
[ { "path": "roles/host-system-checker/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1096, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/node_exporter
295
[ "permissive" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/prometheus
295
[ "permissive" ]
[ { "path": "roles/prometheus/templates/run_prometheus_binary.sh.j2", "content": "#!/bin/bash\n#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a cop...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9447, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/pulsar-common
295
[ "permissive" ]
[ { "path": "roles/pulsar-common/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2359, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/pulsar-post-deploy
295
[ "permissive" ]
[ { "path": "roles/pulsar-post-deploy/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/pulsar-pre-deploy
295
[ "permissive" ]
[ { "path": "roles/pulsar-pre-deploy/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1475, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/systemd-grafana
295
[ "permissive" ]
[ { "path": "roles/systemd-grafana/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1025, "all_permissive": true }
ansible_role
jamesWsg/pulsar-ansible-deploy
2492e38b97c21d669f080785339eb2643271d0a3
0
roles/zookeeper
295
[ "permissive" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "#\n# Copyright (c) 2018 Sijie. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2250, "all_permissive": true }
ansible_role
PoonamTiwari77/Assignment
dadbec0c4d49aed62d9cd702e8503e667d88c12f
0
ansible/roles/postgres
295
[ "no_license" ]
[ { "path": "ansible/roles/postgres/vars/main.yml", "content": "postgresql_version: \"14\" # Set the PostgreSQL version\nshared_buffers: '128MB' # Adjust based on your server's RAM\nmax_connections: 150 # Set based on expected concurrent users\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5825, "all_permissive": false }