Edit wiki from controller

certbot_on_virtu
Alexandre Iooss 2020-07-01 11:49:35 +02:00
parent 21db69864c
commit 34b8671545
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@
password: "{{ moinmoin_password }}" password: "{{ moinmoin_password }}"
content: "{{ lookup('template', 'server.j2') }}" content: "{{ lookup('template', 'server.j2') }}"
revision_comment: "{{ ansible_env.SUDO_USER }} is running Ansible" revision_comment: "{{ ansible_env.SUDO_USER }} is running Ansible"
connection: local
become: false
- name: "Create wiki page documenting {{ ansible_hostname }} (virtual)" - name: "Create wiki page documenting {{ ansible_hostname }} (virtual)"
when: ansible_system_vendor == 'QEMU' when: ansible_system_vendor == 'QEMU'
@ -27,3 +29,5 @@
password: "{{ moinmoin_password }}" password: "{{ moinmoin_password }}"
content: "{{ lookup('template', 'server.j2') }}" content: "{{ lookup('template', 'server.j2') }}"
revision_comment: "{{ ansible_env.SUDO_USER }} is running Ansible" revision_comment: "{{ ansible_env.SUDO_USER }} is running Ansible"
connection: local
become: false