Adding packages tag
This commit is contained in:
parent
3d07756e0a
commit
388f62c440
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
name: certbot
|
||||
executable: pip3
|
||||
state: latest
|
||||
tags: packages
|
||||
|
||||
- name: Place certbot script
|
||||
template:
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
- policycoreutils-python-utils
|
||||
- NetworkManager
|
||||
state: latest
|
||||
tags: packages
|
||||
|
||||
- name: Install haproxy cluster packages
|
||||
package:
|
||||
|
@ -15,6 +16,7 @@
|
|||
- haproxy
|
||||
- firewalld
|
||||
state: latest
|
||||
tags: packages
|
||||
|
||||
- name: "### Certbot configuration ###"
|
||||
include_tasks:
|
||||
|
|
Loading…
Reference in a new issue