Keybase proof
I hereby claim:
- I am pablohn26 on github.
- I am pablohn (https://keybase.io/pablohn) on keybase.
- I have a public key ASCsNnpxJ0SmtDfMwW3XXLTjPBIJRZo5t92_h3EKwB54_Ao
To claim this, I am signing this object:
[266C:25D0][2016-08-22T19:51:38]i001: Burn v3.10.2.2516, Windows v6.1 (Build 7601: Service Pack 1), path: C:\Users\Pablo\AppData\Local\Temp\{2868C159-2987-4AAA-B58F-9084EA96B294}\.cr\keybase_setup_386(1).exe | |
[266C:25D0][2016-08-22T19:51:38]i000: Initializing string variable 'DokanProduct64' to value '{65A3A964-3DC3-0100-0000-160621082245}' | |
[266C:25D0][2016-08-22T19:51:38]i000: Initializing string variable 'DokanProduct86' to value '{65A3A986-3DC3-0100-0000-160621082245}' | |
[266C:25D0][2016-08-22T19:51:38]i009: Command Line: '-burn.clean.room=E:\Descargas\keybase_setup_386(1).exe' | |
[266C:25D0][2016-08-22T19:51:38]i000: Setting string variable 'WixBundleOriginalSource' to value 'E:\Descargas\keybase_setup_386(1).exe' | |
[266C:25D0][2016-08-22T19:51:38]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'E:\Descargas\' | |
[266C:25D0][2016-08-22T19:51:38]i000: Setting string variable 'LOGPATH_PROP' to value 'C:\Users\Pablo\AppData\Local\Temp\Keybase_20160822195138.log' | |
[266C:25D0][2016-08-22T19:51:38]i0 |
This is a test |
[0FBC:07C8][2016-08-04T11:43:00]i001: Burn v3.10.2.2516, Windows v6.1 (Build 7601: Service Pack 1), path: C:\Users\Pablo\AppData\Local\Temp\{927AC074-995D-480D-BAEE-C10153FC41DB}\.cr\keybase_setup_386.exe | |
[0FBC:07C8][2016-08-04T11:43:00]i000: Initializing string variable 'DokanProduct64' to value '{65A3A964-3DC3-0100-0000-160621082245}' | |
[0FBC:07C8][2016-08-04T11:43:00]i000: Initializing string variable 'DokanProduct86' to value '{65A3A986-3DC3-0100-0000-160621082245}' | |
[0FBC:07C8][2016-08-04T11:43:00]i009: Command Line: '-burn.clean.room=C:\Users\Pablo\Downloads\keybase_setup_386.exe' | |
[0FBC:07C8][2016-08-04T11:43:00]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\Pablo\Downloads\keybase_setup_386.exe' | |
[0FBC:07C8][2016-08-04T11:43:00]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\Pablo\Downloads\' | |
[0FBC:07C8][2016-08-04T11:43:00]i000: Setting string variable 'LOGPATH_PROP' to value 'C:\Users\Pablo\AppData\Local\Temp\Keybase_20160804114300.log' | |
[0FBC:0 |
I hereby claim:
To claim this, I am signing this object:
with the next structure: | |
- vmHash: { vcpu: 1, | |
ram: 1024, | |
storage: 10, | |
vms: [{name: storage1-dev02,ip: 10.199.3.87}, | |
{name: storage2-dev02,ip: 10.199.3.88}, | |
{name: storage3-dev02,ip: 10.199.3.89}] | |
} |
with the next structure: | |
- vmHash: { vcpu: 1, | |
ram: 1024, | |
storage: 10, | |
vms: [{name: storage1-dev02,ip: 10.199.3.87}, | |
{name: storage2-dev02,ip: 10.199.3.88}, | |
{name: storage3-dev02,ip: 10.199.3.89}] | |
} |
- name: getting tty | |
shell: virsh dumpxml {{ item.name }} | grep "tty=" | cut -d= -f3 | cut -d/ -f4 | cut -d\' -f1 | |
#shell: virsh dumpxml log-dev02 | grep "tty=" | cut -d= -f3 | cut -d/ -f4 | cut -d\' -f1 | |
with_items: vmHash.vms | |
register: ntty | |
- name: entering on the shell inside each tty | |
shell: "echo '6' > /dev/pts/{{ item.stdout }}" | |
with_items: ntty.results |
Hi, | |
I am having problems when I use the template module over a ZFS filesystem with NFS mounted with a selinux context for Apache. | |
The command is the next: | |
- name: Base Files - template /cluster/default/apache/created/index.html.j2 | |
template: src=cluster/default/apache/created/index.html.j2 dest=/cluster/default/apache/created/index.html owner=apache group=apache mode=0644 | |
I have also used: | |
- name: Base Files - template /cluster/default/apache/created/index.html.j2 |