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
jmfontaine/mac-setup
59c0380a2ecc142dcd52c36b39ff02971904f018
0
roles/zsh
879
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Remove group write permission on some ZSH folders\n file:\n path: \"{{ item }}\"\n state: directory\n mode: g-w\n with_items:\n - /usr/local/share\n - /usr/local/share/zsh\n - /usr/local/share/zsh/site-functions\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
iamhieupc/send_email_fastapi
e1f04dfc5fd4e26345ce00f31dab82b3f72ead64
0
ansible/roles/configure-mysql1
879
[ "no_license" ]
[ { "path": "ansible/roles/configure-mysql1/defaults/main.yml", "content": "server_id: 1\ndb: sendemail\nuser: replicator\npassword: <PASSWORD>\naddress: 192.168.3.11\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/configure-mysql1/ta...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 882, "all_permissive": false }
ansible_role
iamhieupc/send_email_fastapi
e1f04dfc5fd4e26345ce00f31dab82b3f72ead64
0
ansible/roles/configure-mysql2
879
[ "no_license" ]
[ { "path": "ansible/roles/configure-mysql2/tasks/main.yml", "content": "---\n- include_tasks: mysql2.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/configure-mysql2/defaults/main.yml", "content": "server_id: 2\ndb: sendemail...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 119, "all_permissive": false }
ansible_role
iamhieupc/send_email_fastapi
e1f04dfc5fd4e26345ce00f31dab82b3f72ead64
0
ansible/roles/replicator-mysql1
879
[ "no_license" ]
[ { "path": "ansible/roles/replicator-mysql1/tasks/replicator-mysql1.yml", "content": "---\n- name: 'MySQL | Get master file and position | mysql2'\n mysql_replication:\n login_host: '{{ address_mysql2 }}'\n login_user: '{{ user }}'\n login_password: '{{ <PASSWORD> }}'\n mode: getmaster\n regist...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 766, "all_permissive": false }
ansible_role
iamhieupc/send_email_fastapi
e1f04dfc5fd4e26345ce00f31dab82b3f72ead64
0
ansible/roles/replicator-mysql2
879
[ "no_license" ]
[ { "path": "ansible/roles/replicator-mysql2/tasks/replicator-mysql2.yml", "content": "---\n- name: 'MySQL | Get master file and position | mysql1'\n mysql_replication:\n login_host: '{{ address_mysql1 }}'\n login_user: '{{ user }}'\n login_password: '{{ <PASSWORD> }}'\n mode: getmaster\n regist...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 680, "all_permissive": false }
ansible_role
iamhieupc/send_email_fastapi
e1f04dfc5fd4e26345ce00f31dab82b3f72ead64
0
ansible/roles/setup-backend
879
[ "no_license" ]
[ { "path": "ansible/roles/setup-backend/tasks/docker.yml", "content": "---\n- name: Install docker packages\n become: true\n apt:\n name:\n [\n 'apt-transport-https',\n 'ca-certificates',\n 'curl',\n 'software-properties-common',\n ]\n state: present\n update_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3388, "all_permissive": false }
ansible_role
iamhieupc/send_email_fastapi
e1f04dfc5fd4e26345ce00f31dab82b3f72ead64
0
ansible/roles/setup-haproxy
879
[ "no_license" ]
[ { "path": "ansible/roles/setup-haproxy/tasks/config-haproxy.yml", "content": "---\n- name: Ansible apt-get to get install haproxy\n become: true\n apt:\n name:\n - haproxy\n state: present\n force_apt_get: yes\n\n- name: copy file config ansible\n become: true\n command: cp /etc/haproxy/ha...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
iamhieupc/send_email_fastapi
e1f04dfc5fd4e26345ce00f31dab82b3f72ead64
0
ansible/roles/setup-mysql
879
[ "no_license" ]
[ { "path": "ansible/roles/setup-mysql/tasks/install-mysql.yml", "content": "---\n- name: Ansible apt-get to get install mysql\n become: true\n apt:\n name:\n - python3-pip\n - mysql-server\n - mysql-client\n - python3-mysqldb\n state: present\n force_apt_get: yes\n\n- name: sta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 325, "all_permissive": false }
ansible_role
geaaru/freeradius-tasks
4af3ead7db7e56e671389cc70e1f140d62481bcc
0
ansible/roles/freeradius
879
[ "no_license" ]
[ { "path": "ansible/roles/freeradius/tasks/eapol_test_client.yml", "content": "---\n\n# Author: <NAME>, <EMAIL>\n# Description: Execute eapol_test for single client\n\n- name: \"{{ container }}: Prepare test for client {{ client.mac }}\"\n shell: lxc exec {{ container }} -- sh -c \"sed -e 's:IDENTITY:{{ cli...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7029, "all_permissive": false }
ansible_role
geaaru/freeradius-tasks
4af3ead7db7e56e671389cc70e1f140d62481bcc
0
ansible/roles/lxd
879
[ "no_license" ]
[ { "path": "ansible/roles/lxd/tasks/image_builder.yml", "content": "---\n\n# Author: <NAME>, <EMAIL>\n# Description: \n\n- name: \"Prepare FreeRadius nodes\"\n debug:\n msg: \"Freeradius nodes {{ freeradius_nodes }} with profiles {{ freeradius_lxd_profiles }}\"\n\n- name: \"Create a LXD FreeRadius Contai...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6796, "all_permissive": false }
ansible_role
geaaru/freeradius-tasks
4af3ead7db7e56e671389cc70e1f140d62481bcc
0
ansible/roles/mysql
879
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/configure_router.yml", "content": "---\n\n# Author: <NAME>, <EMAIL>\n# Description: Configure mysqld daemon at first bootstrap\n\n\n# Command to execute in every command\n- name: \"{{ container }}: Check address of the container\"\n shell: lxc exec {{ container }} -- ip...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10941, "all_permissive": false }
ansible_role
kamlendu1982/aap-squid-proxy
224ec4d26531b2bcd3a65da95201661441f0855f
0
roles/squid_proxy
879
[ "no_license" ]
[ { "path": "roles/squid_proxy/vars/main.yml", "content": "---\ncache_dir: \"/data/cache\"\ncache_mem: \"512 MB\"\npermitted_clients: \"192.168.1.0/24\"\nwhitelist_internal_dom: \"internal.example.com\"\nwhitelist_internal_ip: \"192.168.1.10\"\nwhitelist_external_dom: \"external.example.com\"\nwhitelist_exter...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2185, "all_permissive": false }
ansible_role
bygui86/config-data-operator
57fb5015fffc5314c82de767d26c46c56c446dea
0
roles/repository
879
[ "no_license" ]
[ { "path": "roles/repository/vars/main.yml", "content": "---\n# vars file for repository\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/repository/handlers/main.yml", "content": "---\n# handlers file for repository\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 413, "all_permissive": false }
ansible_role
rezacloner1372/ansible
128abec85d11c763d3712b2cd33cdf4b53ec9b05
0
roles/docker
879
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- import_tasks: dep.yml\n- import_tasks: gpg.yml\n- import_tasks: addApt.yml\n- import_tasks: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/docker/tasks/dep.yml", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 569, "all_permissive": false }
ansible_role
rezacloner1372/ansible
128abec85d11c763d3712b2cd33cdf4b53ec9b05
0
roles/httpd-role
879
[ "no_license" ]
[ { "path": "roles/httpd-role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - apache2-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/httpd-role/handlers/main.yml", "content": "---\n# handlers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 540, "all_permissive": false }
ansible_role
rezacloner1372/ansible
128abec85d11c763d3712b2cd33cdf4b53ec9b05
0
roles/nginx
879
[ "no_license" ]
[ { "path": "roles/nginx/tasks/copy.yml", "content": "---\n- name: copy index.html\n copy:\n src: index.html\n dest: /var/www/html/index.html\n owner: root\n group: root\n mode: 0644\n notify:\n - restart nginx service\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 512, "all_permissive": false }
ansible_role
bjolivot/ansible-tools-generator
d4534f445881fb685807bdf473083a8e915dd4ac
1
roles/playbook_generator
879
[ "no_license" ]
[ { "path": "roles/playbook_generator/tasks/playbook.yml", "content": "---\r\n- name: create new playbook directory\r\n file: \r\n path: \"{{new_playbook_path}}/{{new_playbook_name}}\" \r\n state: directory\r\n\r\n- name: create directory structure\r\n synchronize: \r\n src: \"{{ playbook_dir }}/sk...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
bjolivot/ansible-tools-generator
d4534f445881fb685807bdf473083a8e915dd4ac
1
roles/role_generator
879
[ "no_license" ]
[ { "path": "roles/role_generator/tasks/check.yml", "content": "---\r\n- name: check mandatory vars\r\n fail: msg=\"Variable '{{ item }}' is not defined\"\r\n when: item not in vars\r\n tags: check\r\n with_items: \r\n - new_role_name\r\n - new_role_path\r\n\r\n- name: check \"{{new_role_path}}/{{ne...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1208, "all_permissive": false }
ansible_role
eliascharadia/examenaso
d39750f8b65db522de7e40c940cdf2f70fcc5e8a
0
D_Ansible/roles/2p_2024_charadia
879
[ "no_license" ]
[ { "path": "D_Ansible/roles/2p_2024_charadia/defaults/main.yml", "content": "---\n# defaults file for 2p_2024_charadia\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "D_Ansible/roles/2p_2024_charadia/vars/main.yml", "content": "---\n# vars fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 347, "all_permissive": false }
ansible_role
NJMarquez/CPE232_Marquez_HOA13.1
22821b7424c8024261295f42f253a38bcebe4e43
0
roles/base
879
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: install updates (Ubuntu)\n tags: always\n apt:\n update_cache: yes\n changed_when: false\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
NJMarquez/CPE232_Marquez_HOA13.1
22821b7424c8024261295f42f253a38bcebe4e43
0
roles/etcd
879
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "---\n- name: Install etcd\n become: true\n apt:\n name: etcd\n state: present\n\n- name: Configure etcd\n become: true\n template:\n src: etcd.conf.j2\n dest: /etc/default/etcd\n notify: restart etcd\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
NJMarquez/CPE232_Marquez_HOA13.1
22821b7424c8024261295f42f253a38bcebe4e43
0
roles/memcached
879
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "---\n- name: Install Memcached and Python Memcache library\n become: true\n apt:\n name:\n - memcached\n - python3-memcache\n state: latest\n\n- name: Configure Memcached\n become: true\n lineinfile:\n path: /etc/memcached.conf\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
NJMarquez/CPE232_Marquez_HOA13.1
22821b7424c8024261295f42f253a38bcebe4e43
0
roles/message-queue
879
[ "no_license" ]
[ { "path": "roles/message-queue/tasks/main.yml", "content": "---\n- name: Install RabbitMQ Server\n become: true\n apt:\n name: rabbitmq-server\n state: present\n\n- name: Ensure message queue service is started\n service:\n name: rabbitmq-server\n state: started\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
NJMarquez/CPE232_Marquez_HOA13.1
22821b7424c8024261295f42f253a38bcebe4e43
0
roles/ntp
879
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Install NTP packages\n become: true\n package:\n name: chrony\n state: present\n\n- name: Configure chrony\n become: true\n lineinfile:\n path: /etc/chrony/chrony.conf\n line: \"{{ item }}\"\n create: yes\n with_items:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
NJMarquez/CPE232_Marquez_HOA13.1
22821b7424c8024261295f42f253a38bcebe4e43
0
roles/openstack-packages
879
[ "no_license" ]
[ { "path": "roles/openstack-packages/tasks/main.yml", "content": "---\n- name: Install Nova Compute and OpenStack Client\n become: true\n apt:\n name:\n - nova-compute\n - python3-openstackclient\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
NJMarquez/CPE232_Marquez_HOA13.1
22821b7424c8024261295f42f253a38bcebe4e43
0
roles/sql-database
879
[ "no_license" ]
[ { "path": "roles/sql-database/tasks/main.yml", "content": "---\n- name: Install MariaDB Server and Python MySQL library\n become: true\n apt:\n name:\n - mariadb-server\n - python3-pymysql\n state: latest\n\n- name: Configure MariaDB\n become: true\n template:\n src: 99-openstack.cnf....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
myaqut/capstone
a8b33130bb355fc9f76fa3909c263e7610704132
0
.circleci/ansible/roles/deploy
879
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": " - name: run the app container\n docker_container:\n name: capstone\n state: started\n image: \"yaqot/nginixapp\"\n pull: true\n ports:\n - \"8080:8080\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
greyhoundforty/k8slab-ibmcloud-vpc
57dd9df4e0ddddc4f96254bb6196ea84e256e8df
0
modules/ansible/roles/kube-base
879
[ "no_license" ]
[ { "path": "modules/ansible/roles/kube-base/tasks/main.yaml", "content": "# Load kernel modules\n- name: Add overlay module with persistence\n community.general.modprobe:\n name: overlay\n state: present\n persistent: present\n register: overlay_module\n changed_when: overlay_module is changed\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9218, "all_permissive": false }
ansible_role
greyhoundforty/k8slab-ibmcloud-vpc
57dd9df4e0ddddc4f96254bb6196ea84e256e8df
0
modules/ansible/roles/kube-controller
879
[ "no_license" ]
[ { "path": "modules/ansible/roles/kube-controller/tasks/main.yaml", "content": "--- \n# Check if kubeadm is initialized\n- name: Check if kubeadm is initialized\n ansible.builtin.command: kubectl cluster-info\n environment:\n KUBECONFIG: /etc/kubernetes/admin.conf\n register: kubernetes_status\n ignor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6515, "all_permissive": false }
ansible_role
krishnain/myplaybooks
db56b27cdfeb6d916b9ffd6399b28287d5d301d4
0
roles/apache
879
[ "no_license" ]
[ { "path": "roles/apache/tasks/check_url_response.yml", "content": "---\n- name: Check url repsonse of apache\n uri:\n url: \"{{item}}\"\n status_code: 200\n with_items:\n - http://172.31.6.213\n - http://172.31.12.151\n - http://172.31.6.85\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/common
879
[ "permissive" ]
[ { "path": "roles/common/tasks/maas_supported_os.yaml", "content": "---\n# If the distibution is not in the supported dictionary\n- name: \"Verify Distro supported\"\n ansible.builtin.assert:\n fail_msg: \"MAAS cannot be installed on {{ ansible_distribution }}!\"\n that:\n - ansible_distribution ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5788, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/maas_corosync
879
[ "permissive" ]
[ { "path": "roles/maas_corosync/handlers/main.yaml", "content": "---\n- name: \"Restart Corosync\"\n ansible.builtin.systemd:\n name: \"corosync.service\"\n state: restarted\n no_block: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes"...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1571, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/maas_firewall
879
[ "permissive" ]
[ { "path": "roles/maas_firewall/tasks/teardown.yaml", "content": "---\n# Remove iptables rules as part of teardown\n\n- name: Set policy for INPUT chain to accept\n ansible.builtin.iptables:\n chain: INPUT\n policy: ACCEPT\n\n- name: Set policy for FORWARD chain to accept\n ansible.builtin.iptables:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2775, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/maas_pacemaker
879
[ "permissive" ]
[ { "path": "roles/maas_pacemaker/tasks/o11y.yaml", "content": "---\n- name: \"Create ha_cluster_exporter directory\"\n ansible.builtin.file:\n path: \"{{ ha_exp_dir }}\"\n state: \"directory\"\n mode: 0755\n\n- name: \"Download latest ha_cluster_exporter release\"\n ansible.builtin.get_url:\n u...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8431, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/maas_postgres
879
[ "permissive" ]
[ { "path": "roles/maas_postgres/templates/pgsql_check_conf.j2", "content": "{%- if (maas_postgres_ipv4 is defined) and (maas_postgres_ipv4 != \"127.0.0.1\") -%}\nservice pgsql_check_v4\n{\n flags = REUSE\n socket_type = stream\n port = {{ maas_pgsql_check_port|default(23267) }}...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 17170, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/maas_proxy
879
[ "permissive" ]
[ { "path": "roles/maas_proxy/tasks/teardown.yaml", "content": "---\n- name: \"Uninstall HAProxy\"\n ansible.builtin.apt:\n name: \"haproxy\"\n state: absent\n purge: true\n\n- name: \"Remove HAProxy artifacts\"\n ansible.builtin.file:\n state: absent\n name: \"{{ item }}\"\n with_items:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2628, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/maas_rack_controller
879
[ "permissive" ]
[ { "path": "roles/maas_rack_controller/tasks/main.yaml", "content": "---\n# Playbook to generate a MAAS region\n- name: Verify MAAS Version supported on the host OS\n ansible.builtin.include_role:\n name: common\n tasks_from: maas_supported_os\n when: maas_installation_type | lower != 'snap'\n\n- nam...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3810, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/maas_region_controller
879
[ "permissive" ]
[ { "path": "roles/maas_region_controller/tasks/install_maas.yaml", "content": "---\n# Installs MAAS\n\n- name: Install MAAS - Snap\n community.general.snap:\n name: maas\n channel: '{{ maas_version }}/{{ maas_snap_channel }}'\n state: \"{{ 'present' if maas_state | lower == 'install' else maas_stat...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9064, "all_permissive": true }
ansible_role
canonical/maas-ansible-playbook
cce542a4224389d23006fe84c05f67daee7d0930
52
roles/o11y_agent
879
[ "permissive" ]
[ { "path": "roles/o11y_agent/templates/agent-snap.yaml.j2", "content": "server:\n log_level: info\n\n{% if o11y_prometheus_url|length > 0 %}\nmetrics:\n wal_directory: {{ o11y_grafana_agent_wal_dir }}\n global:\n scrape_interval: 30s\n external_labels:\n host: {{ ansible_hostname }}\n{% if grou...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 26742, "all_permissive": true }
ansible_role
JeremieLAN/ansible-example
bbe36cc68644a4b5a976d5dadbb100d36c006cef
0
roles/hosts
919
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "- hosts: localhost\n connection: local\n tasks:\n - name: Update the /etc/hosts file with host servers\n become: yes\n become_user: root\n blockinfile:\n path: \"/etc/hosts\"\n block: |\n {{ hostvars[item][\"ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
JeremieLAN/ansible-example
bbe36cc68644a4b5a976d5dadbb100d36c006cef
0
roles/ssh
919
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: authorize password authentication for ansible group if not prod\n blockinfile:\n path: /etc/ssh/sshd_config\n block: |\n Match Group ansible\n AllowUsers *\n PasswordAuthentication yes\n marker: \"## {mark} group ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
JeremieLAN/ansible-example
bbe36cc68644a4b5a976d5dadbb100d36c006cef
0
roles/tools
919
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "- name: Installations des paquets utiles\n become: yes\n apt: name={{ packages }} state=latest update_cache=yes\n vars:\n packages:\n - munin-node\n - munin-plugins-extra\n - munin\n - ncdu\n - curl\n tags: tools\n ignore_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
JeremieLAN/ansible-example
bbe36cc68644a4b5a976d5dadbb100d36c006cef
0
roles/users
919
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: Create ansible group\n group:\n name: ansible\n system: yes\n state: present\n tags: users\n\n- name: Create users\n user:\n name: \"{{ item.name }}\"\n update_password: <PASSWORD>\n password: \"{{ item.initpassword | password_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
Bravekat/AnsibleTowerDemo
482ffc0eac03e418c0178d5f97d3d73b76bde4c5
0
roles/Go
919
[ "no_license" ]
[ { "path": "roles/Go/tasks/main.yml", "content": "---\n\n- name: Install GO\n apt: name=gccgo-go state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 57, "all_permissive": false }
ansible_role
Bravekat/AnsibleTowerDemo
482ffc0eac03e418c0178d5f97d3d73b76bde4c5
0
roles/PHP
919
[ "no_license" ]
[ { "path": "roles/PHP/handlers/main.yml", "content": "---\n\n- name: Restart apache2\n ansible.builtin.service:\n name: apache2\n state: restarted\n listen: \"restart web services\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/PHP/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
Bravekat/AnsibleTowerDemo
482ffc0eac03e418c0178d5f97d3d73b76bde4c5
0
roles/laravel
919
[ "no_license" ]
[ { "path": "roles/laravel/tasks/main.yml", "content": "---\n\n- name: Add laravel Installer\n raw: composer global require laravel/installer\n become: yes\n become_user: vagrant\n \n- name: Add Laravel to Path\n lineinfile: dest={{home_directory}}/.bashrc regexp=\"^export PATH\\=\\{{home_directory}}\\/....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
Bravekat/AnsibleTowerDemo
482ffc0eac03e418c0178d5f97d3d73b76bde4c5
0
roles/make
919
[ "no_license" ]
[ { "path": "roles/make/tasks/main.yml", "content": "---\n\n- name: Install Make\n apt: name=make state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 55, "all_permissive": false }
ansible_role
Bravekat/AnsibleTowerDemo
482ffc0eac03e418c0178d5f97d3d73b76bde4c5
0
roles/mtail
919
[ "no_license" ]
[ { "path": "roles/mtail/tasks/main.yml", "content": "---\n\n- name: Install mtail\n apt: name=mtail state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 57, "all_permissive": false }
ansible_role
Bravekat/AnsibleTowerDemo
482ffc0eac03e418c0178d5f97d3d73b76bde4c5
0
roles/mysql
919
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: Install MySQL\n apt:\n pkg:\n - python3-mysqldb\n - mysql-server\n\n- name: Start MySQL Service\n service: name=mysql state=started enabled=yes\n \n- name: Update MySQL Password\n mysql_user:\n name: root\n host: \"{{i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
endtb/endtb-playbooks
933d7ea81161fa23065b708fc4463231e047af93
0
playbooks/roles/bahmni
919
[ "no_license" ]
[ { "path": "playbooks/roles/bahmni/files/sql/peru_positive_culture_results_and_consent.sql", "content": "SELECT \n a.emr_id AS 'EMR ID',\n a.ttr_start_date AS 'Treatment start date',\n a.days_on_ttr AS 'Days',\n (SELECT TRUNCATE(a.days_on_ttr / 30, 1)) AS 'Month',\n a.ttr_end_date AS 'Treatmen...
{ "task_files": 17, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 26, "total_bytes": 37142, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/agent_aws_cloudwatch
919
[ "no_license" ]
[ { "path": "roles/agent_aws_cloudwatch/tasks/main.yml", "content": "---\n- name: Downloading installer\n shell: cd /opt && curl https://s3.amazonaws.com/aws-cloudwatch/downloads/latest/awslogs-agent-setup.py -O\n\n- name: Copying aws config\n template:\n src: awslogs.conf.j2\n dest: /opt/awslogs.conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 964, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/agent_gcp_logging
919
[ "no_license" ]
[ { "path": "roles/agent_gcp_logging/defaults/main.yml", "content": "---\naws_region: ca-central-1\nlogs_files:\n - file: '/var/log/messages'\n pos_file: '/var/lib/google-fluentd/pos/messages.pos'\n tag: 'messages'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 717, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/apache
919
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: Install httpd\n yum:\n name: httpd\n state: present\n\n- name: Add user www-data\n user:\n name: www-data\n shell: /sbin/nologin\n append: yes\n state: present\n\n- name: Create www directory\n file:\n path: /var/www...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2223, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/chrome
919
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n- name: Ensure repo Chrome exists\n stat: path=\"{{ chrome_repository }}\"\n register: repo_exists\n\n- name: Copy google-chrome.repo\n template:\n src: google-chrome.repo\n dest: \"{{ chrome_repository }}\"\n when: repo_exists.stat.exists ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2428, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/git_config
919
[ "no_license" ]
[ { "path": "roles/git_config/tasks/main.yml", "content": "---\n- name: Config git aliases\n shell: git config --global alias.{{ item.alias }} {{ item.command }}\n with_items: \"{{ git_aliases }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 303, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/java
919
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install yum packages\n yum:\n name: \"{{ yum_packages }}\"\n state: present\n\n- name: Install Java 11\n yum:\n name: \"{{ installer_java11 }}\"\n state: present\n when: installer_version == 11\n\n- name: Install Java 8\n yum:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 582, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/jenkins
919
[ "no_license" ]
[ { "path": "roles/jenkins/defaults/main.yml", "content": "---\njenkins_home: /var/lib/jenkins\njenkins_base_url: http://127.0.0.1:8080\njenkins_install_phase: 1\n\njenkins_default_password_path: /var/lib/jenkins/secrets/initialAdminPassword\n\nyum_packages_base:\n - mlocate\n - wget\n\njenkins_directories:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3163, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/mariadb_client
919
[ "no_license" ]
[ { "path": "roles/mariadb_client/tasks/main.yml", "content": "---\n\n- name: Copying repository\n template:\n src: MariaDB.repo\n dest: /etc/yum.repos.d/MariaDB.repo\n\n- name: Importing gpg key MariaDB Client\n shell: rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB\n\n- name: Installing Mar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/mongodb
919
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n- name: Check if MongoDB is running\n command: systemctl status mongod\n ignore_errors: yes\n changed_when: false\n register: service_mongodb_status\n\n- debug: msg=\"{{ service_mongodb_status.stdout_lines }}\"\n\n- name: Copying repository\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1289, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/nginx_config
919
[ "no_license" ]
[ { "path": "roles/nginx_config/templates/nginx.conf", "content": "user nginx;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3678, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/nginx_custom
919
[ "no_license" ]
[ { "path": "roles/nginx_custom/tasks/main.yml", "content": "---\n\n- name: Install yum packages\n yum:\n name: \"{{ yum_packages }}\"\n state: present\n\n- name: Removing directories\n file:\n path: \"{{ item }}\"\n state: absent\n with_items: directories_delete\n\n- name: Copy installer files...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5905, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/nginx_domains
919
[ "no_license" ]
[ { "path": "roles/nginx_domains/tasks/main.yml", "content": "---\n\n- name: Shell temp\n shell: rm -rf /etc/nginx/conf.d/*\n\n- name: Copy config file {{ subdomain }}.conf\n template:\n src: \"{{subdomains_folder}}{{ item }}.conf\"\n dest: \"/etc/nginx/conf.d/{{ item }}.conf\"\n with_items: \"{{ sub...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/nodejs
919
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install yum repositories\n become: true\n yum:\n name: \"{{ yum_packages }}\"\n state: present\n\n- name: Validate if nvm directory exists\n stat: path=\"{{ nvm_path }}\"\n register: nvm_path_exists\n\n- name: Install NVM\n become:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1686, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/php_composer
919
[ "no_license" ]
[ { "path": "roles/php_composer/tasks/main.yml", "content": "---\n- name: Install with php\n become: true\n shell: cd /opt & php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\n\n- name: Compiling composer\n become: true\n shell: cd /opt & php composer-setup.php\n\n- name: Unlink ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/php_repository
919
[ "no_license" ]
[ { "path": "roles/php_repository/templates/php.conf.j2", "content": "#Type Path Mode UID GID Age Argument\nd /run/php \t\t\t0755 nginx \t\tnginx \t\t- -", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1165, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/postgresql
919
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# su - postgres\n# psql -c \"alter user postgres with password '<PASSWORD>'\"\n# psql -U <dbuser> -h <serverip> -p 5432 <dbname>\n\n- name: Check if PostgreSQL is running\n command: systemctl status postgresql-12\n ignore_errors: yes\n changed...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3507, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/pulumi
919
[ "no_license" ]
[ { "path": "roles/pulumi/tasks/main.yml", "content": "---\n- name: Install pulumi\n become: true\n shell: curl -fsSL https://get.pulumi.com | sh\n\n#- name: Create aws directory\n# become: true\n# shell: mkdir ~/.aws\n#\n#- name: Copy config aws file\n# template:\n# src: config\n# dest: ~/.aws/con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/python_37
919
[ "no_license" ]
[ { "path": "roles/python_37/tasks/main.yml", "content": "---\n\n- name: Install yum packages\n yum:\n name: \"{{ yum_packages }}\"\n state: present\n\n- name: Clean\n shell: rm -rf /opt/*\n\n- name: Check if Python3.7 has been previously installed\n stat: path=\"{{ python37_uncompress_path }}\"\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1482, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/redis
919
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install yum packages\n yum:\n name: \"{{ yum_packages }}\"\n state: present\n\n- name: Copy redis file redis.conf\n template:\n src: redis.conf.j2\n dest: /etc/redis.conf\n\n- name: Restart redis\n service:\n name: redis\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 451, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/sonarqube
919
[ "no_license" ]
[ { "path": "roles/sonarqube/tasks/main.yml", "content": "---\n# https://www.vultr.com/docs/how-to-install-sonarqube-on-centos-7\n# https://computingforgeeks.com/install-sonarqube-code-review-centos/\n#- https://computingforgeeks.com/how-to-install-postgresql-12-on-centos-7/\n\n- name: Check if Jenkins is r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3058, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/sudoer_jenkins
919
[ "no_license" ]
[ { "path": "roles/sudoer_jenkins/defaults/main.yml", "content": "---\nkey_name:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/sudoer_jenkins/tasks/main.yml", "content": "---\n- name: Create jenkins login user\n user:\n name: \"jenk...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 724, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/sudoers
919
[ "no_license" ]
[ { "path": "roles/sudoers/defaults/main.yml", "content": "---\nuser: demo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "roles/sudoers/tasks/main.yml", "content": "---\n- name: Create login user\n user:\n name: \"{{ user }}\"\n state: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 708, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/supervisor
919
[ "no_license" ]
[ { "path": "roles/supervisor/tasks/main.yml", "content": "---\n\n- name: Check if Supervisor is running\n command: systemctl status supervisord\n ignore_errors: yes\n changed_when: false\n register: service_supervisor_status\n\n- debug: msg=\"{{ service_supervisor_status.stdout_lines }}\"\n\n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2156, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/tomcat10
919
[ "no_license" ]
[ { "path": "roles/tomcat10/templates/tomcat.service.j2", "content": "[Unit]\nDescription=Apache Tomcat Web Application Container\nAfter=syslog.target network.target\n\n[Service]\nType=forking\n\nEnvironment=JAVA_HOME=/usr/java/latest/jre\nEnvironment=CATALINA_PID=/etc/tomcat/temp/tomcat.pid\nEnvironment=CATA...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4481, "all_permissive": false }
ansible_role
MiguelPazo/ansible_utils_centos
333e0a3a812ff0b920493bca7c8b879627d26ba5
0
roles/update_certificates
919
[ "no_license" ]
[ { "path": "roles/update_certificates/tasks/main.yml", "content": "---\n\n- name: Install ca-certificates\n yum:\n name: ca-certificates\n state: present\n\n- name: Refresh certificates\n shell: update-ca-trust force-enable\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw04/ansible/nodebuntu/roles/setup-docker
919
[ "no_license" ]
[ { "path": "hw04/ansible/nodebuntu/roles/setup-docker/tasks/main.yml", "content": "---\n# main.yml\n\n\n- include: 04-docker.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "hw04/ansible/nodebuntu/roles/setup-docker/tasks/04-docker.yml", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw04/ansible/nodebuntu/roles/setup-hardening-for-cis-benchmarks
919
[ "no_license" ]
[ { "path": "hw04/ansible/nodebuntu/roles/setup-hardening-for-cis-benchmarks/tasks/server-app/server/signal_server.py", "content": "import asyncio\nimport os\n\nimport aiohttp.web\nimport logging\nimport threading\nimport time\nimport argparse\nimport random\n\nHOST = os.getenv('HOST', '0.0.0.0')\nPORT = int(...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 12761, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw04/ansible/nodebuntu/roles/startup
919
[ "no_license" ]
[ { "path": "hw04/ansible/nodebuntu/roles/startup/tasks/01_setup_disk.yml", "content": " - name: check if /dev/sdc1 exists\n parted: device=/dev/sdc\n # become: yes\n register: sdc_info\n \n - name: Check if drives are already mounted\n shell: df | grep \"/dev/sdc1\" | wc -l\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1968, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw05/ansible/nodevictim/roles/check_nginx_works_fine
919
[ "no_license" ]
[ { "path": "hw05/ansible/nodevictim/roles/check_nginx_works_fine/tasks/main.yml", "content": "---\n- name: check nginx works fine (curl http://localhost:{{ nginx_port }}/)\n block: \n - name: shell command curl \n shell: \n cmd: 'curl http://localhost:{{ nginx_port}}/'\n warn: no\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw05/ansible/nodevictim/roles/nginx
919
[ "no_license" ]
[ { "path": "hw05/ansible/nodevictim/roles/nginx/templates/nginx.conf", "content": "user {{ nginx_user }};\nworker_processes {{ worker_processes }};\nworker_priority -1;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections {{ worker_connection...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2457, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw05/ansible/nodevictim/roles/selinux_add_port_to_existing_type
919
[ "no_license" ]
[ { "path": "hw05/ansible/nodevictim/roles/selinux_add_port_to_existing_type/tasks/main.yml", "content": "---\n- name: Allow nginx to listen on tcp port 8188\n seport:\n ports: \"{{ nginx_port }}\"\n proto: tcp\n setype: http_port_t\n state: present\n\n- name: nginx restart to test seport\n bloc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw05/ansible/nodevictim/roles/selinux_semodule
919
[ "no_license" ]
[ { "path": "hw05/ansible/nodevictim/roles/selinux_semodule/tasks/main.yml", "content": "---\n- name: check if module loaded\n command: semodule --list-modules\n register: semodule_loaded\n changed_when: 'selinux_module not in semodule_loaded.stdout'\n \n- name: create selinux directory\n file:\n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1388, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw05/ansible/nodevictim/roles/selinux_setsebool
919
[ "no_license" ]
[ { "path": "hw05/ansible/nodevictim/roles/selinux_setsebool/tasks/main.yml", "content": "---\n- name: set selinux flag nis_enabled to enable nonstandard port to listen\n seboolean:\n name: nis_enabled\n state: yes\n persistent: no\n\n- name: nginx restart to test setsebool\n block:\n - name: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
drJabber/otus_is_2020_01
3f6df4ac69d27f1fbbd0831c847315e8e17041cb
1
hw05/ansible/nodevictim/roles/startup
919
[ "no_license" ]
[ { "path": "hw05/ansible/nodevictim/roles/startup/tasks/03_setup_users.yml", "content": "- name: add group otus\n group: \n name: otus\n state: present\n\n- name: add test user 1 \n user: \n name: otus\n group: otus\n password: \"{{ <PASSWORD> }}\"\n shell: /bin/bash\n createhome: yes\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1093, "all_permissive": false }
ansible_role
JuananOc/tutorial-kubernetes-ubuntu
4b9c5179b7356375c46b045cca4c2678829429be
1
ansible/roles/docker
919
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/docker_setup.yml", "content": "---\n\n# file: roles/docker/tasks/docker_setup.yml\n\n- name: create docker group\n group: name=docker state=present\n\n- name: create docker user\n user: name=docker group=docker state=present\n", "license_type": "no_license", "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1439, "all_permissive": false }
ansible_role
JuananOc/tutorial-kubernetes-ubuntu
4b9c5179b7356375c46b045cca4c2678829429be
1
ansible/roles/kubernetes
919
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/defaults/main.yml", "content": "kubernetes:\n path: /opt\n temporal_path: /tmp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "ansible/roles/kubernetes/meta/main.yml", "content": "---\n\n# file: roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2062, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/firewalld
919
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\n- name: Enable firewalld service\n service: name=firewalld enabled=yes state=started\n tags: [firewalld]\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/nginx
919
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: \"Install Nginx\"\n yum: name=nginx state=latest\n tags: [lep, nginx, packages]\n\n- name: \"Nginx main configuration file\"\n template: src=nginx.conf dest=/etc/nginx/nginx.conf\n tags: [lep, nginx]\n\n- name: \"Start and enable Nginx\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/nginx-simple-site
919
[ "no_license" ]
[ { "path": "roles/nginx-simple-site/tasks/main.yml", "content": "---\n- name: \"Nginx server configuration file\"\n template: src=server.conf dest=/etc/nginx/conf.d/{{ alias }}-server.conf\n notify: [Restart nginx]\n tags: [lep, nginx-servers]\n\n- name: \"Nginx server configuration fragment directory\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 732, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/php-fpm
919
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- name: \"Install php-fpm\"\n yum: name={{ item }} state=latest\n tags: [lep, php-fpm, packages]\n\n with_items:\n - php\n - php-fpm\n\n- name: \"Start and enable php-fpm\"\n service: name=php-fpm state=started enabled=yes\n tags: [lep, php-f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/php-fpm-pool
919
[ "no_license" ]
[ { "path": "roles/php-fpm-pool/defaults/main.yml", "content": "---\npool: www\npool_user: nginx\npool_group: nginx\n\npool_socket_user: nginx\npool_socket_group: nginx\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/php-fpm-pool/meta/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 516, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/quasselcore
919
[ "no_license" ]
[ { "path": "roles/quasselcore/tasks/main.yml", "content": "---\n- name: Create the quassel user\n user: name=quassel state=present system=yes\n tags: [quassel]\n\n- name: Install quassel-core\n yum: name=quassel-core state=latest\n tags: [quassel, packages]\n\n- name: Create configuration directory\n fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1581, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/server-secure
919
[ "no_license" ]
[ { "path": "roles/server-secure/handlers/main.yml", "content": "---\n- name: Rebuild aliases.db\n command: newaliases\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/server-secure/tasks/main.yml", "content": "---\n- name: Add root ali...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 910, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/server-tools
919
[ "no_license" ]
[ { "path": "roles/server-tools/tasks/main.yml", "content": "---\n- name: \"Install EPEL access package\"\n yum: name=epel-release state=latest\n tags: [packages]\n\n- name: \"Install fish Build Service repository\"\n command: yum-config-manager --add-repo http://fishshell.com/files/linux/RedHat_RHEL-6/fis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1342, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/tarsnap
919
[ "no_license" ]
[ { "path": "roles/tarsnap/tasks/main.yml", "content": "---\n- name: \"Install Tarsnap and Tarsnapper dependencies\"\n yum: name={{ item }} state=latest\n tags: [packages, tarsnap]\n\n with_items:\n - glibc-devel\n - openssl-devel\n - zlib-devel\n - e2fsprogs-devel\n - PyYAML\n - python-pip\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1596, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/tarsnap-nightly
919
[ "no_license" ]
[ { "path": "roles/tarsnap-nightly/tasks/main.yml", "content": "---\n- name: \"Tarsnapper configuration file directory for nightly backups\"\n file: path=/etc/tarsnapper.d state=directory owner=root group=root mode=0755\n tags: [tarsnap, tarsnap-nightly]\n\n- name: \"Nightly backup systemd units\"\n copy: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
leafstorm/space-station
f55390b17748b5e7547d53db9492d65273d0fabb
1
roles/user
919
[ "no_license" ]
[ { "path": "roles/user/files/config/fish/functions/reload.fish", "content": "function reload --description 'Reload the config.fish file'\n if set -q XDG_CONFIG_HOME\n . $XDG_CONFIG_HOME/fish/config.fish\n else\n . ~/.config/fish/config.fish\n end\nend\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4005, "all_permissive": false }
ansible_role
vaverchakm/Apache_Web_servers_conf
734784357f231915b2c0a96cfc04646bb84b8cd0
0
roles/deploy_apache_web
919
[ "no_license" ]
[ { "path": "roles/deploy_apache_web/tasks/main.yml", "content": "---\n# tasks file for deploy_apache_web\n\n\n - name: Check and print LINUX Version\n debug: var=ansible_os_family\n \n - name: Check version of distro\n debug: var=ansible_distribution_version\n\n - name: Install Apache Web Server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1710, "all_permissive": false }
ansible_role
ShamilKaleel/jenkins-aws-automation
ab020ca14a539dbabe8e2ea1d8a54414c593639e
0
ansible/roles/jenkins
919
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n# Update apt cache\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n# Install dependencies\n- name: Install dependencies\n apt:\n name:\n - openjdk-11-jdk\n - apt-transport-https\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4137, "all_permissive": false }
ansible_role
arista-netdevops-community/atd-avd
48c8323630fb26fefecf43361d79dee4ea9492b2
19
roles/atd_provisioner
919
[ "no_license" ]
[ { "path": "roles/atd_provisioner/defaults/main.yml", "content": "---\n# defaults file for atd-provisioner\nexecute_tasks: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/atd_provisioner/handlers/main.yml", "content": "---\n# handl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 971, "all_permissive": false }