]> xn--ix-yja.es Git - alex.git/commitdiff
Fix tagging of roles
authoralex <alex@pdp7.net>
Thu, 2 Feb 2023 22:57:27 +0000 (23:57 +0100)
committeralex <alex@pdp7.net>
Thu, 2 Feb 2023 22:57:27 +0000 (23:57 +0100)
personal_infra/playbooks/site.yaml

index ba4cf358c14ba560e498514fbd15010d919407ca..571e0f1de82b22d3644642ec6053685056bc645a 100644 (file)
@@ -2,23 +2,24 @@
 - name: create lxc
   hosts: lxc
   gather_facts: false
+  tags: create_lxc
   roles:
     - proxmox_create_lxc
 
 - name: complete provision
   hosts: all
+  tags: puppet
   roles:
-    - role: apply_puppet
-      tags: puppet
+    - apply_puppet
 
 - name: join ipa
   hosts: join_ipa
+  tags: join_ipa
   roles:
-    - role: join_ipa
-      tags: join_ipa
+    - join_ipa
 
 - name: verify root mail
   hosts: all
+  tags: verify_root_mail
   roles:
-    - role: verify_root_mail
-      tags: verify_root_mail
+    - verify_root_mail