diff --git a/playbook.yml b/playbook.yml index e9df7c2..45338f0 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,5 +1,6 @@ --- - hosts: lime2 roles: + - role: common - role: 2px - role: tunuifranken diff --git a/roles/2px/meta/main.yml b/roles/2px/meta/main.yml index 53070e1..a6f1066 100644 --- a/roles/2px/meta/main.yml +++ b/roles/2px/meta/main.yml @@ -1,4 +1,3 @@ dependencies: - - role: common - role: 2px-apache2 - role: 2px-mariadb diff --git a/roles/certbot/meta/main.yml b/roles/certbot/meta/main.yml deleted file mode 100644 index 9711b33..0000000 --- a/roles/certbot/meta/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: - - role: common diff --git a/roles/tunuifranken/meta/main.yml b/roles/tunuifranken/meta/main.yml index 79f28ca..c005cb0 100644 --- a/roles/tunuifranken/meta/main.yml +++ b/roles/tunuifranken/meta/main.yml @@ -1,3 +1,2 @@ dependencies: - - role: common - role: tunuifranken-apache2