91 Commits

Author SHA1 Message Date
Manuel Amador (Rudd-O)
2102a6c13c Ansible-Qubes gains RPM for the executables. v0.0.1 2017-07-09 07:09:52 +00:00
Rudd-O
62eadf6dc4 Add ability to specify default value for lookup plugin. 2017-05-15 23:04:31 +00:00
Manuel Amador (Rudd-O)
79f95f4c17 Added qubes_pass action module. 2017-05-15 23:00:58 +00:00
Manuel Amador (Rudd-O)
11d19eee93 Add note about dom0 security policy. 2017-05-15 18:41:21 +00:00
Manuel Amador (Rudd-O)
46ab127940 Fix no symbols. 2017-05-14 16:01:06 +00:00
Manuel Amador (Rudd-O)
dda8d9e810 Add support for no-symbols. 2017-05-14 15:14:09 +00:00
Manuel Amador (Rudd-O)
4957fe3d76 Updated qubes-pass to fix a bug. 2017-05-07 17:29:50 +00:00
Manuel Amador (Rudd-O)
7945085e1f Remove unused import. 2017-05-07 16:38:04 +00:00
Manuel Amador (Rudd-O)
f137b9a7a9 Updated qubes-pass. 2017-05-07 16:37:18 +00:00
Manuel Amador (Rudd-O)
087a836f10 Fix typo in example. 2017-05-07 16:12:00 +00:00
Manuel Amador (Rudd-O)
f62168c99c Get when not create. 2017-05-07 16:00:46 +00:00
Manuel Amador (Rudd-O)
9474a2e267 Updated qubes-pass. 2017-05-07 15:55:50 +00:00
Manuel Amador (Rudd-O)
5b93288ff7 qubes-pass lookup plugin added. 2017-05-07 15:55:06 +00:00
Manuel Amador (Rudd-O)
4bfa9f0121 Explain better and add steps to the Ansible Qubes setup process. 2017-03-03 15:57:48 +01:00
Manuel Amador (Rudd-O)
570cee1204 Remove to_bytes that is obsolete in ansible 2.x. 2016-12-10 08:34:23 +00:00
Manuel Amador (Rudd-O)
b8c11f6456 Documentation improvements 2016-10-12 17:27:40 +00:00
Manuel Amador (Rudd-O)
8093ac554f More docs. 2016-10-12 17:14:20 +00:00
Manuel Amador (Rudd-O)
c28f2cdb0b Documentation improvements 2016-10-12 17:05:11 +00:00
Manuel Amador (Rudd-O)
2b005faa0c enhanced remoting instructions 2016-10-11 20:35:05 +00:00
Manuel Amador (Rudd-O)
1589e00665 Support for management proxy and Python 2 on the target host 2016-10-10 17:36:15 +00:00
Manuel Amador (Rudd-O)
e73c37d96e Support older Python 3 versions that do not have os.setblocking 2016-09-05 03:06:19 +00:00
Manuel Amador (Rudd-O)
c38ed365ed accelerate startup by cramming everything into the initial packet submitted to the remote shell 2016-08-29 03:48:44 +00:00
Manuel Amador (Rudd-O)
556369e2f5 make debug logging more useful by removing verbose debug stanzas 2016-08-29 03:48:09 +00:00
Manuel Amador (Rudd-O)
19253192b7 remove suppression of log messages 2016-08-29 03:44:27 +00:00
Manuel Amador (Rudd-O)
dce191f7dd remove old splice code 2016-08-29 03:44:06 +00:00
Manuel Amador (Rudd-O)
48bdab2b1f generate more efficient commands in the Qubes connection plugin 2016-08-29 01:55:57 +00:00
Manuel Amador (Rudd-O)
3e1674801a bombshell-client updated to work with Python 3 and to have better logging 2016-08-29 01:28:02 +00:00
Manuel Amador (Rudd-O)
a6def74206 Eliminate unnecessary method set_host_overrides 2016-08-13 10:29:44 +00:00
Manuel Amador (Rudd-O)
e8ce3c3bf0 Fix ansibleerrors in qubes connection plugin 2016-06-12 15:13:48 +00:00
Manuel Amador (Rudd-O)
3347647e79 update Ansible connection plugin to be compatible with Ansible 2.0 2016-04-21 21:55:13 +00:00
Manuel Amador (Rudd-O)
4ec736212b moved the mail server recipe off here 2016-03-26 15:16:55 +00:00
Manuel Amador (Rudd-O)
58bba600b6 alter the way that SSL certificates are chosen for mail servers, and add a TLS secrets readme 2016-02-21 13:25:00 +00:00
Manuel Amador (Rudd-O)
a8da17099e stop hardcoding the domain name in the config files 2016-02-21 13:21:12 +00:00
Manuel Amador (Rudd-O)
aad9fc0cc0 Mail server recipe uploaded 2016-02-21 13:15:05 +00:00
Rudd-O
5f0acf988d Merge pull request #4 from ypid/fixed-ansible-lib-docs
Fixed ansible lib docs.
2016-02-10 03:34:11 +00:00
Manuel Amador (Rudd-O)
0adf5c56a1 add security note to bombshell-client 2016-02-10 02:37:33 +00:00
Robin Schneider
6e7eee6c70
Fixed spelling. 2016-02-10 00:20:52 +01:00
Robin Schneider
68262270b8
Fixed error in qubesformation docs.
Using Ansible devel.

ScannerError: mapping values are not allowed here
  in "<string>", line 18, column 18:
            two files:
                     ^
2016-01-22 23:11:41 +01:00
Rudd-O
9ac4641df6 Merge pull request #2 from ypid/coding-style
Improved coding style as it is used in the DebOps project.  Thanks @ypid.
2016-01-16 20:38:55 +00:00
Rudd-O
ad178cfe4c Merge pull request #3 from ypid/spelling
Fixed typos.  Thanks @ypid.
2016-01-16 20:35:39 +00:00
Robin Schneider
4ad208c863
Fixed typos. 2016-01-08 10:48:36 +01:00
Robin Schneider
057d2f2ea5
Improved coding style as it is used in the DebOps project.
* Use YAML syntax which is better human readable.
* Try to use Ansible modules for operations when this is possible.
* `template/dumpenv/dumpenv.j2` seems to be missing.
2016-01-08 10:42:02 +01:00
Robin Schneider
8da80e7bbf
Use YAML syntax which is better human readable. 2016-01-08 10:22:46 +01:00
Manuel Amador (Rudd-O)
3747abc0f9 fix typo 2015-12-28 03:50:19 +00:00
Manuel Amador (Rudd-O)
7afdaa1955 first sample playbook added 2015-12-28 03:49:49 +00:00
Rudd-O
7faa46e5bd Merge pull request #1 from holmboe/patch-1
Fix typo
2015-12-28 03:19:16 +00:00
Henrik Holmboe
ad64827497 Fix typo 2015-12-27 21:51:34 +01:00
Manuel Amador (Rudd-O)
267e870b4c fix link to playbook 2015-12-27 09:16:36 +00:00
Manuel Amador (Rudd-O)
a58de117e0 better error reporting in case of qubes connection failure 2015-12-27 09:11:49 +00:00
Manuel Amador (Rudd-O)
34997aeab6 note use of hash_behaviour merge 2015-12-27 09:05:25 +00:00