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
|
name: certbot
|
||||||
executable: pip3
|
executable: pip3
|
||||||
state: latest
|
state: latest
|
||||||
|
tags: packages
|
||||||
|
|
||||||
- name: Place certbot script
|
- name: Place certbot script
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
- policycoreutils-python-utils
|
- policycoreutils-python-utils
|
||||||
- NetworkManager
|
- NetworkManager
|
||||||
state: latest
|
state: latest
|
||||||
|
tags: packages
|
||||||
|
|
||||||
- name: Install haproxy cluster packages
|
- name: Install haproxy cluster packages
|
||||||
package:
|
package:
|
||||||
|
@ -15,6 +16,7 @@
|
||||||
- haproxy
|
- haproxy
|
||||||
- firewalld
|
- firewalld
|
||||||
state: latest
|
state: latest
|
||||||
|
tags: packages
|
||||||
|
|
||||||
- name: "### Certbot configuration ###"
|
- name: "### Certbot configuration ###"
|
||||||
include_tasks:
|
include_tasks:
|
||||||
|
|
Loading…
Reference in a new issue